mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2019-10-01 Fred Gleason <fredg@paravelsystems.com>
* Refactored dialogs in the convenience library to use the 'RDDialog' and 'RDWidget' base classes.
This commit is contained in:
@@ -37,6 +37,7 @@ class RDWidget : public QWidget
|
||||
QFont sectionLabelFont() const;
|
||||
QFont labelFont() const;
|
||||
QFont subLabelFont() const;
|
||||
QFont progressFont() const;
|
||||
QFont dataFont() const;
|
||||
|
||||
private:
|
||||
@@ -46,6 +47,7 @@ class RDWidget : public QWidget
|
||||
QFont widget_section_label_font;
|
||||
QFont widget_label_font;
|
||||
QFont widget_sub_label_font;
|
||||
QFont widget_progress_font;
|
||||
QFont widget_data_font;
|
||||
RDConfig *widget_config;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user