apol: InfoFlow/DTA tabs: remove cancel button from busy dialog.

Prevention/work-around for .
This commit is contained in:
Chris PeBenito 2016-04-13 13:05:22 -04:00
parent 3fd98337f7
commit 243e94e740
2 changed files with 2 additions and 2 deletions
setoolsgui/apol

View File

@ -81,7 +81,7 @@ class DomainTransitionAnalysisTab(SEToolsWidget, QScrollArea):
self.busy.setModal(True)
self.busy.setRange(0, 0)
self.busy.setMinimumDuration(0)
self.busy.canceled.connect(self.thread.requestInterruption)
self.busy.setCancelButton(None)
self.busy.reset()
# update busy dialog from DTA INFO logs

View File

@ -113,7 +113,7 @@ class InfoFlowAnalysisTab(SEToolsWidget, QScrollArea):
self.busy.setModal(True)
self.busy.setRange(0, 0)
self.busy.setMinimumDuration(0)
self.busy.canceled.connect(self.thread.requestInterruption)
self.busy.setCancelButton(None)
self.busy.reset()
# update busy dialog from infoflow INFO logs