Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QPalette
Sub-classes: ColorGroup, QFlags_ColorGroup, ColorRole, QFlags_ColorRole
new QPalette | new | Constructor QPalette::QPalette() | |
new QPalette | new | (const QColor button) | Constructor QPalette::QPalette(const QColor &button) |
new QPalette | new | (const Qt_GlobalColor button) | Constructor QPalette::QPalette(Qt::GlobalColor button) |
new QPalette | new | (const QColor button, const QColor window) | Constructor QPalette::QPalette(const QColor &button, const QColor &window) |
new QPalette | new | (const QBrush windowText, const QBrush button, const QBrush light, const QBrush dark, const QBrush mid, const QBrush text, const QBrush bright_text, const QBrush base, const QBrush window) | Constructor QPalette::QPalette(const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) |
new QPalette | new | (const QColor windowText, const QColor window, const QColor light, const QColor dark, const QColor mid, const QColor text, const QColor base) | Constructor QPalette::QPalette(const QColor &windowText, const QColor &window, const QColor &light, const QColor &dark, const QColor &mid, const QColor &text, const QColor &base) |
new QPalette | new | (const QPalette palette) | Constructor QPalette::QPalette(const QPalette &palette) |
[const] | bool | != | (const QPalette p) | Method bool QPalette::operator!=(const QPalette &p) |
[const] | bool | == | (const QPalette p) | Method bool QPalette::operator==(const QPalette &p) |
void | _assign | (const QPalette other) | Assigns another object to self | |
[const] | QPalette ptr | _const_cast | Returns a non-const reference 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. | ||
[const] | QBrush | alternateBase | Method const QBrush &QPalette::alternateBase() | |
QPalette | assign | (const QPalette palette) | Method QPalette &QPalette::operator=(const QPalette &palette) | |
[const] | QBrush | background | Method const QBrush &QPalette::background() | |
[const] | QBrush | base | Method const QBrush &QPalette::base() | |
[const] | QBrush | brightText | Method const QBrush &QPalette::brightText() | |
[const] | QBrush | brush | (const QPalette_ColorGroup cg, const QPalette_ColorRole cr) | Method const QBrush &QPalette::brush(QPalette::ColorGroup cg, QPalette::ColorRole cr) |
[const] | QBrush | brush | (const QPalette_ColorRole cr) | Method const QBrush &QPalette::brush(QPalette::ColorRole cr) |
[const] | QBrush | button | Method const QBrush &QPalette::button() | |
[const] | QBrush | buttonText | Method const QBrush &QPalette::buttonText() | |
[const] | long long | cacheKey | Method qint64 QPalette::cacheKey() | |
[const] | QColor | color | (const QPalette_ColorGroup cg, const QPalette_ColorRole cr) | Method const QColor &QPalette::color(QPalette::ColorGroup cg, QPalette::ColorRole cr) |
[const] | QColor | color | (const QPalette_ColorRole cr) | Method const QColor &QPalette::color(QPalette::ColorRole cr) |
[const] | QPalette_ColorGroup | currentColorGroup | Method QPalette::ColorGroup QPalette::currentColorGroup() | |
void | currentColorGroup= | (const QPalette_ColorGroup cg) | Method void QPalette::setCurrentColorGroup(QPalette::ColorGroup cg) | |
[const] | QBrush | dark | Method const QBrush &QPalette::dark() | |
[const] | new QPalette ptr | dup | Creates a copy of self | |
[const] | QBrush | foreground | Method const QBrush &QPalette::foreground() | |
[const] | QBrush | highlight | Method const QBrush &QPalette::highlight() | |
[const] | QBrush | highlightedText | Method const QBrush &QPalette::highlightedText() | |
[const] | bool | isBrushSet? | (const QPalette_ColorGroup cg, const QPalette_ColorRole cr) | Method bool QPalette::isBrushSet(QPalette::ColorGroup cg, QPalette::ColorRole cr) |
[const] | bool | isCopyOf? | (const QPalette p) | Method bool QPalette::isCopyOf(const QPalette &p) |
[const] | bool | isEqual? | (const QPalette_ColorGroup cr1, const QPalette_ColorGroup cr2) | Method bool QPalette::isEqual(QPalette::ColorGroup cr1, QPalette::ColorGroup cr2) |
[const] | QBrush | light | Method const QBrush &QPalette::light() | |
[const] | QBrush | link | Method const QBrush &QPalette::link() | |
[const] | QBrush | linkVisited | Method const QBrush &QPalette::linkVisited() | |
[const] | QBrush | mid | Method const QBrush &QPalette::mid() | |
[const] | QBrush | midlight | Method const QBrush &QPalette::midlight() | |
[const] | QBrush | placeholderText | Method const QBrush &QPalette::placeholderText() | |
[const] | QPalette | resolve | (const QPalette arg1) | Method QPalette QPalette::resolve(const QPalette &) |
void | setBrush | (const QPalette_ColorRole cr, const QBrush brush) | Method void QPalette::setBrush(QPalette::ColorRole cr, const QBrush &brush) | |
void | setBrush | (const QPalette_ColorGroup cg, const QPalette_ColorRole cr, const QBrush brush) | Method void QPalette::setBrush(QPalette::ColorGroup cg, QPalette::ColorRole cr, const QBrush &brush) | |
void | setColor | (const QPalette_ColorGroup cg, const QPalette_ColorRole cr, const QColor color) | Method void QPalette::setColor(QPalette::ColorGroup cg, QPalette::ColorRole cr, const QColor &color) | |
void | setColor | (const QPalette_ColorRole cr, const QColor color) | Method void QPalette::setColor(QPalette::ColorRole cr, const QColor &color) | |
void | setColorGroup | (const QPalette_ColorGroup cr, const QBrush windowText, const QBrush button, const QBrush light, const QBrush dark, const QBrush mid, const QBrush text, const QBrush bright_text, const QBrush base, const QBrush window) | Method void QPalette::setColorGroup(QPalette::ColorGroup cr, const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) | |
void | setCurrentColorGroup | (const QPalette_ColorGroup cg) | Method void QPalette::setCurrentColorGroup(QPalette::ColorGroup cg) | |
[const] | QBrush | shadow | Method const QBrush &QPalette::shadow() | |
void | swap | (QPalette other) | Method void QPalette::swap(QPalette &other) | |
[const] | QBrush | text | Method const QBrush &QPalette::text() | |
[const] | QBrush | toolTipBase | Method const QBrush &QPalette::toolTipBase() | |
[const] | QBrush | toolTipText | Method const QBrush &QPalette::toolTipText() | |
[const] | QBrush | window | Method const QBrush &QPalette::window() | |
[const] | QBrush | windowText | Method const QBrush &QPalette::windowText() |
[static,const] | QPalette_ColorGroup | Active | Enum constant QPalette::Active | |
[static,const] | QPalette_ColorGroup | All | Enum constant QPalette::All | |
[static,const] | QPalette_ColorRole | AlternateBase | Enum constant QPalette::AlternateBase | |
[static,const] | QPalette_ColorRole | Background | Enum constant QPalette::Background | |
[static,const] | QPalette_ColorRole | Base | Enum constant QPalette::Base | |
[static,const] | QPalette_ColorRole | BrightText | Enum constant QPalette::BrightText | |
[static,const] | QPalette_ColorRole | Button | Enum constant QPalette::Button | |
[static,const] | QPalette_ColorRole | ButtonText | Enum constant QPalette::ButtonText | |
[static,const] | QPalette_ColorGroup | Current | Enum constant QPalette::Current | |
[static,const] | QPalette_ColorRole | Dark | Enum constant QPalette::Dark | |
[static,const] | QPalette_ColorGroup | Disabled | Enum constant QPalette::Disabled | |
[static,const] | QPalette_ColorRole | Foreground | Enum constant QPalette::Foreground | |
[static,const] | QPalette_ColorRole | Highlight | Enum constant QPalette::Highlight | |
[static,const] | QPalette_ColorRole | HighlightedText | Enum constant QPalette::HighlightedText | |
[static,const] | QPalette_ColorGroup | Inactive | Enum constant QPalette::Inactive | |
[static,const] | QPalette_ColorRole | Light | Enum constant QPalette::Light | |
[static,const] | QPalette_ColorRole | Link | Enum constant QPalette::Link | |
[static,const] | QPalette_ColorRole | LinkVisited | Enum constant QPalette::LinkVisited | |
[static,const] | QPalette_ColorRole | Mid | Enum constant QPalette::Mid | |
[static,const] | QPalette_ColorRole | Midlight | Enum constant QPalette::Midlight | |
[static,const] | QPalette_ColorGroup | NColorGroups | Enum constant QPalette::NColorGroups | |
[static,const] | QPalette_ColorRole | NColorRoles | Enum constant QPalette::NColorRoles | |
[static,const] | QPalette_ColorRole | NoRole | Enum constant QPalette::NoRole | |
[static,const] | QPalette_ColorGroup | Normal | Enum constant QPalette::Normal | |
[static,const] | QPalette_ColorRole | PlaceholderText | Enum constant QPalette::PlaceholderText | |
[static,const] | QPalette_ColorRole | Shadow | Enum constant QPalette::Shadow | |
[static,const] | QPalette_ColorRole | Text | Enum constant QPalette::Text | |
[static,const] | QPalette_ColorRole | ToolTipBase | Enum constant QPalette::ToolTipBase | |
[static,const] | QPalette_ColorRole | ToolTipText | Enum constant QPalette::ToolTipText | |
[static,const] | QPalette_ColorRole | Window | Enum constant QPalette::Window | |
[static,const] | QPalette_ColorRole | WindowText | Enum constant QPalette::WindowText |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | destroyed? | Use of this method is deprecated. Use _destroyed? instead | |
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
!= | Signature: [const] bool != (const QPalette p) Description: Method bool QPalette::operator!=(const QPalette &p) |
== | Signature: [const] bool == (const QPalette p) Description: Method bool QPalette::operator==(const QPalette &p) |
Active | Signature: [static,const] QPalette_ColorGroup Active Description: Enum constant QPalette::Active Python specific notes: |
All | Signature: [static,const] QPalette_ColorGroup All Description: Enum constant QPalette::All Python specific notes: |
AlternateBase | Signature: [static,const] QPalette_ColorRole AlternateBase Description: Enum constant QPalette::AlternateBase Python specific notes: |
Background | Signature: [static,const] QPalette_ColorRole Background Description: Enum constant QPalette::Background Python specific notes: |
Base | Signature: [static,const] QPalette_ColorRole Base Description: Enum constant QPalette::Base Python specific notes: |
BrightText | Signature: [static,const] QPalette_ColorRole BrightText Description: Enum constant QPalette::BrightText Python specific notes: |
Button | Signature: [static,const] QPalette_ColorRole Button Description: Enum constant QPalette::Button Python specific notes: |
ButtonText | Signature: [static,const] QPalette_ColorRole ButtonText Description: Enum constant QPalette::ButtonText Python specific notes: |
Current | Signature: [static,const] QPalette_ColorGroup Current Description: Enum constant QPalette::Current Python specific notes: |
Dark | Signature: [static,const] QPalette_ColorRole Dark Description: Enum constant QPalette::Dark Python specific notes: |
Disabled | Signature: [static,const] QPalette_ColorGroup Disabled Description: Enum constant QPalette::Disabled Python specific notes: |
Foreground | Signature: [static,const] QPalette_ColorRole Foreground Description: Enum constant QPalette::Foreground Python specific notes: |
Highlight | Signature: [static,const] QPalette_ColorRole Highlight Description: Enum constant QPalette::Highlight Python specific notes: |
HighlightedText | Signature: [static,const] QPalette_ColorRole HighlightedText Description: Enum constant QPalette::HighlightedText Python specific notes: |
Inactive | Signature: [static,const] QPalette_ColorGroup Inactive Description: Enum constant QPalette::Inactive Python specific notes: |
Light | Signature: [static,const] QPalette_ColorRole Light Description: Enum constant QPalette::Light Python specific notes: |
Link | Signature: [static,const] QPalette_ColorRole Link Description: Enum constant QPalette::Link Python specific notes: |
LinkVisited | Signature: [static,const] QPalette_ColorRole LinkVisited Description: Enum constant QPalette::LinkVisited Python specific notes: |
Mid | Signature: [static,const] QPalette_ColorRole Mid Description: Enum constant QPalette::Mid Python specific notes: |
Midlight | Signature: [static,const] QPalette_ColorRole Midlight Description: Enum constant QPalette::Midlight Python specific notes: |
NColorGroups | Signature: [static,const] QPalette_ColorGroup NColorGroups Description: Enum constant QPalette::NColorGroups Python specific notes: |
NColorRoles | Signature: [static,const] QPalette_ColorRole NColorRoles Description: Enum constant QPalette::NColorRoles Python specific notes: |
NoRole | Signature: [static,const] QPalette_ColorRole NoRole Description: Enum constant QPalette::NoRole Python specific notes: |
Normal | Signature: [static,const] QPalette_ColorGroup Normal Description: Enum constant QPalette::Normal Python specific notes: |
PlaceholderText | Signature: [static,const] QPalette_ColorRole PlaceholderText Description: Enum constant QPalette::PlaceholderText Python specific notes: |
Shadow | Signature: [static,const] QPalette_ColorRole Shadow Description: Enum constant QPalette::Shadow Python specific notes: |
Text | Signature: [static,const] QPalette_ColorRole Text Description: Enum constant QPalette::Text Python specific notes: |
ToolTipBase | Signature: [static,const] QPalette_ColorRole ToolTipBase Description: Enum constant QPalette::ToolTipBase Python specific notes: |
ToolTipText | Signature: [static,const] QPalette_ColorRole ToolTipText Description: Enum constant QPalette::ToolTipText Python specific notes: |
Window | Signature: [static,const] QPalette_ColorRole Window Description: Enum constant QPalette::Window Python specific notes: |
WindowText | Signature: [static,const] QPalette_ColorRole WindowText Description: Enum constant QPalette::WindowText Python specific notes: |
_assign | Signature: void _assign (const QPalette other) Description: Assigns another object to self |
_const_cast | Signature: [const] QPalette ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_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. |
alternateBase | Signature: [const] QBrush alternateBase Description: Method const QBrush &QPalette::alternateBase() |
assign | Signature: QPalette assign (const QPalette palette) Description: Method QPalette &QPalette::operator=(const QPalette &palette) |
background | Signature: [const] QBrush background Description: Method const QBrush &QPalette::background() |
base | Signature: [const] QBrush base Description: Method const QBrush &QPalette::base() |
brightText | Signature: [const] QBrush brightText Description: Method const QBrush &QPalette::brightText() |
brush | (1) Signature: [const] QBrush brush (const QPalette_ColorGroup cg, const QPalette_ColorRole cr) Description: Method const QBrush &QPalette::brush(QPalette::ColorGroup cg, QPalette::ColorRole cr) |
(2) Signature: [const] QBrush brush (const QPalette_ColorRole cr) Description: Method const QBrush &QPalette::brush(QPalette::ColorRole cr) | |
button | Signature: [const] QBrush button Description: Method const QBrush &QPalette::button() |
buttonText | Signature: [const] QBrush buttonText Description: Method const QBrush &QPalette::buttonText() |
cacheKey | Signature: [const] long long cacheKey Description: Method qint64 QPalette::cacheKey() |
color | (1) Signature: [const] QColor color (const QPalette_ColorGroup cg, const QPalette_ColorRole cr) Description: Method const QColor &QPalette::color(QPalette::ColorGroup cg, QPalette::ColorRole cr) |
(2) Signature: [const] QColor color (const QPalette_ColorRole cr) Description: Method const QColor &QPalette::color(QPalette::ColorRole cr) | |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead 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. |
currentColorGroup | Signature: [const] QPalette_ColorGroup currentColorGroup Description: Method QPalette::ColorGroup QPalette::currentColorGroup() Python specific notes: |
currentColorGroup= | Signature: void currentColorGroup= (const QPalette_ColorGroup cg) Description: Method void QPalette::setCurrentColorGroup(QPalette::ColorGroup cg) Python specific notes: |
dark | Signature: [const] QBrush dark Description: Method const QBrush &QPalette::dark() |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead 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 Use of this method is deprecated. Use _destroyed? instead 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. |
dup | Signature: [const] new QPalette ptr dup Description: Creates a copy of self Python specific notes: |
foreground | Signature: [const] QBrush foreground Description: Method const QBrush &QPalette::foreground() |
highlight | Signature: [const] QBrush highlight Description: Method const QBrush &QPalette::highlight() |
highlightedText | Signature: [const] QBrush highlightedText Description: Method const QBrush &QPalette::highlightedText() |
isBrushSet? | Signature: [const] bool isBrushSet? (const QPalette_ColorGroup cg, const QPalette_ColorRole cr) Description: Method bool QPalette::isBrushSet(QPalette::ColorGroup cg, QPalette::ColorRole cr) |
isCopyOf? | Signature: [const] bool isCopyOf? (const QPalette p) Description: Method bool QPalette::isCopyOf(const QPalette &p) |
isEqual? | Signature: [const] bool isEqual? (const QPalette_ColorGroup cr1, const QPalette_ColorGroup cr2) Description: Method bool QPalette::isEqual(QPalette::ColorGroup cr1, QPalette::ColorGroup cr2) |
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 This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
light | Signature: [const] QBrush light Description: Method const QBrush &QPalette::light() |
link | Signature: [const] QBrush link Description: Method const QBrush &QPalette::link() |
linkVisited | Signature: [const] QBrush linkVisited Description: Method const QBrush &QPalette::linkVisited() |
mid | Signature: [const] QBrush mid Description: Method const QBrush &QPalette::mid() |
midlight | Signature: [const] QBrush midlight Description: Method const QBrush &QPalette::midlight() |
new | (1) Signature: [static] new QPalette new Description: Constructor QPalette::QPalette() This method creates an object of class QPalette. Python specific notes: |
(2) Signature: [static] new QPalette new (const QColor button) Description: Constructor QPalette::QPalette(const QColor &button) This method creates an object of class QPalette. Python specific notes: | |
(3) Signature: [static] new QPalette new (const Qt_GlobalColor button) Description: Constructor QPalette::QPalette(Qt::GlobalColor button) This method creates an object of class QPalette. Python specific notes: | |
(4) Signature: [static] new QPalette new (const QColor button, const QColor window) Description: Constructor QPalette::QPalette(const QColor &button, const QColor &window) This method creates an object of class QPalette. Python specific notes: | |
(5) Signature: [static] new QPalette new (const QBrush windowText, const QBrush button, const QBrush light, const QBrush dark, const QBrush mid, const QBrush text, const QBrush bright_text, const QBrush base, const QBrush window) Description: Constructor QPalette::QPalette(const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) This method creates an object of class QPalette. Python specific notes: | |
(6) Signature: [static] new QPalette new (const QColor windowText, const QColor window, const QColor light, const QColor dark, const QColor mid, const QColor text, const QColor base) Description: Constructor QPalette::QPalette(const QColor &windowText, const QColor &window, const QColor &light, const QColor &dark, const QColor &mid, const QColor &text, const QColor &base) This method creates an object of class QPalette. Python specific notes: | |
(7) Signature: [static] new QPalette new (const QPalette palette) Description: Constructor QPalette::QPalette(const QPalette &palette) This method creates an object of class QPalette. Python specific notes: | |
placeholderText | Signature: [const] QBrush placeholderText Description: Method const QBrush &QPalette::placeholderText() |
resolve | Signature: [const] QPalette resolve (const QPalette arg1) Description: Method QPalette QPalette::resolve(const QPalette &) |
setBrush | (1) Signature: void setBrush (const QPalette_ColorRole cr, const QBrush brush) Description: Method void QPalette::setBrush(QPalette::ColorRole cr, const QBrush &brush) |
(2) Signature: void setBrush (const QPalette_ColorGroup cg, const QPalette_ColorRole cr, const QBrush brush) Description: Method void QPalette::setBrush(QPalette::ColorGroup cg, QPalette::ColorRole cr, const QBrush &brush) | |
setColor | (1) Signature: void setColor (const QPalette_ColorGroup cg, const QPalette_ColorRole cr, const QColor color) Description: Method void QPalette::setColor(QPalette::ColorGroup cg, QPalette::ColorRole cr, const QColor &color) |
(2) Signature: void setColor (const QPalette_ColorRole cr, const QColor color) Description: Method void QPalette::setColor(QPalette::ColorRole cr, const QColor &color) | |
setColorGroup | Signature: void setColorGroup (const QPalette_ColorGroup cr, const QBrush windowText, const QBrush button, const QBrush light, const QBrush dark, const QBrush mid, const QBrush text, const QBrush bright_text, const QBrush base, const QBrush window) Description: Method void QPalette::setColorGroup(QPalette::ColorGroup cr, const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) |
setCurrentColorGroup | Signature: void setCurrentColorGroup (const QPalette_ColorGroup cg) Description: Method void QPalette::setCurrentColorGroup(QPalette::ColorGroup cg) Python specific notes: |
shadow | Signature: [const] QBrush shadow Description: Method const QBrush &QPalette::shadow() |
swap | Signature: void swap (QPalette other) Description: Method void QPalette::swap(QPalette &other) |
text | Signature: [const] QBrush text Description: Method const QBrush &QPalette::text() |
toolTipBase | Signature: [const] QBrush toolTipBase Description: Method const QBrush &QPalette::toolTipBase() |
toolTipText | Signature: [const] QBrush toolTipText Description: Method const QBrush &QPalette::toolTipText() |
window | Signature: [const] QBrush window Description: Method const QBrush &QPalette::window() |
windowText | Signature: [const] QBrush windowText Description: Method const QBrush &QPalette::windowText() |