Converted title to image.
This will provide a consistent look to the "gLabels Label Designer" title across platforms where different fonts are available. Will need to look into how to accomodate translations of this title at a later date.
This commit is contained in:
@@ -33,12 +33,8 @@ StartupView::StartupView( MainWindow* window )
|
||||
{
|
||||
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 );
|
||||
QString titleImage = ":images/glabels-label-designer.png";
|
||||
titleLabel->setPixmap( QPixmap( titleImage ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user