mirror of
https://github.com/overte-org/overte.git
synced 2025-04-28 01:55:54 +02:00
8 lines
123 B
QML
8 lines
123 B
QML
import QtQuick 2.5
|
|
|
|
Item {
|
|
signal close()
|
|
signal pin()
|
|
signal raise()
|
|
signal deltaSize(real dx, real dy)
|
|
}
|