detectwidgetbase.h
00001
00002
00003
00004
00005
00006
00007
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
00025 namespace KWinInternal {
00026 class DetectWidgetBase : public QWidget
00027 {
00028 Q_OBJECT
00029
00030 public:
00031 DetectWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032 ~DetectWidgetBase();
00033
00034 QLabel* textLabel9;
00035 QFrame* line1;
00036 QLabel* textLabel11;
00037 QLabel* textLabel1;
00038 QLabel* textLabel3;
00039 QLabel* type_label;
00040 QLabel* textLabel8;
00041 QLabel* class_label;
00042 QLabel* role_label;
00043 QLabel* title_label;
00044 QLabel* machine_label;
00045 QLabel* textLabel4;
00046 QLabel* extrarole_label;
00047 QLabel* textLabel13;
00048 QButtonGroup* buttonGroup1;
00049 QRadioButton* use_class;
00050 QRadioButton* use_role;
00051 QRadioButton* use_whole_class;
00052
00053 protected:
00054 QVBoxLayout* Form3Layout;
00055 QSpacerItem* spacer1;
00056 QGridLayout* layout2;
00057 QVBoxLayout* buttonGroup1Layout;
00058
00059 protected slots:
00060 virtual void languageChange();
00061
00062 };
00063 }
00064
00065 #endif // FORM3_H
This file is part of the documentation for kwin Library Version 3.3.90.