Skip to content

eyllanesc/Qt5toPyQt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qt5toPyQt5

Use Qt5 Widget on PyQt5 Application

Run the following commands:

python configure.py
make 
sudo make install

Then you should copy the file PyAnalogClock.so that is inside modules to the side of your script, in my case in the same folder of main.py.

.
├── main.py
└── PyAnalogClock.so

Example:

cd Example
python main.py

Output:

About

Use Qt5 Widget on PyQt5 Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published