diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 09:39:37 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 09:39:37 -0500 |
commit | 191c434271e705161fbd01ed83b6d043a275bffc (patch) | |
tree | 0919a0a91d56167a9d36bca3881c513006b68a9b /src/generalcfgdesign.h | |
download | ksensors-191c434271e705161fbd01ed83b6d043a275bffc.tar.gz ksensors-191c434271e705161fbd01ed83b6d043a275bffc.zip |
Initial import of ksensors 0.7.3 sources
Diffstat (limited to 'src/generalcfgdesign.h')
-rw-r--r-- | src/generalcfgdesign.h | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/src/generalcfgdesign.h b/src/generalcfgdesign.h new file mode 100644 index 0000000..94735ab --- /dev/null +++ b/src/generalcfgdesign.h @@ -0,0 +1,52 @@ +/**************************************************************************** +** Form interface generated from reading ui file './generalcfgdesign.ui' +** +** Created: mer aoû 18 23:39:01 2004 +** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#ifndef GENERALCFGDESIGN_H +#define GENERALCFGDESIGN_H + +#include <qvariant.h> +#include <qwidget.h> + +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QSpacerItem; +class QButtonGroup; +class QRadioButton; +class QGroupBox; +class QCheckBox; + +class GeneralCfgDesign : public QWidget +{ + Q_OBJECT + +public: + GeneralCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~GeneralCfgDesign(); + + QButtonGroup* ButtonGroup5; + QRadioButton* Radio64; + QRadioButton* Radio56; + QRadioButton* Radio48; + QGroupBox* boxGeneralPalette; + QGroupBox* GroupBox2; + QCheckBox* CheckBoxAutoStart; + +protected: + QGridLayout* GeneralCfgDesignLayout; + QSpacerItem* Spacer28; + QGridLayout* ButtonGroup5Layout; + QVBoxLayout* GroupBox2Layout; + +protected slots: + virtual void languageChange(); + +}; + +#endif // GENERALCFGDESIGN_H |