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

Qt Quick Controls 1 - UI Forms

Demonstrates how to separate the application logic from the UI.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Quick Controls 1 - UI Forms

 
Sélectionnez
TEMPLATE = app
TARGET = uiforms

SOURCES += \
    main.cpp

RESOURCES += \
    uiforms.qrc

OTHER_FILES += \
    main.qml \
    MainForm.ui.qml \
    qml/Settings.qml \
    qml/History.qml \
    qml/Notes.qml \
    qml/SettingsForm.ui.qml \
    qml/HistoryForm.ui.qml \
    qml/NotesForm.ui.qml \
    qml/CustomerModel.qml

include(../shared/shared.pri)

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/uiforms
INSTALLS += target

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