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.
54 lines
1.3 KiB
54 lines
1.3 KiB
/****************************************************************************
|
|
** Form interface generated from reading ui file '/home/bettini/work/klcddimmer/src/brightnesschooser.ui'
|
|
**
|
|
** Created: Sat Feb 24 20:45:57 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 BRIGHTNESSCHOOSER_H
|
|
#define BRIGHTNESSCHOOSER_H
|
|
|
|
#include <tqvariant.h>
|
|
#include <tqwidget.h>
|
|
|
|
class TQVBoxLayout;
|
|
class TQHBoxLayout;
|
|
class TQGridLayout;
|
|
class TQSpacerItem;
|
|
class TQLabel;
|
|
class TQSlider;
|
|
class TQPushButton;
|
|
|
|
class BrightnessChooser : public TQWidget
|
|
{
|
|
TQ_OBJECT
|
|
|
|
public:
|
|
BrightnessChooser( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
|
~BrightnessChooser();
|
|
|
|
TQLabel* valueLabel;
|
|
TQSlider* brightnessSlider;
|
|
TQPushButton* okButton;
|
|
|
|
public slots:
|
|
virtual void updateBrightness();
|
|
virtual void updateValue(int);
|
|
|
|
protected:
|
|
TQGridLayout* BrightnessChooserLayout;
|
|
TQGridLayout* layout9;
|
|
TQHBoxLayout* layout7;
|
|
TQSpacerItem* spacer1;
|
|
TQSpacerItem* spacer1_2;
|
|
TQVBoxLayout* layout5;
|
|
|
|
protected slots:
|
|
virtual void languageChange();
|
|
|
|
};
|
|
|
|
#endif // BRIGHTNESSCHOOSER_H
|