mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
d5afd6beac
The UI is for demo purposes. Also architecture decisions are open for change Closes: #6321
11 lines
240 B
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
|
|
}
|