http://www.qtocube.co.kr/?page_id=478
'Qt' 카테고리의 다른 글
Qt using libtag (0) | 2015.11.17 |
---|---|
멋진 플레이어 (0) | 2015.11.16 |
리스트 QAbstractListModel[11_10] (0) | 2015.11.10 |
Qt 에서 이벤트 처리하기 event (0) | 2015.10.30 |
Q_ENUMS (0) | 2015.10.26 |
http://www.qtocube.co.kr/?page_id=478
Qt using libtag (0) | 2015.11.17 |
---|---|
멋진 플레이어 (0) | 2015.11.16 |
리스트 QAbstractListModel[11_10] (0) | 2015.11.10 |
Qt 에서 이벤트 처리하기 event (0) | 2015.10.30 |
Q_ENUMS (0) | 2015.10.26 |
http://doc.qt.io/qt-5/qabstractlistmodel.html
Header: | #include <QAbstractListModel> |
qmake: | QT += core |
Inherits: | QAbstractItemModel |
Inherited By: |
virtual bool |
dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent) |
virtual Qt::ItemFlags |
flags(const QModelIndex & index) const |
virtual QModelIndex |
index(int row, int column = 0, const QModelIndex & parent = QModelIndex()) const |
virtual QModelIndex |
sibling(int row, int column, const QModelIndex & idx) const |
If you need to use a number of list models to manage data, it may be more appropriate to subclass QAbstractTableModel instead.
Note: Some general guidelines for subclassing models are available in the Model Subclassing Reference.
See also Model Classes, Model Subclassing Reference, QAbstractItemView, QAbstractTableModel, and Item Views Puzzle Example.
Qt Role | QML Role Name |
---|---|
Qt::DisplayRole | display |
Qt::DecorationRole | decoration |
Qt::EditRole | edit |
Qt::ToolTipRole | toolTip |
Qt::StatusTipRole | statusTip |
Qt::WhatsThisRole | whatsThis |
단어
멋진 플레이어 (0) | 2015.11.16 |
---|---|
QML_Binding C++ (0) | 2015.11.12 |
Qt 에서 이벤트 처리하기 event (0) | 2015.10.30 |
Q_ENUMS (0) | 2015.10.26 |
QQuickView 옵션 (0) | 2015.10.26 |
QML_Binding C++ (0) | 2015.11.12 |
---|---|
리스트 QAbstractListModel[11_10] (0) | 2015.11.10 |
Q_ENUMS (0) | 2015.10.26 |
QQuickView 옵션 (0) | 2015.10.26 |
다국어처리 (0) | 2015.10.26 |