00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'appearancesettings.ui' 00003 ** 00004 ** Created: Sat May 10 11:56:57 2003 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.2 edited Dec 19 11:45 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef APPEARANCESETTINGS_H 00011 #define APPEARANCESETTINGS_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QTabWidget; 00020 class QLabel; 00021 class QButtonGroup; 00022 class QRadioButton; 00023 00024 class AppearanceSettings : public QWidget 00025 { 00026 Q_OBJECT 00027 00028 public: 00029 AppearanceSettings( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00030 ~AppearanceSettings(); 00031 00032 QTabWidget* tabWidgetTest; 00033 QWidget* tab; 00034 QLabel* textLabel3; 00035 QWidget* tab_2; 00036 QLabel* textLabel4; 00037 QButtonGroup* buttonGroup1; 00038 QRadioButton* rbBottom; 00039 QRadioButton* rbTop; 00040 00041 public slots: 00042 virtual void slotTabPosition( int pos ); 00043 00044 protected: 00045 QGridLayout* AppearanceSettingsLayout; 00046 QGridLayout* tabLayout; 00047 QGridLayout* tabLayout_2; 00048 00049 protected slots: 00050 virtual void languageChange(); 00051 00052 }; 00053 00054 #endif // APPEARANCESETTINGS_H