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