[PyQt] QIcon.fromTheme() additinal parameters

2010-06-16 Thread Juan Manuel Santos
one I want? Based on the size of the widget where the icon goes? And what happens if that widget is resized? Thanks for your time (my first post on this list, hope to stay for a long time as I'm thinking of replacing PyGTK with PyQt4 for my proj

Re: [PyQt] Porting PyQt GUI between platforms.

2010-08-02 Thread Juan Manuel Santos
ditionally, if you have a Windows box to spare in which you can install all that was mentioned above, you can create an executable for the application with py2exe, thus removing any further dependencies on Python or Qt (if properly configured, py2exe outputs an executable which can be r

Re: [PyQt] Porting PyQt GUI between platforms.

2010-08-02 Thread Juan Manuel Santos
From: Algis Kabaila To: pyqt@riverbankcomputing.com, vicariou...@gmail.com Date: Tuesday 03 August 2010 > Hi Juan, > > I've tried your first suggestion and just took the script and the gui to a > windows box and ran the python starting script. It just worked! > > I am thrilled and astonished -

Re: [PyQt] Porting PyQt GUI between platforms.

2010-08-04 Thread Juan Manuel Santos
ackage the OSS Python program and its > dependencies in a package that can easily be given to a windows user for > installation in his/her computer. > > As Juan Manuel Santos so rightly suggested, part (1) of the porting often > means simply running the Python program on windows! (

Re: [PyQt] pyuic4 vs uic.loadUI

2010-09-29 Thread Juan Manuel Santos
From: Sebastian Elsner To: pyqt@riverbankcomputing.com Date: Tuesday 28 September 2010 > Hmm interesting topic, I recently had to switch back from ui files to > py files because I couldnt get py2exe to package the ui files correctly > (Any help appreciated though) The same thing happened to me