roboxerox / qmlUi_demo

Example of qt-qml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qmlUi_demo

This demo is using qt-qml which has include examples of :

Dependencies install

	sudo apt update
	sudo apt install build-essential qt5-default qtdeclarative5-dev libqt5charts5-dev
	sudo apt install qml-module-qtquick-dialog  qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qml-module-qtcharts qml-module-qtquick-xmllistmodel 

cmake Build

	git clone https://github.com/roboxerox/qmlUi_demo.git
	cd qmlUi_demo
	mkdir cbuild && cd cbuild
	cmake ..
	make

qmake Build

	git clone https://github.com/roboxerox/qmlUi_demo.git
	cd qmlUi_demo
	mkdir qbuild && cd qbuild
	qmake ..
	make

Run

	cd <PATH_TO_BUILD>
	./qmlUi_demo

About

Example of qt-qml

License:MIT License


Languages

Language:QML 91.1%Language:C++ 7.0%Language:QMake 1.0%Language:CMake 0.9%