Home
last modified time | relevance | path

Searched defs:fontProperty (Results 1 – 20 of 20) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/
H A DSnippet015DelayTextModifyEvents.java94 …IValueProperty<Boolean, Font> fontProperty = Properties.convertedValue(stale -> stale ? italicFont… in createShell() local
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp190 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
250 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dfontpropertymanager.cpp175 QtVariantProperty *fontProperty = vm->variantProperty(it.value()); in resetFontSubProperty() local
235 QtVariantProperty *fontProperty = vm->variantProperty(antialiasingProperty); in valueChanged() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAbstractTextZoomHandler.java74 String fontProperty= textEditor.getSymbolicFontName(); in execute() local
/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dstyleinformation.cpp53 FontFormatProperty StyleInformation::fontProperty( const QString &name ) const in fontProperty() function in StyleInformation
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/php-excel-reader/
H A Dexcel_reader2.php545 function fontProperty($row,$col,$sheet=0,$prop) { function in Spreadsheet_Excel_Reader
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dpropertybrowser.cpp1667 if (QtProperty *fontProperty = mIdToProperty.value(FontProperty)) in addProperties() local