/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/theme/ |
H A D | thememanager.cpp | 145 QList<QColor> baseColors; in setPredefinedPropertiesToTheme() local 149 baseColors.append(QColor(QRgb(0x80c342))); in setPredefinedPropertiesToTheme() 150 baseColors.append(QColor(QRgb(0x469835))); in setPredefinedPropertiesToTheme() 166 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() 205 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() 244 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() 283 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() 322 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() 361 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() 400 setBaseColors(theme, baseColors); in setPredefinedPropertiesToTheme() [all …]
|
H A D | q3dtheme.h | 49 … Q_PROPERTY(QList<QColor> baseColors READ baseColors WRITE setBaseColors NOTIFY baseColorsChanged) 99 QList<QColor> baseColors() const;
|
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/ |
H A D | textformats.py | 62 self.baseColors = {} 80 for name in baseColors: 82 self.baseColors[name] = QColor(s.value(name, "", str)) 84 self.baseColors[name] = baseColorDefaults[name]() 137 for name in baseColors: 138 s.setValue("basecolors/"+name, self.baseColors[name].name()) 187 p.setColor(QPalette.Text, self.baseColors['text']) 188 p.setColor(QPalette.Base, self.baseColors['background']) 189 p.setColor(QPalette.HighlightedText, self.baseColors['selectiontext']) 190 p.setColor(QPalette.Highlight, self.baseColors['selectionbackground']) [all …]
|
H A D | highlight2html.py | 70 w.fgcolor = data.baseColors['text'].name() 71 w.bgcolor = data.baseColors['background'].name()
|
H A D | viewhighlighter.py | 92 self._baseColors = data.baseColors
|
H A D | pagedview.py | 132 paperColor = textformats.formatData('editor').baseColors['paper'] 302 r.paperColor = textformats.formatData('editor').baseColors['paper']
|
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualizationqml2/ |
H A D | declarativetheme_p.h | 57 Q_PROPERTY(QQmlListProperty<DeclarativeColor> baseColors READ baseColors) 70 QQmlListProperty<DeclarativeColor> baseColors();
|
H A D | declarativetheme.cpp | 93 QList<QColor> list = Q3DTheme::baseColors(); in handleBaseColorUpdate() 258 QList<QColor> list = Q3DTheme::baseColors(); in addColor() 268 QList<QColor> list = Q3DTheme::baseColors(); in colorList() 350 QQmlListProperty<DeclarativeColor> DeclarativeTheme3D::baseColors() in baseColors() function in DeclarativeTheme3D
|
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/preferences/ |
H A D | fontscolors.py | 215 for name in textformats.baseColors: 216 self.baseColorsWidget.color[name].setColor(data.baseColors[name]) 220 p.setColor(QPalette.Base, data.baseColors['background']) 221 p.setColor(QPalette.Text, data.baseColors['text']) 222 p.setColor(QPalette.Highlight, data.baseColors['selectionbackground']) 223 p.setColor(QPalette.HighlightedText, data.baseColors['selectiontext']) 231 item.setForeground(0, data.baseColors['text']) 256 data.baseColors[name] = self.baseColorsWidget.color[name].color() 317 for name in textformats.baseColors: 332 for name in textformats.baseColors:
|
H A D | import_export.py | 55 baseColors = ET.Element('baseColors') 56 for name, color in tfd.baseColors.items(): 59 baseColors.append(elt) 76 root.append(baseColors) 114 tfd.baseColors[elt.tag] = QColor(elt.get('color'))
|
/dports/graphics/qvge/qvge-0.6.3/src/3rdParty/qsint-widgets/ |
H A D | colordefs.h | 30 ColorList* baseColors();
|
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/data/ |
H A D | qabstract3dseries.cpp | 845 if (theme.baseColors().size() <= seriesIndex) in resetToTheme() 846 themeIndex = seriesIndex % theme.baseColors().size(); in resetToTheme() 847 q_ptr->setBaseColor(theme.baseColors().at(themeIndex)); in resetToTheme()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/ |
H A D | glcAggressiveShaderOptimizationsTests.cpp | 428 …static const float baseColors[] = { 1.0, 0.0, 0.25, 0.75, 0.25, 1.0, 0.0, 1.0, 0.75, 0.25, 0.5, 0… in renderAndGrabSurface() local 442 glu::va::Float("baseColor", 3, 4, 0, baseColors) }; in renderAndGrabSurface()
|
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/ |
H A D | test_qgscolorschemeregistry.py | 84 def fetchColors(self, context, baseColors): argument
|
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/ |
H A D | test_qgscolorschemeregistry.py | 84 def fetchColors(self, context, baseColors): argument
|
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/cocoa/ |
H A D | qcocoatheme.mm | 237 NSArray<NSColor *> *baseColors = nil; 240 baseColors = [NSColor alternatingContentBackgroundColors]; 245 baseColors = [NSColor controlAlternatingRowBackgroundColors]; 250 pal.setBrush(QPalette::Base, qt_mac_toQBrush(baseColors[0])); 251 pal.setBrush(QPalette::AlternateBase, qt_mac_toQBrush(baseColors[1]));
|