textfind.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TextFind</class>
  4. <widget class="QWidget" name="TextFind">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>161</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>TextFind</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="RealCompare.qrc">
  18. <normaloff>:/Resources/img/main.png</normaloff>:/Resources/img/main.png</iconset>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayout_2">
  21. <item>
  22. <widget class="QGroupBox" name="groupBox">
  23. <property name="title">
  24. <string>Find Options</string>
  25. </property>
  26. <layout class="QVBoxLayout" name="verticalLayout">
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <item>
  30. <widget class="QLabel" name="label">
  31. <property name="text">
  32. <string>Find Text</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QLineEdit" name="textLineEdit"/>
  38. </item>
  39. </layout>
  40. </item>
  41. </layout>
  42. </widget>
  43. </item>
  44. <item>
  45. <layout class="QHBoxLayout" name="horizontalLayout_3">
  46. <item>
  47. <widget class="QPushButton" name="pushPrevButton">
  48. <property name="text">
  49. <string>Find Prev</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QPushButton" name="pushNextButton">
  55. <property name="text">
  56. <string>Find Next</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QPushButton" name="pushCloseButton">
  62. <property name="text">
  63. <string>Close</string>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </item>
  69. </layout>
  70. </widget>
  71. <layoutdefault spacing="6" margin="11"/>
  72. <resources>
  73. <include location="RealCompare.qrc"/>
  74. </resources>
  75. <connections>
  76. <connection>
  77. <sender>pushPrevButton</sender>
  78. <signal>clicked()</signal>
  79. <receiver>TextFind</receiver>
  80. <slot>slot_findPrev()</slot>
  81. <hints>
  82. <hint type="sourcelabel">
  83. <x>77</x>
  84. <y>120</y>
  85. </hint>
  86. <hint type="destinationlabel">
  87. <x>94</x>
  88. <y>153</y>
  89. </hint>
  90. </hints>
  91. </connection>
  92. <connection>
  93. <sender>pushNextButton</sender>
  94. <signal>clicked()</signal>
  95. <receiver>TextFind</receiver>
  96. <slot>slot_findNext()</slot>
  97. <hints>
  98. <hint type="sourcelabel">
  99. <x>230</x>
  100. <y>123</y>
  101. </hint>
  102. <hint type="destinationlabel">
  103. <x>256</x>
  104. <y>157</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. <connection>
  109. <sender>pushCloseButton</sender>
  110. <signal>clicked()</signal>
  111. <receiver>TextFind</receiver>
  112. <slot>hide()</slot>
  113. <hints>
  114. <hint type="sourcelabel">
  115. <x>348</x>
  116. <y>126</y>
  117. </hint>
  118. <hint type="destinationlabel">
  119. <x>390</x>
  120. <y>156</y>
  121. </hint>
  122. </hints>
  123. </connection>
  124. </connections>
  125. <slots>
  126. <slot>slot_findPrev()</slot>
  127. <slot>slot_findNext()</slot>
  128. </slots>
  129. </ui>