Remove QCompleter from statusbar.text

This commit is contained in:
Florian Bruhin 2014-01-21 18:02:07 +01:00
parent bcd4273672
commit bf33836dcf

View File

@ -1,4 +1,4 @@
from PyQt5.QtWidgets import QLabel, QCompleter
from PyQt5.QtWidgets import QLabel
class Text(QLabel):
"""The text part of the status bar, composed of several 'widgets'"""