11# -*- coding: utf-8 -*-
22
3- # Form implementation generated from reading ui file 'C:/Users/Иван /Desktop/Музейное дело /Fond.ui'
3+ # Form implementation generated from reading ui file 'C:/Users/Админ /Desktop/Fond.ui'
44#
5- # Created by: PyQt5 UI code generator 5.15.4
5+ # Created by: PyQt5 UI code generator 5.15.7
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.
1414class Ui_Fond (object ):
1515 def setupUi (self , Fond ):
1616 Fond .setObjectName ("Fond" )
17- Fond .resize (606 , 569 )
17+ Fond .resize (606 , 579 )
1818 Fond .setStyleSheet ("" )
1919 self .Title = QtWidgets .QLabel (Fond )
2020 self .Title .setGeometry (QtCore .QRect (6 , 20 , 591 , 31 ))
@@ -24,63 +24,67 @@ def setupUi(self, Fond):
2424 self .Title .setAlignment (QtCore .Qt .AlignCenter )
2525 self .Title .setObjectName ("Title" )
2626 self .listWidget = QtWidgets .QListWidget (Fond )
27- self .listWidget .setGeometry (QtCore .QRect (15 , 195 , 571 , 311 ))
27+ self .listWidget .setGeometry (QtCore .QRect (15 , 205 , 571 , 311 ))
2828 font = QtGui .QFont ()
2929 font .setPointSize (12 )
3030 self .listWidget .setFont (font )
3131 self .listWidget .setObjectName ("listWidget" )
32- self .comboBoxSearch = QtWidgets .QComboBox (Fond )
33- self .comboBoxSearch .setGeometry (QtCore .QRect (20 , 100 , 561 , 22 ))
34- font = QtGui .QFont ()
35- font .setPointSize (11 )
36- self .comboBoxSearch .setFont (font )
37- self .comboBoxSearch .setEditable (True )
38- self .comboBoxSearch .setCurrentText ("" )
39- self .comboBoxSearch .setObjectName ("comboBoxSearch" )
4032 self .labelSearch = QtWidgets .QLabel (Fond )
41- self .labelSearch .setGeometry (QtCore .QRect (20 , 71 , 181 , 16 ))
33+ self .labelSearch .setGeometry (QtCore .QRect (20 , 70 , 211 , 21 ))
4234 font = QtGui .QFont ()
4335 font .setPointSize (14 )
4436 self .labelSearch .setFont (font )
4537 self .labelSearch .setObjectName ("labelSearch" )
4638 self .backButton = QtWidgets .QPushButton (Fond )
47- self .backButton .setGeometry (QtCore .QRect (15 , 520 , 131 , 31 ))
39+ self .backButton .setGeometry (QtCore .QRect (15 , 530 , 131 , 31 ))
4840 font = QtGui .QFont ()
4941 font .setPointSize (11 )
5042 self .backButton .setFont (font )
5143 self .backButton .setObjectName ("backButton" )
5244 self .labelSearch_2 = QtWidgets .QLabel (Fond )
53- self .labelSearch_2 .setGeometry (QtCore .QRect (20 , 131 , 311 , 21 ))
45+ self .labelSearch_2 .setGeometry (QtCore .QRect (20 , 130 , 361 , 31 ))
5446 font = QtGui .QFont ()
5547 font .setPointSize (14 )
5648 self .labelSearch_2 .setFont (font )
5749 self .labelSearch_2 .setObjectName ("labelSearch_2" )
58- self .comboBoxSearch_2 = QtWidgets .QComboBox (Fond )
59- self .comboBoxSearch_2 .setGeometry (QtCore .QRect (20 , 160 , 561 , 22 ))
60- font = QtGui .QFont ()
61- font .setPointSize (11 )
62- self .comboBoxSearch_2 .setFont (font )
63- self .comboBoxSearch_2 .setEditable (True )
64- self .comboBoxSearch_2 .setCurrentText ("" )
65- self .comboBoxSearch_2 .setObjectName ("comboBoxSearch_2" )
6650 self .refreshButton = QtWidgets .QPushButton (Fond )
67- self .refreshButton .setGeometry (QtCore .QRect (460 , 520 , 131 , 31 ))
51+ self .refreshButton .setGeometry (QtCore .QRect (460 , 530 , 131 , 31 ))
6852 font = QtGui .QFont ()
6953 font .setPointSize (11 )
7054 self .refreshButton .setFont (font )
7155 self .refreshButton .setObjectName ("refreshButton" )
7256 self .exporthButton = QtWidgets .QPushButton (Fond )
73- self .exporthButton .setGeometry (QtCore .QRect (320 , 520 , 131 , 31 ))
57+ self .exporthButton .setGeometry (QtCore .QRect (310 , 530 , 141 , 31 ))
7458 font = QtGui .QFont ()
7559 font .setPointSize (11 )
7660 self .exporthButton .setFont (font )
7761 self .exporthButton .setObjectName ("exporthButton" )
7862 self .importButton = QtWidgets .QPushButton (Fond )
79- self .importButton .setGeometry (QtCore .QRect (180 , 520 , 131 , 31 ))
63+ self .importButton .setGeometry (QtCore .QRect (160 , 530 , 141 , 31 ))
8064 font = QtGui .QFont ()
8165 font .setPointSize (11 )
8266 self .importButton .setFont (font )
8367 self .importButton .setObjectName ("importButton" )
68+ self .search_name_button = QtWidgets .QPushButton (Fond )
69+ self .search_name_button .setGeometry (QtCore .QRect (490 , 95 , 93 , 31 ))
70+ font = QtGui .QFont ()
71+ font .setPointSize (11 )
72+ self .search_name_button .setFont (font )
73+ self .search_name_button .setObjectName ("search_name_button" )
74+ self .search_name_line = QtWidgets .QLineEdit (Fond )
75+ self .search_name_line .setGeometry (QtCore .QRect (20 , 100 , 461 , 22 ))
76+ self .search_name_line .setText ("" )
77+ self .search_name_line .setObjectName ("search_name_line" )
78+ self .search_num_button = QtWidgets .QPushButton (Fond )
79+ self .search_num_button .setGeometry (QtCore .QRect (490 , 165 , 93 , 31 ))
80+ font = QtGui .QFont ()
81+ font .setPointSize (11 )
82+ self .search_num_button .setFont (font )
83+ self .search_num_button .setObjectName ("search_num_button" )
84+ self .search_num_line = QtWidgets .QLineEdit (Fond )
85+ self .search_num_line .setGeometry (QtCore .QRect (20 , 170 , 461 , 22 ))
86+ self .search_num_line .setText ("" )
87+ self .search_num_line .setObjectName ("search_num_line" )
8488
8589 self .retranslateUi (Fond )
8690 QtCore .QMetaObject .connectSlotsByName (Fond )
@@ -95,6 +99,8 @@ def retranslateUi(self, Fond):
9599 self .refreshButton .setText (_translate ("Fond" , "Обновить" ))
96100 self .exporthButton .setText (_translate ("Fond" , "Экспортировать" ))
97101 self .importButton .setText (_translate ("Fond" , "Импортировать" ))
102+ self .search_name_button .setText (_translate ("Fond" , "Поиск" ))
103+ self .search_num_button .setText (_translate ("Fond" , "Поиск" ))
98104
99105
100106if __name__ == "__main__" :
0 commit comments