The pyqt tag has no wiki summary.
19
votes
4answers
2k views
Can I develop ubuntu for phones apps in Python?
Does anyone know if we can develop apps for ubuntu for phones in Python ?
PyQT / PySide would seem to support also QML. But can we use them on the phones ?
10
votes
2answers
616 views
Quickly template for PyQt?
Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?
4
votes
1answer
482 views
How to create appmenu in using python3 and PyQt?
I am looking for a way to create appmenu indicator using python3.2 and pyqt4. Please help me.
1
vote
0answers
372 views
Programming with DBus using PyQt
I'm trying to write a desktop environment that supports the global menu Before I get started with my main task In PyQt I'm trying to get the dbus code to work with QtDBus as a proof of concept. Here's ...