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

QRegularExpression Example

The QRegularExpression example shows how regular expressions in Qt are applied to text by providing an environment in which new regular expressions can be created and tested on custom text strings.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QRegularExpression Example

 
Sélectionnez
QT += widgets
requires(qtConfig(treewidget))

HEADERS       = regularexpressiondialog.h
SOURCES       = regularexpressiondialog.cpp \
                main.cpp

RESOURCES += regularexpression.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regularexpression
INSTALLS += target

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