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

MIME Type Browser Example

Shows the hierarchy of MIME types and can be used to determine the MIME type of a file.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

MIME Type Browser Example

 
Sélectionnez
TEMPLATE = app
QT += widgets
requires(qtConfig(treeview))
CONFIG -= app_bundle
CONFIG += c++11

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

HEADERS += \
    mimetypemodel.h \
    mainwindow.h

target.path = $$[QT_INSTALL_EXAMPLES]/corelib/mimetypes/mimetypebrowser
INSTALLS += target

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