Hi.
Create ui in Qt Designer. Convert ui to python:
pyuic4 qtdesigner.ui -o python.py
Then you can load it in python.
Best regards,
Jarek
On 10/04/12 15:53, Virgil Stokes wrote:
I have recently installed python(x,y) and started testing some of its
many features.
I tried to Qt Designer and lo
On Friday, September 24, 2010 11:35am, "Gavin Poludniowski"
said:
> ...Now, when I try to drag a widget from one position in my Dialog
> to another, not only does QT designer crash, but it causes my whole OS to
> crash
> (as if I'd had a powercut) and restart.
> My OS is Windows XP SP3 32-bit.
2008/12/2 BLACK HAWK <[EMAIL PROTECTED]>
> hi all
> This is the first post in mailing list
> and i am beginner in pyqt4
> i have two question
>
> 1- when the support for python 3 will come up
>
> 2- i use qt-designer so if i make main_window and put any widget in it For
> example tab_widget
>
>
Phil Thompson wrote:
On Tue, 09 Sep 2008 14:57:37 +0200, Marco Fabiani <[EMAIL PROTECTED]> wrote:
Hello,
I discovered a strange behavior in Qt Designer's Property Editor when
using custom widget plugins written using PyQt (for example, starting
the example "plugins.py" in the PyQt examples coll
On Tue, 09 Sep 2008 14:57:37 +0200, Marco Fabiani <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I discovered a strange behavior in Qt Designer's Property Editor when
> using custom widget plugins written using PyQt (for example, starting
> the example "plugins.py" in the PyQt examples collection
> des
Hey David,
thanks for the reply!
I know this stuff about "promotion" in code, i just wanted to figure
out how i can do it in Designer. Glad to know that next version of it
will allow for this stuff!
Thanks again!
David Boddie wrote:
On Wed, 16 Apr 2008 13:10:01 +0300, objectref wrote:
On Wed, 16 Apr 2008 13:10:01 +0300, objectref wrote:
> I am reading Mark Summerfields' "Rapid Gui Programming with Python and Qt".
> Until the chapter I am now, I saw that we can build a new custom widget by
> subclassing an existing one and adding our own stuff. All this by code.
>
> Can I achiev
On Wednesday 16 April 2008, objectref wrote:
> Xmmm...i tried what you said, the PyQt examples
> (examples/designer/plugins). When I click on "Launch", a message box
> informs me that "This example will start Qt Designer when you click the OK
> button..." but this never happens. It also says that a
008 4:13 PM
To: pyqt@riverbankcomputing.com
Subject: Re: [PyQt] QT Designer for Custom Widgets.
objectref wrote:
>Hi,
>
>I am reading Mark Summerfields' "Rapid Gui Programming with Python and Qt".
>Until the chapter I am now, I saw that we can build a new custom widget
objectref wrote:
Hi,
I am reading Mark Summerfields' "Rapid Gui Programming with Python and Qt".
Until the chapter I am now, I saw that we can build a new custom widget by
subclassing an existing one and adding our own stuff. All this by code.
Can I achieve the same thing by using solely the Q
On Mon, 28 Jan 2008, Andreas Pakulat wrote:
> On 28.01.08 14:59:42, Daniel O'Connor wrote:
> > This might be OT but any answers would be greatly appreciated..
> >
> > What is the canonical way to build a KDE application using a GUI
> > designer? I've tried both Qt designer and kdevdesigner but they
On 28.01.08 14:59:42, Daniel O'Connor wrote:
> This might be OT but any answers would be greatly appreciated..
>
> What is the canonical way to build a KDE application using a GUI
> designer? I've tried both Qt designer and kdevdesigner but they both
> generate QMainWindow classes and I can't se
12 matches
Mail list logo