File extension
Unsolved
General and Desktop
-
Im trying to write some simple app using Visual Studio Code and one of the folder of the project is called
qt
. This is where all the files with UI written in the Qt will be stored.Whas the file extension of Qt files?
-
What are "Qt" files in your opinion?
There are
.cpp
,.h
,.pro
(qt project files) and.ui
files, which are basically your GUI definitions in XML style.