public class QComboTableItem: QTableItem, System.IDisposable
System.Object
QtSupport
QTableItem
QComboTableItemThis type implements System.IDisposable.
Qt Namespace
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
public void QComboTableItem(Qt.QTable table, Qt.QStringList list, bool editable);
Qt.QComboTableItem Class, Qt Namespace
public void QComboTableItem(Qt.QTable table, Qt.QStringList list);
Qt.QComboTableItem Class, Qt Namespace
public void QComboTableItem(void * ptr);
Qt.QComboTableItem Class, Qt Namespace
public int Count();
Qt.QComboTableItem Class, Qt Namespace
public Qt.QWidget CreateEditor();
Qt.QComboTableItem Class, Qt Namespace
public int CurrentItem();
Qt.QComboTableItem Class, Qt Namespace
public System.String CurrentText();
Qt.QComboTableItem Class, Qt Namespace
protected override void Finalize();
Qt.QComboTableItem Class, Qt Namespace
public bool IsEditable();
Qt.QComboTableItem Class, Qt Namespace
public void Paint(Qt.QPainter p, Qt.QColorGroup cg, Qt.QRect cr, bool selected);
Qt.QComboTableItem Class, Qt Namespace
public int Rtti();
Qt.QComboTableItem Class, Qt Namespace
public void SetContentFromEditor(Qt.QWidget w);
Qt.QComboTableItem Class, Qt Namespace
public void SetCurrentItem(int i);
Qt.QComboTableItem Class, Qt Namespace
public void SetCurrentItem(System.String i);
Qt.QComboTableItem Class, Qt Namespace
public void SetEditable(bool b);
Qt.QComboTableItem Class, Qt Namespace
public void SetStringList(Qt.QStringList l);
Qt.QComboTableItem Class, Qt Namespace
public System.String Text(int i);
Qt.QComboTableItem Class, Qt Namespace