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 <[email protected]> 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.
>
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to