Can not find Qt Designer!
-
-
<path-to-QtSDK>\bin\designer.exe
Ex. - on my PC, its in C:\QtSDK\Desktop\Qt\4.8.0\mingw\bin\designer.exeAlternatively, you can use it via Qt Creator. Whenever you open or create a .ui form in your project, the Design tab(vertically on the left side of the Creator window, along with the Edit, Debug, etc) is activated and then you can use the Designer. It is not accessible unless you open a .ui form.