[PyQt] qt-designer and dot-matrix page for adjustment

2013-10-10 Thread Mohsen Pahlevanzadeh
Dear all, When you create an MainWindow project in Qt-Designer, you can see a set of dot in page that it your able to adjust your widget, how can i enable this feature in another window such as QFrame? --mohsen <>___ PyQt mailing listPyQt@riverbankc

[PyQt] “Qt Designer” feature

2012-11-19 Thread Pietro Moras
Have you ever used the “Qt Designer” feature embedded into the Project-Viewer of the Eric (5) IDE? It's a feature that I intend to explore next [as part of a project of thorough Eric (5) Test & Documentation], and I'd be pleased to share some related “UI” design experiences. It's not for now,

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

[PyQt] Qt Designer

2012-10-04 Thread Virgil Stokes
I have recently installed python(x,y) and started testing some of its many features. I tried to Qt Designer and loaded in one of the test files (test.ui). It looked ok but when I tried to view the code, the following error popped up: Code generation failed Unable to launch C:/Python27/Lib/s

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.

[PyQt] Qt designer causes OS crash

2010-09-24 Thread Gavin Poludniowski
Dear All, This may be a bug with Qt Designer, but it is from a PyQt distribution: QT designer has always worked fine for me. I hadn't used it for a couple of months until yesterday. Now, when I try to drag a widget from one position in my Dialog to another, not only does QT designer crash, but

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 > >

[PyQt] qt-designer _ question ?

2008-12-02 Thread BLACK HAWK
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 how can i make this tab_widget maximize when i maximi

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

[PyQt] Qt Designer + python plugins

2008-09-09 Thread Marco Fabiani
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 designer/plugins). If I create a new dialog with a QDialogButtonBox, the buttons OK and Ca

[PyQt] PyQT/Qt Designer question

2008-05-16 Thread Tim Finkbeiner
Hi I'm pretty new to development with PyQt, and I have a couple of questions. I've followed a simple tutorial to create a basic application, but I've run into a snag regarding the toolbar icons. The code that pyuic generated for my main frame looks like this: ... self.fileNewAction = QAction(s

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

[PyQt] QT Designer for Custom Widgets.

2008-04-16 Thread objectref
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 Qt Designer ?? I mean

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

[PyQt] Qt designer & KDE

2008-01-27 Thread Daniel O'Connor
Hi, 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 see how to change this (baring editing the code pyui

[PyQt] Qt Designer 4.3 / pyuic4 doesn't support cursorShape?

2007-06-24 Thread Kelvie Wong
Whenever I try to compile a .ui file where any of the widgets change the "cursor" property, pyuic4 (I use the 2007 June 21 snapshot) generates the following error: DEBUG:root:setting property cursor Traceback (most recent call last): File "//usr/lib/python2.5/site-packages/PyQt4/uic/pyuic.py", l