is Qt Widgets Designer the same as Qt Designer?
Solved
General and Desktop
-
Excuse me. When reading the official documentation at
https://doc.qt.io/qtcreator/creator-tutorial-python-application-qt-widgets-ui.htmlis Qt Widgets Designer the same as Qt Designer?
-
Effectively, yes. Your linked page is referring to an embedded version of the standalone Qt Designer application present in Qt Creator as "Qt Widgets Designer". They both produce
.ui
files describing a UI. -
2/2