Re: [PyKDE] PyQt & QScintilla Status

2003-03-17 Thread Serge
On Sun, 16 Mar 2003 16:33:22 + Phil Thompson <[EMAIL PROTECTED]> wrote: >> SKIP > I plan to release the final versions as soon as Python 2.3 is released. Will 3.6 versions work with python 2.2 ? Regards, Serge. > ___ > PyKDE mailing list

RE: [PyKDE] Hello and PyKDE for KDE 3.1

2003-03-17 Thread Jim Bublitz
On 18-Mar-03 Roberto H. Alsina wrote: > First: hello, and congrats on the amazing software :-) > Second, Since I needed to use KHTML on a app I am writing, and > also wanted it to work on KDE 3.1, I made a quick hack of > PyKDE-3.3.2 to make it work > under KDE 3.1. > This is just intended as

[PyKDE] Hello and PyKDE for KDE 3.1

2003-03-17 Thread Roberto H. Alsina
First: hello, and congrats on the amazing software :-) Second, Since I needed to use KHTML on a app I am writing, and also wanted it to work on KDE 3.1, I made a quick hack of PyKDE-3.3.2 to make it work under KDE 3.1. This is just intended as a stopgap thing until the real thing comes out, and

[PyKDE] Re: Qscintilla indentation guides

2003-03-17 Thread Detlev Offenbach
Hi > Hi I recently built Eric 3.1 and > qscintilla-1.51-win-commercial-snapshot-20030309. In the preferences > for Eric you can set the "indentation width" which I set to 2. Despite > this, the indentation guides are appearing every 5 characters instead > of every 2 characters. Also if I change th

[PyKDE] Qscintilla indentation guides

2003-03-17 Thread Tuvi, Selim
Hi I recently built Eric 3.1 and qscintilla-1.51-win-commercial-snapshot-20030309. In the preferences for Eric you can set the "indentation width" which I set to 2. Despite this, the indentation guides are appearing every 5 characters instead of every 2 characters. Also if I change the zoom fact

[PyKDE] Incorrect code generation with PyQt-win-commercial-snapshot-20030 309

2003-03-17 Thread Tuvi, Selim
When I convert my .ui file with pyuic.exe from snapshot-20030309 the following code is produced. As you can see the 'image0' reference in setPixmap is incorrect. The same .ui file is generated properly with PyQt 3.5. : : class RunControlMainGUI(QMainWindow): d

[PyKDE] Editable QComboBox in QTable problem ?

2003-03-17 Thread david
Dear all, I put an editable QComboBox in a cell of QTable with setCellWidget() : self.combo = QComboBox(self.table) self.combo.setEditable(1) self.table.setCellWidget(line,col,self.combo) When I'm writing in comboBox, the first character is in the comboBox, and after, characters are in a other c