zz_aboutDialog.cpp

changeset 158
499286fcbf37
parent 135
c243df39913e
child 160
edcb03f3ef75
equal deleted inserted replaced
157:635da3135bd4 158:499286fcbf37
32 { 32 {
33 mainTab = new QWidget; 33 mainTab = new QWidget;
34 34
35 // Application icon - in full 64 x 64 glory. 35 // Application icon - in full 64 x 64 glory.
36 QLabel* icon = new QLabel; 36 QLabel* icon = new QLabel;
37 icon->setPixmap (QPixmap ("icons/ldforge.png")); 37 icon->setPixmap (getIcon ("ldforge"));
38 38
39 // Heading - application label and copyright information 39 // Heading - application label and copyright information
40 QLabel* title = new QLabel (format ("<b>" APPNAME_DISPLAY " v%d.%d</b><br />" 40 QLabel* title = new QLabel (format ("<b>" APPNAME_DISPLAY " v%d.%d</b><br />"
41 "Copyright (C) 2013 Santeri Piippo", 41 "Copyright (C) 2013 Santeri Piippo",
42 VERSION_MAJOR, VERSION_MINOR)); 42 VERSION_MAJOR, VERSION_MINOR));

mercurial