Re: [Development] Qt Quick Controls: MenuStyle subMenuOverlap

2014-02-23 Thread Fabien Castan
Thanks, Fabien 2014-02-22 19:02 GMT+01:00 Nurmi J-P : > On 22 Feb 2014, at 18:47, Fabien Castan wrote: > > > Hi, > > > > I'm using QtQuick with Qt 5.2 on ubuntu 13.10 and by default there is a > problem with menu and submenu. > > There is a little spacin

[Development] Qt Quick Controls: MenuStyle subMenuOverlap

2014-02-22 Thread Fabien Castan
Hi, I'm using QtQuick with Qt 5.2 on ubuntu 13.10 and by default there is a problem with menu and submenu. There is a little spacing between the menu and the submenu. So when you go from the menu to the submenu, you leave the main menu before entering into the submenu... so the menu is closed! Th

[Development] QtQuick: Drag pixmap

2014-01-21 Thread Fabien Castan
Hi, Qt 5.2 adds the possibility to use drag&drop from/to external applications. To allows to drag an item from QML to an external application, we can't simply set a target item, because we want to see this item ouside of the qml window. In Qt, we could set a pixmap on drag events: http://qt-projec

Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-21 Thread Fabien Castan
rça-feira, 21 de janeiro de 2014 01:36:36, Fabien Castan wrote: > > ==22064== Invalid read of size 8 > > ==22064==at 0x6306D30: QDrag::mimeData() const (in > > /opt/Qt5.2.0/5.2.0/gcc_64/lib/libQt5Gui.so.5.2.0) > > ==22064==by 0xD4BA356: ??? (in > > /opt/Qt5.2.0/

Re: [Development] QtQuick: new Drag&Drop crashes

2014-01-20 Thread Fabien Castan
eak-check=full to see details of leaked memory ==22064== ==22064== For counts of detected and suppressed errors, rerun with: -v ==22064== Use --track-origins=yes to see where uninitialised values come from ==22064== ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 202 from 4) 2014/1/21 Thiago

[Development] QtQuick: new Drag&Drop crashes

2014-01-20 Thread Fabien Castan
Hi, The example to use the new property "Drag.dragType: Drag.Automatic" crashes: /opt/Qt5.2.0/5.2.0/gcc_64/bin/qmlscene qt5/qtdeclarative/examples/quick/externaldraganddrop/externaldraganddrop.qml Program received signal SIGSEGV, Segmentation fault. 0x7645bd34 in QDrag::mimeData() const