directoryserviceswidgetbase.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
#ifndef DIRECTORYSERVICESWIDGETBASE_H
00011
#define DIRECTORYSERVICESWIDGETBASE_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 QToolButton;
00024
class QPushButton;
00025
00026
class DirectoryServicesWidgetBase :
public QWidget
00027 {
00028 Q_OBJECT
00029
00030
public:
00031 DirectoryServicesWidgetBase(
QWidget* parent = 0,
const char* name = 0, WFlags fl = 0 );
00032 ~DirectoryServicesWidgetBase();
00033
00034
QLabel* x500LA;
00035
QListView* x500LV;
00036
QToolButton* upButton;
00037
QToolButton* downButton;
00038
QPushButton* addServicePB;
00039
QPushButton* removeServicePB;
00040
00041
protected:
00042
QVBoxLayout* DirectoryServicesWidgetBaseLayout;
00043
QSpacerItem* Spacer9;
00044
QHBoxLayout* layout2;
00045
QVBoxLayout* layout1;
00046
QSpacerItem* spacer5;
00047
QHBoxLayout* layout3;
00048
QSpacerItem* Spacer10;
00049
QSpacerItem* Spacer11;
00050
QSpacerItem* Spacer12;
00051
00052
protected slots:
00053
virtual void languageChange();
00054
00055
virtual void slotAddService();
00056
virtual void slotDeleteService();
00057
virtual void slotServiceChanged(
QListViewItem* );
00058
virtual void slotServiceSelected(
QListViewItem* );
00059
virtual void slotMoveUp();
00060
virtual void slotMoveDown();
00061
00062
00063 };
00064
00065
#endif // DIRECTORYSERVICESWIDGETBASE_H
This file is part of the documentation for certmanager Library Version 3.3.0.