XX CMake Package
Loading...
Searching...
No Matches
XXLook.h
Go to the documentation of this file.
1#ifndef XXLookH
2#define XXLookH
3
5
6#include <QWidget>
7
8namespace XX
9{
12
14 {
15 static void applyStlyeSheet(const QString& fileName, QWidget* widget);
16
17 static void setDockLabel(const QString& label);
18 static void updateDockIcon(const QIcon& icon);
19
20 static void doNotShowMenuIcons();
21 static void forceAppMenuBar();
22 };
23} // namespace XX
24
25#endif // NOT XXLookH
#define XXWIDGETS_DECLSPEC
Definition XXWidgetsExportDef.h:11
Definition XXPopulatedAbstract.h:11
helper functions for look and feel of widgets
Definition XXLook.h:14
static void setDockLabel(const QString &label)
static void doNotShowMenuIcons()
static void updateDockIcon(const QIcon &icon)
static void forceAppMenuBar()
static void applyStlyeSheet(const QString &fileName, QWidget *widget)