parts/fileview/filegroupsconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './filegroupsconfigwidgetbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:22:05 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef FILEGROUPS_CONFIG_WIDGET_H 00011 #define FILEGROUPS_CONFIG_WIDGET_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 QListView; 00022 class QListViewItem; 00023 class QPushButton; 00024 00025 class FileGroupsConfigWidgetBase : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 FileGroupsConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~FileGroupsConfigWidgetBase(); 00032 00033 QLabel* title_label; 00034 QListView* listview; 00035 QPushButton* addgroup_button; 00036 QPushButton* editgroup_button; 00037 QPushButton* deletegroup_button; 00038 QPushButton* moveup_button; 00039 QPushButton* movedown_button; 00040 00041 protected: 00042 QHBoxLayout* filegroups_config_widgetLayout; 00043 QVBoxLayout* Layout3; 00044 QVBoxLayout* Layout3_2; 00045 QSpacerItem* Spacer6; 00046 QSpacerItem* Spacer3; 00047 QSpacerItem* Spacer4; 00048 00049 protected slots: 00050 virtual void languageChange(); 00051 00052 virtual void addGroup(); 00053 virtual void editGroup(); 00054 virtual void removeGroup(); 00055 virtual void moveUp(); 00056 virtual void moveDown(); 00057 00058 00059 }; 00060 00061 #endif // FILEGROUPS_CONFIG_WIDGET_H