#include <QString>#include <QList>#include <QColor>#include <QImage>#include <QPixmap>
Go to the source code of this file.
Data Structures | |
| class | Qtx |
| A set of helpful utility functions. More... | |
| class | Qtx.Localizer |
| Localization helper. More... | |
Defines | |
| #define | QTX_EXPORT |
Typedefs | |
| typedef QList< int > | QIntList |
| list of int values | |
| typedef QList< short > | QShortList |
| list of short int values | |
| typedef QList< double > | QDoubleList |
| list of double values | |
| typedef QList< QColor > | QColorList |
| list of colors | |
| #define QTX_EXPORT |
| typedef QList<short> QShortList |
| typedef QList<double> QDoubleList |
| typedef QList<QColor> QColorList |