Where is Qt Designer?
-
I downloaded the latest Qt SDK 1.2 offline installer for my Windows XP desktop computer, and it seems to work ok. I can compile, build, and run the demo programs in QtCreator. However, it did not install Qt Designer. I can't find any references to Designer in the current Qt documentation, but that's a program I used at the previous company I worked for.
My Qt SDK install did get one error message, which I had to ignore: "Error during installation process (com.nokia.nk.tools.madde.usbdriver): Execution failed(Unexpected exit code: -2147418112): “C:\QtSDK\Madde\usbdriver\DPInst.exe /SE /SA /SW”
This didn't seem to cause any problems for the QtCreator installation.
-
Oh, thanks. I've always run designer as a separate program, so if it was in the Qt Creator SDK I never noticed it. I just brought up Creator, started a new project, clicked on mainwindow.ui, and it went to Design. It seems to be working fine. Thanks.