NeptuneWindow QML Type

The basic type of Neptune Window for Neptune 3 applications. More...

Since: Qt 5.12
Inherited By:

ApplicationCCWindow, ApplicationICWindow, and PopupWindow

Properties

Detailed Description

The Neptune Window provides the basic type of application window to be used by the application.

See Neptune 3 UI Application Development for best practices on how to use the APIs.

Example Usage

The following example uses NeptuneWindow:

import QtQuick 2.10
import application.windows 1.0

NeptuneWindow {
    id: root

    Rectangle {
        anchors.fill: parent
        color: "blue"
    }
}

Property Documentation

[read-only] isRightToLeft : bool

This property holds whether the current locale uses the right-to-left text direction (RTL)


© 2018 Pelagicore AG. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.