Center wizard page and use "classic style"

This commit is contained in:
Klaus Basan
2019-04-09 15:59:31 +02:00
committed by Mat Sutcliffe
parent 1dd10ffe29
commit 5c870a8404
4 changed files with 37 additions and 4 deletions

View File

@@ -218,6 +218,12 @@ namespace BlackGui
//! Estimate size based on current font
static QSizeF fontMetricsEstimateSize(int xCharacters, int yCharacters, bool withRatio = false);
//! Center widget to host or screen
static void centerWidget(QWidget *widget);
//! Center widget to screen
static void centerWidget(QWidget *widget, QWidget *host);
//! Some info about font metrics
static QString metricsInfo();