Re: [PyKDE] Error building Eric on mandrake 10, kde 3.2

2004-04-02 Thread Chris Kacoroski
On Thursday 01 April 2004 09:39 am, Phil Thompson wrote: > It's mainly down to me to add a high level API in QScintilla to the > existing Scintilla lexer. I'll add it to the next version - which will be > sooner, rather than later. > > Phil Phil, Thanks very much. cheers, ski -- "When we try

Re: [PyKDE] setVisible

2004-04-02 Thread Peter Osborne
you may want to dabble with the takeItem() method of the parent QListViewItem or QListView. Pete On April 2, 2004 03:07 pm, Maciej Paszta wrote: > Hi, > For few hours I'm trying and "I can't do it. My aim is to hide useless > QListView items. So first I add them (I have to, later they can be use

Re: [PyKDE] QPixmap and loading pixmaps from plain data

2004-04-02 Thread Peter Osborne
Because QPixmap does not have a constructor that accepts a const uchar* (python string) http://doc.trolltech.com/3.3/qpixmap.html On April 2, 2004 04:17 pm, Maciej Paszta wrote: > Why this works: > icon = QPixmap() > icon.loadFromData(plain_data) > when this doesn't: > icon = QPixmap(plain_data)

[PyKDE] QPixmap and loading pixmaps from plain data

2004-04-02 Thread Maciej Paszta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why this works: icon = QPixmap() icon.loadFromData(plain_data) when this doesn't: icon = QPixmap(plain_data) - -- Maciek "paszczi" Paszta .::. [EMAIL PROTECTED] .::. JID:[EMAIL PROTECTED] gg: 2810043 .::. Linux User #304533 .::. BLUG Member #0247 fing

Re: [PyKDE] eric3.3.1 - autoindent doesn't work

2004-04-02 Thread Piotr Kalinowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dnia pią 2. kwietnia 2004 19:16, Phil Thompson napisał: > And to pass the buck on further :) I make a point of not changing behaviour > that is implemented within Scintilla itself - only in the high-level > interface I've built on top of Scintilla. If

[PyKDE] setVisible

2004-04-02 Thread Maciej Paszta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, For few hours I'm trying and "I can't do it. My aim is to hide useless QListView items. So first I add them (I have to, later they can be useful ;P) k = QListViewItem(blah;P) k.setVisible(False) k.setPixmap(some_pixmap) So that doesn't work. I've

Re: [PyKDE] eric3.3.1 - autoindent doesn't work

2004-04-02 Thread Phil Thompson
On Friday 02 April 2004 4:40 pm, Detlev Offenbach wrote: > Am Donnerstag, 1. April 2004 19:21 schrieb Piotr Kalinowski: > > Dnia czw 1. kwietnia 2004 19:11, Detlev Offenbach napisał: > > > What exactly is not working? If you are missing autoindentation > > > after a line ending in ':', then you won

Re: [PyKDE] Error building Eric on mandrake 10, kde 3.2

2004-04-02 Thread Detlev Offenbach
Am Donnerstag, 1. April 2004 19:39 schrieb Phil Thompson: > On Thursday 01 April 2004 6:22 pm, Chris Kacoroski wrote: > > On Thursday 01 April 2004 09:05 am, Detlev Offenbach wrote: > > > What kind of support are you looking for. If it's just syntax > > > highlighting, it will be in as soon as QSci

Re: [PyKDE] eric3.3.1 - autoindent doesn't work

2004-04-02 Thread Detlev Offenbach
Am Donnerstag, 1. April 2004 19:21 schrieb Piotr Kalinowski: > Dnia czw 1. kwietnia 2004 19:11, Detlev Offenbach napisał: > > What exactly is not working? If you are missing autoindentation > > after a line ending in ':', then you won't find it in eric 3.3.1. In > > eric 3.4 this will be possible.