Added custom about dialog.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user