Home | History | Annotate | Download | only in qt

Lines Matching defs:appearance

209     switch (style->appearance()) {
236 switch (style->appearance()) {
286 switch (style->appearance()) {
317 if (o->style()->appearance() == CheckboxPart || o->style()->appearance() == RadioPart)
328 if (o->style()->appearance() == CheckboxPart)
375 switch (o->style()->appearance()) {
458 switch (renderStyle->appearance()) {
476 switch (renderStyle->appearance()) {
561 if (style->appearance() == PushButtonPart) {
654 ControlPart appearance = initializeCommonQStyleOptions(option, o);
655 if (appearance == PushButtonPart || appearance == ButtonPart) {
658 } else if (appearance == RadioPart)
660 else if (appearance == CheckboxPart)
702 ControlPart appearance = initializeCommonQStyleOptions(panel, o);
703 if (appearance != TextFieldPart
704 && appearance != SearchFieldPart
705 && appearance != TextAreaPart
706 && appearance != ListboxPart)
912 ControlPart appearance = initializeCommonQStyleOptions(option, o);
920 if (appearance == SliderVerticalPart) {
932 if (appearance == SliderVerticalPart)
1068 bool RenderThemeQt::supportsFocus(ControlPart appearance) const
1070 switch (appearance) {
1134 ControlPart result = style->appearance();
1438 ControlPart part = o->style()->appearance();