diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-16 04:16:59 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-16 04:16:59 +0300 |
| commit | 03ebad6bb6c922323b16b3ae6a701ddc34ba538b (patch) | |
| tree | bff6dde51fcedde928a2b26d6a2ec42a67dc1c8b /include/courtroom.h | |
| parent | 6785f357622363edf73cb55763b730bcb0542229 (diff) | |
Add expanded style sheet support
Allow lobby fonts to happen
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 7fbde274..9d33a911 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -122,6 +122,12 @@ public: //helper function that calls above function on the relevant widgets void set_fonts(); + //sets dropdown menu stylesheet + void set_dropdown(QWidget *widget, QString target_tag); + + //helper funciton that call above function on the relevant widgets + void set_dropdowns(); + void set_window_title(QString p_title); //reads theme inis and sets size and pos based on the identifier |
