Can QML drawer still show icons when closed?
Unsolved
General and Desktop
-
I have to use QML for my interface because it doesn't look like mixing a standard QMainWindow application and QML is not supported and I need to use QLocation which needs QML. In the QMainWindow I had a sliding side menu that showed icons when closed and icons plus title when opened. The QML 'Drawer' seems to show nothing when closed. Is there a way to customize it to still show icons when closed or to make a custom sliding drawer that animates a slide back to a certain width? Thanks.