Hello all,
I'm having a problem with python threading and qt layouts.
A filter widget is composed of several QRadioButtons. I don't know these
radio buttons in advance, I fetch them from another thread.
Upon completion, a callback function to layout these buttons is called.
This is not working. :
[EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 --version
Python User Interface Compiler 4.4.3-snapshot-20080627 for Qt version 4.4.0
[EMAIL PROTECTED]:~/workspace/subdownloader/gui$ pyuic4 about.ui -d
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'about.u
On Friday 04 July 2008 00:48, İşbaran Akçayır wrote:
> Generating the C++ source for the kdecore module...
> sip: sip/kdecore/typedefs.sip:263: %MappedType template for this type
> has already been defined
> Error: Unable to create the C++ code.
QHash was not originally defined in PyQt, but appa
On Freitag, 4. Juli 2008, Igor Prischepoff wrote:
> Hello,
> I like eric IDE.
> Can I ask for new features?
>
> In my humble opinion would be nice to have such features in eric:
> - F2 or Shift - F2 (Run script, Run Project) can be configured to not
> showing Dialog asking for parameters
> for exam
Hi.
I'm making a configurator tool.
I need a user part, and a root part. I want to gain root access on my app,
but
- Can I do this importing a module; or can I gain root acces (asking
password), on my app?
(Like Kcontrol do with "Administrator Mode")
- Or I need to create separated modules, and r
On Fri, 2008-07-04 at 10:48 +0200, Sundance wrote:
> Giovanni Bajo wrote:
>
> > The assert triggers, meaning that the object of type MyWidget is not
> > released.
>
> Hi Giovanni,
>
> Yes, this is a known bug: SIP keeps a hard reference to bound methods in
> its method cache (the bound method b
Giovanni Bajo wrote:
> The assert triggers, meaning that the object of type MyWidget is not
> released.
Hi Giovanni,
Yes, this is a known bug: SIP keeps a hard reference to bound methods in
its method cache (the bound method being ws.sizeHint in your example).
Since bound methods keep a refere
Hello,
Trying to build PyKDE4 but couldn't understand(find) what causes this :
PyKDE version 4.0.2
---
Python include directory is /usr/include/python2.5
Python version is 2.5.2
sip version is 4.7.6 (4.7.6)
Qt directory is /usr/qt/4
Qt version is 4.4.0
PyQt directory is