C++ (Qt)typedef std::vector<int> TIntVec;
C++ (Qt)struct TIntVec; // увы, так нельзя
C++ (Qt)class TIntVec : public std::vector<int> {};