00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'VisFramework/VisFrameworkBase/src/VisEventNavigationDialog.ui' 00003 ** 00004 ** Created: Fri Feb 9 11:21:43 2007 00005 ** by: The User Interface Compiler ($Id: VisEventNavigationDialog.h,v 1.1 2007/02/09 13:21:32 yana Exp $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef VISEVENTNAVIGATIONDIALOG_H 00011 #define VISEVENTNAVIGATIONDIALOG_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 QLineEdit; 00021 class QPushButton; 00022 class QButtonGroup; 00023 class QRadioButton; 00024 00025 class VisEventNavigationDialog : public QDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 VisEventNavigationDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~VisEventNavigationDialog(); 00032 00033 QLineEdit* skipNumberLineEdit; 00034 QPushButton* okPushButton; 00035 QPushButton* closePushButton; 00036 QButtonGroup* buttonGroup; 00037 QRadioButton* forwardRadioButton; 00038 QRadioButton* backRadioButton; 00039 00040 public slots: 00041 virtual void skipBackwards(); 00042 virtual void skipForward(); 00043 virtual void skip(); 00044 00045 protected: 00046 QGridLayout* VisEventNavigationDialogLayout; 00047 QVBoxLayout* buttonLayout; 00048 QGridLayout* buttonGroupLayout; 00049 00050 protected slots: 00051 virtual void languageChange(); 00052 00053 }; 00054 00055 #endif // VISEVENTNAVIGATIONDIALOG_H