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

WebEngine StyleSheet Browser Example

Demonstrates how to inject CSS into web pages using user scripts.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

WebEngine StyleSheet Browser Example

 
Sélectionnez
TEMPLATE = app
TARGET = stylesheetbrowser
QT += webenginewidgets

HEADERS += \
    mainwindow.h \
    stylesheetdialog.h

SOURCES += \
    main.cpp \
    mainwindow.cpp \
    stylesheetdialog.cpp

FORMS += \
    mainwindow.ui \
    stylesheetdialog.ui

RESOURCES += stylesheetbrowser.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/stylesheetbrowser
INSTALLS += target

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