Vertaling van "QML Element" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
An example of QML Element is GestureArea.
The paintshape will take x, y coordinates of the mouse position and at that given location will add in a dynamic QML element. Qt.createQmlObject creates an element dynamically and object.x = x; object.y = y; sets the object at the given coordinates.
Der Malstift übernimmt die X-Y-Koordinaten der Mausposition und erzeugt an dieser Stelle ein dynamisches QML-Element. Qt.createQmlObject erzeugt dynamisch ein Element und object.x = x; object.y = y; platziert das Objekt an den gegebenen Koordinaten.
Andere resultaten
Besides using standard QML elements, developers can write their own custom QML elements in C++.
Using Qt's Meta-Object System, we can expose C++ functions as properties that QML elements can use.
Mittels Qts Meta-Object System können wir C++ Funktionen als Eigenschaften für QML Elemente zur Verfügung stellen.
Adding customized QML elements will complement an already very rich set of QML elements.
In this section, we will cover how to import QML elements and how to reuse some of the created components to build other components.
In diesem Abschnitt werden wir den Import anderer QML Elemente besprechen, und wie man bereits erstellte Komponenten wiederverwendet um andere Komponenten zu erstellen.
Besides custom QML elements, Qt also allows developers to write their own custom gestures in C++ by inheriting the QGestureRecognizer class.
Neben der Erweiterung um angepasste QML-Elemente gibt Qt Entwicklern ebenfalls die Möglichkeit, durch die Vererbung der QGestureRecognizer-Klasse eigene Gesten in C++ zu schreiben.
First, the import QtQuick 1.0 allows the qmlviewer tool to import the QML elements we will later use.
Als erstes importieren wir die Qt 4.7 QML Elemente in den qmlviewer, die wir später verwenden.
In QML, the basic visual item is the Rectangle element.
In QML ist das einfachste sichtbare Element ein Rechteck.
Up to this stage, we covered how to create elements and assign behaviors inside a single QML file.
In QML, the list is filled according to a model and the style of the elements is described with a delegate.
Unter QML füllt man die Liste anhand eines Models und beschreibt das Aussehen der Elemente mithilfe eines Delegates.
The format itself is defined through the QML schema (XML schema file) which describes the elements allowed in a valid file containing data in XML format.
Das Format selbst ist definiert durch ein QML-Schema (XML-Schema-Datei), das die Elemente beschreibt, die in einer gültigen Datei mit Daten im QML-Format vorkommen dürfen.