Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt Creator and complex toolbars
-
Hello,
I am having trouble using Creator to create a toolbar with a horizontal slider control as one of its child widgets. Is there some method for this? I also tried pasting slider widget XML inside the toolbar XML in the UI file but that didn't work either.
I know this is trivial to do directly in C++ code but my requirement is to build the app GUI at runtime from a XUL/XML type UI declarations.
Thanks in advance