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 QSpacerItem;
00020
class QLabel;
00021
class KListView;
00022
class QListViewItem;
00023
class KLineEdit;
00024
class QPushButton;
00025
00026
class KPropertiesDesktopBase :
public QWidget
00027 {
00028 Q_OBJECT
00029
00030
public:
00031 KPropertiesDesktopBase(
QWidget* parent = 0,
const char* name = 0, WFlags fl = 0 );
00032 ~KPropertiesDesktopBase();
00033
00034
QLabel* textLabel7;
00035
KListView* filetypeList;
00036
QLabel* nameLabel;
00037
KLineEdit* nameEdit;
00038
QLabel* textLabel2;
00039
KLineEdit* genNameEdit;
00040
QLabel* textLabel3;
00041
KLineEdit* commentEdit;
00042
QLabel* textLabel4;
00043
KLineEdit* commandEdit;
00044
QPushButton* browseButton;
00045
QPushButton* addFiletypeButton;
00046
QPushButton* delFiletypeButton;
00047
QPushButton* advancedButton;
00048
00049
protected:
00050
QGridLayout* KPropertiesDesktopBaseLayout;
00051
QSpacerItem* spacer6;
00052
QSpacerItem* spacer31_2;
00053
QSpacerItem* spacer31_3;
00054
00055
protected slots:
00056
virtual void languageChange();
00057
00058 };
00059
00060
#endif // KPROPERTIESDESKTOPBASE_H
This file is part of the documentation for kio Library Version 3.2.3.