|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | + |
| 3 | +# Form implementation generated from reading ui file 'D:\PycharmProjects\ISAT_with_segment_anything\ISAT\ui\process_exif_dialog.ui' |
| 4 | +# |
| 5 | +# Created by: PyQt5 UI code generator 5.15.7 |
| 6 | +# |
| 7 | +# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
| 8 | +# run again. Do not edit this file unless you know what you are doing. |
| 9 | + |
| 10 | + |
| 11 | +from PyQt5 import QtCore, QtGui, QtWidgets |
| 12 | + |
| 13 | + |
| 14 | +class Ui_Dialog(object): |
| 15 | + def setupUi(self, Dialog): |
| 16 | + Dialog.setObjectName("Dialog") |
| 17 | + Dialog.resize(1280, 720) |
| 18 | + font = QtGui.QFont() |
| 19 | + font.setFamily("Times New Roman") |
| 20 | + font.setPointSize(12) |
| 21 | + Dialog.setFont(font) |
| 22 | + self.verticalLayout = QtWidgets.QVBoxLayout(Dialog) |
| 23 | + self.verticalLayout.setObjectName("verticalLayout") |
| 24 | + self.widget = QtWidgets.QWidget(Dialog) |
| 25 | + self.widget.setObjectName("widget") |
| 26 | + self.horizontalLayout = QtWidgets.QHBoxLayout(self.widget) |
| 27 | + self.horizontalLayout.setContentsMargins(0, 0, 0, 0) |
| 28 | + self.horizontalLayout.setObjectName("horizontalLayout") |
| 29 | + self.lineEdit_image_root = QtWidgets.QLineEdit(self.widget) |
| 30 | + self.lineEdit_image_root.setReadOnly(True) |
| 31 | + self.lineEdit_image_root.setObjectName("lineEdit_image_root") |
| 32 | + self.horizontalLayout.addWidget(self.lineEdit_image_root) |
| 33 | + self.pushButton_image_root = QtWidgets.QPushButton(self.widget) |
| 34 | + self.pushButton_image_root.setObjectName("pushButton_image_root") |
| 35 | + self.horizontalLayout.addWidget(self.pushButton_image_root) |
| 36 | + self.verticalLayout.addWidget(self.widget) |
| 37 | + self.widget_2 = QtWidgets.QWidget(Dialog) |
| 38 | + self.widget_2.setObjectName("widget_2") |
| 39 | + self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.widget_2) |
| 40 | + self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0) |
| 41 | + self.horizontalLayout_2.setObjectName("horizontalLayout_2") |
| 42 | + self.lineEdit_save_root = QtWidgets.QLineEdit(self.widget_2) |
| 43 | + self.lineEdit_save_root.setReadOnly(True) |
| 44 | + self.lineEdit_save_root.setObjectName("lineEdit_save_root") |
| 45 | + self.horizontalLayout_2.addWidget(self.lineEdit_save_root) |
| 46 | + self.pushButton_save_root = QtWidgets.QPushButton(self.widget_2) |
| 47 | + self.pushButton_save_root.setObjectName("pushButton_save_root") |
| 48 | + self.horizontalLayout_2.addWidget(self.pushButton_save_root) |
| 49 | + self.verticalLayout.addWidget(self.widget_2) |
| 50 | + self.label = QtWidgets.QLabel(Dialog) |
| 51 | + self.label.setStyleSheet("color: rgb(255, 0, 0);") |
| 52 | + self.label.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) |
| 53 | + self.label.setObjectName("label") |
| 54 | + self.verticalLayout.addWidget(self.label) |
| 55 | + self.widget_3 = QtWidgets.QWidget(Dialog) |
| 56 | + self.widget_3.setObjectName("widget_3") |
| 57 | + self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.widget_3) |
| 58 | + self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0) |
| 59 | + self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
| 60 | + spacerItem = QtWidgets.QSpacerItem(1070, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) |
| 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) |
| 65 | + self.verticalLayout.addWidget(self.widget_3) |
| 66 | + self.textBrowser = QtWidgets.QTextBrowser(Dialog) |
| 67 | + font = QtGui.QFont() |
| 68 | + font.setFamily("宋体") |
| 69 | + font.setPointSize(12) |
| 70 | + self.textBrowser.setFont(font) |
| 71 | + self.textBrowser.setObjectName("textBrowser") |
| 72 | + self.verticalLayout.addWidget(self.textBrowser) |
| 73 | + self.progressBar = QtWidgets.QProgressBar(Dialog) |
| 74 | + self.progressBar.setProperty("value", 0) |
| 75 | + self.progressBar.setObjectName("progressBar") |
| 76 | + self.verticalLayout.addWidget(self.progressBar) |
| 77 | + self.widget_4 = QtWidgets.QWidget(Dialog) |
| 78 | + self.widget_4.setObjectName("widget_4") |
| 79 | + self.horizontalLayout_4 = QtWidgets.QHBoxLayout(self.widget_4) |
| 80 | + self.horizontalLayout_4.setContentsMargins(0, 0, 0, 0) |
| 81 | + self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
| 82 | + spacerItem1 = QtWidgets.QSpacerItem(1097, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) |
| 83 | + self.horizontalLayout_4.addItem(spacerItem1) |
| 84 | + self.pushButton_start = QtWidgets.QPushButton(self.widget_4) |
| 85 | + self.pushButton_start.setObjectName("pushButton_start") |
| 86 | + self.horizontalLayout_4.addWidget(self.pushButton_start) |
| 87 | + self.pushButton_close = QtWidgets.QPushButton(self.widget_4) |
| 88 | + self.pushButton_close.setObjectName("pushButton_close") |
| 89 | + self.horizontalLayout_4.addWidget(self.pushButton_close) |
| 90 | + self.verticalLayout.addWidget(self.widget_4) |
| 91 | + |
| 92 | + self.retranslateUi(Dialog) |
| 93 | + QtCore.QMetaObject.connectSlotsByName(Dialog) |
| 94 | + |
| 95 | + def retranslateUi(self, Dialog): |
| 96 | + _translate = QtCore.QCoreApplication.translate |
| 97 | + Dialog.setWindowTitle(_translate("Dialog", "Process EXIF tag")) |
| 98 | + self.pushButton_image_root.setText(_translate("Dialog", "image root")) |
| 99 | + self.pushButton_save_root.setText(_translate("Dialog", "save root")) |
| 100 | + 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")) |
| 102 | + self.pushButton_start.setText(_translate("Dialog", "&Start")) |
| 103 | + self.pushButton_close.setText(_translate("Dialog", "&Close")) |
0 commit comments