Home
last modified time | relevance | path

Searched refs:styleString (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/dports/misc/bibletime/bibletime-2.11.2/src/frontend/settingsdialogs/
H A Dbtfontchooserwidget.cpp228 const QString styleString = database.styleString(m_font); in setFont() local
229 m_choosenStyle = styleString; in setFont()
230 restoreListWidgetValue(m_styleListWidget, styleString); in setFont()
233 loadSizes(fontFamily, styleString); in setFont()
241 font->setBold(styleString.contains("bold", Qt::CaseInsensitive)); in setFontStyle()
242 font->setItalic(styleString.contains("italic", Qt::CaseInsensitive) in setFontStyle()
243 || styleString.contains("oblique", Qt::CaseInsensitive)); in setFontStyle()
269 QString styleString = current->text(); in styleChanged() local
270 setFontStyle(styleString, &m_font); in styleChanged()
274 m_choosenStyle = styleString; in styleChanged()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/shared/fontpanel/
H A Dfontpanel.cpp98 const QString styleDescription = styleString(); in selectedFont()
132 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
133 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
159 QString FontPanel::styleString() const in styleString() function in FontPanel
186 updatePointSizes(family(), styleString()); in slotStyleChanged()
211 const QString oldStyleString = styleString(); in updateFamily()
238 updatePointSizes(family, styleString()); in updateFamily()
266 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
270 QList<int> pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/shared/fontpanel/
H A Dfontpanel.cpp100 const QString styleDescription = styleString(); in selectedFont()
134 const QString styleString = m_fontDatabase.styleString(f); in setSelectedFont() local
135 const int styleIndex = m_styleComboBox->findText(styleString); in setSelectedFont()
161 QString FontPanel::styleString() const in styleString() function in FontPanel
188 updatePointSizes(family(), styleString()); in slotStyleChanged()
213 const QString &oldStyleString = styleString(); in updateFamily()
240 updatePointSizes(family, styleString()); in updateFamily()
268 void FontPanel::updatePointSizes(const QString &family, const QString &styleString) in updatePointSizes() argument
272 auto pointSizes = m_fontDatabase.pointSizes(family, styleString); in updatePointSizes()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/CommonPlugin/vendor/crossjoin/css/src/Crossjoin/Css/Reader/
H A DHtmlFile.php14 $styleString = "";
22 $styleString .= $styleNode->nodeValue . "\r\n";
28 return $styleString;
H A DHtmlString.php56 $styleString = "";
64 $styleString .= $styleNode->nodeValue . "\r\n";
70 return $styleString;
/dports/sysutils/calamares/calamares-3.2.44.2/src/calamares/
H A Dcalamares-sidebar.qml22 color: Branding.styleString( Branding.SidebarBackground );
49 …color: Branding.styleString( index == ViewManager.currentStepIndex ? Branding.SidebarBackgroundSel…
54 …color: Branding.styleString( index == ViewManager.currentStepIndex ? Branding.SidebarTextSelected …
68 …color: Branding.styleString( mouseArea.containsMouse ? Branding.SidebarTextHighlight : Branding.Si…
80 …color: Branding.styleString( mouseArea.containsMouse ? Branding.SidebarTextSelect : Branding.Sideb…
/dports/editors/nedit/nedit-5.7/source/
H A Dhighlight.c264 char *stylePtr, *styleString; in StartHighlighting() local
298 NEditFree(styleString); in StartHighlighting()
1354 NEditFree(styleString); in handleUnparsedRegion()
1602 NEditFree(styleString); in parseBufferRange()
1648 stylePtr = *styleString; in parseString()
1693 subPat->style, *string, *styleString); in parseString()
1697 *styleString = stylePtr; in parseString()
1710 *styleString = stylePtr; in parseString()
1778 *string, *styleString); in parseString()
1807 *styleString = stylePtr; in parseString()
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/calamares/progresstree/
H A DProgressTreeDelegate.cpp59 …QColor( Calamares::Branding::instance()->styleString( Calamares::Branding::SidebarBackground ) ) ); in paint()
60 …painter->setPen( QColor( Calamares::Branding::instance()->styleString( Calamares::Branding::Sideba… in paint()
81 …painter->setPen( Calamares::Branding::instance()->styleString( Calamares::Branding::SidebarTextSel… in paintViewStep()
83 … = Calamares::Branding::instance()->styleString( Calamares::Branding::SidebarTextHighlight ); in paintViewStep()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSplat/
H A DRoadSurfaceLayer.cpp217 const std::string& styleString = feature->eval( styleExprCopy, &context ); in sortFeaturesIntoStyleGroups() local
218 if (!styleString.empty() && styleString != "null") in sortFeaturesIntoStyleGroups()
224 if ( styleString.length() > 0 && styleString[0] == '{' ) in sortFeaturesIntoStyleGroups()
226 Config conf( "style", styleString ); in sortFeaturesIntoStyleGroups()
238 const Style* selectedStyle = styles->getStyle(styleString, false); in sortFeaturesIntoStyleGroups()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DFeatureTileSource.cpp235 … const std::string& styleString = feature->eval( styleExprCopy, &context );
236 if (!styleString.empty() && styleString != "null")
242 if ( styleString.length() > 0 && styleString[0] == '{' )
244 Config conf( "style", styleString );
256 … const Style* selectedStyle = _session->styles()->getStyle(styleString, false);
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/esri/
H A Dgeomapsource.cpp91 QGeoMapType::MapStyle GeoMapSource::mapStyle(const QString &styleString) in mapStyle() argument
94 if (styleString.compare(mapStyle.name, Qt::CaseInsensitive) == 0) in mapStyle()
98 QGeoMapType::MapStyle style = static_cast<QGeoMapType::MapStyle>(styleString.toInt()); in mapStyle()

12345678910>>...18