mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-27 23:05:57 +00:00
cecfd7f8e8
Demo controls migrations to Qt6 POC for an application layout with isolated components Closes: #5902
12 lines
187 B
QML
12 lines
187 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
|
|
/*!
|
|
Template for side NavigationBar
|
|
|
|
The width is given, the rest of the controls have to adapt to the width
|
|
*/
|
|
Item {
|
|
implicitWidth: 78
|
|
}
|