00001
00002
00003
00004
00005
00006
00007 #ifndef BALL_VIEW_DIALOGS_EDITSETTINGS_H
00008 #define BALL_VIEW_DIALOGS_EDITSETTINGS_H
00009
00010 #ifndef BALL_COMMON_GLOBAL_H
00011 # include <BALL/COMMON/global.h>
00012 #endif
00013
00014 #ifdef BALL_COMPILER_MSVC
00015 # include <BALL/VIEW/UIC/ui_editSettings.h>
00016 #else
00017 # include <BALL/VIEW/UIC/editSettingsData.h>
00018 #endif
00019
00020
00021 #ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
00022 # include <BALL/VIEW/KERNEL/preferencesEntry.h>
00023 #endif
00024
00025 #include <QtGui/QWidget>
00026
00027 namespace BALL
00028 {
00029 namespace VIEW
00030 {
00031
00039 class BALL_VIEW_EXPORT EditSettings
00040 : public QWidget,
00041 public Ui_EditSettingsData,
00042 public PreferencesEntry
00043 {
00044 Q_OBJECT
00045
00046 public:
00047
00049 EditSettings(QWidget *parent = NULL, const char *name = "EditSettings", Qt::WFlags fl=0);
00050
00052 virtual ~EditSettings();
00053 };
00054
00055 } }
00056
00057 #endif // BALL_VIEW_DIALOGS_EDITSETTINGS_H