Closed GoogleCodeExporter closed 9 years ago
Alternatively, perhaps a lh_qt_button_array object that creates a row of
buttons. It would need to connect to only one changed (clicked) event that
includes an index value.
setup_row_of_buttons_ = new lh_qt_button_array(this,"^Button Row
1",QStringList()<<"ButtonA"<<"ButtonB"<<"ButtonC"<<"ButtonD")
This would then create the appropriate # of equally sized buttons witht he
given labels.
The only catch is that it would be important to be able to set the disabled
(readonly) states individually.
Is this more possible?
Original comment by a...@bridgesuk.com
on 15 May 2011 at 9:06
lh_type_string_htmlhelp
Original comment by jo...@linkdata.se
on 16 Jul 2011 at 12:12
Original issue reported on code.google.com by
a...@bridgesuk.com
on 14 May 2011 at 5:12