Skip to content

notchi590/Seeed_Python_ReTerminalQt5Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeed_Python_ReTerminal_Examples

Python Examples for Seeed ReTerminal

pir

For debian or ubuntu system ,you need install following packages.

sudo apt install  qml-module-qtquick-shapes python3-pyside2.qtqml python3-pyside2.qtcore python3-pyside2.qtnetwork python3-pyside2.qtgui python3-pyside2.qtwidgets python3-pyside2.qtquick qtquickcontrols2-5-dev qml-module-qtcharts qml-module-qtquick-controls  qml-module-qtquick-controls2

because of default Debian and Ubuntu OS dont have QtQuick.Studio and QtQuick.Timeline modules. we can install them menually.

Install compile tools

sudo apt install qt5-qmake qt5-default

Because of the lastest QtQuick.Studio cannt work on current RPI system. but we had port it to Debian GNU/Linux 10 (buster).

git clone git://github.com/Pillar1989/qtquickdesigner-components.git
cd qtquickdesigner-components
qmake 
make 
sudo make install 

QtQuick.Timeline works, but missing packages.

git clone git://code.qt.io/qt/qtquicktimeline
cd qtquicktimeline
qmake 
make
sudo make install 

About

Qt5 Examples for Seeed ReTerminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 96.7%
  • Python 2.7%
  • Other 0.6%