Re: [Interest] Appending QTextEdit in the QWidget

2012-04-17 Thread Nikos Chantziaras
On 17/04/12 15:04, Sujan Dasmahapatra wrote: > I want to append QTextEdit in the QWidget. QWidget has a specified width > and height. I want to append QTextEdit on the widget in such a way that > max 2 textedit should be there horizontally, after that 3^rd textedit > should be added vertically, mea

[Interest] Appending QTextEdit in the QWidget

2012-04-17 Thread Sujan Dasmahapatra
I want to append QTextEdit in the QWidget. QWidget has a specified width and height. I want to append QTextEdit on the widget in such a way that max 2 textedit should be there horizontally, after that 3rd textedit should be added vertically, means the widget should be split into 2 halves and 3rd te