6 #ifndef STYLECOMBOBOX_H 7 #define STYLECOMBOBOX_H 47 void reload(
const QString &path);
53 #endif // STYLECOMBOBOX_H A subclass of QComboBox which provides functionalities for showing and selecting the style files of S...
Definition: StyleComboBox.h:17
void reload(const QString &path)
Reloads the contents of the combo box by using the specified path for searching for ...
Definition: StyleComboBox.cpp:27
Definition: ColorDialog.cpp:12
StyleComboBox(const QString &path="")
Initializes the combo box with the .style and .css files retrieved in the specified path...
Definition: StyleComboBox.cpp:11
void setCurrentStyle(const QString &styleFile)
Sets the style file in the combo.
Definition: StyleComboBox.cpp:17
const QString getCurrentStyle() const
Definition: StyleComboBox.cpp:23