ParamSetUI.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>513</width>
  10. <height>406</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout_3">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="QTabWidget" name="tabWidget">
  21. <property name="currentIndex">
  22. <number>1</number>
  23. </property>
  24. <widget class="QWidget" name="tab">
  25. <attribute name="title">
  26. <string>滤波器设置</string>
  27. </attribute>
  28. <layout class="QHBoxLayout" name="horizontalLayout_4">
  29. <item>
  30. <layout class="QHBoxLayout" name="horizontalLayout">
  31. <item>
  32. <layout class="QFormLayout" name="formLayout">
  33. <item row="0" column="0">
  34. <widget class="QLabel" name="label">
  35. <property name="text">
  36. <string>滤波器窗口大小X</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="0" column="1">
  41. <widget class="QtLineEditor" name="WindowSizeXEdit"/>
  42. </item>
  43. <item row="1" column="0">
  44. <widget class="QLabel" name="label_2">
  45. <property name="text">
  46. <string>滤波器窗口大小Y</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="2" column="0">
  51. <widget class="QLabel" name="label_3">
  52. <property name="text">
  53. <string>高斯滤波Sigma</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="1" column="1">
  58. <widget class="QtLineEditor" name="WindowSizeYEdit"/>
  59. </item>
  60. <item row="2" column="1">
  61. <widget class="QtLineEditor" name="FilterGaussSigma"/>
  62. </item>
  63. <item row="3" column="1">
  64. <layout class="QHBoxLayout" name="horizontalLayout_2">
  65. <item>
  66. <widget class="QCheckBox" name="checkBoxMeanFilter">
  67. <property name="text">
  68. <string>均值</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QCheckBox" name="checkBoxGaussFilter">
  74. <property name="text">
  75. <string>高斯</string>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </item>
  81. <item row="3" column="0">
  82. <widget class="QLabel" name="label_4">
  83. <property name="text">
  84. <string>滤波器类型选择</string>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. </layout>
  91. </item>
  92. </layout>
  93. </widget>
  94. <widget class="QWidget" name="tab_2">
  95. <attribute name="title">
  96. <string>Tab 2</string>
  97. </attribute>
  98. <widget class="QtLineEditor" name="LightAddEdit">
  99. <property name="geometry">
  100. <rect>
  101. <x>170</x>
  102. <y>140</y>
  103. <width>113</width>
  104. <height>20</height>
  105. </rect>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="label_5">
  109. <property name="geometry">
  110. <rect>
  111. <x>110</x>
  112. <y>140</y>
  113. <width>54</width>
  114. <height>12</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>色彩加值</string>
  119. </property>
  120. </widget>
  121. <widget class="QPushButton" name="ConfrimButton">
  122. <property name="geometry">
  123. <rect>
  124. <x>400</x>
  125. <y>330</y>
  126. <width>75</width>
  127. <height>23</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>确认</string>
  132. </property>
  133. </widget>
  134. </widget>
  135. </widget>
  136. </item>
  137. </layout>
  138. </item>
  139. </layout>
  140. </widget>
  141. <customwidgets>
  142. <customwidget>
  143. <class>QtLineEditor</class>
  144. <extends>QLineEdit</extends>
  145. <header location="global">QtLineEditor.h</header>
  146. </customwidget>
  147. </customwidgets>
  148. <resources/>
  149. <connections/>
  150. </ui>