Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QStyledItemDelegate --+ | CommitMultipleDelegate
A delegate where Ctrl+Enter will cause the value to be committed to all selected rows. Note that the editor must have an index attribute containing the index being edited. (This index is needed for view.commitDataToSelected(). Qt itself uses QAbstractItemViewPrivate.indexForEditor() to retrieve the index. We don't have access to the QAbstractItemViewPrivate class, though, so we have store the index in the editor instead.)
|
|||
|
|
|||
PyQt4.QtCore.pyqtSignal
|
commitDataToSelected = QtCore.pyqtSignal(QtGui.QWidget, QtCore Commit the data from the current editor to all selected cells. |
|
commitDataToSelectedCommit the data from the current editor to all selected cells. This signal is emitted with the editor, the current index, and the delegate.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:35 2015 | http://epydoc.sourceforge.net |