Problems with qtable.h
-
Use qtable.h in my project. Firstly, there was an error: nosuch file or directory. So, I`ve added this header from "here...":http://doc.qt.digia.com/3.3/qtable-h.html But now I get this: variable 'Q_EXPORT QTableSelection' has initializer but incomplete type:
@class Q_EXPORT QTableSelection //error in this line
{
public:
QTableSelection();
...
};
@ -
Hi,
Qt 3 is a bit outdated and has reached end of life a long time ago. Are you sure you are using the correct version of Qt for your project ?