mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-19 10:09:58 +01:00
Mod doc set style de same
This commit is contained in:
@@ -26,6 +26,9 @@ namespace Ui {
|
||||
class AboutQETDialog;
|
||||
}
|
||||
|
||||
/**
|
||||
@brief The AboutQETDialog class
|
||||
*/
|
||||
class AboutQETDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -42,8 +45,13 @@ class AboutQETDialog : public QDialog
|
||||
void setVersion();
|
||||
void setLibraries();
|
||||
void setLicence();
|
||||
void addAuthor(QLabel *label, const QString &name, const QString &email, const QString &work);
|
||||
void addLibrary(QLabel *label, const QString &name, const QString &link);
|
||||
void addAuthor(QLabel *label,
|
||||
const QString &name,
|
||||
const QString &email,
|
||||
const QString &work);
|
||||
void addLibrary(QLabel *label,
|
||||
const QString &name,
|
||||
const QString &link);
|
||||
|
||||
private:
|
||||
Ui::AboutQETDialog *ui;
|
||||
|
||||
Reference in New Issue
Block a user