find_documentation_optionsbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './find_documentation_optionsbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:01:17 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef FINDDOCUMENTATIONOPTIONSBASE_H 00011 #define FINDDOCUMENTATIONOPTIONSBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QListView; 00021 class QListViewItem; 00022 class QPushButton; 00023 class QCheckBox; 00024 class QLabel; 00025 00026 class FindDocumentationOptionsBase : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 FindDocumentationOptionsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~FindDocumentationOptionsBase(); 00033 00034 QListView* source_list; 00035 QPushButton* moveup_button; 00036 QPushButton* movedown_button; 00037 QCheckBox* goto_first_match; 00038 QPushButton* buttonOk; 00039 QPushButton* buttonCancel; 00040 QLabel* textLabel1; 00041 00042 public slots: 00043 virtual void sourceMoveUp(); 00044 virtual void sourceMoveDown(); 00045 00046 protected: 00047 QGridLayout* FindDocumentationOptionsBaseLayout; 00048 QVBoxLayout* Layout9_3; 00049 QSpacerItem* Spacer5; 00050 QSpacerItem* Spacer6; 00051 QHBoxLayout* Layout1; 00052 QSpacerItem* Horizontal_Spacing2; 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 }; 00058 00059 #endif // FINDDOCUMENTATIONOPTIONSBASE_H