# -*- coding: utf-8 -*- ################################################################################ # Form generated from reading UI file 'DialogCustomVariables.ui' ## # Created by: Qt User Interface Compiler version 6.4.1 ## # WARNING! All changes made in this file will be lost when recompiling UI file! ################################################################################ from PySide6.QtCore import (QCoreApplication, QMetaObject, QSize) from PySide6.QtWidgets import (QGroupBox, QHBoxLayout, QLineEdit, QPushButton, QSizePolicy, QSpacerItem, QVBoxLayout) from module import translate class Ui_DialogCustomVariables(object): def setupUi(self, DialogCustomVariables): if not DialogCustomVariables.objectName(): DialogCustomVariables.setObjectName(u"DialogCustomVariables") DialogCustomVariables.resize(590, 228) DialogCustomVariables.setMinimumSize(QSize(590, 228)) DialogCustomVariables.setMaximumSize(QSize(590, 228)) self.verticalLayout = QVBoxLayout(DialogCustomVariables) self.verticalLayout.setObjectName(u"verticalLayout") self.groupBox = QGroupBox(DialogCustomVariables) self.groupBox.setObjectName(u"groupBox") self.horizontalLayout = QHBoxLayout(self.groupBox) self.horizontalLayout.setObjectName(u"horizontalLayout") self.path_photo = QLineEdit(self.groupBox) self.path_photo.setObjectName(u"path_photo") self.horizontalLayout.addWidget(self.path_photo) self.btn_show_path_photo = QPushButton(self.groupBox) self.btn_show_path_photo.setObjectName(u"btn_show_path_photo") self.horizontalLayout.addWidget(self.btn_show_path_photo) self.verticalLayout.addWidget(self.groupBox) self.groupBox_2 = QGroupBox(DialogCustomVariables) self.groupBox_2.setObjectName(u"groupBox_2") self.horizontalLayout_2 = QHBoxLayout(self.groupBox_2) self.horizontalLayout_2.setObjectName(u"horizontalLayout_2") self.path_db = QLineEdit(self.groupBox_2) self.path_db.setObjectName(u"path_db") self.horizontalLayout_2.addWidget(self.path_db) self.btn_show_path_database = QPushButton(self.groupBox_2) self.btn_show_path_database.setObjectName(u"btn_show_path_database") self.horizontalLayout_2.addWidget(self.btn_show_path_database) self.verticalLayout.addWidget(self.groupBox_2) self.verticalSpacer = QSpacerItem( 20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding) self.verticalLayout.addItem(self.verticalSpacer) self.btn_save = QPushButton(DialogCustomVariables) self.btn_save.setObjectName(u"btn_save") self.verticalLayout.addWidget(self.btn_save) self.verticalSpacer_2 = QSpacerItem( 20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding) self.verticalLayout.addItem(self.verticalSpacer_2) self.retranslateUi(DialogCustomVariables) QMetaObject.connectSlotsByName(DialogCustomVariables) # setupUi def retranslateUi(self, DialogCustomVariables): DialogCustomVariables.setWindowTitle(translate('Initial settings')) self.groupBox.setTitle(translate('Photo directory')) self.btn_show_path_photo.setText(translate('Open directory')) self.groupBox_2.setTitle(translate('Database directory')) self.btn_show_path_database.setText(translate('Open directory')) self.btn_save.setText(translate('Save')) # retranslateUi