47 QIcon get_icon(
const QString& icon_name);
57 QPixmap get_pixmap(
const QString& icon_name, QSize sz=QSize(0, 0),
bool keep_aspect=
true);
63 void set_main_window(QMainWindow* window);
69 QMainWindow* get_main_window();
72 QString elide_text(
const QString &text, QWidget *widget,
int max_lines);
75 #endif // GUI_HELPER_H Definition: GUI_Helper.h:40