MythTV master
visualizationsettings.h
Go to the documentation of this file.
1#ifndef VISUALIZATIONSETTINGS_H
2#define VISUALIZATIONSETTINGS_H
3
8
10{
11 Q_OBJECT
12public:
13 explicit VisualizationSettings(MythScreenStack *parent, const char *name = nullptr)
14 : MythScreenType(parent, name) {}
15 ~VisualizationSettings() override = default;
16
17 bool Create(void) override; // MythScreenType
18
19private:
26
27private slots:
28 void slotSave(void);
29};
30
31#endif // VISUALIZATIONSETTINGS_H
Screen in which all other widgets are contained and rendered.
A single button widget.
Definition: mythuibutton.h:22
A checkbox widget supporting three check states - on,off,half and two conditions - selected and unsel...
A widget for offering a range of numerical values where only the the bounding values and interval are...
Definition: mythuispinbox.h:17
MythUICheckBox * m_randomizeOrder
VisualizationSettings(MythScreenStack *parent, const char *name=nullptr)
bool Create(void) override
~VisualizationSettings() override=default
MythUICheckBox * m_changeOnSongChange