Hello,
I posted a little praise of PyQt in my blog:
http://darkviews.blogspot.com/2008/01/portable-ui.html
Just in case someone here collects blog entries. A few days ago, I
posted a tiny trick to sort number columns:
http://darkviews.blogspot.com/2008/01/sorting-number-table-columns-in-pyqt4.h
On 18.01.08 20:42:51, Aaron Digulla wrote:
> Hello,
>
> I just wanted to know what the plan regarding 4.4 is. Is there a version
> of PyQt ready available for the beta releases of Qt 4.4?
Uhm, which beta releases of Qt4.4? There are none. There's a public
technical preview, which is more pre-beta
Hello,
I'm trying to create a clone of yWriter4 (a software that aims to help
authors of stories -- sci-fi / fantasy / whatever) with Qt and I've got
pretty far but now, I'm a bit stuck and I'd like some feedback on a few
ideas.
The original application uses a RTF widget where you can mark text a
Aaron Digulla schrieb:
> Hello,
>
> Please clarify the docs
> (http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html#super-and-pyqt-classes):
>
>
> Does that mean super() can't / shouldn't / mustn't be used when deriving
> from PyQt classes? What is the fix?
>
> Maybe give an example what
Hello,
I just wanted to know what the plan regarding 4.4 is. Is there a version
of PyQt ready available for the beta releases of Qt 4.4? Or is is more
like "don't hold your breath"? ;)
Regards,
--
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our ima
Alberto Berti schrieb:
> Hi Aaron,
>
>> "Aaron" == Aaron Digulla <[EMAIL PROTECTED]> writes:
> >> # qui parent è in delegato, perciò parent.parent() è la #
> >> tabella view = parent.parent() index = view.currentIndex() item
> >> = index.internalPointer() if isinstance(item, Looku
Hi,
this is to announce the availability of a new eric 4.1 snapshot release. It is
a bug fix release an is meant to be a second release candidate.
Regards,
Detlev
--
Detlev Offenbach
[EMAIL PROTECTED]
___
PyQt mailing listPyQt@riverbankcomputing.c
On Friday 18 January 2008, [EMAIL PROTECTED] wrote:
> Hi,
>
> I'm trying to get a mouseMoveEvent from a QTextBrowser in a centralwidget
> of a QMainWindow. I can get mouseMoveEvents of the centralwidget but I
> don#t seem to be able to get them from the textBrowser. I tried none, one
> and both of
Hi,
I'm trying to get a mouseMoveEvent from a QTextBrowser in a centralwidget
of a QMainWindow. I can get mouseMoveEvents of the centralwidget but I
don#t seem to be able to get them from the textBrowser. I tried none, one
and both of commented line but nothing helped...
Can anyone give me hin
On Thursday 17 January 2008, Jim Crowell wrote:
> I'm using SIP 4.7.3.
>
> The following method specification in my .sip file:
>
> int receiveMessage(string* userName /Out/, string* messageType /Out/,
> string* messageBody /Out/, string* context /Out/)
>
Am Freitag, 18. Januar 2008 schrieb sschoellhammer:
> Hello everybody,
>
> I really like PyQt but I have one crucial problem. For some reason I
> cannot pass an argument from a signal to my own slot function. If there
> isn't any - like a simple "clicked()" signal it all works ok but once I
> have
Am Freitag, 18. Januar 2008 schrieb Dog Walker:
> On Jan 17, 2008 3:05 PM, Phil Thompson <[EMAIL PROTECTED]>
wrote:
> > On Thursday 17 January 2008, Dog Walker wrote:
> > > QT: 3.3.7 SuSE 10.2
> > >
> > > Docs (/PyQt-x11-gpl-4.1.1/doc/html/qlabel.html) show
> > > "QLabel.setTextInteractionFlags (
On Friday 18 January 2008, sschoellhammer wrote:
> Hello everybody,
>
> I really like PyQt but I have one crucial problem. For some reason I cannot
> pass an argument from a signal to my own slot function. If there isn't any
> - like a simple "clicked()" signal it all works ok but once I have anyth
Hello everybody,
I really like PyQt but I have one crucial problem. For some reason I cannot
pass an argument from a signal to my own slot function. If there isn't any -
like a simple "clicked()" signal it all works ok but once I have anything
with an argument my own function doesnt even seem to
14 matches
Mail list logo