[Development] Phonon + QML Qt Quick 2 possible ?

2014-11-16 Thread Dmitrii Volosnykh
Gianluca, at least you may use general means of integration C++ functionality into QML namesapce. More on that here: http://qt-project.org/doc/qt-5/qtqml-cppintegration-topic.html Regards, Dmitrii. ___ Development mailing list Development@qt-project.org

Re: [Development] Accepted flag of QGraphicsView::mouseMoveEvent is not updated

2014-01-20 Thread Dmitrii Volosnykh
Andreas, I have analyzed what you said and have adjusted my understanding on how it works. Now I agree with you that current behaviour is correct. As part of this change in my mind was ability to find a way to distinguish user actions (map translation versus vertex dragging) in mousePressEvent() h

Re: [Development] Accepted flag of QGraphicsView::mouseMoveEvent is not updated

2014-01-19 Thread Dmitrii Volosnykh
Probably we may discuss it before make any unwanted bug reports... Basically, I have the same problems described in the referenced topic from URL. Specifically, I have a scene (tiles of geographic map) and an overlay consisting of a polyline which should be editable via dragging its vertices. By

[Development] Accepted flag of QGraphicsView::mouseMoveEvent is not updated

2014-01-19 Thread Dmitrii Volosnykh
Much like an author of the message on stackoverflow ( http://stackoverflow.com/questions/2175503/qgraphicsview-accepted-events) I'd like to be able to conditionally execute custom logic depending on the accepted flag of the mouse event after default implementation of QGraphicsView::mouseMoveEvent()

[Development] Drag 'n' drop with QSqlTableModel

2013-05-07 Thread Dmitrii Volosnykh
Hi, all! I am using QTreeView with QAbstractItemModel-inherited model which internally uses QSqlTableModel. I have successfully added DnD support regarding item re-parenting. Unfortunately, data is not copied to the destination row. QAbstractTableModel::dropMimeData() finally calls QAbstractItemM

Re: [Development] Qt3D. How to change the speed of camera motion?

2013-04-03 Thread Dmitrii Volosnykh
Read "primary task that discoverd issued being discussed" as "primary task that discovered the issue under discussion" Sorry, for mistakes. 2013/4/3 Dmitrii Volosnykh : > Hi, > > first of all, I realize that Qt3D is a premature module and targeted > for 5.2

[Development] Qt3D. How to change the speed of camera motion?

2013-04-03 Thread Dmitrii Volosnykh
Hi, first of all, I realize that Qt3D is a premature module and targeted for 5.2 release. Anyway, it is already a wealthy piece of work that can be used for some cases. The default settings regarding motion of camera are not suitable for me (i.e. panning using mouse is way too slow). Looking in

Re: [Development] Stand alone scene graph module

2013-04-03 Thread Dmitrii Volosnykh
Hi, Gunnar. At first glance scenegraph module and Qt3D have similar feature sets. In what relations are they? As scenegraph depends on QtQuick and Qt3D is the part of the former one I may guess that scenegraph depends indirectly on Qt3D, but you mentioned that it now depends only on QtCore and QtG