QT Creator to QT Designer
-
Hi, can someone explain the process of transferring QT Creator files to QT Designer? I am aware that the files from designer can be opened in creator. However, when I attempt to do the opposite, the creator files aren't showing up.
-
Hi, can someone explain the process of transferring QT Creator files to QT Designer? I am aware that the files from designer can be opened in creator. However, when I attempt to do the opposite, the creator files aren't showing up.
@Richard-Beke said in QT Creator to QT Designer:
QT Creator files to QT Designer?
What are "QtCreator files"?!
There is no such thing ;)Note that QtCreator is an IDE while QtDesigner is not.
QtCreator has its own integrated Designer, whereas you cannot "code" in QtDesigner. -
@Richard-Beke said in QT Creator to QT Designer:
QT Creator files to QT Designer?
What are "QtCreator files"?!
There is no such thing ;)Note that QtCreator is an IDE while QtDesigner is not.
QtCreator has its own integrated Designer, whereas you cannot "code" in QtDesigner.I am fairly new to QT, but this is what I mean in the sreenshots below. The first screenshot is when opening a file/project on creator. The second one is from the designer view. You will notice that the mainwindow.ui created from creator isn't popping up in this second screenshot.
-
Qt Designer != Qt Design Studio. What do you want to do in the Qt Design Studio that you need it?
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
Qt Designer != Qt Design Studio. What do you want to do in the Qt Design Studio that you need it?
I want to create a GUI for a work project. I would use creator to implement the functional end of the GUI, and designer for the visual aspects