zz_aboutDialog.cpp

changeset 135
c243df39913e
parent 123
a54d9d5c0c1f
child 158
499286fcbf37
equal deleted inserted replaced
134:7fd0784471df 135:c243df39913e
30 QTabWidget* tabs = new QTabWidget; 30 QTabWidget* tabs = new QTabWidget;
31 31
32 { 32 {
33 mainTab = new QWidget; 33 mainTab = new QWidget;
34 34
35 // Application icon - in full 64x64 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 (QPixmap ("icons/ldforge.png"));
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 />"

mercurial