|
ACF $AcfVersion:0$
|
#include <QtCore/QFile>#include <QtCore/QDebug>#include <QtCore/QTextStream>#include <QtGui/QIcon>#include <QtGui/QPixmap>#include <QtGui/QWidget>#include <QtGui/QStyle>#include <iqt/iqt.h>Go to the source code of this file.
Namespaces | |
| namespace | iqtgui |
| Standard GUI specific interfaces and components based on Qt. | |
Functions | |
| QIcon | iqtgui::GetIconFromCache (const QString &iconName) |
| void | iqtgui::AddIconToCache (const QString &iconName, const QIcon &icon) |
| template<class StyleSheetConsumer > | |
| static bool | iqtgui::SetStyleSheetFromFile (StyleSheetConsumer *styleSheetConsumer, const QString &styleSheetFilePath) |
| Set style sheet to any supported object. | |