[PyKDE] layout problem with qscintilla

Phil Thompson phil at riverbankcomputing.co.uk
Tue Aug 12 13:42:00 BST 2003


On Monday 04 August 2003 12:31 am, Giaco777 wrote:
> Hi All,
>
> In my application I used QMultiLineEdit so far for capturing some
> text snippets. Recently I came up with the idea to use QScintilla
> instead. I was able to integrate it easily but now I have a layout
> problem which I hadn't when using QMultiLineEdit.
>
> The problem is that QScintilla does not expand to the space it
> is offered by the layout manager whereas QMultiEdit did. Are
> there any special layout requirements for QScintilla?

The problem is that the layout manager used by QScintilla has a different size 
policy than that used by QMultiLineEdit.

This isn't a quick change, but it's probably a desirable one.

Phil




More information about the PyQt mailing list