You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klcddimmer/src/progpreferences.h

66 lines
1.6 KiB

/****************************************************************************
** 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 <ntqvariant.h>
#include <ntqwidget.h>
class TQVBoxLayout;
class TQHBoxLayout;
class TQGridLayout;
class TQSpacerItem;
class TQLabel;
class TQLineEdit;
class KIntNumInput;
class TQCheckBox;
class ProgPreferences : public TQWidget
{
TQ_OBJECT
public:
ProgPreferences( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ProgPreferences();
TQLabel* textLabel1;
TQLineEdit* kcfg_Program;
TQLabel* textLabel2;
TQLineEdit* kcfg_SetArgument;
TQLabel* textLabel2_2;
TQLineEdit* kcfg_GetArgument;
TQLabel* textLabel3;
KIntNumInput* kcfg_MinValue;
TQLabel* textLabel3_2;
KIntNumInput* kcfg_MaxValue;
TQLabel* textLabel3_2_2;
KIntNumInput* kcfg_Step;
TQCheckBox* kcfg_SaveCurrent;
protected:
TQGridLayout* ProgPreferencesLayout;
TQVBoxLayout* layout11;
TQHBoxLayout* layout2;
TQHBoxLayout* layout3;
TQHBoxLayout* layout3_2;
TQHBoxLayout* layout7;
TQSpacerItem* spacer1;
TQHBoxLayout* layout7_2;
TQSpacerItem* spacer1_2;
TQHBoxLayout* layout7_2_2;
TQSpacerItem* spacer1_2_2;
protected slots:
virtual void languageChange();
};
#endif // PROGPREFERENCES_H