CanvasSettingsBase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '../../hippodraw/qtui/CanvasSettingsBase.ui'
00003 **
00004 ** Created: Fri Oct 26 09:36:33 2007
00005 **      by: The User Interface Compiler ($Id: CanvasSettingsBase_8h-source.html,v 1.40 2008/03/24 19:27:27 pfkeb Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef CANVASSETTINGSBASE_H
00011 #define CANVASSETTINGSBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QButtonGroup;
00020 class QRadioButton;
00021 class QGroupBox;
00022 class QLabel;
00023 class QSpinBox;
00024 class QPushButton;
00025 class QCheckBox;
00026 
00027 class CanvasSettingsBase : public QDialog
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     CanvasSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00033     ~CanvasSettingsBase();
00034 
00035     QButtonGroup* buttonGroup7;
00036     QRadioButton* landscapeRadioButton;
00037     QRadioButton* portraitRadioButton;
00038     QGroupBox* groupBox1;
00039     QLabel* textLabel2;
00040     QSpinBox* m_v_spin;
00041     QSpinBox* m_h_spin;
00042     QLabel* textLabel1;
00043     QPushButton* retile;
00044     QPushButton* m_save_retile;
00045     QPushButton* m_cancel;
00046     QButtonGroup* buttonGroup2;
00047     QRadioButton* m_visibleMarginRadioButton;
00048     QRadioButton* m_invisibleMarginRadioButton;
00049     QButtonGroup* buttonGroup4;
00050     QRadioButton* radioButton7;
00051     QRadioButton* m_add_selected;
00052     QCheckBox* ignore_margin;
00053 
00054 protected:
00055 
00056 protected slots:
00057     virtual void languageChange();
00058 
00059     virtual void cancel() = 0;
00060     virtual void saveRetile() = 0;
00061     virtual void retile_clicked() = 0;
00062     virtual void portraitRadioButton_toggled(bool) = 0;
00063 
00064 
00065 };
00066 
00067 #endif // CANVASSETTINGSBASE_H

Generated for HippoDraw Class Library by doxygen