PDA

View Full Version : Qt Designer forms don't run in 4.2.0



Doug Broadwell
18th October 2006, 01:24
I have some forms that work in 4.1.1

When I create them with the 4.2.0 tools they compile ok but when I run them nothing happens (like any example in "C++ GUI Programming with Qt 4").

??

Thanks

e8johan
18th October 2006, 08:42
Do you get any warnings when building? What version of qmake and uic do you use?

Doug Broadwell
18th October 2006, 14:21
No errors or warnings on make. I'm using the qmake and uic that came with 4.2; qmake is version 2.01a and uic is 4.2.0

I did not uninstall 4.1.1 but the environment is not pointing to it from the 4.2.0 command prompt and I was told that 4.1.1 does not need to be uninstalled to install 4.2.0 (it is in a separate directory).

wysota
19th October 2006, 12:38
Could you attach here such an example ui file that doesn't work for you?