Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to set a comboBox to an empty value when the index is 0. I did below and it's does not work, any help?
second_num = ' ' if self.ui.Second_comboBox.currentIndex() == 0: s_text = second_num
@LT-K101 Because you don't set anything in the combobox, you just set some variable named s_text.
s_text