|
|
@ -11,6 +11,8 @@
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Initializes the window components and configures the AboutWindow
|
|
|
|
* Initializes the window components and configures the AboutWindow
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
//包含版本检测和pro版本检测,我们可以通过修改m_isProVersion值来做到免费的功能?
|
|
|
|
|
|
|
|
//当版本低于5.10.0时,移除窗口的帮助按钮功能
|
|
|
|
AboutWindow::AboutWindow(QWidget *parent)
|
|
|
|
AboutWindow::AboutWindow(QWidget *parent)
|
|
|
|
: QDialog(parent), m_ui(new Ui::AboutWindow), m_isProVersion(false)
|
|
|
|
: QDialog(parent), m_ui(new Ui::AboutWindow), m_isProVersion(false)
|
|
|
|
{
|
|
|
|
{
|
|
|
|