Qt.QPalette Class

public class QPalette: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QPalette

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPalette Constructors

QPalette() Constructor
QPalette(Qt.QColor) Constructor
QPalette(Qt.QColor, Qt.QColor) Constructor
QPalette(Qt.QColorGroup, Qt.QColorGroup, Qt.QColorGroup) Constructor
QPalette(Qt.QPalette) Constructor
QPalette(void *) Constructor

QPalette Methods

QPalette.Active Method
QPalette.BackgroundRoleFromMode Method
QPalette.Brush Method
QPalette.Color Method
QPalette.Copy Method
QPalette.Disabled Method
QPalette.Finalize Method
QPalette.ForegroundRoleFromMode Method
QPalette.Inactive Method
QPalette.IsCopyOf Method
QPalette.Normal Method
QPalette.SerialNumber Method
QPalette.SetActive Method
QPalette.SetBrush(ColorGroup, ColorRole, Qt.QBrush) Method
QPalette.SetBrush(ColorRole, Qt.QBrush) Method
QPalette.SetColor(ColorGroup, ColorRole, Qt.QColor) Method
QPalette.SetColor(ColorRole, Qt.QColor) Method
QPalette.SetDisabled Method
QPalette.SetInactive Method
QPalette.SetNormal Method


QPalette() Constructor

public void QPalette();

See Also

Qt.QPalette Class, Qt Namespace

QPalette(Qt.QColor) Constructor

public void QPalette(Qt.QColor button);

See Also

Qt.QPalette Class, Qt Namespace

QPalette(Qt.QColor, Qt.QColor) Constructor

public void QPalette(Qt.QColor button, Qt.QColor background);

See Also

Qt.QPalette Class, Qt Namespace

QPalette(Qt.QColorGroup, Qt.QColorGroup, Qt.QColorGroup) Constructor

public void QPalette(Qt.QColorGroup active, Qt.QColorGroup disabled, Qt.QColorGroup inactive);

See Also

Qt.QPalette Class, Qt Namespace

QPalette(Qt.QPalette) Constructor

public void QPalette(Qt.QPalette arg1);

See Also

Qt.QPalette Class, Qt Namespace

QPalette(void *) Constructor

public void QPalette(void * ptr);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Active Method

public Qt.QColorGroup Active();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.BackgroundRoleFromMode Method

public static ColorRole BackgroundRoleFromMode(Qt.BackgroundMode mode);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Brush Method

public Qt.QBrush Brush(ColorGroup arg1, ColorRole arg2);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Color Method

public Qt.QColor Color(ColorGroup arg1, ColorRole arg2);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Copy Method

public Qt.QPalette Copy();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Disabled Method

public Qt.QColorGroup Disabled();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Finalize Method

protected override void Finalize();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.ForegroundRoleFromMode Method

public static ColorRole ForegroundRoleFromMode(Qt.BackgroundMode mode);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Inactive Method

public Qt.QColorGroup Inactive();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.IsCopyOf Method

public bool IsCopyOf(Qt.QPalette arg1);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.Normal Method

public Qt.QColorGroup Normal();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SerialNumber Method

public int SerialNumber();

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetActive Method

public void SetActive(Qt.QColorGroup arg1);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetBrush(ColorGroup, ColorRole, Qt.QBrush) Method

public void SetBrush(ColorGroup arg1, ColorRole arg2, Qt.QBrush arg3);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetBrush(ColorRole, Qt.QBrush) Method

public void SetBrush(ColorRole arg1, Qt.QBrush arg2);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetColor(ColorGroup, ColorRole, Qt.QColor) Method

public void SetColor(ColorGroup arg1, ColorRole arg2, Qt.QColor arg3);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetColor(ColorRole, Qt.QColor) Method

public void SetColor(ColorRole arg1, Qt.QColor arg2);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetDisabled Method

public void SetDisabled(Qt.QColorGroup arg1);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetInactive Method

public void SetInactive(Qt.QColorGroup arg1);

See Also

Qt.QPalette Class, Qt Namespace

QPalette.SetNormal Method

public void SetNormal(Qt.QColorGroup cg);

See Also

Qt.QPalette Class, Qt Namespace