diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index af3059ac..33117586 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -118,7 +118,7 @@ public: void set_widgets(); // sets font size based on theme ini files - void set_font(QWidget *widget, QString class_name, QString p_identifier); + void set_font(QWidget *widget, QString class_name, QString p_identifier, QString p_char="", QString font_name="", int f_pointsize=0); // Get the properly constructed font QFont get_qfont(QString font_name, int f_pointsize, bool antialias = true); @@ -128,7 +128,7 @@ public: QColor f_color = Qt::black, bool bold = false); // helper function that calls above function on the relevant widgets - void set_fonts(); + void set_fonts(QString p_char=""); // sets dropdown menu stylesheet void set_dropdown(QWidget *widget); |
