Home | History | Annotate | Download | only in qt

Lines Matching refs:pal

395     QPalette pal = QApplication::palette();
396 setPaletteFromPageClientIfExists(pal);
397 return pal.brush(QPalette::Active, QPalette::Highlight).color();
402 QPalette pal = QApplication::palette();
403 setPaletteFromPageClientIfExists(pal);
404 return pal.brush(QPalette::Inactive, QPalette::Highlight).color();
409 QPalette pal = QApplication::palette();
410 setPaletteFromPageClientIfExists(pal);
411 return pal.brush(QPalette::Active, QPalette::HighlightedText).color();
416 QPalette pal = QApplication::palette();
417 setPaletteFromPageClientIfExists(pal);
418 return pal.brush(QPalette::Inactive, QPalette::HighlightedText).color();
423 QPalette pal = QApplication::palette();
424 setPaletteFromPageClientIfExists(pal);
425 return pal.brush(QPalette::Active, QPalette::Highlight).color();
435 QPalette pal = QApplication::palette();
438 return pal.brush(QPalette::Active, QPalette::ButtonText).color();
440 return pal.brush(QPalette::Active, QPalette::Text).color();
1349 QPalette pal = QApplication::palette();
1350 setPaletteFromPageClientIfExists(pal);
1351 const QColor highlightText = pal.brush(QPalette::Active, QPalette::HighlightedText).color();