Vertaling van "QApplication" in Engels
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.
Dans cette fonction, on crée une instance de QApplication, app.
La ligne 11 fait entrer le QApplication dans un boucle d'évènements.
De ce fait, il y a toujours un objet QApplication dans toute méthode show() pour l'afficher.
Hence, there is always one QApplication object in every GUI application using Qt.
Limite le nombre de couleurs attribué au cube de couleur sur une affichage 8 bits, si l'application utilise la spécification de couleur QApplication: :ManyColor.
Limits the number of colors allocated in the color cube on a 8-bit display, if the application is using the QApplication::ManyColor color specification.
Limite le nombre de couleurs attribué au cube de couleur sur un affichage 8 bits, si l'application utilise la spécification de couleur QApplication::ManyColor.
Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification
Dans les deux premières lignes, nous incluons les fichiers en-têtes QApplication et QTextEdit, qui sont les classes dont nous avons besoin dans cet exemple.
In the first two lines, we include the header files for QApplication and QTextEdit, which are the two classes that we need for this example.