Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

OptDisplayDlg.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './OptDisplayDlg.ui'
00003 **
00004 ** Created: Don Apr 10 18:58:50 2003
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.1   edited Nov 21 17:40 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef OPTDISPLAYDLG_H
00011 #define OPTDISPLAYDLG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QCheckBox;
00020 class QGroupBox;
00021 class QLabel;
00022 class QLineEdit;
00023 class QPushButton;
00024 class QSpinBox;
00025 
00026 class OptDisplayDlg : public QDialog
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     OptDisplayDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032     ~OptDisplayDlg();
00033 
00034     QGroupBox* GroupBox17;
00035     QPushButton* pb_gridcolor;
00036     QLabel* lb_gridcolor;
00037     QSpinBox* sb_gridsize;
00038     QLabel* TextLabel14;
00039     QCheckBox* cb_tooltips;
00040     QLabel* lb_start;
00041     QLineEdit* le_start;
00042 
00043 public slots:
00044     virtual void chooseGridColor();
00045     virtual void tooltipsClicked();
00046     virtual void startDescChanged();
00047 
00048 protected:
00049     QVBoxLayout* OptDisplayDlgLayout;
00050     QGridLayout* GroupBox17Layout;
00051     QHBoxLayout* Layout14;
00052     QHBoxLayout* layout8;
00053 
00054 protected slots:
00055     virtual void languageChange();
00056 };
00057 
00058 #endif // OPTDISPLAYDLG_H

Generated at Fri Apr 11 22:37:14 2003 for Qfsm by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001