Luis Zaldivar wrote: > In the qtjambi 4.4 preview, the generated classes from designer forms > where named ui_nameofform and in this final release are named just > "nameofform" > > is this expected? This is causing some duplicated classes in some > projects. I can just rename em of course, but is this expected? Why the > change? > Hi, Luis. Just a small update on this problem.
There is a bug in the Eclipse integration causing this problem to occur. The bug will be fixed for the next patch release of Qt Jambi. If you refactor your source code to work around the bug, you may experience problems when upgrading to the next release again. This could however be prevented if you leave the prefix check box in the settings unchecked for your existing projects, so that even when upgrading, the prefix will not be applied. You should then be able to continue using your updated source code unchanged. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
