11# -*- coding: utf-8 -*-
22
3- # Form implementation generated from reading ui file 'category_dock.ui'
3+ # Form implementation generated from reading ui file '/home/lg/PycharmProjects/ISAT_with_segment_anything/ISAT/ui/ category_dock.ui'
44#
5- # Created by: PyQt5 UI code generator 5.15.9
5+ # Created by: PyQt5 UI code generator 5.15.10
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.
@@ -17,8 +17,11 @@ def setupUi(self, Form):
1717 Form .resize (294 , 462 )
1818 self .verticalLayout = QtWidgets .QVBoxLayout (Form )
1919 self .verticalLayout .setContentsMargins (2 , 2 , 2 , 2 )
20- self .verticalLayout .setSpacing (0 )
20+ self .verticalLayout .setSpacing (6 )
2121 self .verticalLayout .setObjectName ("verticalLayout" )
22+ self .lineEdit_search_category = QtWidgets .QLineEdit (Form )
23+ self .lineEdit_search_category .setObjectName ("lineEdit_search_category" )
24+ self .verticalLayout .addWidget (self .lineEdit_search_category )
2225 self .listWidget = QtWidgets .QListWidget (Form )
2326 self .listWidget .setSelectionMode (QtWidgets .QAbstractItemView .SingleSelection )
2427 self .listWidget .setSelectionBehavior (QtWidgets .QAbstractItemView .SelectRows )
@@ -55,6 +58,7 @@ def setupUi(self, Form):
5558 def retranslateUi (self , Form ):
5659 _translate = QtCore .QCoreApplication .translate
5760 Form .setWindowTitle (_translate ("Form" , "Form" ))
61+ self .lineEdit_search_category .setPlaceholderText (_translate ("Form" , "Search categories." ))
5862 self .pushButton_group_mode .setStatusTip (_translate ("Form" , "Group mode" ))
5963 self .pushButton_group_mode .setWhatsThis (_translate ("Form" , "Group mode" ))
6064 self .pushButton_group_mode .setText (_translate ("Form" , "Auto" ))
0 commit comments