QML Vertical QToolBar ?
Solved
QML and Qt Quick
-
New to QML .. can anyone provide an example of how to create a vertical QToolBar please.
I'm looking to create both a top horizontal tool bar and a left side tool bar.
thanks, Haddock
-
New to QML .. can anyone provide an example of how to create a vertical QToolBar please.
I'm looking to create both a top horizontal tool bar and a left side tool bar.
thanks, Haddock
Ah think Ive found it:
-
for the horizontal tool bar use a RowLayout
-
for the vertical tool bar use a ColumnLayout
-
-