Skip to main content

Questions tagged [pyqt4]

0 votes
1 answer
59 views

Lets say you have a ItemView and a ItemModel. Would it make sense to have a ItemWidget encapsulating those two, so code using ItemWidget don’t have to deal with ItemView and a ItemModel specifics? ...
Narann's user avatar
  • 101
2 votes
1 answer
3k views

I want to develop a GUI in python for my company in order to sell it to the customer. Being fresh from the university where I used pyQt, I promptly started programming using that library, just to ...
Francesco Pegoraro's user avatar
-7 votes
1 answer
139 views

Why we need compile PyQt rather than simply using 'pip install' to put PyQt to my package repository? What happened during the compiling? Can I compiled PyQt once but allow many Macs through share ...
Isaac's user avatar
  • 101
5 votes
2 answers
4k views

Update: I was wrong about the PyQt license. It isn't merely a GPL license. The PyQt authors include a special set of exceptions that allow users to release their own code under a different license, ...
superbatfish's user avatar
3 votes
2 answers
6k views

This is the first time I have dealt with licensing issues so I am sorry if I am making any stupid assumptions. My issue is that I have written a program in Python that uses PyQT for the GUI and also ...
stois21's user avatar
  • 31
0 votes
1 answer
1k views

I don't find the docstring to be very clear: def compileUiDir(dir, recurse=False, map=None, **compileUi_args): """compileUiDir(dir, recurse=False, map=None, **compileUi_args) Creates Python ...
Cybran's user avatar
  • 351
18 votes
3 answers
18k views

Been brushing up on my C++ lately, on Ubuntu QQ. I love the Qt framework for everything, especially building GUI's. I became quite familiar with it when using PyQt over the last few years. When ...
Vector's user avatar
  • 3,221
4 votes
1 answer
6k views

I'm trying to give a sound structure to a PyQt application that implements a card game. So far I have the following classes: Ui_Game: this describes the ui of course and is responsible of reacting to ...
Lorenzo's user avatar
  • 277
0 votes
1 answer
839 views

I guess there is a tool called Py2Exe to convert a Python application into an executable file. Since I am also using PyQt4 for GUI apps., what are the external dependencies for such an executable? ...
RPK's user avatar
  • 4,378