PDA

View Full Version : How to use C++ interface in PyQt?



curiosport
10th April 2016, 19:10
Hi.

In this project:
http://qt-apps.org/content/show.php/iisTaskPanel?content=79286
11865

The graphical interface is created in C++ (with Qt) but I want to program behavior in PyQt.

How can I do it?

But I can not program in C++

Do I need to learn to program in that language?

Thank you.

Roseangel41
11th April 2016, 12:07
I am new to GUI application development and I chose Qt framework for this. I see most of the development in Qt is done in C++ language, but I like python for it's easy syntax and easy implementation.