Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Check appearance of UI design in Qt Creator

I am experimenting with Qt Creator to design a main window form. Works like a charm. However from time to time I would like to check the visual appearance and the layout resize behaviour of the form. And I would like to do this without starting the entire application.

Is there a way to quickly render/visualize/open the designed form to check how it will behave and look like (without the business logic of course)? Probably I missed something obvious...

like image 660
Silicomancer Avatar asked Dec 24 '22 09:12

Silicomancer


1 Answers

Tools > Form Editor > Preview...:

qt creator screenshot

like image 169
Mitch Avatar answered Jan 22 '23 17:01

Mitch