Qt creator design tab greyed out
-
HI recently after updating qt creator i am unable to view my .ui file on working with cpp project.Kindly provide with the solution.
Qt Creator 6.0.2
Based on Qt 6.2.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), 64 bit)Built on Jan 18 2022 09:55:00
-
HI recently after updating qt creator i am unable to view my .ui file on working with cpp project.Kindly provide with the solution.
Qt Creator 6.0.2
Based on Qt 6.2.2 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), 64 bit)Built on Jan 18 2022 09:55:00
You need to enable the
QmlDesigner
plugin in the plugins dialog.https://www.qt.io/blog/qt-creator-6-released mentions this as:
The integrated Qt Quick Designer is now disabled by default. Qt Creator will open .ui.qml files in Qt Design Studio. This is a step towards a more integrated workflow between Qt Design Studio and Qt Creator (video). Qt Quick Designer is still there, you can manually enable it again by checking the QmlDesigner plugin in Help > About Plugins.