Stefan d5afd6beac chore(CPP): Create new wallet accounts - POC UI
The UI is for demo purposes. Also architecture decisions are open for change

Closes: #6321
2022-08-02 15:30:08 +02:00

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
}