/**************************************************************************** ** Form interface generated from reading ui file '/home/bettini/work/klcddimmer/src/progpreferences.ui' ** ** Created: Sat Feb 24 20:45:58 2007 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.7 edited Aug 31 2005 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef PROGPREFERENCES_H #define PROGPREFERENCES_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLabel; class QLineEdit; class KIntNumInput; class QCheckBox; class ProgPreferences : public QWidget { Q_OBJECT public: ProgPreferences( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~ProgPreferences(); QLabel* textLabel1; QLineEdit* kcfg_Program; QLabel* textLabel2; QLineEdit* kcfg_SetArgument; QLabel* textLabel2_2; QLineEdit* kcfg_GetArgument; QLabel* textLabel3; KIntNumInput* kcfg_MinValue; QLabel* textLabel3_2; KIntNumInput* kcfg_MaxValue; QLabel* textLabel3_2_2; KIntNumInput* kcfg_Step; QCheckBox* kcfg_SaveCurrent; protected: QGridLayout* ProgPreferencesLayout; QVBoxLayout* layout11; QHBoxLayout* layout2; QHBoxLayout* layout3; QHBoxLayout* layout3_2; QHBoxLayout* layout7; QSpacerItem* spacer1; QHBoxLayout* layout7_2; QSpacerItem* spacer1_2; QHBoxLayout* layout7_2_2; QSpacerItem* spacer1_2_2; protected slots: virtual void languageChange(); }; #endif // PROGPREFERENCES_H