├── INSTALL.md ├── LICENSE.CC-BY-NC-SA ├── README.md ├── dial_frame.png ├── examples └── InstrumentCluster │ ├── InstrumentCluster.psd │ ├── Main.qml │ ├── README.md │ └── assets │ └── EMPTY ├── qtcreator_dial_frame.png ├── select_templates.png ├── settings.png ├── templates ├── QmlAsset.qml ├── QmlAssetCatalog.json ├── QmlMockup.qml └── QmlUiForm.ui.qml └── templates_folder.png /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE.CC-BY-NC-SA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/LICENSE.CC-BY-NC-SA -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/README.md -------------------------------------------------------------------------------- /dial_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/dial_frame.png -------------------------------------------------------------------------------- /examples/InstrumentCluster/InstrumentCluster.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/examples/InstrumentCluster/InstrumentCluster.psd -------------------------------------------------------------------------------- /examples/InstrumentCluster/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/examples/InstrumentCluster/Main.qml -------------------------------------------------------------------------------- /examples/InstrumentCluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/examples/InstrumentCluster/README.md -------------------------------------------------------------------------------- /examples/InstrumentCluster/assets/EMPTY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /qtcreator_dial_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/qtcreator_dial_frame.png -------------------------------------------------------------------------------- /select_templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/select_templates.png -------------------------------------------------------------------------------- /settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/settings.png -------------------------------------------------------------------------------- /templates/QmlAsset.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/templates/QmlAsset.qml -------------------------------------------------------------------------------- /templates/QmlAssetCatalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/templates/QmlAssetCatalog.json -------------------------------------------------------------------------------- /templates/QmlMockup.qml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/QmlUiForm.ui.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/templates/QmlUiForm.ui.qml -------------------------------------------------------------------------------- /templates_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pelagicore/QmlAssetExporter/HEAD/templates_folder.png --------------------------------------------------------------------------------