Skip to content

Commit

Permalink
doc:update readme
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Oct 26, 2023
1 parent 9198390 commit a3594b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ If you have suggestions or ideas for this project, please submit issues and pull

The current project is recommended to use version Qt6.2.0 or higher.

## Special

The project is currently developed in my spare time. In order to improve the development efficiency, this project uses GitHub Copilot to assist in code writing. The readability of some code may not be very good, and the author will try to optimize it in subsequent versions.

## Thanks

The code of this project references or partially refers to or depends on the following open source projects. The project fully respects the open source agreement of the original project and would like to express its gratitude.
Expand Down
4 changes: 4 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ quardCRT一款终端仿真软件,支持多种后端协议,无依赖跨平台

目前项目建议使用版本Qt6.2.0或更高版本。

## 特别

项目目前为个人业余时间开发,为提高开发效率,本项目较为大量的使用了GitHub Copilot协助代码编写,部分代码的人类可读性可能不是很好,作者也会尽量在后续版本中进行优化。

## 感谢

本项目代码引用或部份参考或依赖了以下开源项目,项目完全尊重原项目开源协议,并在此表示感谢。
Expand Down
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ MainWindow::MainWindow(QString dir, StartupUIMode mode, QLocale::Language lang,
if(ui->toolBar->isVisible() == false) toolBarAction->trigger();
if(ui->statusBar->isVisible() == false) statusBarAction->trigger();
if(ui->sidewidget->isVisible() == false) sideWindowAction->trigger();

});
shortcutTabPlusSwitch = new QShortcut(QKeySequence(Qt::ALT|Qt::Key_Equal),this);
connect(shortcutTabPlusSwitch,&QShortcut::activated,this,[=](){
Expand Down

0 comments on commit a3594b2

Please sign in to comment.