findwin.ui 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FindWin</class>
  4. <widget class="QMainWindow" name="FindWin">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>689</width>
  10. <height>384</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="RealCompare.qrc">
  18. <normaloff>:/Resources/edit/global/ndd.ico</normaloff>:/Resources/edit/global/ndd.ico</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <layout class="QHBoxLayout" name="horizontalLayout_14">
  22. <property name="leftMargin">
  23. <number>3</number>
  24. </property>
  25. <property name="topMargin">
  26. <number>3</number>
  27. </property>
  28. <property name="rightMargin">
  29. <number>2</number>
  30. </property>
  31. <property name="bottomMargin">
  32. <number>2</number>
  33. </property>
  34. <item>
  35. <widget class="QTabWidget" name="findinfilesTab">
  36. <property name="minimumSize">
  37. <size>
  38. <width>300</width>
  39. <height>32</height>
  40. </size>
  41. </property>
  42. <property name="currentIndex">
  43. <number>0</number>
  44. </property>
  45. <widget class="QWidget" name="tab_find">
  46. <attribute name="title">
  47. <string>find</string>
  48. </attribute>
  49. <layout class="QHBoxLayout" name="horizontalLayout_3">
  50. <property name="bottomMargin">
  51. <number>2</number>
  52. </property>
  53. <item>
  54. <layout class="QVBoxLayout" name="verticalLayout_4">
  55. <item>
  56. <layout class="QHBoxLayout" name="horizontalLayout">
  57. <item>
  58. <widget class="QLabel" name="label">
  59. <property name="sizePolicy">
  60. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  61. <horstretch>0</horstretch>
  62. <verstretch>0</verstretch>
  63. </sizepolicy>
  64. </property>
  65. <property name="text">
  66. <string>Find what :</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QComboBox" name="findComboBox">
  72. <property name="minimumSize">
  73. <size>
  74. <width>300</width>
  75. <height>0</height>
  76. </size>
  77. </property>
  78. <property name="maximumSize">
  79. <size>
  80. <width>350</width>
  81. <height>16777215</height>
  82. </size>
  83. </property>
  84. <property name="editable">
  85. <bool>true</bool>
  86. </property>
  87. <property name="maxCount">
  88. <number>512</number>
  89. </property>
  90. </widget>
  91. </item>
  92. </layout>
  93. </item>
  94. <item>
  95. <spacer name="verticalSpacer_3">
  96. <property name="orientation">
  97. <enum>Qt::Vertical</enum>
  98. </property>
  99. <property name="sizeHint" stdset="0">
  100. <size>
  101. <width>20</width>
  102. <height>20</height>
  103. </size>
  104. </property>
  105. </spacer>
  106. </item>
  107. <item>
  108. <layout class="QVBoxLayout" name="verticalLayout_3">
  109. <item>
  110. <layout class="QVBoxLayout" name="verticalLayout_2">
  111. <item>
  112. <widget class="QCheckBox" name="findBackwardBox">
  113. <property name="text">
  114. <string>Backward direction</string>
  115. </property>
  116. </widget>
  117. </item>
  118. <item>
  119. <widget class="QCheckBox" name="findMatchWholeBox">
  120. <property name="text">
  121. <string>Match whole word only</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QCheckBox" name="findMatchCaseBox">
  127. <property name="text">
  128. <string>Match case</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <widget class="QCheckBox" name="findWrapBox">
  134. <property name="text">
  135. <string>Wrap around</string>
  136. </property>
  137. <property name="checked">
  138. <bool>true</bool>
  139. </property>
  140. </widget>
  141. </item>
  142. </layout>
  143. </item>
  144. <item>
  145. <spacer name="verticalSpacer_2">
  146. <property name="orientation">
  147. <enum>Qt::Vertical</enum>
  148. </property>
  149. <property name="sizeHint" stdset="0">
  150. <size>
  151. <width>20</width>
  152. <height>20</height>
  153. </size>
  154. </property>
  155. </spacer>
  156. </item>
  157. <item>
  158. <widget class="QGroupBox" name="groupBox">
  159. <property name="title">
  160. <string>Search Mode</string>
  161. </property>
  162. <layout class="QGridLayout" name="gridLayout">
  163. <item row="2" column="0">
  164. <layout class="QHBoxLayout" name="horizontalLayout_2">
  165. <item>
  166. <widget class="QRadioButton" name="findModeRegularBt">
  167. <property name="text">
  168. <string>Regular expression</string>
  169. </property>
  170. </widget>
  171. </item>
  172. </layout>
  173. </item>
  174. <item row="0" column="0">
  175. <widget class="QRadioButton" name="findModeNormalBt">
  176. <property name="text">
  177. <string>Normal</string>
  178. </property>
  179. <property name="checked">
  180. <bool>true</bool>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="1" column="0">
  185. <widget class="QRadioButton" name="findModeExtendBt">
  186. <property name="text">
  187. <string>Extend(\n,\r,\t,\0,\x...)</string>
  188. </property>
  189. </widget>
  190. </item>
  191. </layout>
  192. </widget>
  193. </item>
  194. </layout>
  195. </item>
  196. <item>
  197. <spacer name="verticalSpacer_13">
  198. <property name="orientation">
  199. <enum>Qt::Vertical</enum>
  200. </property>
  201. <property name="sizeHint" stdset="0">
  202. <size>
  203. <width>20</width>
  204. <height>40</height>
  205. </size>
  206. </property>
  207. </spacer>
  208. </item>
  209. </layout>
  210. </item>
  211. <item>
  212. <layout class="QVBoxLayout" name="verticalLayout">
  213. <item>
  214. <widget class="QPushButton" name="findTextNext">
  215. <property name="minimumSize">
  216. <size>
  217. <width>200</width>
  218. <height>28</height>
  219. </size>
  220. </property>
  221. <property name="text">
  222. <string>Find Next(F3)</string>
  223. </property>
  224. <property name="shortcut">
  225. <string>F3</string>
  226. </property>
  227. </widget>
  228. </item>
  229. <item>
  230. <widget class="QPushButton" name="findTextPrev">
  231. <property name="minimumSize">
  232. <size>
  233. <width>200</width>
  234. <height>28</height>
  235. </size>
  236. </property>
  237. <property name="text">
  238. <string>Find Prev(F4)</string>
  239. </property>
  240. <property name="shortcut">
  241. <string>F4</string>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="QPushButton" name="countBt">
  247. <property name="minimumSize">
  248. <size>
  249. <width>200</width>
  250. <height>0</height>
  251. </size>
  252. </property>
  253. <property name="text">
  254. <string>Counter(T)</string>
  255. </property>
  256. <property name="shortcut">
  257. <string>Ctrl+T</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item>
  262. <widget class="QPushButton" name="findAllinCourrent">
  263. <property name="minimumSize">
  264. <size>
  265. <width>200</width>
  266. <height>34</height>
  267. </size>
  268. </property>
  269. <property name="text">
  270. <string>Find All in Current
  271. Document</string>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <widget class="QPushButton" name="findAllinAllOpen">
  277. <property name="minimumSize">
  278. <size>
  279. <width>200</width>
  280. <height>34</height>
  281. </size>
  282. </property>
  283. <property name="text">
  284. <string>Find All in All Opened
  285. Documents</string>
  286. </property>
  287. </widget>
  288. </item>
  289. <item>
  290. <widget class="QPushButton" name="findClearBt">
  291. <property name="minimumSize">
  292. <size>
  293. <width>200</width>
  294. <height>0</height>
  295. </size>
  296. </property>
  297. <property name="text">
  298. <string>Clear Result</string>
  299. </property>
  300. </widget>
  301. </item>
  302. <item>
  303. <widget class="QPushButton" name="findCloseBt">
  304. <property name="minimumSize">
  305. <size>
  306. <width>200</width>
  307. <height>0</height>
  308. </size>
  309. </property>
  310. <property name="text">
  311. <string>Close</string>
  312. </property>
  313. </widget>
  314. </item>
  315. <item>
  316. <spacer name="verticalSpacer">
  317. <property name="orientation">
  318. <enum>Qt::Vertical</enum>
  319. </property>
  320. <property name="sizeHint" stdset="0">
  321. <size>
  322. <width>20</width>
  323. <height>40</height>
  324. </size>
  325. </property>
  326. </spacer>
  327. </item>
  328. </layout>
  329. </item>
  330. </layout>
  331. </widget>
  332. <widget class="QWidget" name="tab_replace">
  333. <attribute name="title">
  334. <string>Replace</string>
  335. </attribute>
  336. <layout class="QHBoxLayout" name="horizontalLayout_8">
  337. <property name="bottomMargin">
  338. <number>2</number>
  339. </property>
  340. <item>
  341. <layout class="QVBoxLayout" name="verticalLayout_5">
  342. <item>
  343. <layout class="QVBoxLayout" name="verticalLayout_9">
  344. <item>
  345. <layout class="QHBoxLayout" name="horizontalLayout_6">
  346. <item>
  347. <widget class="QLabel" name="label_3">
  348. <property name="sizePolicy">
  349. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  350. <horstretch>0</horstretch>
  351. <verstretch>0</verstretch>
  352. </sizepolicy>
  353. </property>
  354. <property name="text">
  355. <string>Find what :</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QComboBox" name="replaceTextBox">
  361. <property name="minimumSize">
  362. <size>
  363. <width>300</width>
  364. <height>0</height>
  365. </size>
  366. </property>
  367. <property name="maximumSize">
  368. <size>
  369. <width>350</width>
  370. <height>16777215</height>
  371. </size>
  372. </property>
  373. <property name="editable">
  374. <bool>true</bool>
  375. </property>
  376. <property name="maxCount">
  377. <number>512</number>
  378. </property>
  379. </widget>
  380. </item>
  381. </layout>
  382. </item>
  383. <item>
  384. <layout class="QHBoxLayout" name="horizontalLayout_7">
  385. <item>
  386. <widget class="QLabel" name="label_4">
  387. <property name="sizePolicy">
  388. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  389. <horstretch>0</horstretch>
  390. <verstretch>0</verstretch>
  391. </sizepolicy>
  392. </property>
  393. <property name="text">
  394. <string>Replace with :</string>
  395. </property>
  396. </widget>
  397. </item>
  398. <item>
  399. <widget class="QLineEdit" name="replaceWithBox">
  400. <property name="sizePolicy">
  401. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  402. <horstretch>0</horstretch>
  403. <verstretch>0</verstretch>
  404. </sizepolicy>
  405. </property>
  406. <property name="minimumSize">
  407. <size>
  408. <width>300</width>
  409. <height>0</height>
  410. </size>
  411. </property>
  412. <property name="maximumSize">
  413. <size>
  414. <width>350</width>
  415. <height>16777215</height>
  416. </size>
  417. </property>
  418. </widget>
  419. </item>
  420. </layout>
  421. </item>
  422. </layout>
  423. </item>
  424. <item>
  425. <spacer name="verticalSpacer_4">
  426. <property name="orientation">
  427. <enum>Qt::Vertical</enum>
  428. </property>
  429. <property name="sizeHint" stdset="0">
  430. <size>
  431. <width>20</width>
  432. <height>40</height>
  433. </size>
  434. </property>
  435. </spacer>
  436. </item>
  437. <item>
  438. <layout class="QVBoxLayout" name="verticalLayout_6">
  439. <item>
  440. <layout class="QVBoxLayout" name="verticalLayout_7">
  441. <item>
  442. <widget class="QCheckBox" name="replaceBackwardBox">
  443. <property name="text">
  444. <string>Backward direction</string>
  445. </property>
  446. </widget>
  447. </item>
  448. <item>
  449. <widget class="QCheckBox" name="replaceMatchWholeBox">
  450. <property name="text">
  451. <string>Match whole word only</string>
  452. </property>
  453. </widget>
  454. </item>
  455. <item>
  456. <widget class="QCheckBox" name="replaceMatchCaseBox">
  457. <property name="text">
  458. <string>Match case</string>
  459. </property>
  460. </widget>
  461. </item>
  462. <item>
  463. <widget class="QCheckBox" name="replaceWrapBox">
  464. <property name="text">
  465. <string>Wrap around</string>
  466. </property>
  467. <property name="checked">
  468. <bool>true</bool>
  469. </property>
  470. </widget>
  471. </item>
  472. </layout>
  473. </item>
  474. <item>
  475. <spacer name="verticalSpacer_5">
  476. <property name="orientation">
  477. <enum>Qt::Vertical</enum>
  478. </property>
  479. <property name="sizeHint" stdset="0">
  480. <size>
  481. <width>20</width>
  482. <height>20</height>
  483. </size>
  484. </property>
  485. </spacer>
  486. </item>
  487. <item>
  488. <widget class="QGroupBox" name="groupBox_2">
  489. <property name="title">
  490. <string>Search Mode</string>
  491. </property>
  492. <layout class="QGridLayout" name="gridLayout_3">
  493. <item row="0" column="0">
  494. <widget class="QRadioButton" name="replaceModeNormalBox">
  495. <property name="text">
  496. <string>Normal</string>
  497. </property>
  498. <property name="checked">
  499. <bool>true</bool>
  500. </property>
  501. </widget>
  502. </item>
  503. <item row="2" column="0">
  504. <layout class="QHBoxLayout" name="horizontalLayout_5">
  505. <item>
  506. <widget class="QRadioButton" name="replaceModeRegularBt">
  507. <property name="text">
  508. <string>Regular expression</string>
  509. </property>
  510. </widget>
  511. </item>
  512. </layout>
  513. </item>
  514. <item row="1" column="0">
  515. <widget class="QRadioButton" name="replaceModeExtendBox">
  516. <property name="text">
  517. <string>Extend(\n,\r,\t,\0,\x...)</string>
  518. </property>
  519. </widget>
  520. </item>
  521. </layout>
  522. </widget>
  523. </item>
  524. <item>
  525. <spacer name="verticalSpacer_14">
  526. <property name="orientation">
  527. <enum>Qt::Vertical</enum>
  528. </property>
  529. <property name="sizeHint" stdset="0">
  530. <size>
  531. <width>20</width>
  532. <height>40</height>
  533. </size>
  534. </property>
  535. </spacer>
  536. </item>
  537. </layout>
  538. </item>
  539. </layout>
  540. </item>
  541. <item>
  542. <layout class="QVBoxLayout" name="verticalLayout_8">
  543. <item>
  544. <widget class="QPushButton" name="replaceFindNextBox">
  545. <property name="sizePolicy">
  546. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  547. <horstretch>0</horstretch>
  548. <verstretch>0</verstretch>
  549. </sizepolicy>
  550. </property>
  551. <property name="minimumSize">
  552. <size>
  553. <width>200</width>
  554. <height>28</height>
  555. </size>
  556. </property>
  557. <property name="text">
  558. <string>Find Next</string>
  559. </property>
  560. </widget>
  561. </item>
  562. <item>
  563. <widget class="QPushButton" name="replaceBt">
  564. <property name="sizePolicy">
  565. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  566. <horstretch>0</horstretch>
  567. <verstretch>0</verstretch>
  568. </sizepolicy>
  569. </property>
  570. <property name="minimumSize">
  571. <size>
  572. <width>200</width>
  573. <height>28</height>
  574. </size>
  575. </property>
  576. <property name="text">
  577. <string>Replace</string>
  578. </property>
  579. </widget>
  580. </item>
  581. <item>
  582. <widget class="QPushButton" name="replaceAllBt">
  583. <property name="sizePolicy">
  584. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  585. <horstretch>0</horstretch>
  586. <verstretch>0</verstretch>
  587. </sizepolicy>
  588. </property>
  589. <property name="minimumSize">
  590. <size>
  591. <width>200</width>
  592. <height>28</height>
  593. </size>
  594. </property>
  595. <property name="text">
  596. <string>Replace All</string>
  597. </property>
  598. </widget>
  599. </item>
  600. <item>
  601. <widget class="QPushButton" name="replaceAllinAllOpenBt">
  602. <property name="sizePolicy">
  603. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  604. <horstretch>0</horstretch>
  605. <verstretch>0</verstretch>
  606. </sizepolicy>
  607. </property>
  608. <property name="minimumSize">
  609. <size>
  610. <width>200</width>
  611. <height>34</height>
  612. </size>
  613. </property>
  614. <property name="text">
  615. <string>Replace All in All Opened
  616. Documents</string>
  617. </property>
  618. </widget>
  619. </item>
  620. <item>
  621. <widget class="QPushButton" name="replaceCloseBt">
  622. <property name="sizePolicy">
  623. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  624. <horstretch>0</horstretch>
  625. <verstretch>0</verstretch>
  626. </sizepolicy>
  627. </property>
  628. <property name="minimumSize">
  629. <size>
  630. <width>200</width>
  631. <height>0</height>
  632. </size>
  633. </property>
  634. <property name="text">
  635. <string>Close</string>
  636. </property>
  637. </widget>
  638. </item>
  639. <item>
  640. <spacer name="verticalSpacer_6">
  641. <property name="orientation">
  642. <enum>Qt::Vertical</enum>
  643. </property>
  644. <property name="sizeHint" stdset="0">
  645. <size>
  646. <width>20</width>
  647. <height>40</height>
  648. </size>
  649. </property>
  650. </spacer>
  651. </item>
  652. </layout>
  653. </item>
  654. </layout>
  655. </widget>
  656. <widget class="QWidget" name="tab_dirfind">
  657. <attribute name="title">
  658. <string>Dir Find</string>
  659. </attribute>
  660. <layout class="QHBoxLayout" name="horizontalLayout_10">
  661. <property name="bottomMargin">
  662. <number>2</number>
  663. </property>
  664. <item>
  665. <layout class="QVBoxLayout" name="verticalLayout_17">
  666. <item>
  667. <layout class="QGridLayout" name="gridLayout_2">
  668. <item row="0" column="0">
  669. <widget class="QLabel" name="label_8">
  670. <property name="sizePolicy">
  671. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  672. <horstretch>0</horstretch>
  673. <verstretch>0</verstretch>
  674. </sizepolicy>
  675. </property>
  676. <property name="text">
  677. <string>Dest Dir :</string>
  678. </property>
  679. </widget>
  680. </item>
  681. <item row="0" column="1">
  682. <widget class="QLineEdit" name="destFindDir">
  683. <property name="sizePolicy">
  684. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  685. <horstretch>0</horstretch>
  686. <verstretch>0</verstretch>
  687. </sizepolicy>
  688. </property>
  689. <property name="minimumSize">
  690. <size>
  691. <width>250</width>
  692. <height>0</height>
  693. </size>
  694. </property>
  695. <property name="maximumSize">
  696. <size>
  697. <width>350</width>
  698. <height>16777215</height>
  699. </size>
  700. </property>
  701. </widget>
  702. </item>
  703. <item row="0" column="2">
  704. <widget class="QToolButton" name="selectDir">
  705. <property name="minimumSize">
  706. <size>
  707. <width>0</width>
  708. <height>20</height>
  709. </size>
  710. </property>
  711. <property name="text">
  712. <string>Select</string>
  713. </property>
  714. </widget>
  715. </item>
  716. <item row="1" column="0">
  717. <widget class="QLabel" name="label_5">
  718. <property name="sizePolicy">
  719. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  720. <horstretch>0</horstretch>
  721. <verstretch>0</verstretch>
  722. </sizepolicy>
  723. </property>
  724. <property name="text">
  725. <string>Find what :</string>
  726. </property>
  727. </widget>
  728. </item>
  729. <item row="1" column="1">
  730. <widget class="QComboBox" name="dirFindWhat">
  731. <property name="minimumSize">
  732. <size>
  733. <width>250</width>
  734. <height>0</height>
  735. </size>
  736. </property>
  737. <property name="maximumSize">
  738. <size>
  739. <width>350</width>
  740. <height>16777215</height>
  741. </size>
  742. </property>
  743. <property name="editable">
  744. <bool>true</bool>
  745. </property>
  746. <property name="maxCount">
  747. <number>512</number>
  748. </property>
  749. </widget>
  750. </item>
  751. </layout>
  752. </item>
  753. <item>
  754. <layout class="QGridLayout" name="gridLayout_5">
  755. <item row="1" column="1">
  756. <widget class="QLineEdit" name="fileType">
  757. <property name="enabled">
  758. <bool>false</bool>
  759. </property>
  760. <property name="sizePolicy">
  761. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  762. <horstretch>0</horstretch>
  763. <verstretch>0</verstretch>
  764. </sizepolicy>
  765. </property>
  766. <property name="minimumSize">
  767. <size>
  768. <width>300</width>
  769. <height>0</height>
  770. </size>
  771. </property>
  772. <property name="maximumSize">
  773. <size>
  774. <width>350</width>
  775. <height>16777215</height>
  776. </size>
  777. </property>
  778. <property name="placeholderText">
  779. <string>*.c:*.cpp:*.h</string>
  780. </property>
  781. </widget>
  782. </item>
  783. <item row="1" column="0">
  784. <widget class="QCheckBox" name="dealFileType">
  785. <property name="sizePolicy">
  786. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  787. <horstretch>0</horstretch>
  788. <verstretch>0</verstretch>
  789. </sizepolicy>
  790. </property>
  791. <property name="text">
  792. <string>File Type :</string>
  793. </property>
  794. </widget>
  795. </item>
  796. <item row="0" column="0">
  797. <widget class="QLabel" name="label_6">
  798. <property name="sizePolicy">
  799. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  800. <horstretch>0</horstretch>
  801. <verstretch>0</verstretch>
  802. </sizepolicy>
  803. </property>
  804. <property name="text">
  805. <string>Replace with :</string>
  806. </property>
  807. </widget>
  808. </item>
  809. <item row="2" column="0">
  810. <widget class="QCheckBox" name="skipDir">
  811. <property name="sizePolicy">
  812. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  813. <horstretch>0</horstretch>
  814. <verstretch>0</verstretch>
  815. </sizepolicy>
  816. </property>
  817. <property name="text">
  818. <string>Skip Dir Name :</string>
  819. </property>
  820. </widget>
  821. </item>
  822. <item row="2" column="1">
  823. <widget class="QLineEdit" name="skipDirNames">
  824. <property name="enabled">
  825. <bool>false</bool>
  826. </property>
  827. <property name="sizePolicy">
  828. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  829. <horstretch>0</horstretch>
  830. <verstretch>0</verstretch>
  831. </sizepolicy>
  832. </property>
  833. <property name="minimumSize">
  834. <size>
  835. <width>300</width>
  836. <height>0</height>
  837. </size>
  838. </property>
  839. <property name="maximumSize">
  840. <size>
  841. <width>350</width>
  842. <height>16777215</height>
  843. </size>
  844. </property>
  845. <property name="placeholderText">
  846. <string>debug:Debug:.vs:.git:.svn</string>
  847. </property>
  848. </widget>
  849. </item>
  850. <item row="0" column="1">
  851. <widget class="QLineEdit" name="dirReplaceWhat">
  852. <property name="sizePolicy">
  853. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  854. <horstretch>0</horstretch>
  855. <verstretch>0</verstretch>
  856. </sizepolicy>
  857. </property>
  858. <property name="minimumSize">
  859. <size>
  860. <width>300</width>
  861. <height>0</height>
  862. </size>
  863. </property>
  864. <property name="maximumSize">
  865. <size>
  866. <width>350</width>
  867. <height>16777215</height>
  868. </size>
  869. </property>
  870. </widget>
  871. </item>
  872. </layout>
  873. </item>
  874. <item>
  875. <spacer name="verticalSpacer_11">
  876. <property name="orientation">
  877. <enum>Qt::Vertical</enum>
  878. </property>
  879. <property name="sizeHint" stdset="0">
  880. <size>
  881. <width>20</width>
  882. <height>20</height>
  883. </size>
  884. </property>
  885. </spacer>
  886. </item>
  887. <item>
  888. <layout class="QVBoxLayout" name="verticalLayout_13">
  889. <item>
  890. <widget class="QCheckBox" name="dirFindMatchWholeBox">
  891. <property name="text">
  892. <string>Match whole word only</string>
  893. </property>
  894. <property name="checkable">
  895. <bool>true</bool>
  896. </property>
  897. <property name="checked">
  898. <bool>false</bool>
  899. </property>
  900. </widget>
  901. </item>
  902. <item>
  903. <widget class="QCheckBox" name="dirFindMatchCaseBox">
  904. <property name="text">
  905. <string>Match case</string>
  906. </property>
  907. </widget>
  908. </item>
  909. </layout>
  910. </item>
  911. <item>
  912. <spacer name="verticalSpacer_12">
  913. <property name="orientation">
  914. <enum>Qt::Vertical</enum>
  915. </property>
  916. <property name="sizeHint" stdset="0">
  917. <size>
  918. <width>20</width>
  919. <height>20</height>
  920. </size>
  921. </property>
  922. </spacer>
  923. </item>
  924. <item>
  925. <layout class="QHBoxLayout" name="horizontalLayout_18">
  926. <item>
  927. <layout class="QVBoxLayout" name="verticalLayout_16">
  928. <item>
  929. <widget class="QGroupBox" name="groupBox_4">
  930. <property name="title">
  931. <string>Search Mode</string>
  932. </property>
  933. <layout class="QGridLayout" name="gridLayout_6">
  934. <item row="0" column="0">
  935. <widget class="QRadioButton" name="dirFindModeNormalBox">
  936. <property name="text">
  937. <string>Normal</string>
  938. </property>
  939. <property name="checked">
  940. <bool>true</bool>
  941. </property>
  942. </widget>
  943. </item>
  944. <item row="2" column="0">
  945. <layout class="QHBoxLayout" name="horizontalLayout_13">
  946. <item>
  947. <widget class="QRadioButton" name="dirFindModeRegularBt">
  948. <property name="text">
  949. <string>Regular expression</string>
  950. </property>
  951. </widget>
  952. </item>
  953. </layout>
  954. </item>
  955. <item row="1" column="0">
  956. <widget class="QRadioButton" name="dirFindModeExtendBox">
  957. <property name="text">
  958. <string>Extend(\n,\r,\t,\0,\x...)</string>
  959. </property>
  960. </widget>
  961. </item>
  962. </layout>
  963. </widget>
  964. </item>
  965. </layout>
  966. </item>
  967. <item>
  968. <widget class="QGroupBox" name="groupBox_5">
  969. <property name="title">
  970. <string>Options</string>
  971. </property>
  972. <layout class="QVBoxLayout" name="verticalLayout_14">
  973. <item>
  974. <widget class="QCheckBox" name="skipChildDirs">
  975. <property name="text">
  976. <string>Skip child dirs</string>
  977. </property>
  978. </widget>
  979. </item>
  980. <item>
  981. <widget class="QCheckBox" name="skipHideFile">
  982. <property name="text">
  983. <string>Skip hide file</string>
  984. </property>
  985. <property name="checked">
  986. <bool>true</bool>
  987. </property>
  988. </widget>
  989. </item>
  990. <item>
  991. <widget class="QCheckBox" name="skipBinary">
  992. <property name="enabled">
  993. <bool>false</bool>
  994. </property>
  995. <property name="text">
  996. <string>Skip binary file</string>
  997. </property>
  998. <property name="checked">
  999. <bool>true</bool>
  1000. </property>
  1001. </widget>
  1002. </item>
  1003. <item>
  1004. <layout class="QHBoxLayout" name="horizontalLayout_12">
  1005. <property name="spacing">
  1006. <number>6</number>
  1007. </property>
  1008. <item>
  1009. <widget class="QCheckBox" name="skipFileMaxSize">
  1010. <property name="text">
  1011. <string>Skip Big file exceed</string>
  1012. </property>
  1013. <property name="checked">
  1014. <bool>true</bool>
  1015. </property>
  1016. </widget>
  1017. </item>
  1018. <item>
  1019. <widget class="QSpinBox" name="maxFileSizeSpinBox">
  1020. <property name="minimum">
  1021. <number>1</number>
  1022. </property>
  1023. <property name="maximum">
  1024. <number>30</number>
  1025. </property>
  1026. <property name="value">
  1027. <number>20</number>
  1028. </property>
  1029. </widget>
  1030. </item>
  1031. <item>
  1032. <widget class="QLabel" name="label_9">
  1033. <property name="text">
  1034. <string>MB</string>
  1035. </property>
  1036. </widget>
  1037. </item>
  1038. </layout>
  1039. </item>
  1040. </layout>
  1041. </widget>
  1042. </item>
  1043. </layout>
  1044. </item>
  1045. </layout>
  1046. </item>
  1047. <item>
  1048. <layout class="QVBoxLayout" name="verticalLayout_15">
  1049. <item>
  1050. <widget class="QPushButton" name="dirFindAll">
  1051. <property name="sizePolicy">
  1052. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1053. <horstretch>0</horstretch>
  1054. <verstretch>0</verstretch>
  1055. </sizepolicy>
  1056. </property>
  1057. <property name="minimumSize">
  1058. <size>
  1059. <width>200</width>
  1060. <height>28</height>
  1061. </size>
  1062. </property>
  1063. <property name="text">
  1064. <string>Find All</string>
  1065. </property>
  1066. </widget>
  1067. </item>
  1068. <item>
  1069. <widget class="QPushButton" name="dirReplaceAll">
  1070. <property name="sizePolicy">
  1071. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1072. <horstretch>0</horstretch>
  1073. <verstretch>0</verstretch>
  1074. </sizepolicy>
  1075. </property>
  1076. <property name="minimumSize">
  1077. <size>
  1078. <width>200</width>
  1079. <height>28</height>
  1080. </size>
  1081. </property>
  1082. <property name="text">
  1083. <string>Replace In File</string>
  1084. </property>
  1085. </widget>
  1086. </item>
  1087. <item>
  1088. <widget class="QPushButton" name="clearBt">
  1089. <property name="sizePolicy">
  1090. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1091. <horstretch>0</horstretch>
  1092. <verstretch>0</verstretch>
  1093. </sizepolicy>
  1094. </property>
  1095. <property name="minimumSize">
  1096. <size>
  1097. <width>200</width>
  1098. <height>28</height>
  1099. </size>
  1100. </property>
  1101. <property name="text">
  1102. <string>Clear Result</string>
  1103. </property>
  1104. </widget>
  1105. </item>
  1106. <item>
  1107. <widget class="QPushButton" name="dirClose">
  1108. <property name="sizePolicy">
  1109. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1110. <horstretch>0</horstretch>
  1111. <verstretch>0</verstretch>
  1112. </sizepolicy>
  1113. </property>
  1114. <property name="minimumSize">
  1115. <size>
  1116. <width>200</width>
  1117. <height>28</height>
  1118. </size>
  1119. </property>
  1120. <property name="text">
  1121. <string>Close</string>
  1122. </property>
  1123. </widget>
  1124. </item>
  1125. <item>
  1126. <spacer name="verticalSpacer_10">
  1127. <property name="orientation">
  1128. <enum>Qt::Vertical</enum>
  1129. </property>
  1130. <property name="sizeHint" stdset="0">
  1131. <size>
  1132. <width>20</width>
  1133. <height>40</height>
  1134. </size>
  1135. </property>
  1136. </spacer>
  1137. </item>
  1138. </layout>
  1139. </item>
  1140. </layout>
  1141. </widget>
  1142. <widget class="QWidget" name="tab_mark">
  1143. <attribute name="title">
  1144. <string>Mark</string>
  1145. </attribute>
  1146. <layout class="QHBoxLayout" name="horizontalLayout_11">
  1147. <property name="bottomMargin">
  1148. <number>2</number>
  1149. </property>
  1150. <item>
  1151. <layout class="QVBoxLayout" name="verticalLayout_11">
  1152. <item>
  1153. <layout class="QHBoxLayout" name="horizontalLayout_4">
  1154. <item>
  1155. <widget class="QLabel" name="label_2">
  1156. <property name="sizePolicy">
  1157. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  1158. <horstretch>0</horstretch>
  1159. <verstretch>0</verstretch>
  1160. </sizepolicy>
  1161. </property>
  1162. <property name="text">
  1163. <string>Mark What</string>
  1164. </property>
  1165. </widget>
  1166. </item>
  1167. <item>
  1168. <widget class="QComboBox" name="markTextBox">
  1169. <property name="minimumSize">
  1170. <size>
  1171. <width>300</width>
  1172. <height>0</height>
  1173. </size>
  1174. </property>
  1175. <property name="maximumSize">
  1176. <size>
  1177. <width>350</width>
  1178. <height>16777215</height>
  1179. </size>
  1180. </property>
  1181. <property name="editable">
  1182. <bool>true</bool>
  1183. </property>
  1184. <property name="maxCount">
  1185. <number>512</number>
  1186. </property>
  1187. </widget>
  1188. </item>
  1189. </layout>
  1190. </item>
  1191. <item>
  1192. <spacer name="verticalSpacer_7">
  1193. <property name="orientation">
  1194. <enum>Qt::Vertical</enum>
  1195. </property>
  1196. <property name="sizeHint" stdset="0">
  1197. <size>
  1198. <width>20</width>
  1199. <height>20</height>
  1200. </size>
  1201. </property>
  1202. </spacer>
  1203. </item>
  1204. <item>
  1205. <layout class="QVBoxLayout" name="verticalLayout_10">
  1206. <item>
  1207. <widget class="QCheckBox" name="markMatchWholeBox">
  1208. <property name="text">
  1209. <string>Match whole word only</string>
  1210. </property>
  1211. </widget>
  1212. </item>
  1213. <item>
  1214. <widget class="QCheckBox" name="markMatchCaseBox">
  1215. <property name="text">
  1216. <string>Match case</string>
  1217. </property>
  1218. </widget>
  1219. </item>
  1220. </layout>
  1221. </item>
  1222. <item>
  1223. <spacer name="verticalSpacer_8">
  1224. <property name="orientation">
  1225. <enum>Qt::Vertical</enum>
  1226. </property>
  1227. <property name="sizeHint" stdset="0">
  1228. <size>
  1229. <width>20</width>
  1230. <height>20</height>
  1231. </size>
  1232. </property>
  1233. </spacer>
  1234. </item>
  1235. <item>
  1236. <widget class="QGroupBox" name="groupBox_3">
  1237. <property name="title">
  1238. <string>Search Mode</string>
  1239. </property>
  1240. <layout class="QGridLayout" name="gridLayout_4">
  1241. <item row="2" column="0">
  1242. <layout class="QHBoxLayout" name="horizontalLayout_9">
  1243. <item>
  1244. <widget class="QRadioButton" name="markModeRegularBt">
  1245. <property name="text">
  1246. <string>Regular expression</string>
  1247. </property>
  1248. </widget>
  1249. </item>
  1250. </layout>
  1251. </item>
  1252. <item row="0" column="0">
  1253. <widget class="QRadioButton" name="markModeNormalBox">
  1254. <property name="text">
  1255. <string>Normal</string>
  1256. </property>
  1257. <property name="checked">
  1258. <bool>true</bool>
  1259. </property>
  1260. </widget>
  1261. </item>
  1262. <item row="1" column="0">
  1263. <widget class="QRadioButton" name="markModeExtendBox">
  1264. <property name="text">
  1265. <string>Extend(\n,\r,\t,\0,\x...)</string>
  1266. </property>
  1267. </widget>
  1268. </item>
  1269. </layout>
  1270. </widget>
  1271. </item>
  1272. <item>
  1273. <spacer name="verticalSpacer_15">
  1274. <property name="orientation">
  1275. <enum>Qt::Vertical</enum>
  1276. </property>
  1277. <property name="sizeHint" stdset="0">
  1278. <size>
  1279. <width>20</width>
  1280. <height>40</height>
  1281. </size>
  1282. </property>
  1283. </spacer>
  1284. </item>
  1285. </layout>
  1286. </item>
  1287. <item>
  1288. <layout class="QVBoxLayout" name="verticalLayout_12">
  1289. <item>
  1290. <widget class="QPushButton" name="markAllBox">
  1291. <property name="sizePolicy">
  1292. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1293. <horstretch>0</horstretch>
  1294. <verstretch>0</verstretch>
  1295. </sizepolicy>
  1296. </property>
  1297. <property name="minimumSize">
  1298. <size>
  1299. <width>200</width>
  1300. <height>28</height>
  1301. </size>
  1302. </property>
  1303. <property name="text">
  1304. <string>Mark All</string>
  1305. </property>
  1306. </widget>
  1307. </item>
  1308. <item>
  1309. <widget class="QPushButton" name="markClearBox">
  1310. <property name="sizePolicy">
  1311. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1312. <horstretch>0</horstretch>
  1313. <verstretch>0</verstretch>
  1314. </sizepolicy>
  1315. </property>
  1316. <property name="minimumSize">
  1317. <size>
  1318. <width>200</width>
  1319. <height>28</height>
  1320. </size>
  1321. </property>
  1322. <property name="text">
  1323. <string>Clear Mark</string>
  1324. </property>
  1325. </widget>
  1326. </item>
  1327. <item>
  1328. <widget class="QPushButton" name="markClearAllBox">
  1329. <property name="sizePolicy">
  1330. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1331. <horstretch>0</horstretch>
  1332. <verstretch>0</verstretch>
  1333. </sizepolicy>
  1334. </property>
  1335. <property name="minimumSize">
  1336. <size>
  1337. <width>200</width>
  1338. <height>28</height>
  1339. </size>
  1340. </property>
  1341. <property name="text">
  1342. <string>Clear All</string>
  1343. </property>
  1344. </widget>
  1345. </item>
  1346. <item>
  1347. <widget class="QPushButton" name="markCloseBt">
  1348. <property name="sizePolicy">
  1349. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1350. <horstretch>0</horstretch>
  1351. <verstretch>0</verstretch>
  1352. </sizepolicy>
  1353. </property>
  1354. <property name="minimumSize">
  1355. <size>
  1356. <width>200</width>
  1357. <height>28</height>
  1358. </size>
  1359. </property>
  1360. <property name="text">
  1361. <string>Close</string>
  1362. </property>
  1363. </widget>
  1364. </item>
  1365. <item>
  1366. <spacer name="verticalSpacer_9">
  1367. <property name="orientation">
  1368. <enum>Qt::Vertical</enum>
  1369. </property>
  1370. <property name="sizeHint" stdset="0">
  1371. <size>
  1372. <width>20</width>
  1373. <height>40</height>
  1374. </size>
  1375. </property>
  1376. </spacer>
  1377. </item>
  1378. </layout>
  1379. </item>
  1380. </layout>
  1381. </widget>
  1382. </widget>
  1383. </item>
  1384. </layout>
  1385. </widget>
  1386. <widget class="QStatusBar" name="statusbar"/>
  1387. </widget>
  1388. <tabstops>
  1389. <tabstop>findinfilesTab</tabstop>
  1390. <tabstop>findComboBox</tabstop>
  1391. <tabstop>findTextNext</tabstop>
  1392. <tabstop>findTextPrev</tabstop>
  1393. <tabstop>countBt</tabstop>
  1394. <tabstop>findAllinCourrent</tabstop>
  1395. <tabstop>findAllinAllOpen</tabstop>
  1396. <tabstop>findClearBt</tabstop>
  1397. <tabstop>findCloseBt</tabstop>
  1398. <tabstop>findBackwardBox</tabstop>
  1399. <tabstop>findMatchWholeBox</tabstop>
  1400. <tabstop>findMatchCaseBox</tabstop>
  1401. <tabstop>findWrapBox</tabstop>
  1402. <tabstop>findModeNormalBt</tabstop>
  1403. <tabstop>findModeExtendBt</tabstop>
  1404. <tabstop>findModeRegularBt</tabstop>
  1405. <tabstop>replaceTextBox</tabstop>
  1406. <tabstop>replaceWithBox</tabstop>
  1407. <tabstop>replaceFindNextBox</tabstop>
  1408. <tabstop>replaceBt</tabstop>
  1409. <tabstop>replaceAllBt</tabstop>
  1410. <tabstop>replaceAllinAllOpenBt</tabstop>
  1411. <tabstop>replaceCloseBt</tabstop>
  1412. <tabstop>replaceBackwardBox</tabstop>
  1413. <tabstop>replaceMatchWholeBox</tabstop>
  1414. <tabstop>replaceMatchCaseBox</tabstop>
  1415. <tabstop>replaceWrapBox</tabstop>
  1416. <tabstop>replaceModeNormalBox</tabstop>
  1417. <tabstop>replaceModeExtendBox</tabstop>
  1418. <tabstop>replaceModeRegularBt</tabstop>
  1419. <tabstop>destFindDir</tabstop>
  1420. <tabstop>dirFindWhat</tabstop>
  1421. <tabstop>dirReplaceWhat</tabstop>
  1422. <tabstop>selectDir</tabstop>
  1423. <tabstop>dirFindAll</tabstop>
  1424. <tabstop>dirReplaceAll</tabstop>
  1425. <tabstop>clearBt</tabstop>
  1426. <tabstop>dirClose</tabstop>
  1427. <tabstop>dealFileType</tabstop>
  1428. <tabstop>fileType</tabstop>
  1429. <tabstop>skipDir</tabstop>
  1430. <tabstop>skipDirNames</tabstop>
  1431. <tabstop>dirFindMatchWholeBox</tabstop>
  1432. <tabstop>dirFindMatchCaseBox</tabstop>
  1433. <tabstop>dirFindModeNormalBox</tabstop>
  1434. <tabstop>dirFindModeExtendBox</tabstop>
  1435. <tabstop>dirFindModeRegularBt</tabstop>
  1436. <tabstop>skipChildDirs</tabstop>
  1437. <tabstop>skipHideFile</tabstop>
  1438. <tabstop>skipBinary</tabstop>
  1439. <tabstop>skipFileMaxSize</tabstop>
  1440. <tabstop>maxFileSizeSpinBox</tabstop>
  1441. <tabstop>markTextBox</tabstop>
  1442. <tabstop>markAllBox</tabstop>
  1443. <tabstop>markClearBox</tabstop>
  1444. <tabstop>markClearAllBox</tabstop>
  1445. <tabstop>markCloseBt</tabstop>
  1446. <tabstop>markMatchWholeBox</tabstop>
  1447. <tabstop>markMatchCaseBox</tabstop>
  1448. <tabstop>markModeNormalBox</tabstop>
  1449. <tabstop>markModeExtendBox</tabstop>
  1450. <tabstop>markModeRegularBt</tabstop>
  1451. </tabstops>
  1452. <resources>
  1453. <include location="RealCompare.qrc"/>
  1454. </resources>
  1455. <connections>
  1456. <connection>
  1457. <sender>findTextNext</sender>
  1458. <signal>clicked()</signal>
  1459. <receiver>FindWin</receiver>
  1460. <slot>slot_findNext()</slot>
  1461. <hints>
  1462. <hint type="sourcelabel">
  1463. <x>457</x>
  1464. <y>51</y>
  1465. </hint>
  1466. <hint type="destinationlabel">
  1467. <x>422</x>
  1468. <y>329</y>
  1469. </hint>
  1470. </hints>
  1471. </connection>
  1472. <connection>
  1473. <sender>findCloseBt</sender>
  1474. <signal>clicked()</signal>
  1475. <receiver>FindWin</receiver>
  1476. <slot>close()</slot>
  1477. <hints>
  1478. <hint type="sourcelabel">
  1479. <x>572</x>
  1480. <y>251</y>
  1481. </hint>
  1482. <hint type="destinationlabel">
  1483. <x>169</x>
  1484. <y>327</y>
  1485. </hint>
  1486. </hints>
  1487. </connection>
  1488. <connection>
  1489. <sender>findAllinAllOpen</sender>
  1490. <signal>clicked()</signal>
  1491. <receiver>FindWin</receiver>
  1492. <slot>slot_findAllInOpenDoc()</slot>
  1493. <hints>
  1494. <hint type="sourcelabel">
  1495. <x>572</x>
  1496. <y>203</y>
  1497. </hint>
  1498. <hint type="destinationlabel">
  1499. <x>322</x>
  1500. <y>327</y>
  1501. </hint>
  1502. </hints>
  1503. </connection>
  1504. <connection>
  1505. <sender>findAllinCourrent</sender>
  1506. <signal>clicked()</signal>
  1507. <receiver>FindWin</receiver>
  1508. <slot>slot_findAllInCurDoc()</slot>
  1509. <hints>
  1510. <hint type="sourcelabel">
  1511. <x>572</x>
  1512. <y>153</y>
  1513. </hint>
  1514. <hint type="destinationlabel">
  1515. <x>548</x>
  1516. <y>328</y>
  1517. </hint>
  1518. </hints>
  1519. </connection>
  1520. <connection>
  1521. <sender>replaceFindNextBox</sender>
  1522. <signal>clicked()</signal>
  1523. <receiver>FindWin</receiver>
  1524. <slot>slot_replaceFindNext()</slot>
  1525. <hints>
  1526. <hint type="sourcelabel">
  1527. <x>94</x>
  1528. <y>60</y>
  1529. </hint>
  1530. <hint type="destinationlabel">
  1531. <x>588</x>
  1532. <y>302</y>
  1533. </hint>
  1534. </hints>
  1535. </connection>
  1536. <connection>
  1537. <sender>replaceCloseBt</sender>
  1538. <signal>clicked()</signal>
  1539. <receiver>FindWin</receiver>
  1540. <slot>close()</slot>
  1541. <hints>
  1542. <hint type="sourcelabel">
  1543. <x>94</x>
  1544. <y>45</y>
  1545. </hint>
  1546. <hint type="destinationlabel">
  1547. <x>588</x>
  1548. <y>273</y>
  1549. </hint>
  1550. </hints>
  1551. </connection>
  1552. <connection>
  1553. <sender>replaceBt</sender>
  1554. <signal>clicked()</signal>
  1555. <receiver>FindWin</receiver>
  1556. <slot>slot_replace()</slot>
  1557. <hints>
  1558. <hint type="sourcelabel">
  1559. <x>94</x>
  1560. <y>64</y>
  1561. </hint>
  1562. <hint type="destinationlabel">
  1563. <x>588</x>
  1564. <y>204</y>
  1565. </hint>
  1566. </hints>
  1567. </connection>
  1568. <connection>
  1569. <sender>replaceAllBt</sender>
  1570. <signal>clicked()</signal>
  1571. <receiver>FindWin</receiver>
  1572. <slot>slot_replaceAll()</slot>
  1573. <hints>
  1574. <hint type="sourcelabel">
  1575. <x>94</x>
  1576. <y>67</y>
  1577. </hint>
  1578. <hint type="destinationlabel">
  1579. <x>588</x>
  1580. <y>145</y>
  1581. </hint>
  1582. </hints>
  1583. </connection>
  1584. <connection>
  1585. <sender>replaceAllinAllOpenBt</sender>
  1586. <signal>clicked()</signal>
  1587. <receiver>FindWin</receiver>
  1588. <slot>slot_replaceAllInOpenDoc()</slot>
  1589. <hints>
  1590. <hint type="sourcelabel">
  1591. <x>94</x>
  1592. <y>76</y>
  1593. </hint>
  1594. <hint type="destinationlabel">
  1595. <x>588</x>
  1596. <y>115</y>
  1597. </hint>
  1598. </hints>
  1599. </connection>
  1600. <connection>
  1601. <sender>markAllBox</sender>
  1602. <signal>clicked()</signal>
  1603. <receiver>FindWin</receiver>
  1604. <slot>slot_markAll()</slot>
  1605. <hints>
  1606. <hint type="sourcelabel">
  1607. <x>489</x>
  1608. <y>55</y>
  1609. </hint>
  1610. <hint type="destinationlabel">
  1611. <x>501</x>
  1612. <y>0</y>
  1613. </hint>
  1614. </hints>
  1615. </connection>
  1616. <connection>
  1617. <sender>markClearBox</sender>
  1618. <signal>clicked()</signal>
  1619. <receiver>FindWin</receiver>
  1620. <slot>slot_clearMark()</slot>
  1621. <hints>
  1622. <hint type="sourcelabel">
  1623. <x>489</x>
  1624. <y>84</y>
  1625. </hint>
  1626. <hint type="destinationlabel">
  1627. <x>588</x>
  1628. <y>0</y>
  1629. </hint>
  1630. </hints>
  1631. </connection>
  1632. <connection>
  1633. <sender>markCloseBt</sender>
  1634. <signal>clicked()</signal>
  1635. <receiver>FindWin</receiver>
  1636. <slot>close()</slot>
  1637. <hints>
  1638. <hint type="sourcelabel">
  1639. <x>572</x>
  1640. <y>162</y>
  1641. </hint>
  1642. <hint type="destinationlabel">
  1643. <x>404</x>
  1644. <y>0</y>
  1645. </hint>
  1646. </hints>
  1647. </connection>
  1648. <connection>
  1649. <sender>dirClose</sender>
  1650. <signal>clicked()</signal>
  1651. <receiver>FindWin</receiver>
  1652. <slot>close()</slot>
  1653. <hints>
  1654. <hint type="sourcelabel">
  1655. <x>572</x>
  1656. <y>142</y>
  1657. </hint>
  1658. <hint type="destinationlabel">
  1659. <x>564</x>
  1660. <y>337</y>
  1661. </hint>
  1662. </hints>
  1663. </connection>
  1664. <connection>
  1665. <sender>selectDir</sender>
  1666. <signal>clicked()</signal>
  1667. <receiver>FindWin</receiver>
  1668. <slot>slot_dirSelectDest()</slot>
  1669. <hints>
  1670. <hint type="sourcelabel">
  1671. <x>402</x>
  1672. <y>54</y>
  1673. </hint>
  1674. <hint type="destinationlabel">
  1675. <x>502</x>
  1676. <y>332</y>
  1677. </hint>
  1678. </hints>
  1679. </connection>
  1680. <connection>
  1681. <sender>dirFindAll</sender>
  1682. <signal>clicked()</signal>
  1683. <receiver>FindWin</receiver>
  1684. <slot>slot_dirFindAll()</slot>
  1685. <hints>
  1686. <hint type="sourcelabel">
  1687. <x>572</x>
  1688. <y>55</y>
  1689. </hint>
  1690. <hint type="destinationlabel">
  1691. <x>445</x>
  1692. <y>337</y>
  1693. </hint>
  1694. </hints>
  1695. </connection>
  1696. <connection>
  1697. <sender>dirReplaceAll</sender>
  1698. <signal>clicked()</signal>
  1699. <receiver>FindWin</receiver>
  1700. <slot>slot_dirReplaceAll()</slot>
  1701. <hints>
  1702. <hint type="sourcelabel">
  1703. <x>572</x>
  1704. <y>84</y>
  1705. </hint>
  1706. <hint type="destinationlabel">
  1707. <x>333</x>
  1708. <y>337</y>
  1709. </hint>
  1710. </hints>
  1711. </connection>
  1712. <connection>
  1713. <sender>countBt</sender>
  1714. <signal>clicked()</signal>
  1715. <receiver>FindWin</receiver>
  1716. <slot>slot_findCount()</slot>
  1717. <hints>
  1718. <hint type="sourcelabel">
  1719. <x>572</x>
  1720. <y>113</y>
  1721. </hint>
  1722. <hint type="destinationlabel">
  1723. <x>377</x>
  1724. <y>361</y>
  1725. </hint>
  1726. </hints>
  1727. </connection>
  1728. <connection>
  1729. <sender>findTextPrev</sender>
  1730. <signal>clicked()</signal>
  1731. <receiver>FindWin</receiver>
  1732. <slot>slot_findPrev()</slot>
  1733. <hints>
  1734. <hint type="sourcelabel">
  1735. <x>484</x>
  1736. <y>73</y>
  1737. </hint>
  1738. <hint type="destinationlabel">
  1739. <x>294</x>
  1740. <y>180</y>
  1741. </hint>
  1742. </hints>
  1743. </connection>
  1744. <connection>
  1745. <sender>markClearAllBox</sender>
  1746. <signal>clicked()</signal>
  1747. <receiver>FindWin</receiver>
  1748. <slot>slot_clearAllMark()</slot>
  1749. <hints>
  1750. <hint type="sourcelabel">
  1751. <x>538</x>
  1752. <y>112</y>
  1753. </hint>
  1754. <hint type="destinationlabel">
  1755. <x>574</x>
  1756. <y>366</y>
  1757. </hint>
  1758. </hints>
  1759. </connection>
  1760. </connections>
  1761. <slots>
  1762. <slot>slot_findNext()</slot>
  1763. <slot>slot_findCount()</slot>
  1764. <slot>slot_findAllInCurDoc()</slot>
  1765. <slot>slot_findAllInOpenDoc()</slot>
  1766. <slot>slot_replace()</slot>
  1767. <slot>slot_replaceFindNext()</slot>
  1768. <slot>slot_replaceAll()</slot>
  1769. <slot>slot_replaceAllInOpenDoc()</slot>
  1770. <slot>slot_markAll()</slot>
  1771. <slot>slot_clearMark()</slot>
  1772. <slot>slot_dirFindAll()</slot>
  1773. <slot>slot_dirReplaceAll()</slot>
  1774. <slot>slot_dirSelectDest()</slot>
  1775. <slot>sign_clearResult()</slot>
  1776. <slot>slot_findPrev()</slot>
  1777. <slot>slot_clearAllMark()</slot>
  1778. </slots>
  1779. </ui>