Luis Zaldivar wrote: > I'm using QT jambi wht eclipse and the eclipse integration. > > 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, The prefix for ui generated forms can be set in Windows -> Preferences -> Qt Jambi Plugin -> Juic Options -> Custom prefix... The default is that this is set to Ui_, but it seems that eclipse currently ignores the default unless you check the check-button there. - Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
