diff --git a/CHANGELOG b/CHANGELOG index 04abe36..0bb3078 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ 2.2 - Added again make install target - Ctrl+C in the terminal will terminate the GUI -- Blurs UI while processing +- UI indicates ongoing processing with a label - Added new optimization 2.1 diff --git a/relational_gui/guihandler.py b/relational_gui/guihandler.py index 6785640..01187bf 100644 --- a/relational_gui/guihandler.py +++ b/relational_gui/guihandler.py @@ -151,8 +151,7 @@ class relForm(QtWidgets.QMainWindow): def execute(self): - blur = QtWidgets.QGraphicsBlurEffect() - self.setGraphicsEffect(blur) + self.ui.stackedWidget.setCurrentIndex(2) QtCore.QCoreApplication.processEvents() try: @@ -185,7 +184,7 @@ class relForm(QtWidgets.QMainWindow): # Sets the result relation name to none self.ui.txtResult.setText(u"_last%d" % self.qcounter) finally: - blur.setBlurRadius(0) + self.setMultiline(self.multiline) def showRelation(self, rel): diff --git a/relational_gui/maingui.ui b/relational_gui/maingui.ui index 2ffaa2a..82516b5 100644 --- a/relational_gui/maingui.ui +++ b/relational_gui/maingui.ui @@ -326,6 +326,17 @@ + + + + + + Processing… + + + + +