Examples with "that QObject" and their translation 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.
Notice that QObject::connect part.
Andere resultaten
A QObject adds several abilities to a normal C++ class.
QObject fügt einer normalen C++-Klasse verschiedene Fähigkeiten hinzu.
First, since QDBusInterface is a QObject it carries the overhead that implies.
First argument must be a QObject.
Generally everything that can be derived from QObject can also be registered.
As a rule, you should always allocate QObjects on the heap and never copy them.
Eine Faustregel ist, QObjects immer auf dem Heap anzulegen und sie niemals zu kopieren.
Here's a new way to connect two QObjects and pass non-string objects
If you ever need to delete a QObject derived class from within one of its own methods, don't ever delete it this way
Sollten Sie jemals eine von QObject abgeleitete Klasse aus den eigenen Methoden heraus löschen sollen, löschen Sie es nicht folgendermaßen
On line 29 we use callWithCallback and provide a regular QObject slot to be called when the D-Bus reply returns.
In Zeile 29 wird ein callWithCallback benutzt und dabei ein regulärer QObject Slot angegeben, der aufgerufen wird, wenn die D-Bus Antwort zurückkommt.
QObjects and the Qt Object model (This is essential to understand Qt) Object Model
QObjects und das Qt Objekt Modell (dies ist sehr wichtig, um Qt zu verstehen): Objekt Modell
The static QObject::connect() function takes care of connecting the slot to the signal.
Die statische Funktion QObject::connect() übernimmt das Verbinden von Slot und Signal.
Instead always use QObject::deleteLater() which tries to do the same thing as delete this but in a safer way.
Nutzen Sie statt dessen immer QObject::deleteLater(), was das gleiche wie delete this erledigt jedoch in einer sicheren Art und Weise. Leere QStrings