Skip to content

Commit

Permalink
添加版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfahdin committed Oct 19, 2023
1 parent d80e7d8 commit d298b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int main(int argc, char *argv[])
JieQtHashWidget w;
// 删除最大化与最小化
// w.setWindowFlags(Qt::Window | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint);
w.setWindowTitle("文件校验");
w.setWindowTitle("文件校验 1.0.0");
// 设置窗口标志,使其保持在顶部
w.setWindowFlags(Qt::WindowStaysOnTopHint);
w.show();
Expand Down

0 comments on commit d298b95

Please sign in to comment.