|     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 />" |