Skip to content

Commit

Permalink
Merge pull request #143 from zhdbk3/main
Browse files Browse the repository at this point in the history
自动滚动/翻页添加 F5 提示
  • Loading branch information
tonquer authored Jan 2, 2025
2 parents 571e4c5 + 1a258f2 commit b270b95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/interface/ui_read_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setupUi(self, ReadImg):
self.scrollArea22.setWidgetResizable(True)
self.scrollAreaWidgetContents = QWidget()
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 301, 841))
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 301, 851))
self.verticalLayout_2 = QVBoxLayout(self.scrollAreaWidgetContents)
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
self.verticalLayout = QVBoxLayout()
Expand Down Expand Up @@ -523,7 +523,7 @@ def retranslateUi(self, ReadImg):
self.comboBox.setItemText(7, QCoreApplication.translate("ReadImg", u"\u7b49\u5bbd\u6a21\u5f0f", None))

self.zoomLabel.setText(QCoreApplication.translate("ReadImg", u"\u7f29\u653e\uff08120%\uff09", None))
self.label_7.setText(QCoreApplication.translate("ReadImg", u"\u81ea\u52a8\u6eda\u52a8/\u7ffb\u9875", None))
self.label_7.setText(QCoreApplication.translate("ReadImg", u"\u81ea\u52a8\u6eda\u52a8/\u7ffb\u9875(F5)", None))
self.label_10.setText(QCoreApplication.translate("ReadImg", u"\u6eda\u52a8\u901f\u5ea6\uff08\u50cf\u7d20\uff09\uff1a", None))
self.label_11.setText(QCoreApplication.translate("ReadImg", u"\u7ffb\u9875\u901f\u5ea6\uff08\u79d2\uff09\uff1a", None))
self.pushButton_2.setText(QCoreApplication.translate("ReadImg", u"\u9690\u85cf", None))
Expand Down
4 changes: 2 additions & 2 deletions ui/component/ui_read_tool.ui
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<x>0</x>
<y>0</y>
<width>301</width>
<height>841</height>
<height>851</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down Expand Up @@ -507,7 +507,7 @@
<string notr="true">color: #ee2a24</string>
</property>
<property name="text">
<string>自动滚动/翻页</string>
<string>自动滚动/翻页(F5)</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
Expand Down

0 comments on commit b270b95

Please sign in to comment.