kpropertiesdesktopbase.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef KPROPERTIESDESKTOPBASE_H
00011 #define KPROPERTIESDESKTOPBASE_H
00012
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QLabel;
00020 class KListView;
00021 class QListViewItem;
00022 class KLineEdit;
00023 class QPushButton;
00024
00025 class KPropertiesDesktopBase : public QWidget
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 KPropertiesDesktopBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031 ~KPropertiesDesktopBase();
00032
00033 QLabel* textLabel7;
00034 KListView* filetypeList;
00035 QLabel* nameLabel;
00036 KLineEdit* nameEdit;
00037 QLabel* textLabel2;
00038 KLineEdit* genNameEdit;
00039 QLabel* textLabel3;
00040 KLineEdit* commentEdit;
00041 QLabel* textLabel4;
00042 KLineEdit* commandEdit;
00043 QPushButton* browseButton;
00044 QPushButton* addFiletypeButton;
00045 QPushButton* delFiletypeButton;
00046 QPushButton* advancedButton;
00047
00048 protected:
00049 QGridLayout* KPropertiesDesktopBaseLayout;
00050
00051 protected slots:
00052 virtual void languageChange();
00053
00054 };
00055
00056 #endif // KPROPERTIESDESKTOPBASE_H
This file is part of the documentation for kio Library Version 3.2.0.