...I've got still problems with this project... It is written in Qt 3 with Visual Studio 10 and "transformed" to Qt 4 with the uic3.exe, that means I've got a .ui-file, Qt-Version 3.3, that I can open and edit with the Qt4-Designer, but I can't compile the edited version. The uic3.exe builds a Qt4 compatible .h and .cpp-file, including the informations from the .ui and ui.h-file. What I want is to transforme the .ui and ui.h in that way, that I can edit the .ui file with the Qt 4-Designer.
I tried to write my own .h and .cpp within the Slots and Signal for one of the, with the QtDesigner tranformed, .ui-files. I tried Project->addClass->Qt4GuiClass but I got the error: "It is impossible to add a QtGuiClass to the current project, as it was not created using Qt4VSAddin." Then I tried "Convert project to Qt add-in project" but I got still the same error.
I also tried to add the .ui/.h/.cpp-files from a VisualStudio written, working test-project and to include them in my project, but I my tries had no success, in that way, that Visual Studio doesn't create the ui_myTest.h or the moc_...-file or somethÃ*ng else additional..
Have you any idea how I can modify the settings or what I have to add ?
Bookmarks