comparison ui/textoverlaybutton.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
6 * This file is Free Software under the GNU GPL (v>=2) 6 * This file is Free Software under the GNU GPL (v>=2)
7 * and comes with ABSOLUTELY NO WARRANTY! 7 * and comes with ABSOLUTELY NO WARRANTY!
8 * See LICENSE.txt for details. 8 * See LICENSE.txt for details.
9 */ 9 */
10 10
11 /** 11 /**
12 * @file textoverlaybutton.h 12 * @file textoverlaybutton.h
13 * @brief A tool button that overlays a text over the icon. 13 * @brief A tool button that overlays a text over the icon.
14 */ 14 */
15 15
16 #include <QToolButton> 16 #include <QToolButton>
17 #include <QString> 17 #include <QString>
18 #include <QPixmap> 18 #include <QPixmap>
19 19
20 class QPaintEvent; 20 class QPaintEvent;
21 21
22 /** @brief A tool button that overlays a text over the icon.
23 */
22 class TextOverlayButton : public QToolButton 24 class TextOverlayButton : public QToolButton
23 { 25 {
24 Q_OBJECT 26 Q_OBJECT
25 27
26 public: 28 public:

http://wald.intevation.org/projects/trustbridge/