RegexExplorer.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RegexExplorer</class>
  4. <widget class="QDialog" name="RegexExplorer">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>639</width>
  10. <height>555</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Regular Expression Explorer</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>Input Text</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QPlainTextEdit" name="inputText"/>
  26. </item>
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout_2">
  29. <item>
  30. <widget class="QLabel" name="label_2">
  31. <property name="text">
  32. <string>Regular Expression</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <spacer name="horizontalSpacer_3">
  38. <property name="orientation">
  39. <enum>Qt::Horizontal</enum>
  40. </property>
  41. <property name="sizeType">
  42. <enum>QSizePolicy::Fixed</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>40</width>
  47. <height>20</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="labelRegexValid">
  54. <property name="text">
  55. <string>Valid</string>
  56. </property>
  57. <property name="alignment">
  58. <set>Qt::AlignCenter</set>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <spacer name="horizontalSpacer_4">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <property name="sizeType">
  68. <enum>QSizePolicy::Fixed</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>40</width>
  73. <height>20</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item>
  79. <widget class="QLabel" name="labelRegexMatch">
  80. <property name="text">
  81. <string>Match</string>
  82. </property>
  83. <property name="alignment">
  84. <set>Qt::AlignCenter</set>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <spacer name="horizontalSpacer_2">
  90. <property name="orientation">
  91. <enum>Qt::Horizontal</enum>
  92. </property>
  93. <property name="sizeHint" stdset="0">
  94. <size>
  95. <width>40</width>
  96. <height>20</height>
  97. </size>
  98. </property>
  99. </spacer>
  100. </item>
  101. </layout>
  102. </item>
  103. <item>
  104. <widget class="QLineEdit" name="regularExpression"/>
  105. </item>
  106. <item>
  107. <layout class="QHBoxLayout" name="horizontalLayout_3">
  108. <item>
  109. <widget class="QLabel" name="label_3">
  110. <property name="text">
  111. <string>Complete Match</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <spacer name="horizontalSpacer_5">
  117. <property name="orientation">
  118. <enum>Qt::Horizontal</enum>
  119. </property>
  120. <property name="sizeType">
  121. <enum>QSizePolicy::Fixed</enum>
  122. </property>
  123. <property name="sizeHint" stdset="0">
  124. <size>
  125. <width>40</width>
  126. <height>20</height>
  127. </size>
  128. </property>
  129. </spacer>
  130. </item>
  131. <item>
  132. <widget class="QCheckBox" name="matchAll">
  133. <property name="text">
  134. <string>Match All</string>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </item>
  140. <item>
  141. <widget class="QPlainTextEdit" name="match0">
  142. <property name="readOnly">
  143. <bool>true</bool>
  144. </property>
  145. </widget>
  146. </item>
  147. <item>
  148. <layout class="QHBoxLayout" name="horizontalLayout">
  149. <item>
  150. <widget class="QComboBox" name="matchNumber">
  151. <property name="editable">
  152. <bool>false</bool>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <spacer name="horizontalSpacer">
  158. <property name="orientation">
  159. <enum>Qt::Horizontal</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>40</width>
  164. <height>20</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. </layout>
  170. </item>
  171. <item>
  172. <widget class="QPlainTextEdit" name="matchN">
  173. <property name="readOnly">
  174. <bool>true</bool>
  175. </property>
  176. </widget>
  177. </item>
  178. </layout>
  179. </widget>
  180. <resources/>
  181. <connections/>
  182. </ui>