51 QImage image(
const QString& iconName, IconTheme themeName);
52 QImage image(
const QString& iconName, IconTheme themeName,
const QSize& size,
bool keepAspectRatio =
true);
54 QScreen* getBiggestScreen();
56 QColor color(QPalette::ColorGroup colorGroup, QPalette::ColorRole colorRole);
58 void placeInScreenCenter(QWidget* widget,
float relativeSizeX,
float relativeSizeY);
60 int textWidth(
const QFontMetrics& fm,
const QString& text);
61 int textWidth(QWidget* widget,
const QString& text);
63 int viewRowHeight(
const QFontMetrics& fontMetrics);
Definition EngineUtils.h:33