summaryrefslogtreecommitdiffstats
path: root/tests/manual/diaglib/README.txt
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-12-29 16:37:38 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-12-29 16:37:38 +0100
commitaaff94c2df665035addb90714bab4722003894da (patch)
tree3af76e8aa4dbf86a86b1e4d2ad2f6dda06374ee0 /tests/manual/diaglib/README.txt
parent2302d386c7a1aa1a96658f79c236d6b8a59db7ac (diff)
parent1196f691120d77ab3be55f21824aba645210fb8c (diff)
Merge remote-tracking branch 'origin/5.4' into dev
Conflicts: src/corelib/tools/qbytearray.cpp src/gui/kernel/qplatformsystemtrayicon.cpp src/gui/kernel/qplatformsystemtrayicon.h src/plugins/platforms/xcb/xcb-plugin.pro Change-Id: I00355d3908b678af8a61c38f9e814a63df808c79
Diffstat (limited to 'tests/manual/diaglib/README.txt')
-rw-r--r--tests/manual/diaglib/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/diaglib/README.txt b/tests/manual/diaglib/README.txt
index 13387f5a2a..0fb226c750 100644
--- a/tests/manual/diaglib/README.txt
+++ b/tests/manual/diaglib/README.txt
@@ -12,6 +12,17 @@ code can be enlosed within #ifdef to work without it as well.
All functions and classes are in the QtDiag namespace.
+function dumpText() (textdump.h)
+ Returns a string containing the input text split up in characters
+ listing category, script, direction etc.
+ Useful for analyzing non-Latin text.
+
+function dumpTextAsCode() (textdump.h)
+ Returns a string containing a code snippet creating a QString
+ by appending the unicode value of character of the input.
+ This is useful for constructing non-Latin strings with purely ASCII
+ source code.
+
class EventFilter (eventfilter.h):
An event filter that logs Qt events to qDebug() depending on
configured categories (for example mouse, keyboard, etc).