Re: [Interest] QTextDocument and heading levels

2012-03-09 Thread Roopesh Chander
You could use a QTextList to keep all headings of a certain level and under a certain heirarchy. The blocks that we add to a QTextList need not be consecutive, so it can hold headings/subheadings at a certain level at different points in the document. However, I think numbering them as 1.1, 1.2, 1.

[Interest] Strange behavior in QMdiArea

2012-03-09 Thread David Villalobos Cambronero
Hi all, Here is the deal, a I have a QMdiArea and add some windows on it, all are QMdiSubWindow, let's suppose I add Window1, then Window2, an then go back to Window1. Until here the app works fine. But when I change to another app like Firefox and return to my app (that has Window1 shown) the Win

[Interest] Deleting frames in QTextEdit

2012-03-09 Thread Graham Labdon
Hi I am experimenting with QTextEdit and frames. I have a small app in which I insert frames in response to a menu action. The frame gets inserted correctly but when I delete text using the backspace key I can only delete to the beginning of the frame. Does anyone know the reason for this? Thank