i am trying out qml designer using qtcreator 2.0.1 but the designer tab is disabled when i create a new qml project.
Can qml be edited in designer mode like ui files in c++?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Qt Creator 2.0.1, the QML Designer is disabled by default. You’ll need to enable it manually by going into Help -> About Plugins…, checking QmlDesigner, and then restarting Qt Creator. However, it is disabled for good reason.
You should really upgrade to at least Qt Creator 2.1.0, or to the just released 2.2 beta.
I’d suggest going for the beta, since its QML Design mode has seen a bit of a rewrite since the 2.1 version, and you would have a chance of providing feedback about any bugs before the final version is out.