Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
* Fixed an issue where when you right click on the original image, it
will change back to the thumbnail.
* Now placing the mouse over the thumbnails of each processing result
will not only display the original image but also hide other items.
* When you right click on an image to save it, the actual saved image is
always the image that was displayed when you clicked "Save", and it does
not change with the update of the view image.
* Other adjustments that increase user-friendliness.
  • Loading branch information
miRoox committed Mar 12, 2018
1 parent 685e2c8 commit 2c2bff5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions cpp-qt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ C组
* 现在算法执行时会在主面板右下方显示相应的进度条,同时光标指针会变为“忙”状态。
* 调整了“基于连通性的误差校正”的判据,提高了误差校正的正确率。
* 其它一些技术性调整。

### 1.1.1

* 修复了在原图上右键点击时会重新变回缩略图的问题。
* 现在将鼠标放在各项处理结果的缩略图上不仅会显示原图,同时还会隐藏其它项。
* 现在在图像上通过鼠标右键进行保存时,实际保存的图像总是点击“保存”时显示的图像,而不会随着视图图像的更新而变化。
* 其它一些提升用户友好度的调整。
2 changes: 1 addition & 1 deletion cpp-qt/mems.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TEMPLATE = app
TARGET = mems
DESTDIR = ./

VERSION = 1.1.0
VERSION = 1.1.1

CONFIG += c++14
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
Expand Down

0 comments on commit 2c2bff5

Please sign in to comment.