Home | History | Annotate | Download | only in qt

Lines Matching full:appearance

187     if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart)
198 if (o->style()->appearance() == CheckboxPart)
237 switch (o->style()->appearance()) {
300 switch (renderStyle->appearance()) {
398 if (style->appearance() == PushButtonPart) {
484 ControlPart appearance = initializeCommonQStyleOptions(option, o);
485 if (appearance == PushButtonPart || appearance == ButtonPart) {
488 } else if (appearance == RadioPart)
490 else if (appearance == CheckboxPart)
520 ControlPart appearance
521 if (appearance != TextFieldPart
522 && appearance != SearchFieldPart
523 && appearance != TextAreaPart
524 && appearance != ListboxPart)
643 ControlPart appearance = initializeCommonQStyleOptions(option, o);
651 if (appearance == SliderVerticalPart) {
663 if (appearance == SliderVerticalPart)
754 bool RenderThemeQt::supportsFocus(ControlPart appearance) const
756 switch (appearance) {
817 ControlPart result = style->appearance();
1013 ControlPart part = o->style()->appearance();