Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
For some reason in Qt Creator 3.0 I can't click on Design. How do I make this work?
Looks like Design button is enabled only when you click .ui file.
How the heck do I make or find a .ui file? Seems like this would be simpler.
If you don't .ui forms in your project then rigth click on the project and select "Add new..." then select "Qt", and "Qt designer form ...". Follow the wizard and you will have a .ui form.
perfect, thanks!