Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinigus/kirigami_tests
Kirigami test codes
https://github.com/rinigus/kirigami_tests
Last synced: 13 days ago
JSON representation
Kirigami test codes
- Host: GitHub
- URL: https://github.com/rinigus/kirigami_tests
- Owner: rinigus
- License: mit
- Created: 2019-02-21T17:56:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T18:36:11.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T09:45:21.532Z (about 2 months ago)
- Language: QML
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example codes for testing Kirigami
## title shows up on mobile
To run test:
```
QT_QUICK_CONTROLS_MOBILE=1 qmlscene -I /usr/local/lib64/qml preventStealing/App.qml
```You will see a title of the page that has `globalToolBarStyle: Kirigami.ApplicationHeaderStyle.None`
defined. Works correctly without mobile mode.Looks like https://bugs.kde.org/show_bug.cgi?id=404481 resurfaced.