mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02: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 RDDialog : public QDialog
|
||||
QFont sectionLabelFont() const;
|
||||
QFont labelFont() const;
|
||||
QFont subLabelFont() const;
|
||||
QFont progressFont() const;
|
||||
QFont dataFont() const;
|
||||
|
||||
private:
|
||||
@@ -46,6 +47,7 @@ class RDDialog : public QDialog
|
||||
QFont dialog_section_label_font;
|
||||
QFont dialog_label_font;
|
||||
QFont dialog_sub_label_font;
|
||||
QFont dialog_progress_font;
|
||||
QFont dialog_data_font;
|
||||
RDConfig *dialog_config;
|
||||
};
|
||||
|
Reference in New Issue
Block a user