Re: [PyQt] Qt Designer

2012-10-08 Thread Jarek
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

Re: [PyQt] Qt designer causes OS crash

2010-09-24 Thread Dan Halbert
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.

Re: [PyQt] qt-designer _ question ?

2008-12-02 Thread piotr maliƄski
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 > >

Re: [PyQt] Qt Designer + python plugins

2008-09-11 Thread Marco Fabiani
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

Re: [PyQt] Qt Designer + python plugins

2008-09-10 Thread Phil Thompson
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

Re: [PyQt] QT Designer for Custom Widgets.

2008-04-18 Thread objectref
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:

Re: [PyQt] QT Designer for Custom Widgets.

2008-04-17 Thread David Boddie
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

Re: [PyQt] QT Designer for Custom Widgets.

2008-04-16 Thread Phil Thompson
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

RE: [PyQt] QT Designer for Custom Widgets.

2008-04-16 Thread objectref
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

Re: [PyQt] QT Designer for Custom Widgets.

2008-04-16 Thread Ulrich Berning
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

Re: [PyQt] Qt designer & KDE

2008-01-28 Thread Daniel O'Connor
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

Re: [PyQt] Qt designer & KDE

2008-01-27 Thread Andreas Pakulat
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