Vertaling van "QObject" in Spaans
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.
A QObject adds several abilities to a normal C++ class.
Un QObject añade varias capacidades a una clase normal de C++.
First argument must be a QObject.
El primer argumento debe ser un QObject.
Every QObject class may have as many signals and slots as you want
Cada clase QObject puede tener tantas señales como desees.
So far the intention was to implement this in a simple manner enforcing all the classes integrated in the mechanism to inherit, directly or indirectly, from the QObject root class.
Hasta ahora se pretendía realizar esto de manera sencilla haciendo que todas las clases que participaran heredasen, directa o indirectamente, de la clase raíz QObject.
The static QObject::connect() function takes care of connecting the slot to the signal.
La función estática QObject::connect() [] se encarga de conectar el slot a la señal.
Every class that inherit from QObject (directly or indirectly by inheriting a subclass of it) can contain signals and/or slots.
Todas las clases que heredan de QObject (directa o indirectamente heredando de una subclase de QObject) pueden contener señales y/o slots.
Introduction of new concepts in the engine's core, through QObject and QType classes.
Introducción de nuevos conceptos del núcleo del motor, con las clases QObject y QType.
The template type, File, needs to be a QObject derivative.
El tipo plantilla, File, necesita ser un derivado de QObject.
Each application using D-Bus contains objects that usually map to GObject, QObject, C++ objects, or Python objects.
Toda aplicación que utilice D-Bus contiene objetos, normalmente definidos (aunque no es necesario) como GObject, QObject, objetos C++ u objetos Python.
Now QObject is no more (as well as SQTypeExtensions) and macros are used in the base classes instead.
Ahora QObject ha desaparecido (junto a SQTypeExtensions) y en su lugar se utilizan macros en las clases base.