Skip to content

Commit

Permalink
修改标题
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfahdin committed Dec 23, 2023
1 parent 5dd060f commit f3dffbf
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("文件校验 1.0.1");
w.setWindowTitle("文件校验 1.0.1 (Jackfahdin)");
// 设置窗口标志,使其保持在顶部
w.setWindowFlags(Qt::WindowStaysOnTopHint);
w.show();
Expand Down

0 comments on commit f3dffbf

Please sign in to comment.