Improvement to the ServerWindow
- sorting of Roles - resizeColumns voor zowel databases als roles - boolean columns now display check mark and cross
This commit is contained in:
parent
a3ba4d7c98
commit
9c9e78c54b
8 changed files with 71 additions and 44 deletions
|
|
@ -16,6 +16,7 @@ public:
|
|||
protected:
|
||||
virtual Oid getType(int column) const = 0;
|
||||
virtual QVariant getData(const QModelIndex &index) const = 0;
|
||||
virtual QVariant getDataMeaning(const QModelIndex &index) const;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue