mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Add some system info to the help/about dialog
I'll see what other info can be useful.
This commit is contained in:
@ -12,7 +12,6 @@ class HelpAboutDialog : public QDialog
|
||||
public:
|
||||
HelpAboutDialog(QWidget *parent = 0);
|
||||
HelpAboutDialog(const QString &pathAbout, const QString &pathHelp, QWidget *parent = 0);
|
||||
~HelpAboutDialog();
|
||||
public slots:
|
||||
void loadAboutInformation(const QString &path);
|
||||
void loadHelp(const QString &path);
|
||||
@ -21,7 +20,9 @@ private:
|
||||
QTabWidget *tabWidget;
|
||||
QTextBrowser *aboutText;
|
||||
QTextBrowser *helpText;
|
||||
QTextBrowser *systemInfoText;
|
||||
QString fileToString(const QString &path);
|
||||
void loadSystemInfo();
|
||||
};
|
||||
|
||||
#endif // HELP_ABOUT_DIALOG_H
|
||||
#endif // HELP_ABOUT_DIALOG_H
|
||||
|
Reference in New Issue
Block a user