https://github.com/rinigus/kirigami_tests
Kirigami test codes
https://github.com/rinigus/kirigami_tests
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T18:36:11.000Z (over 7 years ago)
- Last Synced: 2025-08-24T16:51:31.355Z (10 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.