/**************************************************************************** ** Form interface generated from reading ui file './StyleSettings.ui' ** ** Created: Fri May 24 05:35:18 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef MYDIALOG1_H #define MYDIALOG1_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class ColorPicker; class QLabel; class QListBox; class QListBoxItem; class QPushButton; class QSpinBox; class QTabWidget; class QWidget; class StyleSettings : public QDialog { Q_OBJECT public: StyleSettings( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~StyleSettings(); QTabWidget* tabWidget; QWidget* Widget2; ColorPicker* backgroundColor; QSpinBox* fontSize; ColorPicker* fgColor1; ColorPicker* fgColor2; ColorPicker* alarmColor; QLabel* TextLabel1; QWidget* Widget3; QListBox* colorList; QPushButton* changeColor; QPushButton* buttonHelp; QPushButton* buttonApply; QPushButton* buttonOk; QPushButton* buttonCancel; protected: QGridLayout* MyDialog1Layout; QGridLayout* Widget2Layout; QGridLayout* Widget3Layout; QHBoxLayout* Layout1; }; #endif // MYDIALOG1_H .