From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- Plugins/RegExpImport/regexpimport.ui | 99 ++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 Plugins/RegExpImport/regexpimport.ui (limited to 'Plugins/RegExpImport/regexpimport.ui') diff --git a/Plugins/RegExpImport/regexpimport.ui b/Plugins/RegExpImport/regexpimport.ui new file mode 100644 index 0000000..d1287cb --- /dev/null +++ b/Plugins/RegExpImport/regexpimport.ui @@ -0,0 +1,99 @@ + + + RegExpImportConfig + + + + 0 + 0 + 400 + 133 + + + + Form + + + + + + Capture groups + + + + + + Treat all RegExp capture groups as columns + + + all + + + RegExpImport.GroupsMode + + + + + + + Import only following groups: + + + custom + + + RegExpImport.GroupsMode + + + + + + + <p>Enter comma separated list of capture group indexes. The 0 index refers to the entire matched string.</p> +<p>If you used named groups in the pattern, you can use names instead of indexes. You can mix indexes and names in this list.</p> + + + Example: 1, 3, 4 + + + RegExpImport.CustomGroupList + + + + + + + + + + Pattern: + + + + + + + <p>Use Regular Expression groups to enclose parts of the expression that you want to import. If you want to use a group, that you don't want to import, then use "import only following groups" option below. + +You can use named groups and refer to them in group list below. To name a group use: <pre>(?&lt;myGroupName&gt;\s+\d+\s+)</pre></p> + + + Example: (\d+)\s+((\d+)\w+)\s+(\w+) + + + RegExpImport.Pattern + + + + + + + + ConfigRadioButton + QRadioButton +
common/configradiobutton.h
+
+
+ + +
-- cgit v1.2.3