mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
sync with mobilecomponents 9d8bf6d77d
- Fixes interactivity in context drawer. - These are mostly cleanups that have been done pre-merge of these components. This now is the state of master in plasma-mobile. - makes navigation a bit more intuitive Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
72411eee63
commit
b6f5f235f0
9 changed files with 74 additions and 62 deletions
|
@ -30,12 +30,10 @@ import org.kde.plasma.mobilecomponents 0.2
|
|||
* Example usage:
|
||||
*
|
||||
* @code
|
||||
* import org.kde.plasma.extras 2.0 as PlasmaExtras
|
||||
* import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
|
||||
* [...]
|
||||
* Column {
|
||||
* PlasmaExtras.Title { text: "Fruit sweetness on the rise" }
|
||||
* PlasmaExtras.Heading { text: "Apples in the sunlight"; level: 2 }
|
||||
* PlasmaExtras.Paragraph { text: "Long text about fruit and apples [...]" }
|
||||
* MobileComponents.Heading { text: "Apples in the sunlight"; level: 2 }
|
||||
* [...]
|
||||
* }
|
||||
* @endcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue