Skip to content

flopp/pyqt5-cpp-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyQt5, Python3 and Custom C++ Widgets

This boilerplate repository shows how to combine PyQt5 and custom Qt widgets written in C++.

Prerequisits

Obviuously, you need working installations of Python3, Qt5 and PyQt5.

Python bindings for custom C++ library are created with SIP. So you need to install SIP packages:

sudo apt-get install pyqt5-dev python3-pyqt5 python3-sip python3-sip-dev sip-dev

Build the example library

cd custom
qmake
make

Build the python extension & run test

cd python
./build.sh

About

PyQt5, Python3 and Custom C++ Widgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published