diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2016-12-27 15:38:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-10 14:28:13 (GMT) |
commit | 4164078c8540bbf75b47afd5c1bee0acbbd5b253 (patch) | |
tree | e675d9da2e273acc7f5804024d400247238de88a /Source/QtDialog/RegexExplorer.ui | |
parent | 65fb0fa63279b96035a144fd2f6413d1b2def47f (diff) | |
download | CMake-4164078c8540bbf75b47afd5c1bee0acbbd5b253.zip CMake-4164078c8540bbf75b47afd5c1bee0acbbd5b253.tar.gz CMake-4164078c8540bbf75b47afd5c1bee0acbbd5b253.tar.bz2 |
cmake-gui: Add MATCHALL option to Regex Explorer
Closes: #16204
Diffstat (limited to 'Source/QtDialog/RegexExplorer.ui')
-rw-r--r-- | Source/QtDialog/RegexExplorer.ui | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/Source/QtDialog/RegexExplorer.ui b/Source/QtDialog/RegexExplorer.ui index 2c2d761..0af6999 100644 --- a/Source/QtDialog/RegexExplorer.ui +++ b/Source/QtDialog/RegexExplorer.ui @@ -104,11 +104,38 @@ <widget class="QLineEdit" name="regularExpression"/> </item> <item> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Complete Match</string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Complete Match</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_5"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Fixed</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QCheckBox" name="matchAll"> + <property name="text"> + <string>Match All</string> + </property> + </widget> + </item> + </layout> </item> <item> <widget class="QPlainTextEdit" name="match0"> |