78 self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setDefault(True) |
78 self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setDefault(True) |
79 |
79 |
80 self.cancelled = False |
80 self.cancelled = False |
81 self.exclude = True |
81 self.exclude = True |
82 self.ericpath = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |
82 self.ericpath = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) |
83 self.pyLibPath = Utilities.getPythonLibPath() |
83 self.pyLibPath = PythonUtilities.getPythonLibPath() |
84 |
84 |
85 self.summaryList.headerItem().setText(self.summaryList.columnCount(), "") |
85 self.summaryList.headerItem().setText(self.summaryList.columnCount(), "") |
86 self.resultList.headerItem().setText(self.resultList.columnCount(), "") |
86 self.resultList.headerItem().setText(self.resultList.columnCount(), "") |
87 self.resultList.header().setSortIndicator(0, Qt.SortOrder.DescendingOrder) |
87 self.resultList.header().setSortIndicator(0, Qt.SortOrder.DescendingOrder) |
88 |
88 |