Mercurial > trustbridge
comparison ui/certificatetabledelegate.h @ 1255:2a1aa9df8f11
(issue133) Improve API documentation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 25 Sep 2014 17:58:12 +0200 |
parents | 78798d3af8f0 |
children |
comparison
equal
deleted
inserted
replaced
1254:6d840341bc25 | 1255:2a1aa9df8f11 |
---|---|
13 * | 13 * |
14 */ | 14 */ |
15 | 15 |
16 #include <QStyledItemDelegate> | 16 #include <QStyledItemDelegate> |
17 | 17 |
18 /** @brief Item delegate drawing custom certificate items in table views.*/ | |
18 class CertificateTableDelegate : public QStyledItemDelegate | 19 class CertificateTableDelegate : public QStyledItemDelegate |
19 { | 20 { |
20 Q_OBJECT | 21 Q_OBJECT |
21 | 22 |
22 public: | 23 public: |