Home
last modified time | relevance | path

Searched refs:standardPalette (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dstyle.cpp30 QApplication::setPalette(standardPalette()); in setStyle()
32 QToolTip::setPalette(standardPalette()); in setStyle()
47 initialPalette = style->standardPalette(); in Style()
H A Dsqlitesyntaxhighlighter.cpp36 format.setForeground(QApplication::style()->standardPalette().text()); in setupFormats()
42 format.setForeground(QApplication::style()->standardPalette().text()); in setupFormats()
52 format.setForeground(QApplication::style()->standardPalette().windowText()); in setupFormats()
58 format.setForeground(QApplication::style()->standardPalette().linkVisited()); in setupFormats()
64 format.setForeground(QApplication::style()->standardPalette().text()); in setupFormats()
70 format.setForeground(QApplication::style()->standardPalette().dark()); in setupFormats()
76 format.setForeground(QApplication::style()->standardPalette().text()); in setupFormats()
252 format.setForeground(QApplication::style()->standardPalette().link()); in applyValidObjectFormat()
H A Dqtscriptsyntaxhighlighter.cpp202 commentFormat.setForeground(QApplication::style()->standardPalette().dark()); in highlightBlock()
203 keywordsFormat.setForeground(QApplication::style()->standardPalette().windowText()); in highlightBlock()
205 normalFormat.setForeground(QApplication::style()->standardPalette().text()); in highlightBlock()
327 markerFormat.setBackground(QApplication::style()->standardPalette().alternateBase()); in highlightBlock()
328 markerFormat.setForeground(QApplication::style()->standardPalette().text()); in highlightBlock()
H A Duiutils.cpp132 if (QApplication::style()->standardPalette().text().color().lightness() >= 128) in styleSyntaxStringColor()
140 QPalette palette = QApplication::style()->standardPalette(); in styleEditorLineColor()
H A Dstatusfield.cpp62 addEntry(ICONS.STATUS_INFO, text, style()->standardPalette().text().color(), INFO); in info()
67 addEntry(ICONS.STATUS_WARNING, text, style()->standardPalette().text().color(), WARN); in warn()
140 const QColor stdColor = style()->standardPalette().text().color(); in refreshColors()
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/
H A Dpolishing.cpp294 QColor winCol = standardPalette().color(QPalette::Active,QPalette::Window); in polish()
360 QColor winCol = standardPalette().color(QPalette::Window); in polish()
552 standardPalette().color(QPalette::Active,QPalette::Base)); in polish()
588 QColor winCol = standardPalette().color(QPalette::Window); in polish()
592 QColor altBaseCol = standardPalette().color(QPalette::AlternateBase); in polish()
645 == standardPalette().color(QPalette::Active, QPalette::Base)) in polish()
647 QColor col = standardPalette().color(QPalette::Active,QPalette::Text); in polish()
732 QColor winCol = standardPalette().color(QPalette::Window); in polish()
734 QColor baseCol = standardPalette().color(QPalette::Base); in polish()
1106 palette = standardPalette(); in polish()
[all …]
H A DeventFiltering.cpp188 p->fillRect(bgndRect, standardPalette().color(suffix.contains(QLatin1String("-inactive")) in drawBg()
835 != standardPalette().color(QPalette::Active, QPalette::Text)) in eventFilter()
844 col = standardPalette().color(QPalette::Active,QPalette::Text); in eventFilter()
864 standardPalette().color(QPalette::Active,QPalette::Highlight)); in eventFilter()
875 != standardPalette().color(QPalette::Active, QPalette::Text)) in eventFilter()
883 col = standardPalette().color(QPalette::Inactive,QPalette::Text); in eventFilter()
900 standardPalette().color(QPalette::Inactive,QPalette::Highlight)); in eventFilter()
1204 != standardPalette().color(QPalette::Active, QPalette::Text)) in eventFilter()
1213 col = standardPalette().color(QPalette::Inactive,QPalette::Text); in eventFilter()
1235 col = standardPalette().color(QPalette::Active,QPalette::Text); in eventFilter()
[all …]
/dports/audio/flacon/flacon-8.2.0/
H A Dapplication.cpp71 …return qApp->style()->standardPalette().window().color().lightness() < qApp->style()->standardPale… in isDarkVisualMode()
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dcolor_dialog.cpp26 const std::vector<QColor> standardPalette = { in ColorDialog() local
98 for (auto && color : standardPalette) { in ColorDialog()
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DMainApplication.cpp43 QPalette app_palette = m_Style->standardPalette(); in MainApplication()
93 QPalette app_palette = m_Style->standardPalette(); in EmitPaletteChanged()
/dports/textproc/sigil/Sigil-1.8.0/src/MainUI/
H A DMainApplication.cpp43 QPalette app_palette = m_Style->standardPalette(); in MainApplication()
98 QPalette app_palette = m_Style->standardPalette(); in EmitPaletteChanged()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkcolorcombo.cpp124 static const uchar standardPalette[][4] = { variable
154 #define STANDARD_PALETTE_SIZE (int(sizeof(standardPalette) / sizeof(*standardPalette)))
158 const uchar *entry = standardPalette[i]; in standardColor()
/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/editors/3rdparty/
H A DKColorCombo.cpp134 static const uchar standardPalette[][4] = { variable
164 #define STANDARD_PALETTE_SIZE (int(sizeof(standardPalette) / sizeof(*standardPalette)))
168 const uchar *entry = standardPalette[i]; in standardColor()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/FusionDarkStyle/
H A Dfusiondarkplugin.cpp13 QPalette standardPalette() const;
53 QPalette FusionDarkStyle::standardPalette() const in standardPalette() function in FusionDarkStyle
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/styles/light/
H A DLightStyle.h30 QPalette standardPalette() const override;
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/styles/dark/
H A DDarkStyle.h30 QPalette standardPalette() const override;
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkdeuiwidgetsproxystyle.cpp143 QPalette KdeUiProxyStyle::standardPalette() const in standardPalette() function in KdeUiProxyStyle
145 return style()->standardPalette(); in standardPalette()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/kcmfontinst/
H A DFontFilterProxyStyle.cpp112 QPalette CFontFilterProxyStyle::standardPalette() const in standardPalette() function in KFI::CFontFilterProxyStyle
114 return style()->standardPalette(); in standardPalette()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/bb10style/
H A Dqbb10brightstyle.h52 QPalette standardPalette() const Q_DECL_OVERRIDE;
H A Dqbb10darkstyle.h52 QPalette standardPalette() const Q_DECL_OVERRIDE;
/dports/audio/spotify-qt/spotify-qt-3.7/src/util/
H A Dstyleutils.cpp15 p = QApplication::style()->standardPalette(); in applyPalette()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqcdestyle.h69 QPalette standardPalette() const; in QT_MODULE()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/motif/
H A Dqcdestyle.h65 QPalette standardPalette() const Q_DECL_OVERRIDE;
/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DLmmsStyle.cpp146 QPalette LmmsStyle::standardPalette( void ) const in standardPalette() function in LmmsStyle
150 QPalette pal = QProxyStyle::standardPalette(); in standardPalette()
169 so.palette = standardPalette(); in drawComplexControl()
/dports/games/multimc/MultiMC5-0.6.11/application/themes/
H A DSystemTheme.cpp10 systemPalette = style->standardPalette(); in SystemTheme()

12345678910>>...31