[const] | bool | != | (const QFont arg1) | Method bool QFont::operator!=(const QFont &) |
[const] | bool | < | (const QFont arg1) | Method bool QFont::operator<(const QFont &) |
[const] | bool | == | (const QFont arg1) | Method bool QFont::operator==(const QFont &) |
| void | _assign | (const QFont other) | Assigns another object to self |
| void | _create | | Ensures the C++ object is created |
| void | _destroy | | Explicitly destroys the object |
[const] | bool | _destroyed? | | Returns a value indicating whether the object was already destroyed |
[const] | bool | _is_const_object? | | Returns a value indicating whether the reference is a const reference |
| void | _manage | | Marks the object as managed by the script side. |
| void | _unmanage | | Marks the object as no longer owned by the script side. |
| QFont | assign | (const QFont arg1) | Method QFont &QFont::operator=(const QFont &) |
[const] | bool | bold | | Method bool QFont::bold() |
| void | bold= | (bool arg1) | Method void QFont::setBold(bool) |
[const] | QFont_Capitalization | capitalization | | Method QFont::Capitalization QFont::capitalization() |
| void | capitalization= | (const QFont_Capitalization arg1) | Method void QFont::setCapitalization(QFont::Capitalization) |
[const] | string | defaultFamily | | Method QString QFont::defaultFamily() |
[const] | new QFont ptr | dup | | Creates a copy of self |
[const] | bool | exactMatch | | Method bool QFont::exactMatch() |
[const] | string | family | | Method QString QFont::family() |
| void | family= | (string arg1) | Method void QFont::setFamily(const QString &) |
[const] | bool | fixedPitch | | Method bool QFont::fixedPitch() |
| void | fixedPitch= | (bool arg1) | Method void QFont::setFixedPitch(bool) |
| bool | fromString | (string arg1) | Method bool QFont::fromString(const QString &) |
[const] | unsigned long | handle | | Method Qt::HANDLE QFont::handle() |
[const] | bool | isCopyOf? | (const QFont arg1) | Method bool QFont::isCopyOf(const QFont &) |
[const] | bool | italic | | Method bool QFont::italic() |
| void | italic= | (bool b) | Method void QFont::setItalic(bool b) |
[const] | bool | kerning | | Method bool QFont::kerning() |
| void | kerning= | (bool arg1) | Method void QFont::setKerning(bool) |
[const] | string | key | | Method QString QFont::key() |
[const] | string | lastResortFamily | | Method QString QFont::lastResortFamily() |
[const] | string | lastResortFont | | Method QString QFont::lastResortFont() |
[const] | double | letterSpacing | | Method double QFont::letterSpacing() |
[const] | QFont_SpacingType | letterSpacingType | | Method QFont::SpacingType QFont::letterSpacingType() |
[const] | bool | overline | | Method bool QFont::overline() |
| void | overline= | (bool arg1) | Method void QFont::setOverline(bool) |
[const] | int | pixelSize | | Method int QFont::pixelSize() |
| void | pixelSize= | (int arg1) | Method void QFont::setPixelSize(int) |
[const] | int | pointSize | | Method int QFont::pointSize() |
| void | pointSize= | (int arg1) | Method void QFont::setPointSize(int) |
[const] | double | pointSizeF | | Method double QFont::pointSizeF() |
| void | pointSizeF= | (double arg1) | Method void QFont::setPointSizeF(double) |
[const] | bool | rawMode | | Method bool QFont::rawMode() |
| void | rawMode= | (bool arg1) | Method void QFont::setRawMode(bool) |
[const] | string | rawName | | Method QString QFont::rawName() |
| void | rawName= | (string arg1) | Method void QFont::setRawName(const QString &) |
[const] | QFont | resolve | (const QFont arg1) | Method QFont QFont::resolve(const QFont &) |
| void | setBold | (bool arg1) | Method void QFont::setBold(bool) |
| void | setCapitalization | (const QFont_Capitalization arg1) | Method void QFont::setCapitalization(QFont::Capitalization) |
| void | setFamily | (string arg1) | Method void QFont::setFamily(const QString &) |
| void | setFixedPitch | (bool arg1) | Method void QFont::setFixedPitch(bool) |
| void | setItalic | (bool b) | Method void QFont::setItalic(bool b) |
| void | setKerning | (bool arg1) | Method void QFont::setKerning(bool) |
| void | setLetterSpacing | (const QFont_SpacingType type, double spacing) | Method void QFont::setLetterSpacing(QFont::SpacingType type, double spacing) |
| void | setOverline | (bool arg1) | Method void QFont::setOverline(bool) |
| void | setPixelSize | (int arg1) | Method void QFont::setPixelSize(int) |
| void | setPointSize | (int arg1) | Method void QFont::setPointSize(int) |
| void | setPointSizeF | (double arg1) | Method void QFont::setPointSizeF(double) |
| void | setRawMode | (bool arg1) | Method void QFont::setRawMode(bool) |
| void | setRawName | (string arg1) | Method void QFont::setRawName(const QString &) |
| void | setStretch | (int arg1) | Method void QFont::setStretch(int) |
| void | setStrikeOut | (bool arg1) | Method void QFont::setStrikeOut(bool) |
| void | setStyle | (const QFont_Style style) | Method void QFont::setStyle(QFont::Style style) |
| void | setStyleHint | (const QFont_StyleHint arg1, const QFont_StyleStrategy arg2 = QFont::PreferDefault) | Method void QFont::setStyleHint(QFont::StyleHint, QFont::StyleStrategy) |
| void | setStyleStrategy | (const QFont_StyleStrategy s) | Method void QFont::setStyleStrategy(QFont::StyleStrategy s) |
| void | setUnderline | (bool arg1) | Method void QFont::setUnderline(bool) |
| void | setWeight | (int arg1) | Method void QFont::setWeight(int) |
| void | setWordSpacing | (double spacing) | Method void QFont::setWordSpacing(double spacing) |
[const] | int | stretch | | Method int QFont::stretch() |
| void | stretch= | (int arg1) | Method void QFont::setStretch(int) |
[const] | bool | strikeOut | | Method bool QFont::strikeOut() |
| void | strikeOut= | (bool arg1) | Method void QFont::setStrikeOut(bool) |
[const] | QFont_Style | style | | Method QFont::Style QFont::style() |
| void | style= | (const QFont_Style style) | Method void QFont::setStyle(QFont::Style style) |
[const] | QFont_StyleHint | styleHint | | Method QFont::StyleHint QFont::styleHint() |
[const] | QFont_StyleStrategy | styleStrategy | | Method QFont::StyleStrategy QFont::styleStrategy() |
| void | styleStrategy= | (const QFont_StyleStrategy s) | Method void QFont::setStyleStrategy(QFont::StyleStrategy s) |
[const] | string | toString | | Method QString QFont::toString() |
[const] | string | to_s | | Method QString QFont::toString() |
[const] | bool | underline | | Method bool QFont::underline() |
| void | underline= | (bool arg1) | Method void QFont::setUnderline(bool) |
[const] | int | weight | | Method int QFont::weight() |
| void | weight= | (int arg1) | Method void QFont::setWeight(int) |
[const] | double | wordSpacing | | Method double QFont::wordSpacing() |
| void | wordSpacing= | (double spacing) | Method void QFont::setWordSpacing(double spacing) |
!= | Signature: [const] bool != (const QFont arg1) Description: Method bool QFont::operator!=(const QFont &) |
< | Signature: [const] bool < (const QFont arg1) Description: Method bool QFont::operator<(const QFont &) |
== | Signature: [const] bool == (const QFont arg1) Description: Method bool QFont::operator==(const QFont &) |
AbsoluteSpacing | Signature: [static,const] QFont_SpacingType AbsoluteSpacing Description: Enum constant QFont::AbsoluteSpacing |
AllLowercase | Signature: [static,const] QFont_Capitalization AllLowercase Description: Enum constant QFont::AllLowercase |
AllUppercase | Signature: [static,const] QFont_Capitalization AllUppercase Description: Enum constant QFont::AllUppercase |
AnyStyle | Signature: [static,const] QFont_StyleHint AnyStyle Description: Enum constant QFont::AnyStyle |
Black | Signature: [static] unsigned int Black Description: Font weight constant 'QFont::Black'. |
Bold | Signature: [static] unsigned int Bold Description: Font weight constant 'QFont::Bold'. |
Capitalize | Signature: [static,const] QFont_Capitalization Capitalize Description: Enum constant QFont::Capitalize |
Courier | Signature: [static,const] QFont_StyleHint Courier Description: Enum constant QFont::Courier |
Decorative | Signature: [static,const] QFont_StyleHint Decorative Description: Enum constant QFont::Decorative |
DemiBold | Signature: [static] unsigned int DemiBold Description: Font weight constant 'QFont::DemiBold'. |
ForceOutline | Signature: [static,const] QFont_StyleStrategy ForceOutline Description: Enum constant QFont::ForceOutline |
Helvetica | Signature: [static,const] QFont_StyleHint Helvetica Description: Enum constant QFont::Helvetica |
Light | Signature: [static] unsigned int Light Description: Font weight constant 'QFont::Light'. |
MixedCase | Signature: [static,const] QFont_Capitalization MixedCase Description: Enum constant QFont::MixedCase |
NoAntialias | Signature: [static,const] QFont_StyleStrategy NoAntialias Description: Enum constant QFont::NoAntialias |
NoFontMerging | Signature: [static,const] QFont_StyleStrategy NoFontMerging Description: Enum constant QFont::NoFontMerging |
Normal | Signature: [static] unsigned int Normal Description: Font weight constant 'QFont::Normal'. |
OldEnglish | Signature: [static,const] QFont_StyleHint OldEnglish Description: Enum constant QFont::OldEnglish |
OpenGLCompatible | Signature: [static,const] QFont_StyleStrategy OpenGLCompatible Description: Enum constant QFont::OpenGLCompatible |
PercentageSpacing | Signature: [static,const] QFont_SpacingType PercentageSpacing Description: Enum constant QFont::PercentageSpacing |
PreferAntialias | Signature: [static,const] QFont_StyleStrategy PreferAntialias Description: Enum constant QFont::PreferAntialias |
PreferBitmap | Signature: [static,const] QFont_StyleStrategy PreferBitmap Description: Enum constant QFont::PreferBitmap |
PreferDefault | Signature: [static,const] QFont_StyleStrategy PreferDefault Description: Enum constant QFont::PreferDefault |
PreferDevice | Signature: [static,const] QFont_StyleStrategy PreferDevice Description: Enum constant QFont::PreferDevice |
PreferMatch | Signature: [static,const] QFont_StyleStrategy PreferMatch Description: Enum constant QFont::PreferMatch |
PreferOutline | Signature: [static,const] QFont_StyleStrategy PreferOutline Description: Enum constant QFont::PreferOutline |
PreferQuality | Signature: [static,const] QFont_StyleStrategy PreferQuality Description: Enum constant QFont::PreferQuality |
SansSerif | Signature: [static,const] QFont_StyleHint SansSerif Description: Enum constant QFont::SansSerif |
Serif | Signature: [static,const] QFont_StyleHint Serif Description: Enum constant QFont::Serif |
SmallCaps | Signature: [static,const] QFont_Capitalization SmallCaps Description: Enum constant QFont::SmallCaps |
StyleItalic | Signature: [static,const] QFont_Style StyleItalic Description: Enum constant QFont::StyleItalic |
StyleNormal | Signature: [static,const] QFont_Style StyleNormal Description: Enum constant QFont::StyleNormal |
StyleOblique | Signature: [static,const] QFont_Style StyleOblique Description: Enum constant QFont::StyleOblique |
System | Signature: [static,const] QFont_StyleHint System Description: Enum constant QFont::System |
Times | Signature: [static,const] QFont_StyleHint Times Description: Enum constant QFont::Times |
TypeWriter | Signature: [static,const] QFont_StyleHint TypeWriter Description: Enum constant QFont::TypeWriter |
_assign | Signature: void _assign (const QFont other) Description: Assigns another object to self |
_create | Signature: void _create Description: Ensures the C++ object is created
Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object
Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception.
If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed
This method returns true, if the object was destroyed, either explicitly or by the C++ side.
The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference
This method returns true, if self is a const reference.
In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side.
After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side.
Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
assign | Signature: QFont assign (const QFont arg1) Description: Method QFont &QFont::operator=(const QFont &) |
bold | Signature: [const] bool bold Description: Method bool QFont::bold() Python specific notes: The object exposes a readable attribute 'bold'. This is the getter.
|
bold= | Signature: void bold= (bool arg1) Description: Method void QFont::setBold(bool) Python specific notes: The object exposes a writable attribute 'bold'. This is the setter.
|
cacheStatistics | Signature: [static] void cacheStatistics Description: Static method void QFont::cacheStatistics()
This method is static and can be called without an instance. |
capitalization | Signature: [const] QFont_Capitalization capitalization Description: Method QFont::Capitalization QFont::capitalization() Python specific notes: The object exposes a readable attribute 'capitalization'. This is the getter.
|
capitalization= | Signature: void capitalization= (const QFont_Capitalization arg1) Description: Method void QFont::setCapitalization(QFont::Capitalization) Python specific notes: The object exposes a writable attribute 'capitalization'. This is the setter.
|
cleanup | Signature: [static] void cleanup Description: Static method void QFont::cleanup()
This method is static and can be called without an instance. |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead |
defaultFamily | Signature: [const] string defaultFamily Description: Method QString QFont::defaultFamily() |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead |
destroyed? | Signature: [const] bool destroyed? Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead |
dup | Signature: [const] new QFont ptr dup Description: Creates a copy of self |
exactMatch | Signature: [const] bool exactMatch Description: Method bool QFont::exactMatch() |
family | Signature: [const] string family Description: Method QString QFont::family() Python specific notes: The object exposes a readable attribute 'family'. This is the getter.
|
family= | Signature: void family= (string arg1) Description: Method void QFont::setFamily(const QString &) Python specific notes: The object exposes a writable attribute 'family'. This is the setter.
|
fixedPitch | Signature: [const] bool fixedPitch Description: Method bool QFont::fixedPitch() Python specific notes: The object exposes a readable attribute 'fixedPitch'. This is the getter.
|
fixedPitch= | Signature: void fixedPitch= (bool arg1) Description: Method void QFont::setFixedPitch(bool) Python specific notes: The object exposes a writable attribute 'fixedPitch'. This is the setter.
|
fromString | Signature: bool fromString (string arg1) Description: Method bool QFont::fromString(const QString &) |
handle | Signature: [const] unsigned long handle Description: Method Qt::HANDLE QFont::handle() |
insertSubstitution | Signature: [static] void insertSubstitution (string arg1,string arg2) Description: Static method void QFont::insertSubstitution(const QString &, const QString &)
This method is static and can be called without an instance. |
insertSubstitutions | Signature: [static] void insertSubstitutions (string arg1,string[] arg2) Description: Static method void QFont::insertSubstitutions(const QString &, const QStringList &)
This method is static and can be called without an instance. |
isCopyOf? | Signature: [const] bool isCopyOf? (const QFont arg1) Description: Method bool QFont::isCopyOf(const QFont &) |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead |
italic | Signature: [const] bool italic Description: Method bool QFont::italic() Python specific notes: The object exposes a readable attribute 'italic'. This is the getter.
|
italic= | Signature: void italic= (bool b) Description: Method void QFont::setItalic(bool b) Python specific notes: The object exposes a writable attribute 'italic'. This is the setter.
|
kerning | Signature: [const] bool kerning Description: Method bool QFont::kerning() Python specific notes: The object exposes a readable attribute 'kerning'. This is the getter.
|
kerning= | Signature: void kerning= (bool arg1) Description: Method void QFont::setKerning(bool) Python specific notes: The object exposes a writable attribute 'kerning'. This is the setter.
|
key | Signature: [const] string key Description: Method QString QFont::key() |
lastResortFamily | Signature: [const] string lastResortFamily Description: Method QString QFont::lastResortFamily() |
lastResortFont | Signature: [const] string lastResortFont Description: Method QString QFont::lastResortFont() |
letterSpacing | Signature: [const] double letterSpacing Description: Method double QFont::letterSpacing() |
letterSpacingType | Signature: [const] QFont_SpacingType letterSpacingType Description: Method QFont::SpacingType QFont::letterSpacingType() |
new | Signature: [static] new QFont new Description: Constructor QFont::QFont()
This method creates an object of class QFont. Python specific notes: This method is the default initializer of the object
|
Signature: [static] new QFont new (string family,int pointSize = -1,int weight = -1,bool italic = false) Description: Constructor QFont::QFont(const QString &family, int pointSize, int weight, bool italic)
This method creates an object of class QFont. Python specific notes: This method is the default initializer of the object
|
Signature: [static] new QFont new (const QFont arg1,QPaintDevice ptr pd) Description: Constructor QFont::QFont(const QFont &, QPaintDevice *pd)
This method creates an object of class QFont. Python specific notes: This method is the default initializer of the object
|
Signature: [static] new QFont new (const QFont arg1) Description: Constructor QFont::QFont(const QFont &)
This method creates an object of class QFont. Python specific notes: This method is the default initializer of the object
|
overline | Signature: [const] bool overline Description: Method bool QFont::overline() Python specific notes: The object exposes a readable attribute 'overline'. This is the getter.
|
overline= | Signature: void overline= (bool arg1) Description: Method void QFont::setOverline(bool) Python specific notes: The object exposes a writable attribute 'overline'. This is the setter.
|
pixelSize | Signature: [const] int pixelSize Description: Method int QFont::pixelSize() Python specific notes: The object exposes a readable attribute 'pixelSize'. This is the getter.
|
pixelSize= | Signature: void pixelSize= (int arg1) Description: Method void QFont::setPixelSize(int) Python specific notes: The object exposes a writable attribute 'pixelSize'. This is the setter.
|
pointSize | Signature: [const] int pointSize Description: Method int QFont::pointSize() Python specific notes: The object exposes a readable attribute 'pointSize'. This is the getter.
|
pointSize= | Signature: void pointSize= (int arg1) Description: Method void QFont::setPointSize(int) Python specific notes: The object exposes a writable attribute 'pointSize'. This is the setter.
|
pointSizeF | Signature: [const] double pointSizeF Description: Method double QFont::pointSizeF() Python specific notes: The object exposes a readable attribute 'pointSizeF'. This is the getter.
|
pointSizeF= | Signature: void pointSizeF= (double arg1) Description: Method void QFont::setPointSizeF(double) Python specific notes: The object exposes a writable attribute 'pointSizeF'. This is the setter.
|
rawMode | Signature: [const] bool rawMode Description: Method bool QFont::rawMode() Python specific notes: The object exposes a readable attribute 'rawMode'. This is the getter.
|
rawMode= | Signature: void rawMode= (bool arg1) Description: Method void QFont::setRawMode(bool) Python specific notes: The object exposes a writable attribute 'rawMode'. This is the setter.
|
rawName | Signature: [const] string rawName Description: Method QString QFont::rawName() Python specific notes: The object exposes a readable attribute 'rawName'. This is the getter.
|
rawName= | Signature: void rawName= (string arg1) Description: Method void QFont::setRawName(const QString &) Python specific notes: The object exposes a writable attribute 'rawName'. This is the setter.
|
removeSubstitution | Signature: [static] void removeSubstitution (string arg1) Description: Static method void QFont::removeSubstitution(const QString &)
This method is static and can be called without an instance. |
resolve | Signature: [const] QFont resolve (const QFont arg1) Description: Method QFont QFont::resolve(const QFont &) |
setBold | Signature: void setBold (bool arg1) Description: Method void QFont::setBold(bool) Python specific notes: The object exposes a writable attribute 'bold'. This is the setter.
|
setCapitalization | Signature: void setCapitalization (const QFont_Capitalization arg1) Description: Method void QFont::setCapitalization(QFont::Capitalization) Python specific notes: The object exposes a writable attribute 'capitalization'. This is the setter.
|
setFamily | Signature: void setFamily (string arg1) Description: Method void QFont::setFamily(const QString &) Python specific notes: The object exposes a writable attribute 'family'. This is the setter.
|
setFixedPitch | Signature: void setFixedPitch (bool arg1) Description: Method void QFont::setFixedPitch(bool) Python specific notes: The object exposes a writable attribute 'fixedPitch'. This is the setter.
|
setItalic | Signature: void setItalic (bool b) Description: Method void QFont::setItalic(bool b) Python specific notes: The object exposes a writable attribute 'italic'. This is the setter.
|
setKerning | Signature: void setKerning (bool arg1) Description: Method void QFont::setKerning(bool) Python specific notes: The object exposes a writable attribute 'kerning'. This is the setter.
|
setLetterSpacing | Signature: void setLetterSpacing (const QFont_SpacingType type,double spacing) Description: Method void QFont::setLetterSpacing(QFont::SpacingType type, double spacing) |
setOverline | Signature: void setOverline (bool arg1) Description: Method void QFont::setOverline(bool) Python specific notes: The object exposes a writable attribute 'overline'. This is the setter.
|
setPixelSize | Signature: void setPixelSize (int arg1) Description: Method void QFont::setPixelSize(int) Python specific notes: The object exposes a writable attribute 'pixelSize'. This is the setter.
|
setPointSize | Signature: void setPointSize (int arg1) Description: Method void QFont::setPointSize(int) Python specific notes: The object exposes a writable attribute 'pointSize'. This is the setter.
|
setPointSizeF | Signature: void setPointSizeF (double arg1) Description: Method void QFont::setPointSizeF(double) Python specific notes: The object exposes a writable attribute 'pointSizeF'. This is the setter.
|
setRawMode | Signature: void setRawMode (bool arg1) Description: Method void QFont::setRawMode(bool) Python specific notes: The object exposes a writable attribute 'rawMode'. This is the setter.
|
setRawName | Signature: void setRawName (string arg1) Description: Method void QFont::setRawName(const QString &) Python specific notes: The object exposes a writable attribute 'rawName'. This is the setter.
|
setStretch | Signature: void setStretch (int arg1) Description: Method void QFont::setStretch(int) Python specific notes: The object exposes a writable attribute 'stretch'. This is the setter.
|
setStrikeOut | Signature: void setStrikeOut (bool arg1) Description: Method void QFont::setStrikeOut(bool) Python specific notes: The object exposes a writable attribute 'strikeOut'. This is the setter.
|
setStyle | Signature: void setStyle (const QFont_Style style) Description: Method void QFont::setStyle(QFont::Style style) Python specific notes: The object exposes a writable attribute 'style'. This is the setter.
|
setStyleHint | Signature: void setStyleHint (const QFont_StyleHint arg1,const QFont_StyleStrategy arg2 = QFont::PreferDefault) Description: Method void QFont::setStyleHint(QFont::StyleHint, QFont::StyleStrategy) |
setStyleStrategy | Signature: void setStyleStrategy (const QFont_StyleStrategy s) Description: Method void QFont::setStyleStrategy(QFont::StyleStrategy s) Python specific notes: The object exposes a writable attribute 'styleStrategy'. This is the setter.
|
setUnderline | Signature: void setUnderline (bool arg1) Description: Method void QFont::setUnderline(bool) Python specific notes: The object exposes a writable attribute 'underline'. This is the setter.
|
setWeight | Signature: void setWeight (int arg1) Description: Method void QFont::setWeight(int) Python specific notes: The object exposes a writable attribute 'weight'. This is the setter.
|
setWordSpacing | Signature: void setWordSpacing (double spacing) Description: Method void QFont::setWordSpacing(double spacing) Python specific notes: The object exposes a writable attribute 'wordSpacing'. This is the setter.
|
stretch | Signature: [const] int stretch Description: Method int QFont::stretch() Python specific notes: The object exposes a readable attribute 'stretch'. This is the getter.
|
stretch= | Signature: void stretch= (int arg1) Description: Method void QFont::setStretch(int) Python specific notes: The object exposes a writable attribute 'stretch'. This is the setter.
|
strikeOut | Signature: [const] bool strikeOut Description: Method bool QFont::strikeOut() Python specific notes: The object exposes a readable attribute 'strikeOut'. This is the getter.
|
strikeOut= | Signature: void strikeOut= (bool arg1) Description: Method void QFont::setStrikeOut(bool) Python specific notes: The object exposes a writable attribute 'strikeOut'. This is the setter.
|
style | Signature: [const] QFont_Style style Description: Method QFont::Style QFont::style() Python specific notes: The object exposes a readable attribute 'style'. This is the getter.
|
style= | Signature: void style= (const QFont_Style style) Description: Method void QFont::setStyle(QFont::Style style) Python specific notes: The object exposes a writable attribute 'style'. This is the setter.
|
styleHint | Signature: [const] QFont_StyleHint styleHint Description: Method QFont::StyleHint QFont::styleHint() Python specific notes: The object exposes a readable attribute 'styleHint'. This is the getter.
|
styleStrategy | Signature: [const] QFont_StyleStrategy styleStrategy Description: Method QFont::StyleStrategy QFont::styleStrategy() Python specific notes: The object exposes a readable attribute 'styleStrategy'. This is the getter.
|
styleStrategy= | Signature: void styleStrategy= (const QFont_StyleStrategy s) Description: Method void QFont::setStyleStrategy(QFont::StyleStrategy s) Python specific notes: The object exposes a writable attribute 'styleStrategy'. This is the setter.
|
substitute | Signature: [static] string substitute (string arg1) Description: Static method QString QFont::substitute(const QString &)
This method is static and can be called without an instance. |
substitutes | Signature: [static] string[] substitutes (string arg1) Description: Static method QStringList QFont::substitutes(const QString &)
This method is static and can be called without an instance. |
substitutions | Signature: [static] string[] substitutions Description: Static method QStringList QFont::substitutions()
This method is static and can be called without an instance. |
toString | Signature: [const] string toString Description: Method QString QFont::toString() Python specific notes: This method is also available as 'str(object)' and 'repr(object)'
|
to_s | Signature: [const] string to_s Description: Method QString QFont::toString() Python specific notes: This method is also available as 'str(object)' and 'repr(object)'
|
underline | Signature: [const] bool underline Description: Method bool QFont::underline() Python specific notes: The object exposes a readable attribute 'underline'. This is the getter.
|
underline= | Signature: void underline= (bool arg1) Description: Method void QFont::setUnderline(bool) Python specific notes: The object exposes a writable attribute 'underline'. This is the setter.
|
weight | Signature: [const] int weight Description: Method int QFont::weight() Python specific notes: The object exposes a readable attribute 'weight'. This is the getter.
|
weight= | Signature: void weight= (int arg1) Description: Method void QFont::setWeight(int) Python specific notes: The object exposes a writable attribute 'weight'. This is the setter.
|
wordSpacing | Signature: [const] double wordSpacing Description: Method double QFont::wordSpacing() Python specific notes: The object exposes a readable attribute 'wordSpacing'. This is the getter.
|
wordSpacing= | Signature: void wordSpacing= (double spacing) Description: Method void QFont::setWordSpacing(double spacing) Python specific notes: The object exposes a writable attribute 'wordSpacing'. This is the setter.
|