mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-21 01:59:59 +02:00
Include some fonts to QElectroTech
- include Liberation-Fonts and osifont (thanks elevatormind!) - use "Liberation Sans" as default-font - adjust License-Tab in About-Form - Bugfix: When selecting a font, the current font is highlighted in dialog - adjust some whitespace and English comments
This commit is contained in:
@@ -46,7 +46,7 @@ class AboutQETDialog : public QDialog
|
||||
void setVersion();
|
||||
void setAnnexProject();
|
||||
void setLibraries();
|
||||
void setLicence();
|
||||
void setLicenses();
|
||||
void setLoginfo();
|
||||
void addAuthor(
|
||||
QLabel *label,
|
||||
@@ -58,6 +58,7 @@ class AboutQETDialog : public QDialog
|
||||
const QString &link);
|
||||
|
||||
private slots:
|
||||
void on_m_licenses_comboBox_currentTextChanged(const QString &arg1);
|
||||
void on_m_log_comboBox_currentTextChanged(const QString &arg1);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user