Dont see QtQuick widgets in Designer
Solved
QML and Qt Quick
-
Hello,
Sorry if i am in wrong topic.
Can i use QtQuick widgets (DelayButton) from QtDesigner?
I don't see them in Widgets Box and id not found the way to add using menu.Mikl
-
Hey, are you talking about QML objects in the Design mode in Qt creator and not widgets?
If so you need to import the controls library first,
import QtQuick.Controls 2.12
etc.. Same with Qt Design Studio, there is a sidebar where you can select and import libraries..
If you're talking about QML objects in Qt Designer, then that is not a thing, it's for widgets only, and not QML/QtQuick..
-
Hello
I want they appear there:
And use them on my form.
-
@MiklYarochkin Ok. That is not possible. You have to use a designer made for Qt Quick.
-
@MEMekaniske Thank you
-
@MiklYarochkin no problem :)