On Wed, 23 Jul 2008 17:41:50 +0200, Markus Künkler
<[EMAIL PROTECTED]> wrote:
> Hello!
> I tried to build a own sip module for enabling compositing in PyQt4 apps.
> but somehow the configs i did doesn't work.
> I get a segmentation fault here (configure.py):
>
> os.system(" ".join([config.sip_bin,
Hello!
I tried to build a own sip module for enabling compositing in PyQt4 apps.
but somehow the configs i did doesn't work.
I get a segmentation fault here (configure.py):
os.system(" ".join([config.sip_bin, "-c", ".", "-b", build_file, "-I",
config.pyqt_sip_dir, qt_sip_flags, "qcomposite.sip"])
Hi!
On Tue, Jul 22, 2008 at 4:20 PM, Darryl Wallace
<[EMAIL PROTECTED]> wrote:
> Has anyone tried to make the dock widgets collapsible (similar to the
> windows based dock widgets in that have the little thumbtack icon) in Qt or
> PyQt?
For one of my projects I ported the KOffice2-DockWidget to Py
Hi Phil:
=
import sip
from PyQt4.Qt import *
called = []
class Core(QObject):
def __init__(self, parent=None):
QWidget.__init__(self, parent)
QObject.connect(self, SIGNAL("destroyed()"), self.callbac
On 7/23/2008 2:43 PM, Darryl Wallace wrote:
Yeah just like that. Except I would also want to put a toggle button on
the title bar of the widget so that toggle between auto-hide and staying
open.
Any tips on how to get started with that auto-hide functionality?
I'm attaching a self-contained
Yeah just like that. Except I would also want to put a toggle button on
the title bar of the widget so that toggle between auto-hide and staying
open.
Any tips on how to get started with that auto-hide functionality?
Thanks,
Darryl
Giovanni Bajo wrote:
On Tue, 2008-07-22 at 10:20 -0400, Dar
On Tue, 2008-07-22 at 10:20 -0400, Darryl Wallace wrote:
> Has anyone tried to make the dock widgets collapsible (similar to the
> windows based dock widgets in that have the little thumbtack icon) in Qt
> or PyQt?
I'm not sure what you mean. I made the dock widget auto-hide and
reappear when yo
Am Sonntag, 27. April 2008 schrieb Christoph Burgmer:
> As already pointed out in "[PyQt] Help menu and own icon" (this month)
> there seems to be a bug in the KHelpMenu bindings.
>
> Though the SIP files states:
>
> KHelpMenu (QWidget* parent /TransferThis/, const KAboutData* aboutData,
> bool sho
Hi,
Thanks for your answer !
You're right, the right way is to implement the event method in my class
:) (I've fund this yesterday evening :) )
But, I do the trick differently, using self.isMinimized() because my
class is a QDialog subclass.
Thanks !
Strato
PS: for the other need of handl