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>(?<myGroupName>\s+\d+\s+)</pre></p>
Example: (\d+)\s+((\d+)\w+)\s+(\w+)
RegExpImport.Pattern
ConfigRadioButton
QRadioButton
common/configradiobutton.h