Skip to content

Commit dbceb21

Browse files
committed
- 1.3.5
1 parent 1f4e379 commit dbceb21

File tree

6 files changed

+171
-128
lines changed

6 files changed

+171
-128
lines changed

ISAT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : LG
33

44
__author__ = 'yatengLG'
5-
__version__ = '1.3.4'
5+
__version__ = '1.3.5'

ISAT/ui/process_exif_dialog.py

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# -*- coding: utf-8 -*-
22

3-
# Form implementation generated from reading ui file 'D:\PycharmProjects\ISAT_with_segment_anything\ISAT\ui\process_exif_dialog.ui'
3+
# Form implementation generated from reading ui file '/media/lg/disk2/PycharmProjects/ISAT_with_segment_anything/ISAT/ui/process_exif_dialog.ui'
44
#
5-
# Created by: PyQt5 UI code generator 5.15.7
5+
# Created by: PyQt5 UI code generator 5.15.10
66
#
77
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
88
# run again. Do not edit this file unless you know what you are doing.
@@ -59,9 +59,12 @@ def setupUi(self, Dialog):
5959
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
6060
spacerItem = QtWidgets.QSpacerItem(1070, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
6161
self.horizontalLayout_3.addItem(spacerItem)
62-
self.checkBox_apply_exif = QtWidgets.QCheckBox(self.widget_3)
63-
self.checkBox_apply_exif.setObjectName("checkBox_apply_exif")
64-
self.horizontalLayout_3.addWidget(self.checkBox_apply_exif)
62+
self.radioButton_delete_exif = QtWidgets.QRadioButton(self.widget_3)
63+
self.radioButton_delete_exif.setObjectName("radioButton_delete_exif")
64+
self.horizontalLayout_3.addWidget(self.radioButton_delete_exif)
65+
self.radioButton_apply_exif = QtWidgets.QRadioButton(self.widget_3)
66+
self.radioButton_apply_exif.setObjectName("radioButton_apply_exif")
67+
self.horizontalLayout_3.addWidget(self.radioButton_apply_exif)
6568
self.verticalLayout.addWidget(self.widget_3)
6669
self.textBrowser = QtWidgets.QTextBrowser(Dialog)
6770
font = QtGui.QFont()
@@ -98,6 +101,7 @@ def retranslateUi(self, Dialog):
98101
self.pushButton_image_root.setText(_translate("Dialog", "image root"))
99102
self.pushButton_save_root.setText(_translate("Dialog", "save root"))
100103
self.label.setText(_translate("Dialog", "Deal with the rotation problem of pictures with EXIF tags."))
101-
self.checkBox_apply_exif.setText(_translate("Dialog", "apply EXIF orientation tag"))
104+
self.radioButton_delete_exif.setText(_translate("Dialog", "delete EXIF orientation tag"))
105+
self.radioButton_apply_exif.setText(_translate("Dialog", "apply EXIF orientation tag"))
102106
self.pushButton_start.setText(_translate("Dialog", "&Start"))
103107
self.pushButton_close.setText(_translate("Dialog", "&Close"))

ISAT/ui/process_exif_dialog.ui

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,14 @@
126126
</spacer>
127127
</item>
128128
<item>
129-
<widget class="QCheckBox" name="checkBox_apply_exif">
129+
<widget class="QRadioButton" name="radioButton_delete_exif">
130+
<property name="text">
131+
<string>delete EXIF orientation tag</string>
132+
</property>
133+
</widget>
134+
</item>
135+
<item>
136+
<widget class="QRadioButton" name="radioButton_apply_exif">
130137
<property name="text">
131138
<string>apply EXIF orientation tag</string>
132139
</property>

ISAT/ui/zh_CN.qm

4.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)