Is it possible to create a tool panel using Qt Quick Controls? I want to start using controls for my desktop app but I can't find a way to make tool panels??
No, what I need is a window (widget) separate from the application window that I can put various tools in. Basically I need the equivalent of a widget with window flag Qt::Tool set on it.