75 QPixmap
pixmap(
const QString& icon_name,
IconTheme theme_name, QSize sz,
bool keep_aspect=
true);
85 QImage
image(
const QString& icon_name,
IconTheme theme_name, QSize sz,
bool keep_aspect=
true);
IconTheme
The IconTheme enum.
Definition: GuiUtils.h:50
QImage image(const QString &icon_name, IconTheme theme_name)
see pixmap()
Helper functions.
Definition: GenreView.h:35
QPixmap pixmap(const QString &icon_name, IconTheme theme_name)
fetch a pixmap from resources
QIcon icon(const QString &icon_name, IconTheme theme_name)
fetch a icon from resources
void set_main_window(QMainWindow *window)
set the applications' main window
QMainWindow * main_window()
get the applications' main window
Definition: EngineUtils.h:33