Re: [PyQt] (no subject)

2013-08-27 Thread Ryan Hanson
On Tue, Aug 27, 2013 at 6:30 AM, Sergio D. Gómez 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 listPyQt@riverbankcomputing.com >> http://www.riv

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? $ py

[PyQt] (no subject)

2013-08-27 Thread Nelson Enoh
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

[PyQt] (no subject)

2013-08-07 Thread Dmitry Shachnev
On Mon, 29 Jul 2013 22:36:17 +0100, Roger Leigh wrote: > I've just started experimenting with Python 3.3/Qt 5.1/PyQt 5.0 on > Debian (unstable, amd64). > > With the following trivial program, I can reproducibly observe a > segfault when the window is closed: Phil, any chance you can reply to this

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 Pyt

Re: [PyQt] (no subject)

2012-05-26 Thread Sibylle Koczian
Am 22.05.2012 00:15, schrieb Erik Janssens: you could give Camelot a try ... http://www.python-camelot.com/ Is Camelot usable with Python 3? I can't find out for sure from the website, but I suspect it's not (Windows installer only for Python 2.7). Thank you, Sibylle

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 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 > of > experience with

[PyQt] (no subject)

2012-05-18 Thread Wes Goodenough
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 of experience with GUI and Database programming in MS ACCESS. I have finally decided to put in the effort to lear python and QT but i'm stuck a

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

[PyQt] (no subject)

2010-10-07 Thread Nate Reid
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 last tab is shown, you'll see that it

[PyQt] (no subject)

2009-12-15 Thread Aaron R. Short
I posted this to qt centre first a couple of weeks ago but have not been able to get an answer hopefully someone here might be able to pass on a clue http://www.qtcentre.org/forum/f-qt-programming-2/t-how-to-change-the-selection-of-a-parent-qtableview-from-a-sub-qtableview-25996.html I have a sp

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 wil

[PyQt] (no subject)

2009-05-20 Thread pierloic
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 the foreseeable future Is that weeks, months, years... ? What sho

[PyQt] (no subject)

2009-04-16 Thread Neil Birkbeck
In older versions of sip (4.7.3), I have used __setitem__, __getitem__ to access/set elements from multidimensional quantities of a wrapped c++ object that uses operator()(int,int). For example, the following sip code used to work fine class A { int operator()(int x,int y) const; int __get

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 th

[PyQt] (no subject)

2009-02-17 Thread projetmbc
>> Hello, >> is it possible to define a ContextMenu for a TreeView ? >Yes, just override QWidget.contextMenuEvent for the view. >Doug. Thanks but then I have a problem. How can I know that the mouse is over the TreeView ? Christophe. ___ PyQt m

[PyQt] (no subject)

2009-02-10 Thread Mads Ipsen
- Original Besked Fra: Markus Feldmann Til: pyqt@riverbankcomputing.com Emne: [PyQt] Re: how to show interactive Picture Dato: 09/02/09 23:58 > Mads Ipsen schrieb: > > Could is be that you try to paint before the window is shown? You need to > > call show() before you can start

[PyQt] (no subject)

2009-02-08 Thread projetmbc
Title: Flashmail >>> Here's a relatively advanced example featuring many things you may want from the integration of PyQT and matplotlib: >>> * Using the maplotlib navigation toolbar >>> * Adding data to the plot dynamically >>> * Dynamically modifying the plotâ??s properties >>>   

[PyQt] (no subject)

2009-02-08 Thread projetmbc
>>I once addapted the QVTKRenderWindowInteractor to work with the latest release of pyqt. Unfortunately it's not perfect yet and it does work only on my windows machine. >>I'll look at your code and then try to understand what's wrong. If I find the answer, I'll send it here. >>So should y

[PyQt] (no subject)

2008-09-06 Thread projetmbc
Title: Flashmail Hello, I do not know how to have the same size for a QGraphicsScene and the graphicsView that contains the QGraphicsScene. When I launch my code there is two scroll bares and I just want the QGraphicsScene exactly in the graphicsView.   Sommeone can help me. Best regards.     I

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 > sip/QtGui/qgraphi

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 w

[PyQt] (no subject)

2008-06-16 Thread Doug
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 sip/QtGui/qgraphicsitem.sip:821:29: error: qgraphicswidget.h: No such fi

[PyQt] (no subject)

2007-04-16 Thread Andrew Louder
To whom it may concern: I noticed the following cygwin article: http://www.riverbankcomputing.com/pipermail/pyqt/2005-January/009348.html Are there installation instructions for cygwin? Andy - Ahhh...imagining that irresistible "new car"