Re: [PyQt] (no subject)

2013-08-27 Thread Sergio D . Gómez
On Tue, 27 Aug 2013 12:21:23 +0100, Nelson Enoh wrote: i need help on hw to convert a qt design to a py code... ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt Did you tray with pyuic4? $

Re: [PyQt] (no subject)

2013-08-27 Thread Ryan Hanson
On Tue, Aug 27, 2013 at 6:30 AM, Sergio D. Gómez sergiogo...@tostado.com.ar wrote: On Tue, 27 Aug 2013 12:21:23 +0100, Nelson Enoh wrote: i need help on hw to convert a qt design to a py code... __**_ PyQt mailing list

Re: [PyQt] (no subject)

2012-05-28 Thread Erik Janssens
Hello Sibylle, No, it's currently not usable with Python 3. Migrating to Python 3.3 is planned for Q3 2012. The conversion process should be relatively straightforward since the new style pyqt bindings are used everywhere, and all used libraries (except for matplotlib) have been migrated to

Re: [PyQt] (no subject)

2012-05-21 Thread Erik Janssens
you could give Camelot a try ... http://www.python-camelot.com/ On Sat, May 19, 2012 at 4:16 AM, Wes Goodenough mob...@wrgoodenough.com wrote: Hello. I'm learning PyQt for use with Designer for database applications. I've been reading all the resources and tutorials, and I have a good amount

Re: [PyQt] (no subject)

2010-10-07 Thread Baz Walter
On 07/10/10 19:00, Nate Reid wrote: Below is a sample program that demonstrates a problem with the updating of a Tab's size when setTabsClosable(false) is dynamically set. Run the program as is and add some tabs, and then remove some with either the close box or the 'Remove' button. When the

Re: [PyQt] (no subject)

2009-05-20 Thread Phil Thompson
On Wed, 20 May 2009 12:56:10 +0200, pierl...@free.fr wrote: Hi, Depends what you mean by maintain. I meant maintain the PyQt installer for python 2.5 on your site so that I can tell people : go to this page, download, install and it works. The Python 2.5 installer will be kept for

Re: [PyQt] (no subject)

2009-02-17 Thread Arnold Krille
On Tuesday 17 February 2009 10:18:13 projet...@club-internet.fr wrote: Thanks but then I have a problem. How can I know that the mouse is over the TreeView ? Because the contextMenuEvent of the TreeView is only triggered when the mouse is over the treeview. And you can always check whether the

Re: [PyQt] (no subject)

2008-06-17 Thread Giovanni Bajo
On Mon, 2008-06-16 at 10:17 -0500, Doug wrote: I am trying to install QT4 on my mac and it keeps failing with the following error. Is there anyone that may be able to help? sip/QtGui/qgraphicsitem.sip:820:34: error: qgraphicsproxywidget.h: No such file or directory

Re: [PyQt] (no subject)

2008-06-16 Thread Adam Tenderholt
It sounds like you are missing headers to your Qt installation. If you type 'which qmake', does it point to the version of Qt you are trying to compile PyQt against? Adam On Mon, Jun 16, 2008 at 8:17 AM, Doug [EMAIL PROTECTED] wrote: I am trying to install QT4 on my mac and it keeps failing