reconnection fixes
This commit is contained in:
parent
486c13a3d3
commit
439ce30e6e
4 changed files with 45 additions and 28 deletions
toxygen/ui
|
@ -212,6 +212,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
self.search_label.setPixmap(pixmap)
|
||||
|
||||
self.contact_name = LineEdit(Form)
|
||||
self.contact_name.setObjectName('contact_name')
|
||||
self.contact_name.setGeometry(QtCore.QRect(0, 0, 150, 25))
|
||||
self.contact_name.textChanged.connect(self.filtering)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue