Is it possible to add .ui files later a project when it is not added during the time of its creation?
Moved
Unsolved
Qt Creator and other tools
-
Hi All,
I hope that you're doing well. I am a beginner in Qt and facing a lot of troubles while exploring things on my own.
During the creation of a project in Qt, I forgot to check the box asking for including .ui files. Later, I realized that I need.ui file for displaying images[to be uploaded as resource files] as icons during the display.
Can these images [in resource folder] be shown without ui -> label?
How can I add .ui files to my project?Any help will be appreciated!
Thanks
-
Hi,
Sure you can add .ui files later on.
No you don't need an .ui file at all unless you want to use Designer to create your widget.You can create a new widget and start from it.