mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -85,8 +85,8 @@ namespace BlackGui
|
||||
//! Orientation as string
|
||||
static const QString &orientationAsString(Qt::ScreenOrientation orientation);
|
||||
|
||||
//! QRect, QSize as string
|
||||
//! @{
|
||||
//! QRect, QSize as string
|
||||
static QString rectAsString(const QRect &rect);
|
||||
static QString rectAsString(const QRectF &rect);
|
||||
static QString sizeAsString(const QSize &size);
|
||||
@@ -216,8 +216,8 @@ namespace BlackGui
|
||||
//! Is top level window?
|
||||
static bool isTopLevelWindow(QWidget *widget);
|
||||
|
||||
//! Check window type
|
||||
//! @{
|
||||
//! Check window type
|
||||
static bool isQMainWindow(const QWidget *widget);
|
||||
static bool isDialog(const QWidget *widget);
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user