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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>> 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
- 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
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 >>>
>>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
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
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
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
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
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"
24 matches
Mail list logo