2022-05-31 21:26:41 +00:00
|
|
|
import QtQml
|
|
|
|
|
2022-07-15 07:30:16 +00:00
|
|
|
/// An application section with button and content view
|
2022-05-31 21:26:41 +00:00
|
|
|
QtObject {
|
2022-07-15 07:30:16 +00:00
|
|
|
/// \c NavigationBarSection
|
|
|
|
required property Component navigationSection
|
2022-05-31 21:26:41 +00:00
|
|
|
|
2022-07-15 07:30:16 +00:00
|
|
|
/// \c ApplicationContentView
|
|
|
|
required property Component content
|
2022-05-31 21:26:41 +00:00
|
|
|
}
|