more switches
This commit is contained in:
parent
b1931d43b9
commit
af033e07fb
@ -67,7 +67,14 @@ namespace
|
||||
(void) new QskSwitchButton( orientation, this );
|
||||
|
||||
auto button = new QskSwitchButton( orientation, this );
|
||||
button->setChecked( true );
|
||||
|
||||
button = new QskSwitchButton( orientation, this );
|
||||
button->setInverted( true );
|
||||
|
||||
button = new QskSwitchButton( orientation, this );
|
||||
button->setInverted( true );
|
||||
button->setChecked( true );
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user