[Development] Repeater not releasing space.

2015-02-05 Thread Yann Levreau
​Hi all, I wonder if you can help me for something. An easy thing to do in QML which is not working for me... I have a ColumnLayout an inside it, a RowLayout and a Repeater (within another RowLayout). It looks like this: ColumnLayout { RowLayout {} ColumnLayout {

[Development] Rich Text Editor using QML

2014-11-14 Thread Yann Levreau
Hi everybody! I am starting a new project and I am looking for some advice about what kind of Qt/QML controls I should use. The purpose is to develop an rich text editor using QML. Basically I am going to develop IDE features. Until now I have tried the TextArea QML Control. Using this control I g