You are right, that's indeed a rather obvious option. Thanks again for
your patience :)
You use SIP to describe the bindings you want to create - this is not
necessarily the same as the API of the underlying library. In other words
you don't teach SIP to cut off the "ui" from the namespace, jus
Thanks, that worked :) Now everything is running fine.
You definitely need to remove all the /TransferThis/ except for the
one on the parent argument.
Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailma
On Tue, 01 May 2012 12:04:19 +0200, tuxor1...@web.de wrote:
> Hi all,
>
> in one of my SIP files I have this line (a class constructor):
>
> MessageDialog(QMessageBox::Icon icon /TransferThis/,
> const QString & title /TransferThis/,
> const QString & text /TransferThis/,
> QMessageBo
On Tue, 01 May 2012 09:57:38 +0200, tuxor1...@web.de wrote:
> I think, I can answer my own question. But only with respect to the
> _reason_ for this behaviour. I have to admit, that I don't like this
> behaviour:
>
> The problem is the "namespace ui". Because OnyxDialog is defined in that
> na
On 01.05.2012 14:07, Mark Mordeca wrote:
This is disappointing. I was about to try this very thing myself.
Does anyone know what is the latest version of PyQt/Qt that works
with
PyQwt 5.2?
Well, I cannot talk about MacOS.
I have it working with PyQt version 4.9.1 and sip 4.13.2 on a wi
This is disappointing. I was about to try this very thing myself.
Does anyone know what is the latest version of PyQt/Qt that works with
PyQwt 5.2?
Thanks,
Mark
-Original Message-
From: pyqt-boun...@riverbankcomputing.com
[mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of William
Hi,
I just uploaded eric 5.2.2. It is a maintenance release fixing some bugs. It
is available via the eric web site.
http://eric-ide.python-projects.org/index.html
Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
___
PyQt mailing list
Hi,
I just uploaded eric 4.5.3. It is a maintenance release fixing some bugs. It
is available via the eric web site.
http://eric-ide.python-projects.org/index.html
Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de
___
PyQt mailing list
Hi all,
in one of my SIP files I have this line (a class constructor):
MessageDialog(QMessageBox::Icon icon /TransferThis/,
const QString & title /TransferThis/,
const QString & text /TransferThis/,
QMessageBox::StandardButtons buttons /TransferThis/ =
QMessageBox::NoButton,
QWidge
I think, I can answer my own question. But only with respect to the
_reason_ for this behaviour. I have to admit, that I don't like this
behaviour:
The problem is the "namespace ui". Because OnyxDialog is defined in that
namespace, it has to be referred to as ui::OnyxDialog in
"message_dialog
10 matches
Mail list logo