/**************************************************************************** ** Form interface generated from reading ui file 'HistoryDialog.ui' ** ** Created: Fri Aug 9 09:45:53 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef HISTORYDIALOGDATA_H #define HISTORYDIALOGDATA_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel; class QLineEdit; class QListBox; class QListBoxItem; class QPushButton; class HistoryDialogData : public QDialog { Q_OBJECT public: HistoryDialogData( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~HistoryDialogData(); QListBox* historyListBox; QLabel* maxItemsLabel; QLineEdit* sizeLineEdit; QPushButton* deleteButton; QPushButton* clearButton; QPushButton* prevButton; QPushButton* nextButton; protected slots: virtual void clearButtonClicked(); virtual void historyItemHighlighted(int); virtual void historySizeChanged(); virtual void deleteButtonClicked(); virtual void nextButtonClicked(); virtual void prevButtonClicked(); protected: QVBoxLayout* HistoryDialogDataLayout; QHBoxLayout* Layout3; QHBoxLayout* Layout1; }; #endif // HISTORYDIALOGDATA_H