/**************************************************************************** ** Form interface generated from reading ui file 'mainfrm.ui' ** ** Created: Mon Feb 4 01:47:33 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef MAINFORM_H #define MAINFORM_H #include #include #undef stricmp class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QComboBox; class QFrame; class QLineEdit; class QListView; class QListViewItem; class QSWDisplay; class QSpinBox; class QListBox; class QButtonGroup; class QRadioButton; class QPushButton; class QProgressBar; class QCheckBox; class MainForm : public QDialog { Q_OBJECT public: MainForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~MainForm(); QFrame* textFrame; QFrame* bookIndexFrame; QListView* bookIndex; QFrame* textContentsFrame; QFrame* verseSelectFrame; QComboBox* bookCB; QSpinBox* verseSB; QSpinBox* chapSB; QSWDisplay* textDisplay; QFrame* ldFrame; QLineEdit* ldSelectEdit; QSWDisplay* ldDisplay; QFrame* gbKeyFrame; QLineEdit* gbKeySelectEdit; // search Frame QFrame* searchFrame; QFrame* resultsFrame; QListBox* resultsLB; QProgressBar* searchProgress; QFrame* searchOptFrame; QFrame* searchGoFrame; QLineEdit* searchText; QPushButton* searchGo; QPushButton* showBKButton; QButtonGroup* searchPrefFrame; QRadioButton* multiWordCkB; QRadioButton* exactPhrCkB; QRadioButton* regExpCkB; QCheckBox* caseSensitiveCkB; protected: QHBoxLayout* searchFrameLayout; QVBoxLayout* resultsFrameLayout; QVBoxLayout* searchOptFrameLayout; QHBoxLayout* searchGoFrameLayout; QVBoxLayout* searchPrefFrameLayout; public slots: virtual void refreshLD(); virtual void refreshText(); protected: QVBoxLayout* MainFormLayout; QVBoxLayout* textFrameLayout; QVBoxLayout* bookIndexFrameLayout; QVBoxLayout* textContentsFrameLayout; QHBoxLayout* verseSelectFrameLayout; QVBoxLayout* ldFrameLayout; QHBoxLayout* gbKeyFrameLayout; }; #endif // MAINFORM_H