[SOLVED] Combobox: "SingleClickMode" property
Posted: Tue Apr 19, 2011 19:17
I'm assuming this property being 'False' makes it so that a combobox doesn't drop-down simply by mousing over the arrow, but rather the arrow must be clicked?
(If not, what does it do?)
I have attempted setting this property in my layout to False (and True as well, just to see), but see no effect on my combobox... hovering over the dropdown arrow still drops the combobox down (I want to have to click it).
I have also tried using the myComboBox->setSingleClickEnabled(false); manually once my layout is loaded, also with no result.
Is this feature currently functional?
(If not, what does it do?)
I have attempted setting this property in my layout to False (and True as well, just to see), but see no effect on my combobox... hovering over the dropdown arrow still drops the combobox down (I want to have to click it).
I have also tried using the myComboBox->setSingleClickEnabled(false); manually once my layout is loaded, also with no result.
Is this feature currently functional?