stec-platform
vqsettings.h
1 #ifndef VQSETTINGS_H
2 #define VQSETTINGS_H
3 
4 #include <QSettings>
5 #include <platform_global.h>
6 
7 
8 
15 class PLATFORMSHARED_EXPORT VQSettings : public QSettings
16 {
17  Q_OBJECT
18 public:
25  explicit VQSettings(const QString &fileName, Format format, QObject * parent = 0 );
26 
27 signals:
28 
29 public slots:
30 
31 };
32 
33 #endif // VQSETTINGS_H
The VQSettings class base for VSETTINGS used to write a qt ini for a project.
Definition: vqsettings.h:16
VQSettings(const QString &fileName, Format format, QObject *parent=0)
VQSettings.