|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 |
|
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' |
4 | 4 | # |
5 | | -# Created by: PyQt5 UI code generator 5.15.7 |
| 5 | +# Created by: PyQt5 UI code generator 5.15.10 |
6 | 6 | # |
7 | 7 | # WARNING: Any manual changes made to this file will be lost when pyuic5 is |
8 | 8 | # run again. Do not edit this file unless you know what you are doing. |
@@ -59,9 +59,12 @@ def setupUi(self, Dialog): |
59 | 59 | self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
60 | 60 | spacerItem = QtWidgets.QSpacerItem(1070, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) |
61 | 61 | 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) |
65 | 68 | self.verticalLayout.addWidget(self.widget_3) |
66 | 69 | self.textBrowser = QtWidgets.QTextBrowser(Dialog) |
67 | 70 | font = QtGui.QFont() |
@@ -98,6 +101,7 @@ def retranslateUi(self, Dialog): |
98 | 101 | self.pushButton_image_root.setText(_translate("Dialog", "image root")) |
99 | 102 | self.pushButton_save_root.setText(_translate("Dialog", "save root")) |
100 | 103 | 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")) |
102 | 106 | self.pushButton_start.setText(_translate("Dialog", "&Start")) |
103 | 107 | self.pushButton_close.setText(_translate("Dialog", "&Close")) |
0 commit comments