Databasehandlingdialogclasses  0.5.3
hk_kdenewpassworddialogbase.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'newpassworddialog.ui'
3 **
4 ** Created: Sa Jul 30 19:27:47 2005
5 ** by: The User Interface Compiler ($Id: hk_kdenewpassworddialogbase.h,v 1.3 2005/07/31 12:39:05 knorr Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef HK_KDENEWPASSWORDDIALOGBASE_H
11 #define HK_KDENEWPASSWORDDIALOGBASE_H
12 
13 #include <qvariant.h>
14 #include <qdialog.h>
15 
16 class QVBoxLayout;
17 class QHBoxLayout;
18 class QGridLayout;
19 class QSpacerItem;
20 class QLabel;
21 class QLineEdit;
22 class QPushButton;
23 
24 class hk_kdenewpassworddialogbase : public QDialog
25 {
26  Q_OBJECT
27 
28 public:
29  hk_kdenewpassworddialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
31 
32  QLabel* repeatlabel;
33  QLineEdit* passwordfield;
34  QLineEdit* repeatfield;
35  QLabel* passwordlabel;
36  QPushButton* buttonOk;
37  QPushButton* buttonCancel;
38  QLabel* headlinelabel;
39 
40 public slots:
41  virtual void data_changed();
42  virtual void ok_clicked();
43 
44 protected:
45  QGridLayout* hk_kdenewpassworddialogbaseLayout;
46  QVBoxLayout* Layout3;
47  QSpacerItem* Spacer1_2;
48  QGridLayout* Layout2;
49  QVBoxLayout* Layout5;
50  QSpacerItem* Spacer1;
51 
52 protected slots:
53  virtual void languageChange();
54 
55 };
56 
57 #endif // HK_KDENEWPASSWORDDIALOGBASE_H
Definition: hk_kdenewpassworddialogbase.h:24