#include <QString>#include <QList>#include <QFont>#include <QColor>#include <QImage>#include <QPixmap>#include <QGradient>Go to the source code of this file.
Classes | |
| class | Qtx |
| A set of helpful utility functions. More... | |
| class | Qtx::Localizer |
| Localization helper. More... | |
| class | Qtx::CmdLineArgs |
| Get access to the command line arguments in the C-like manner. More... | |
| class | Qtx::BackgroundData |
| Stores background data. More... | |
Macros | |
| #define | QTX_EXPORT |
Typedefs | |
| typedef QList< int > | QIntList |
| list of int values More... | |
| typedef QList< short > | QShortList |
| list of short int values More... | |
| typedef QList< double > | QDoubleList |
| list of double values More... | |
| typedef QList< QColor > | QColorList |
| list of colors More... | |
| #define QTX_EXPORT |
| typedef QList<QColor> QColorList |
| typedef QList<double> QDoubleList |
| typedef QList<short> QShortList |