|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Form implementation generated from reading ui file 'dialogs/collection_select_dialog/collection_select_dialog.ui'
|
|
|
|
# Form implementation generated from reading ui file 'dialogs/collection_select_dialog/collection_select_dialog.ui'
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Created by: PyQt5 UI code generator 5.15.6
|
|
|
|
# Created by: PyQt5 UI code generator 5.15.9
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
|
|
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
|
|
|
# run again. Do not edit this file unless you know what you are doing.
|
|
|
|
# run again. Do not edit this file unless you know what you are doing.
|
|
|
@ -14,7 +14,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
|
|
|
|
class Ui_Dialog(object):
|
|
|
|
class Ui_Dialog(object):
|
|
|
|
def setupUi(self, Dialog):
|
|
|
|
def setupUi(self, Dialog):
|
|
|
|
Dialog.setObjectName("Dialog")
|
|
|
|
Dialog.setObjectName("Dialog")
|
|
|
|
Dialog.resize(570, 321)
|
|
|
|
Dialog.resize(570, 446)
|
|
|
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout(Dialog)
|
|
|
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout(Dialog)
|
|
|
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
|
|
|
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
|
|
|
self.frame = QtWidgets.QFrame(Dialog)
|
|
|
|
self.frame = QtWidgets.QFrame(Dialog)
|
|
|
|