typedef QValueVector<int> QIntVector;
typedef QValueVector<double> QDoubleVector;
typedef QValueVector<QString> QStringVector;
class QWidgetList;
template <class> class QValueList;
+template <class> class QValueVector;
#if QT_VER < 3
#define QPtrList QList
typedef QValueList<short> QShortList;
typedef QValueList<double> QDoubleList;
+typedef QValueVector<int> QIntVector;
+typedef QValueVector<double> QDoubleVector;
+typedef QValueVector<QString> QStringVector;
+
/*!
\class Qtx
\brief Set of auxiliary static methods