https://surfsky.github.io/QmlExplorer/
A Qt QML running environment and examples explorer app.
https://surfsky.github.io/QmlExplorer/
Last synced: 14 days ago
JSON representation
A Qt QML running environment and examples explorer app.
- Host: GitHub
- URL: https://surfsky.github.io/QmlExplorer/
- Owner: surfsky
- License: mit
- Created: 2014-12-09T12:56:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T01:32:21.000Z (over 7 years ago)
- Last Synced: 2024-06-16T04:35:26.944Z (over 1 year ago)
- Language: QML
- Homepage: http://surfsky.github.io/QmlExplorer/
- Size: 25.7 MB
- Stars: 61
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-qt-qml - QmlExplorer - A Qt QML running environment and examples explorer app. (Development)
README
QmlExplorer
===========
A Qt QML running environment and examples explorer app.
Features
===========
Test:
- Common (DynamicalCreate, Font, Image, Singleton, Syntax, Thread, Tool)
- Effect (Animation, Canvas, GraphicalEffect, Particles, Shader)
- KeyMouseTouch
- MultiDensity
- Multimedia (Sound, video)
- Network ( Ajax, XmlListModel, WebSocket)
- Qt3D
- Storage
- Styles
- UI (Basic, Dataview, Layout, Pages, WindowsDialog)
- UnitTest
Controls:
- Charts
- Effectors
- Gauges
- Views
- Components
- Popup
- PageView
- TabView
- ListViewEx: drop down to reflesh, drag up to load more
- ParallaxView
- SliderView
- TreeView
- Shader
- SwipeMouseArea
- ImageMouseArea
- JsonListModel
- ...
Apps:
- Clock
- Dial
- Docker
- ImageCropper
- LiveTile
- NotePad
- Painter
- RoundMenu
- ....
Help!
===========
When I restarted this project several months ago, I moved all qml files into .qrc files.
I can run qml file by QmlScene, it's ok. However, when I build and run it, It cannot run normally.
It often meet error: failed to create object, xxx is not a type.
It may be some IO limit when dynamic creating qml object from .qrc.
Should I change all "import SomeQmlComponent" code to "import qrc:\xxxxx"? It's a horrible work.
Anyone can help me?
Snapshots
===========
















