6 #ifndef SWIFT_GUI_COMPONENTS_SETTINGSGUICOMPONENT_H
7 #define SWIFT_GUI_COMPONENTS_SETTINGSGUICOMPONENT_H
10 #include <QScopedPointer>
16 class CSettingsGuiComponent;
46 void selectionChanged();
49 void guiSettingsChanged();
52 void widgetStyleChanged(
int index);
54 QScopedPointer<Ui::CSettingsGuiComponent> ui;
void changedWindowsOpacity(int opacity)
Change the windows opacity 0..100.
CSettingsGuiComponent(QWidget *parent=nullptr)
Constructor.
void setGuiOpacity(double value)
GUI Opacity 0-100%.
virtual ~CSettingsGuiComponent()
Destructor.
void hideOpacity(bool hide)
Hide opacity elements.
Class template for accessing a specific value in the CSettingsCache.
High level reusable GUI components.