Qt.QComboTableItem Class

public class QComboTableItem: QTableItem, System.IDisposable

Base Types

System.Object
  QtSupport
    QTableItem
      QComboTableItem

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QComboTableItem Constructors

QComboTableItem(Qt.QTable, Qt.QStringList, bool) Constructor
QComboTableItem(Qt.QTable, Qt.QStringList) Constructor
QComboTableItem(void *) Constructor

QComboTableItem Methods

QComboTableItem.Count Method
QComboTableItem.CreateEditor Method
QComboTableItem.CurrentItem Method
QComboTableItem.CurrentText Method
QComboTableItem.Finalize Method
QComboTableItem.IsEditable Method
QComboTableItem.Paint Method
QComboTableItem.Rtti Method
QComboTableItem.SetContentFromEditor Method
QComboTableItem.SetCurrentItem(int) Method
QComboTableItem.SetCurrentItem(System.String) Method
QComboTableItem.SetEditable Method
QComboTableItem.SetStringList Method
QComboTableItem.Text Method


QComboTableItem(Qt.QTable, Qt.QStringList, bool) Constructor

public void QComboTableItem(Qt.QTable table, Qt.QStringList list, bool editable);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem(Qt.QTable, Qt.QStringList) Constructor

public void QComboTableItem(Qt.QTable table, Qt.QStringList list);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem(void *) Constructor

public void QComboTableItem(void * ptr);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.Count Method

public int Count();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.CreateEditor Method

public Qt.QWidget CreateEditor();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.CurrentItem Method

public int CurrentItem();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.CurrentText Method

public System.String CurrentText();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.Finalize Method

protected override void Finalize();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.IsEditable Method

public bool IsEditable();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.Paint Method

public void Paint(Qt.QPainter p, Qt.QColorGroup cg, Qt.QRect cr, bool selected);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.Rtti Method

public int Rtti();

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.SetContentFromEditor Method

public void SetContentFromEditor(Qt.QWidget w);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.SetCurrentItem(int) Method

public void SetCurrentItem(int i);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.SetCurrentItem(System.String) Method

public void SetCurrentItem(System.String i);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.SetEditable Method

public void SetEditable(bool b);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.SetStringList Method

public void SetStringList(Qt.QStringList l);

See Also

Qt.QComboTableItem Class, Qt Namespace

QComboTableItem.Text Method

public System.String Text(int i);

See Also

Qt.QComboTableItem Class, Qt Namespace