CanvasSettingsBase.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'CanvasSettingsBase.ui'
3 **
4 ** Created by User Interface Compiler
5 **
6 ** WARNING! All changes made in this file will be lost!
7 ****************************************************************************/
8 
9 #ifndef CANVASSETTINGSBASE_H
10 #define CANVASSETTINGSBASE_H
11 
12 #include <qvariant.h>
13 #include <qdialog.h>
14 
15 class QVBoxLayout;
16 class QHBoxLayout;
17 class QGridLayout;
18 class QSpacerItem;
19 class QButtonGroup;
20 class QRadioButton;
21 class QGroupBox;
22 class QLabel;
23 class QSpinBox;
24 class QPushButton;
25 class QCheckBox;
26 
28 {
29  Q_OBJECT
30 
31 public:
32  CanvasSettingsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34 
53 
54 protected:
55 
56 protected slots:
57  virtual void languageChange();
58 
59  virtual void cancel() = 0;
60  virtual void saveRetile() = 0;
61  virtual void retile_clicked() = 0;
62  virtual void portraitRadioButton_toggled(bool) = 0;
63 
64 
65 };
66 
67 #endif // CANVASSETTINGSBASE_H

Generated for HippoDraw Class Library by doxygen