BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
openSavePreferences.h
Go to the documentation of this file.
1 #ifndef BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H
2 #define BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H
3 
4 #ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
6 #endif
7 
8 #include <BALL/VIEW/UIC/ui_openSavePreferences.h>
9 
10 #include <QtGui/QWidget>
11 
12 namespace BALL
13 {
14  namespace VIEW
15  {
17  : public QWidget,
18  public Ui_OpenSavePreferencesData,
19  public PreferencesEntry
20  {
21  Q_OBJECT
22 
23  public:
24  OpenSavePreferences(QWidget* parent = 0,
25  const char* name = "Open/Save Preferences",
26  Qt::WFlags fl = 0);
27 
29 
30  void storeValues();
31  bool binaryProjectsEnabled();
32  };
33  }
34 }
35 
36 #endif //BALL_VIEW_DIALOGS_OPENSAVEPREFERENCES_H