Qt.QStyleSheetItem Class

public class QStyleSheetItem: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QStyleSheetItem

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QStyleSheetItem Constructors

QStyleSheetItem(Qt.QStyleSheet, System.String) Constructor
QStyleSheetItem(Qt.QStyleSheetItem) Constructor
QStyleSheetItem(void *) Constructor

QStyleSheetItem Methods

QStyleSheetItem.Alignment Method
QStyleSheetItem.AllowedInContext Method
QStyleSheetItem.Color Method
QStyleSheetItem.Contexts Method
QStyleSheetItem.DefinesFontItalic Method
QStyleSheetItem.DefinesFontUnderline Method
QStyleSheetItem.Finalize Method
QStyleSheetItem.FontFamily Method
QStyleSheetItem.FontItalic Method
QStyleSheetItem.FontSize Method
QStyleSheetItem.FontUnderline Method
QStyleSheetItem.FontWeight Method
QStyleSheetItem.IsAnchor Method
QStyleSheetItem.LineSpacing Method
QStyleSheetItem.LogicalFontSize Method
QStyleSheetItem.LogicalFontSizeStep Method
QStyleSheetItem.Name Method
QStyleSheetItem.NumberOfColumns Method
QStyleSheetItem.SelfNesting Method
QStyleSheetItem.SetAlignment Method
QStyleSheetItem.SetAnchor Method
QStyleSheetItem.SetColor Method
QStyleSheetItem.SetContexts Method
QStyleSheetItem.SetDisplayMode Method
QStyleSheetItem.SetFontFamily Method
QStyleSheetItem.SetFontItalic Method
QStyleSheetItem.SetFontSize Method
QStyleSheetItem.SetFontUnderline Method
QStyleSheetItem.SetFontWeight Method
QStyleSheetItem.SetLineSpacing Method
QStyleSheetItem.SetListStyle Method
QStyleSheetItem.SetLogicalFontSize Method
QStyleSheetItem.SetLogicalFontSizeStep Method
QStyleSheetItem.SetMargin Method
QStyleSheetItem.SetNumberOfColumns Method
QStyleSheetItem.SetSelfNesting Method
QStyleSheetItem.SetVerticalAlignment Method
QStyleSheetItem.SetWhiteSpaceMode Method
QStyleSheetItem.StyleSheet Method
QStyleSheetItem.TheDisplayMode Method
QStyleSheetItem.TheListStyle Method
QStyleSheetItem.TheMargin Method
QStyleSheetItem.TheVerticalAlignment Method
QStyleSheetItem.TheWhiteSpaceMode Method


QStyleSheetItem(Qt.QStyleSheet, System.String) Constructor

public void QStyleSheetItem(Qt.QStyleSheet parent, System.String name);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem(Qt.QStyleSheetItem) Constructor

public void QStyleSheetItem(Qt.QStyleSheetItem arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem(void *) Constructor

public void QStyleSheetItem(void * ptr);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.Alignment Method

public int Alignment();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.AllowedInContext Method

public bool AllowedInContext(Qt.QStyleSheetItem arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.Color Method

public Qt.QColor Color();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.Contexts Method

public System.String Contexts();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.DefinesFontItalic Method

public bool DefinesFontItalic();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.DefinesFontUnderline Method

public bool DefinesFontUnderline();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.Finalize Method

protected override void Finalize();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.FontFamily Method

public System.String FontFamily();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.FontItalic Method

public bool FontItalic();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.FontSize Method

public int FontSize();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.FontUnderline Method

public bool FontUnderline();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.FontWeight Method

public int FontWeight();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.IsAnchor Method

public bool IsAnchor();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.LineSpacing Method

public int LineSpacing();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.LogicalFontSize Method

public int LogicalFontSize();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.LogicalFontSizeStep Method

public int LogicalFontSizeStep();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.Name Method

public System.String Name();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.NumberOfColumns Method

public int NumberOfColumns();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SelfNesting Method

public bool SelfNesting();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetAlignment Method

public void SetAlignment(int f);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetAnchor Method

public void SetAnchor(bool anc);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetColor Method

public void SetColor(Qt.QColor arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetContexts Method

public void SetContexts(System.String arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetDisplayMode Method

public void SetDisplayMode(DisplayMode m);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetFontFamily Method

public void SetFontFamily(System.String arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetFontItalic Method

public void SetFontItalic(bool arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetFontSize Method

public void SetFontSize(int s);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetFontUnderline Method

public void SetFontUnderline(bool arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetFontWeight Method

public void SetFontWeight(int w);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetLineSpacing Method

public void SetLineSpacing(int ls);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetListStyle Method

public void SetListStyle(ListStyle arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetLogicalFontSize Method

public void SetLogicalFontSize(int s);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetLogicalFontSizeStep Method

public void SetLogicalFontSizeStep(int s);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetMargin Method

public void SetMargin(Margin arg1, int arg2);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetNumberOfColumns Method

public void SetNumberOfColumns(int ncols);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetSelfNesting Method

public void SetSelfNesting(bool arg1);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetVerticalAlignment Method

public void SetVerticalAlignment(VerticalAlignment valign);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.SetWhiteSpaceMode Method

public void SetWhiteSpaceMode(WhiteSpaceMode m);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.StyleSheet Method

public Qt.QStyleSheet StyleSheet();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.TheDisplayMode Method

public DisplayMode TheDisplayMode();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.TheListStyle Method

public ListStyle TheListStyle();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.TheMargin Method

public int TheMargin(Margin m);

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.TheVerticalAlignment Method

public VerticalAlignment TheVerticalAlignment();

See Also

Qt.QStyleSheetItem Class, Qt Namespace

QStyleSheetItem.TheWhiteSpaceMode Method

public WhiteSpaceMode TheWhiteSpaceMode();

See Also

Qt.QStyleSheetItem Class, Qt Namespace