[PyKDE] ListViewItem/setStyle segfault

2004-04-18 Thread Jason Lai
This only seems to occur when trying to switch styles to "plastik", but not in the C++ Qt. Crashing/segfaulting code (requires plastik): import sys from qt import * def main(args): app = QApplication(args) listview = QListView() app.setMainWidget(listview) listview.addCo

Re: [PyKDE] QSettings problem

2004-04-18 Thread Phil Thompson
On Sunday 18 April 2004 8:55 pm, Vicent Mas wrote: > Hi, > I'm trying to use QSettings.setPath method for configuring my application > but it seems to be completely ignored. For instance, this simple script: > > -- > #!/usr/bin/env python

[PyKDE] QSettings problem (II)

2004-04-18 Thread Vicent Mas
Ooops! I'm running a Linux box with Python 2.3.3 Qt 3.2.3 PyQt 3.10 SIP 4.0rc2 -- Share what you know, learn what you don't pgp0.pgp Description: signature

[PyKDE] QSettings problem

2004-04-18 Thread Vicent Mas
Hi, I'm trying to use QSettings.setPath method for configuring my application but it seems to be completely ignored. For instance, this simple script: -- #!/usr/bin/env python from qt import * c = QSettings() c.setPath('MyCompany.com',

Re: [PyKDE] segfault with pyqt & sip latest snapshots

2004-04-18 Thread Steven Robson
On Sunday 18 April 2004 17:46, Diez B. Roggisch wrote: > How exactly did you remove the installed stuff - is there a make target? I used checkinstall to build slackware packages (i use slack 9.1) so I used the package manager to uninstall the packs. Checkinstall does a make install, but also bui

Re: [PyKDE] segfault with pyqt & sip latest snapshots

2004-04-18 Thread Diez B. Roggisch
> I had this problem but with a different version of both. I found that > removing and rebuilding and reinstalling both solved this problem. > I don't know why the problem occured though. > The second time i didn't use any build options at all, just python build.py How exactly did you remove the i

Re: [PyKDE] Eric questions

2004-04-18 Thread Detlev Offenbach
Hi, Am Sonntag, 18. April 2004 22:24 schrieb jul: > Hi, > Thanks for help concerning cvs handling. > I nearly succeed in creating my new cvs base threw eric interface! > I have created the cvs repository successfuly and correctly imported > my sources files as root user. > > Now, I've just a littl

Re: [PyKDE] Eric questions

2004-04-18 Thread jul
Hi, Thanks for help concerning cvs handling. I nearly succeed in creating my new cvs base threw eric interface! I have created the cvs repository successfuly and correctly imported my sources files as root user. Now, I've just a little problem of permissions when trying to import this project fr

[PyKDE] ANN: new eric3 snapshot

2004-04-18 Thread Detlev Offenbach
Hi, I have just uploaded the first snapshot of the eric3 3.5 development line. It features - the capability to display contents of some simple Qt types - to define the file-extension to lexer association - to bookmark files - support for Perl - multiple (synchronized) views of the same file. N

Re: [PyKDE] QScintilla for windows

2004-04-18 Thread Phil Thompson
On Sunday 18 April 2004 1:39 am, Dianhong wrote: > Hi, > > I just bought a BlackAdder personal edition, which includes pyQt, qt, > sip, but it does not include QScintilla, which is needed for eric3. > > So can anyone be kind tell me how to build and install Build and > install QScintilla for window

Re: [PyKDE] Adding keywords to QextScintillaLexerPython (eric3)

2004-04-18 Thread Phil Thompson
On Thursday 15 April 2004 8:52 am, Remy C. Cool wrote: > Hello, > > I would like to ad some keywords to the Python lexer used in eric3. > > According to the scintilla documentation there's a SCI_SETKEYWORDS > method to accomplish this. wxWidgets (was wxPython) also defines a > SetKeywords method fo

Re: [PyKDE] QLabel flashes on setPixmap

2004-04-18 Thread Ken Godee
problem; I really only want to display/update this single graphic. How would I go about eliminating the flashing? I've read a bit about eliminating flashing in custom widgets with double buffering, but this is a stock Qt widget and I was surprised that updating its pixmap was so visually jarring. d

[PyKDE] QLabel flashes on setPixmap

2004-04-18 Thread mernst
I'm building an application where a cutaway view of the human body has various organ systems coded by color. This is a single raster image, displayed using a QLabel with a pixmap. I want to perform simple operations: changing colors of the organs when the user selects a different data set, and scal