[Qt-qml] Global mouse coordinates

Gregory Schlomoff gregory.schlomoff at gmail.com
Wed Sep 15 18:25:47 CEST 2010


Ok.

I'm don't know if that's possible in pure QML, but if it's really not
possible, you should be able to do it with a custom QML element.

For example, you could make your own TitleBar class in C++, and use it like
this:

import TitleBar 1.0

Item {
  TitleBar {
    width: parent.width
    height: 20
  }
}

etc...

 On Wed, Sep 15, 2010 at 11:13 PM, Surik Sayadyan <ssyrik at gmail.com> wrote:

> No. I don't want move item. I want to move application window. I want
> to show QDeclarativeView with Qt::FramelessWindowHint flag and create
> my own title bar on QML.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20100915/865a4a00/attachment.html 


More information about the Qt-qml mailing list