[Interest] Issue with drawing an Qml Item with raw OpenGL calls

2015-02-06 Thread Paweł Pietraszko
Hi! I want to draw a single item in QtQuick scene using raw OpenGL calls. It 's important for me to do raw OpenGL calls because I want to integrate to external library which will be drawing on my Item. I have decided to take approach suggested in this stackoverflow question

[Interest] Dragging between separate windows in Qml

2014-04-09 Thread Paweł Pietraszko
Hi! I am trying to accomplish dragging objects beetween QML windows. So far I have created my own tab view with draggable tabs (beetwen other tab views). Now I want to implement the possibility to drag tabs out to separate windows and putting windows back as tabs. Ideally, object after being drag