src/eric7/Testing/TestingWidget.py

branch
eric7-maintenance
changeset 10222
1146cc8fbf5d
parent 10079
0222a480e93d
parent 10217
7888177e7463
child 10349
df7edc29cbfb
equal deleted inserted replaced
10182:dce4b2b95c3f 10222:1146cc8fbf5d
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

eric ide

mercurial