00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'eclipsefinderdlgbase.ui' 00003 ** 00004 ** Created: Sun Dec 11 15:21:29 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 ECLIPSEFINDERDLGBASE_H 00011 #define ECLIPSEFINDERDLGBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qmainwindow.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QAction; 00021 class QActionGroup; 00022 class QToolBar; 00023 class QPopupMenu; 00024 class QListView; 00025 class QListViewItem; 00026 class QButtonGroup; 00027 class QRadioButton; 00028 class QLabel; 00029 class KComboBox; 00030 class KPushButton; 00031 class KIntSpinBox; 00032 00033 class EclipseFinderDlgBase : public QMainWindow 00034 { 00035 Q_OBJECT 00036 00037 public: 00038 EclipseFinderDlgBase( QWidget* parent = 0, const char* name = 0, WFlags fl = WType_TopLevel ); 00039 ~EclipseFinderDlgBase(); 00040 00041 QListView* listEclipses; 00042 QButtonGroup* buttonGroup1; 00043 QRadioButton* radioSolar; 00044 QLabel* textLabel1_3; 00045 KComboBox* comboBody; 00046 QRadioButton* radioMoon; 00047 KPushButton* buttonSearch; 00048 QLabel* textLabel3_3; 00049 KIntSpinBox* toYSpin; 00050 KIntSpinBox* toMSpin; 00051 KIntSpinBox* toDSpin; 00052 QLabel* textLabel2_3; 00053 KIntSpinBox* fromYSpin; 00054 KIntSpinBox* fromMSpin; 00055 KIntSpinBox* fromDSpin; 00056 KPushButton* buttonClose; 00057 00058 public slots: 00059 virtual void search(); 00060 virtual void gotoEclipse(QListViewItem*, const QPoint&, int); 00061 00062 protected: 00063 QVBoxLayout* EclipseFinderDlgBaseLayout; 00064 QGridLayout* buttonGroup1Layout; 00065 QSpacerItem* spacer2; 00066 QHBoxLayout* layout1; 00067 QHBoxLayout* layout6; 00068 QHBoxLayout* layout5; 00069 QHBoxLayout* layout8; 00070 QSpacerItem* spacer3; 00071 00072 protected slots: 00073 virtual void languageChange(); 00074 00075 }; 00076 00077 #endif // ECLIPSEFINDERDLGBASE_H
1.4.1