mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Center wizard page and use "classic style"
This commit is contained in:
committed by
Mat Sutcliffe
parent
1dd10ffe29
commit
5c870a8404
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user