first commit
This commit is contained in:
20
project/fm_viewer/cfg/window_settings_json.h
Normal file
20
project/fm_viewer/cfg/window_settings_json.h
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
#ifndef WINDOW_SETTINGS_JSON_H
|
||||
#define WINDOW_SETTINGS_JSON_H
|
||||
#if (USE_DEVICE_SETTINGS_JSON)
|
||||
#include "../ui/rm_popup.h"
|
||||
|
||||
class WindowSettings : public RMPopup
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit WindowSettings(QWidget *parent = 0);
|
||||
~WindowSettings();
|
||||
static QString lastSettingDisk;
|
||||
private:
|
||||
QHBoxLayout* layout;
|
||||
QVBoxLayout* _createRow(QWidget** rw);
|
||||
};
|
||||
#endif // #if (USE_DEVICE_SETTINGS_JSON)
|
||||
#endif // WINDOW_SETTINGS_JSON_H
|
||||
Reference in New Issue
Block a user