92 self.discoveryPicker.setInsertPolicy(QComboBox.InsertPolicy.InsertAtTop) |
92 self.discoveryPicker.setInsertPolicy(QComboBox.InsertPolicy.InsertAtTop) |
93 self.discoveryPicker.setSizeAdjustPolicy( |
93 self.discoveryPicker.setSizeAdjustPolicy( |
94 QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon |
94 QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon |
95 ) |
95 ) |
96 |
96 |
|
97 self.testComboBox.completer().setCaseSensitivity( |
|
98 Qt.CaseSensitivity.CaseSensitive |
|
99 ) |
97 self.testComboBox.lineEdit().setClearButtonEnabled(True) |
100 self.testComboBox.lineEdit().setClearButtonEnabled(True) |
98 |
101 |
99 # create some more dialog buttons for orchestration |
102 # create some more dialog buttons for orchestration |
100 self.__showLogButton = self.buttonBox.addButton( |
103 self.__showLogButton = self.buttonBox.addButton( |
101 self.tr("Show Output..."), QDialogButtonBox.ButtonRole.ActionRole |
104 self.tr("Show Output..."), QDialogButtonBox.ButtonRole.ActionRole |