Diffstat (limited to 'pwmanager/pwmanager/advcommedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | pwmanager/pwmanager/advcommedit.h | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/advcommedit.h b/pwmanager/pwmanager/advcommedit.h new file mode 100644 index 0000000..eb3bf6e --- a/dev/null +++ b/pwmanager/pwmanager/advcommedit.h @@ -0,0 +1,63 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'advcommedit.ui' +** +** Created: Mon Sep 13 14:27:05 2004 +** by: The User Interface Compiler ($Id$) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#ifndef ADVCOMMEDIT_H +#define ADVCOMMEDIT_H + +#include <qvariant.h> +#include <qdialog.h> + +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QSpacerItem; +class QLabel; +class QGroupBox; +class QPushButton; +class QLineEdit; +class QListBox; +class QListBoxItem; + +class advCommEdit : public QDialog +{ + Q_OBJECT + +public: + advCommEdit( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~advCommEdit(); + + QLabel* textLabel2; + QGroupBox* groupBox1; + QLabel* previewDummy; + QPushButton* okButton; + QPushButton* cancelButton; + QPushButton* refreshPreviewButton; + QLineEdit* titleLineEdit; + QLabel* textLabel3; + QListBox* entryListBox; + QPushButton* editButton; + QPushButton* delButton; + QPushButton* addTblButton; + +public slots: + virtual void okButton_slot(); + virtual void cancelButton_slot(); + virtual void updatePreview(); + virtual void addSubtblButton_slot(); + virtual void editButton_slot(); + virtual void delButton_slot(); + +protected: + +protected slots: + virtual void languageChange(); + +}; + +#endif // ADVCOMMEDIT_H |