PDA

View Full Version : uic3 QAction problem



batileon
16th June 2008, 11:35
The old QAction and QActionGroup classes have been renamed Q3Action and Q3ActionGroup and moved to Qt3Support. In addition, the new QAction class has compatibility functions to ease transition to Qt 4. Note that when using Q3ToolBar and Q3PopupMenu, their actions must be Q3Actions.

I used uic3 to generate the .h file and the .cpp file from a QT3 .ui file.
The compilation for the .h and .cpp files are successfully done. However there's a runtime error.

After backtracing, I found that it's related to the QAction and I found that in the generated .h, it's QAction instead of Q3Action...............
So.......is that uic3 will not port QAction to Q3Action?
How can I solve this problem?
thanks a lot!