Improve Features

Support CommandLineParsers "--fix-size" and "--hide-buttons".
This commit is contained in:
2020-11-21 22:25:20 +08:00
parent 7d82812fc9
commit ea511893ba
7 changed files with 117 additions and 69 deletions

View File

@@ -19,6 +19,8 @@ public:
QString szUrl = DEFAULT_URL,
int nWidth = DEFAULT_WIDTH,
int nHeight = DEFAULT_HEIGHT,
bool nFixSize = false,
bool nHideButtons = false,
DAboutDialog *dialog = nullptr,
QWidget *parent = nullptr);
~MainWindow();