IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

WebEngine Qt Quick Custom Dialogs Example

Customizes UI elements of Qt WebEngine's dialogs.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

WebEngine Qt Quick Custom Dialogs Example

 
Sélectionnez
QT += webengine

HEADERS += \
    server.h

SOURCES += \
    main.cpp \
    server.cpp

RESOURCES += \
    customdialogs.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/webengine/customdialogs
INSTALLS += target

qtHaveModule(widgets) {
    QT += widgets # QApplication is required to get native styling with QtQuickControls
}

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+