Qt中Model與List的使用

class PlaylistModel : public QAbstractItemModel { Q_OBJECT public: enum Column { Title = 0, ColumnCount }; PlaylistModel(QObject *parent = 0); int rowCount(cons
相關文章
相關標籤/搜索