Added custom about dialog.

This commit is contained in:
Jim Evins
2016-04-11 23:17:47 -04:00
parent 50e52d6675
commit 642739a1ff
7 changed files with 299 additions and 16 deletions
+7
View File
@@ -31,6 +31,13 @@ StartupWizard::StartupWizard( QWidget *parent )
: QDialog(parent)
{
setupUi( this );
QString subtitle = tr("Label Designer");
QString markup = "<span style='font-size:24pt; font-weight:600;'>gLabels </span><span style='font-size:16pt; color:#333333;'>"
+ subtitle + "</span>";
titleLabel->setText( markup );
}