status-desktop/libs/StatusQ/qml/Status/Controls/Navigation/ApplicationSection.qml

11 lines
240 B
QML

import QtQml
/// An application section with button and content view
QtObject {
/// \c NavigationBarSection
required property Component navigationSection
/// \c ApplicationContentView
required property Component content
}