OpenMW
|
00001 #ifndef BLANKPAGE_HPP 00002 #define BLANKPAGE_HPP 00003 00004 #include "abstractpage.hpp" 00005 00006 class QGroupBox; 00007 00008 namespace CSVSettings { 00009 00010 class UserSettings; 00011 class AbstractBlock; 00012 00015 class BlankPage : public AbstractPage 00016 { 00017 00018 public: 00019 00020 BlankPage (QWidget *parent = 0); 00021 BlankPage (const QString &title, QWidget *parent); 00022 00023 void setupUi(); 00024 void initializeWidgets (const CSMSettings::SettingMap &settings); 00025 }; 00026 } 00027 00028 #endif // BLANKPAGE_HPP