qt5base-lts/examples
Friedemann Kleint f54327c3c3 Regular Expression Example: Add context menu
Add context menu providing:
"Escape Selection" Apply QRegularExpression::escape() to selection
"Paste from Code" Paste from C++
"Copy to Code" (for completeness)

Task-number: QTBUG-60635
Change-Id: Iee15c2243c7d0435b623dde4a1b26249aecd0553
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2017-07-19 20:58:19 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
dbus Fix building of various examples and tools with -no-feature-process 2017-03-06 14:16:13 +00:00
embedded Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
gui doc: cleanup raster window example 2017-07-03 10:20:37 +00:00
network Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
opengl Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
qmake Unify license header usage. 2016-03-29 10:20:03 +00:00
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
touch Convert features.printdialog to QT_[REQUIRE_]CONFIG 2017-05-30 17:21:26 +00:00
widgets Regular Expression Example: Add context menu 2017-07-19 20:58:19 +00:00
xml Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
examples.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.