#include <stdlib.h>
#include <stdarg.h>
+/*!
+ \class Qtx
+ \brief Set of helpful utility functions.
+*/
+
/*!
\brief Convert character array (ASCII string) to the QString.
\param str character array
typedef QList<double> QDoubleList; //!< list of double values
typedef QList<QColor> QColorList; //!< list of colors
-/*!
- \class Qtx
- \brief Set of auxiliary static methods
-*/
-
class QTX_EXPORT Qtx
{
public:
#include <QtGui/qmenubar.h>
#include <QtGui/qapplication.h>
+/*!
+ \class QtxAction
+ \brief Generic action class.
+*/
+
/*!
\brief Constructor.