BALL
1.4.1
|
00001 // -*- Mode: C++; tab-width: 2; -*- 00002 // vi: set ts=2: 00003 // 00004 00005 #ifndef BALL_VIEW_DIALOGS_EDITSETTINGS_H 00006 #define BALL_VIEW_DIALOGS_EDITSETTINGS_H 00007 00008 #ifndef BALL_COMMON_GLOBAL_H 00009 # include <BALL/COMMON/global.h> 00010 #endif 00011 00012 #ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY 00013 # include <BALL/VIEW/KERNEL/preferencesEntry.h> 00014 #endif 00015 00016 #include <BALL/VIEW/UIC/ui_editSettings.h> 00017 00018 #include <QtGui/QWidget> 00019 00020 namespace BALL 00021 { 00022 namespace VIEW 00023 { 00024 00032 class BALL_VIEW_EXPORT EditSettings 00033 : public QWidget, 00034 public Ui_EditSettingsData, 00035 public PreferencesEntry 00036 { 00037 Q_OBJECT 00038 00039 public: 00040 00042 EditSettings(QWidget *parent = NULL, const char *name = "EditSettings", Qt::WFlags fl=0); 00043 00045 virtual ~EditSettings(); 00046 }; 00047 00048 } } // namespace 00049 00050 #endif // BALL_VIEW_DIALOGS_EDITSETTINGS_H