From 79ce6f862285f355455119d64d8aa1753cff0470 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 21 Sep 2011 16:43:22 +0200 Subject: royflos GUI patches, prefix option for webinterface ( --- module/gui/ConnectionManager.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'module/gui/ConnectionManager.py') diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py index 8e355bfe1..930cbd889 100644 --- a/module/gui/ConnectionManager.py +++ b/module/gui/ConnectionManager.py @@ -28,10 +28,7 @@ class ConnectionManager(QWidget): QWidget.__init__(self) QMessageBox.warning(self, 'Warning', - "We are sorry but the GUI is not usable anymore. Please use the webinterface for much better experience. \n", QMessageBox.Ok) - - return - + "We are sorry but the GUI is not stable yet. Please use the webinterface for much better experience. \n", QMessageBox.Ok) mainLayout = QHBoxLayout() buttonLayout = QVBoxLayout() @@ -155,7 +152,7 @@ class ConnectionManager(QWidget): data = defaultItem.data(Qt.UserRole).toPyObject() self.setDefault(data, True) did = self.cleanDict(data)["id"] - allItems = self.connList.findItems("*", Qt.MatchWildcard) + #allItems = self.connList.findItems("*", Qt.MatchWildcard) count = self.connList.count() for i in range(count): item = self.connList.item(i) -- cgit v1.2.3