QStandardItem Class Reference
[QtGui module]
Types
Methods
- __init__ (self)
- __init__ (self, QString)
- __init__ (self, QIcon, QString)
- __init__ (self, int, int columns = 1)
- __init__ (self, QStandardItem)
- QString accessibleDescription (self)
- QString accessibleText (self)
- appendColumn (self, list-of-QStandardItem)
- appendRow (self, list-of-QStandardItem)
- appendRow (self, QStandardItem)
- appendRows (self, list-of-QStandardItem)
- QBrush background (self)
- Qt.CheckState checkState (self)
- QStandardItem child (self, int, int column = 0)
- QStandardItem clone (self)
- int column (self)
- int columnCount (self)
- QVariant data (self, int role = Qt.UserRole+1)
- emitDataChanged (self)
- Qt.ItemFlags flags (self)
- QFont font (self)
- QBrush foreground (self)
- bool hasChildren (self)
- QIcon icon (self)
- QModelIndex index (self)
- insertColumn (self, int, list-of-QStandardItem)
- insertColumns (self, int, int)
- insertRow (self, int, list-of-QStandardItem)
- insertRow (self, int, QStandardItem)
- insertRows (self, int, int)
- insertRows (self, int, list-of-QStandardItem)
- bool isCheckable (self)
- bool isDragEnabled (self)
- bool isDropEnabled (self)
- bool isEditable (self)
- bool isEnabled (self)
- bool isSelectable (self)
- bool isTristate (self)
- QStandardItemModel model (self)
- QStandardItem parent (self)
- read (self, QDataStream)
- removeColumn (self, int)
- removeColumns (self, int, int)
- removeRow (self, int)
- removeRows (self, int, int)
- int row (self)
- int rowCount (self)
- setAccessibleDescription (self, QString)
- setAccessibleText (self, QString)
- setBackground (self, QBrush)
- setCheckable (self, bool)
- setCheckState (self, Qt.CheckState)
- setChild (self, int, int, QStandardItem)
- setChild (self, int, QStandardItem)
- setColumnCount (self, int)
- setData (self, QVariant, int role = Qt.UserRole+1)
- setDragEnabled (self, bool)
- setDropEnabled (self, bool)
- setEditable (self, bool)
- setEnabled (self, bool)
- setFlags (self, Qt.ItemFlags)
- setFont (self, QFont)
- setForeground (self, QBrush)
- setIcon (self, QIcon)
- setRowCount (self, int)
- setSelectable (self, bool)
- setSizeHint (self, QSize)
- setStatusTip (self, QString)
- setText (self, QString)
- setTextAlignment (self, Qt.Alignment)
- setToolTip (self, QString)
- setTristate (self, bool)
- setWhatsThis (self, QString)
- QSize sizeHint (self)
- sortChildren (self, int, Qt.SortOrder order = Qt.AscendingOrder)
- QString statusTip (self)
- QStandardItem takeChild (self, int, int column = 0)
- list-of-QStandardItem takeColumn (self, int)
- list-of-QStandardItem takeRow (self, int)
- QString text (self)
- Qt.Alignment textAlignment (self)
- QString toolTip (self)
- int type (self)
- QString whatsThis (self)
- write (self, QDataStream)
Special Methods
- bool __ge__ (self, QStandardItem)
- bool __lt__ (self, QStandardItem)
Detailed Description
Type Documentation
QStandardItem.ItemType
Method Documentation
QStandardItem.__init__ (self)
QStandardItem.__init__ (self, QString)
QStandardItem.__init__ (self, QIcon, QString)
QStandardItem.__init__ (self, int, int columns = 1)
QStandardItem.__init__ (self, QStandardItem)
QString QStandardItem.accessibleDescription (self)
QString QStandardItem.accessibleText (self)
QStandardItem.appendColumn (self, list-of-QStandardItem)
The list-of-QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.appendRow (self, list-of-QStandardItem)
The list-of-QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.appendRow (self, QStandardItem)
The QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.appendRows (self, list-of-QStandardItem)
The list-of-QStandardItem argument has it's ownership transferred to Qt.
QBrush QStandardItem.background (self)
Qt.CheckState QStandardItem.checkState (self)
QStandardItem QStandardItem.child (self, int, int column = 0)
QStandardItem QStandardItem.clone (self)
int QStandardItem.column (self)
int QStandardItem.columnCount (self)
QVariant QStandardItem.data (self, int role = Qt.UserRole+1)
QStandardItem.emitDataChanged (self)
Qt.ItemFlags QStandardItem.flags (self)
QFont QStandardItem.font (self)
QBrush QStandardItem.foreground (self)
bool QStandardItem.hasChildren (self)
QIcon QStandardItem.icon (self)
QModelIndex QStandardItem.index (self)
QStandardItem.insertColumn (self, int, list-of-QStandardItem)
The list-of-QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.insertColumns (self, int, int)
QStandardItem.insertRow (self, int, list-of-QStandardItem)
The list-of-QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.insertRow (self, int, QStandardItem)
The QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.insertRows (self, int, int)
QStandardItem.insertRows (self, int, list-of-QStandardItem)
The list-of-QStandardItem argument has it's ownership transferred to Qt.
bool QStandardItem.isCheckable (self)
bool QStandardItem.isDragEnabled (self)
bool QStandardItem.isDropEnabled (self)
bool QStandardItem.isEditable (self)
bool QStandardItem.isEnabled (self)
bool QStandardItem.isSelectable (self)
bool QStandardItem.isTristate (self)
QStandardItem QStandardItem.parent (self)
QStandardItem.read (self, QDataStream)
QStandardItem.removeColumn (self, int)
QStandardItem.removeColumns (self, int, int)
QStandardItem.removeRow (self, int)
QStandardItem.removeRows (self, int, int)
int QStandardItem.row (self)
int QStandardItem.rowCount (self)
QStandardItem.setAccessibleDescription (self, QString)
QStandardItem.setAccessibleText (self, QString)
QStandardItem.setBackground (self, QBrush)
QStandardItem.setCheckable (self, bool)
QStandardItem.setCheckState (self, Qt.CheckState)
QStandardItem.setChild (self, int, int, QStandardItem)
The QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.setChild (self, int, QStandardItem)
The QStandardItem argument has it's ownership transferred to Qt.
QStandardItem.setColumnCount (self, int)
QStandardItem.setData (self, QVariant, int role = Qt.UserRole+1)
QStandardItem.setDragEnabled (self, bool)
QStandardItem.setDropEnabled (self, bool)
QStandardItem.setEditable (self, bool)
QStandardItem.setEnabled (self, bool)
QStandardItem.setFlags (self, Qt.ItemFlags)
QStandardItem.setFont (self, QFont)
QStandardItem.setForeground (self, QBrush)
QStandardItem.setIcon (self, QIcon)
QStandardItem.setRowCount (self, int)
QStandardItem.setSelectable (self, bool)
QStandardItem.setSizeHint (self, QSize)
QStandardItem.setStatusTip (self, QString)
QStandardItem.setText (self, QString)
QStandardItem.setTextAlignment (self, Qt.Alignment)
QStandardItem.setToolTip (self, QString)
QStandardItem.setTristate (self, bool)
QStandardItem.setWhatsThis (self, QString)
QSize QStandardItem.sizeHint (self)
QStandardItem.sortChildren (self, int, Qt.SortOrder order = Qt.AscendingOrder)
QString QStandardItem.statusTip (self)
QStandardItem QStandardItem.takeChild (self, int, int column = 0)
The QStandardItem result
list-of-QStandardItem QStandardItem.takeColumn (self, int)
The list-of-QStandardItem result
list-of-QStandardItem QStandardItem.takeRow (self, int)
The list-of-QStandardItem result
QString QStandardItem.text (self)
Qt.Alignment QStandardItem.textAlignment (self)
QString QStandardItem.toolTip (self)
int QStandardItem.type (self)
QString QStandardItem.whatsThis (self)
QStandardItem.write (self, QDataStream)
bool QStandardItem.__ge__ (self, QStandardItem)
bool QStandardItem.__lt__ (self, QStandardItem)