Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-0.3 | 2011-01-11 | 665 Bytes | |
qt_vs_integra-0.3.zip | 2011-01-11 | 446.3 kB | |
alpha_0.2.zip | 2010-09-09 | 8.4 MB | |
Totals: 3 Items | 8.8 MB | 0 |
The new 0.3 version has fixed QVector support for qt 4.7.1. The plain c++ data array if now available throught typedef QVectorTypedData<T> Data; ... class QVector { ... Data *p; //<-- this structure. Note: The version 0.3 uses property sheets instead of the QTDIR environment variable. To add them, you need to enable the property sheet manager throught "View"->"Other Windows"->"Property Manager" Then right click on the project/configurations and add the existing property sheets. The build customizations will not work without property sheets. It is 2011 and I use cmake to generate all of my vs projects now. http://www.cmake.org/