summaryrefslogtreecommitdiffstats
path: root/src/progpreferences.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-21 21:26:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-21 21:26:05 +0200
commit29b50d195f91ee5131805a0ca9fe45ab77655c8a (patch)
tree2ccda3f73a19fa8f03e6c02f9113728e5aad1d44 /src/progpreferences.h
downloadklcddimmer-29b50d195f91ee5131805a0ca9fe45ab77655c8a.tar.gz
klcddimmer-29b50d195f91ee5131805a0ca9fe45ab77655c8a.zip
Initial import of klcddimmer 0.3
Diffstat (limited to 'src/progpreferences.h')
-rw-r--r--src/progpreferences.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/progpreferences.h b/src/progpreferences.h
new file mode 100644
index 0000000..aceaf95
--- /dev/null
+++ b/src/progpreferences.h
@@ -0,0 +1,65 @@
+/****************************************************************************
+** 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 <qvariant.h>
+#include <qwidget.h>
+
+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