gallery: Make sure a radio button is selected
This commit is contained in:
parent
0e2f9fd839
commit
964395085f
@ -168,6 +168,7 @@ namespace
|
||||
: ButtonBox( Qt::Horizontal, parent )
|
||||
{
|
||||
auto radioBox1 = new QskRadioBox( { "One", "Two", "Three" }, this );
|
||||
radioBox1->setSelectedIndex( 0 );
|
||||
radioBox1->setSizePolicy( Qt::Horizontal, QskSizePolicy::Fixed );
|
||||
|
||||
auto radioBox2 = new QskRadioBox( { "One", "Two", "Three" }, this );
|
||||
|
Loading…
x
Reference in New Issue
Block a user