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
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,
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
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
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.
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
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
>
>
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo