detectwidgetbase.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './detectwidgetbase.ui' 00003 ** 00004 ** Created: Wed Jun 14 16:32:35 2006 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef FORM3_H 00011 #define FORM3_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QFrame; 00022 class QButtonGroup; 00023 class QRadioButton; 00024 class QCheckBox; 00025 00026 namespace KWinInternal { 00027 class DetectWidgetBase : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 DetectWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~DetectWidgetBase(); 00034 00035 QLabel* textLabel11; 00036 QLabel* textLabel1; 00037 QLabel* textLabel3; 00038 QLabel* type_label; 00039 QLabel* textLabel8; 00040 QLabel* class_label; 00041 QLabel* role_label; 00042 QLabel* title_label; 00043 QLabel* machine_label; 00044 QLabel* textLabel4; 00045 QLabel* extrarole_label; 00046 QLabel* textLabel13; 00047 QFrame* line1; 00048 QLabel* textLabel9; 00049 QButtonGroup* buttonGroup1; 00050 QRadioButton* use_class; 00051 QRadioButton* use_role; 00052 QRadioButton* use_whole_class; 00053 QCheckBox* match_title; 00054 00055 protected: 00056 QGridLayout* Form3Layout; 00057 QSpacerItem* spacer1; 00058 QVBoxLayout* buttonGroup1Layout; 00059 00060 protected slots: 00061 virtual void languageChange(); 00062 00063 }; 00064 } 00065 00066 #endif // FORM3_H