1
0

chore: about dialog strings, also add a thanks tab

This commit is contained in:
Gary Wang
2020-10-05 20:43:30 +08:00
parent c78eb1a272
commit 5ace4e219c
6 changed files with 295 additions and 108 deletions

View File

@@ -22,7 +22,9 @@ private:
QTextBrowser * m_helpTextEdit = nullptr;
QTextBrowser * m_aboutTextEdit = nullptr;
QTextBrowser * m_specialThanksTextEdit = nullptr;
QTextBrowser * m_licenseTextEdit = nullptr;
QTextBrowser * m_3rdPartyLibsTextEdit = nullptr;
};
#endif // ABOUTDIALOG_H