Inital commit checkpoint
This commit is contained in:
9
common/widgets/NavigationRail.qml
Normal file
9
common/widgets/NavigationRail.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import QtQuick.Layouts
|
||||
|
||||
// Window content with navigation rail and content pane
|
||||
ColumnLayout {
|
||||
id: root
|
||||
property bool expanded: true
|
||||
property int currentIndex: 0
|
||||
spacing: 5
|
||||
}
|
||||
Reference in New Issue
Block a user