reconnection fixes

This commit is contained in:
ingvar1995 2018-05-24 21:43:34 +03:00
parent 486c13a3d3
commit 439ce30e6e
4 changed files with 45 additions and 28 deletions
toxygen/ui

View file

@ -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)