|
|
|
@ -37,7 +37,7 @@ public:
@@ -37,7 +37,7 @@ public:
|
|
|
|
|
QVariant data(const QModelIndex &index, int role) const; |
|
|
|
|
QVariant headerData(int section, Qt::Orientation orientation, int role) const; |
|
|
|
|
Qt::ItemFlags flags(const QModelIndex &index) const; |
|
|
|
|
QModelIndex index ( int row, int column, const QModelIndex & parent = QModelIndex() ) const; |
|
|
|
|
QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const; |
|
|
|
|
private: |
|
|
|
|
QStringList columns; |
|
|
|
|
TransactionTablePriv *priv; |
|
|
|
|