ImageconvertTool.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>imageconverttool</class>
  4. <widget class="QDialog" name="imageconverttool">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>165</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label">
  19. <property name="maximumSize">
  20. <size>
  21. <width>80</width>
  22. <height>16777215</height>
  23. </size>
  24. </property>
  25. <property name="sizeIncrement">
  26. <size>
  27. <width>80</width>
  28. <height>0</height>
  29. </size>
  30. </property>
  31. <property name="text">
  32. <string>转换类型:</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="1">
  37. <widget class="QComboBox" name="comboBox">
  38. <property name="minimumSize">
  39. <size>
  40. <width>0</width>
  41. <height>35</height>
  42. </size>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">QComboBox QAbstractItemView
  46. {
  47. border:0px;
  48. outline:none;
  49. color: rgb(0, 0, 0);
  50. background: rgb(255, 255, 255);
  51. }
  52. QComboBox
  53. {
  54. border:0px;
  55. border-bottom:3px solid rgb(33, 150, 243);
  56. background: transparent;
  57. }
  58. QComboBox QAbstractItemView::item
  59. {
  60. height: 35px;
  61. }
  62. QComboBox QAbstractItemView::item:hover
  63. {
  64. background: rgb(230, 230, 230);
  65. color: rgb(0, 0, 0);
  66. }
  67. QComboBox QAbstractItemView::item:selected
  68. {
  69. background: rgb(230, 230, 230);
  70. color: rgb(0, 0, 0);
  71. }
  72. QComboBox::down-arrow
  73. {
  74. image: url(:/image/4.png);
  75. }
  76. QComboBox::drop-down
  77. {
  78. background: transparent;
  79. }
  80. </string>
  81. </property>
  82. <item>
  83. <property name="text">
  84. <string>通用转换比例</string>
  85. </property>
  86. </item>
  87. <item>
  88. <property name="text">
  89. <string>RGB</string>
  90. </property>
  91. </item>
  92. <item>
  93. <property name="text">
  94. <string>HSV</string>
  95. </property>
  96. </item>
  97. <item>
  98. <property name="text">
  99. <string>HSI</string>
  100. </property>
  101. </item>
  102. <item>
  103. <property name="text">
  104. <string>YUV</string>
  105. </property>
  106. </item>
  107. </widget>
  108. </item>
  109. <item row="2" column="1">
  110. <widget class="QComboBox" name="comboBox_port">
  111. <property name="minimumSize">
  112. <size>
  113. <width>0</width>
  114. <height>35</height>
  115. </size>
  116. </property>
  117. <property name="styleSheet">
  118. <string notr="true">QComboBox QAbstractItemView
  119. {
  120. border:0px;
  121. outline:none;
  122. color: rgb(0, 0, 0);
  123. background: rgb(255, 255, 255);
  124. }
  125. QComboBox
  126. {
  127. border:0px;
  128. border-bottom:3px solid rgb(33, 150, 243);
  129. background: transparent;
  130. }
  131. QComboBox QAbstractItemView::item
  132. {
  133. height: 35px;
  134. }
  135. QComboBox QAbstractItemView::item:hover
  136. {
  137. background: rgb(230, 230, 230);
  138. color: rgb(0, 0, 0);
  139. }
  140. QComboBox QAbstractItemView::item:selected
  141. {
  142. background: rgb(230, 230, 230);
  143. color: rgb(0, 0, 0);
  144. }
  145. QComboBox::down-arrow
  146. {
  147. image: url(:/image/4.png);
  148. }
  149. QComboBox::drop-down
  150. {
  151. background: transparent;
  152. }
  153. </string>
  154. </property>
  155. <item>
  156. <property name="text">
  157. <string>第一通道</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>第二通道</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>第三通道</string>
  168. </property>
  169. </item>
  170. </widget>
  171. </item>
  172. <item row="2" column="0">
  173. <widget class="QLabel" name="label2">
  174. <property name="maximumSize">
  175. <size>
  176. <width>80</width>
  177. <height>16777215</height>
  178. </size>
  179. </property>
  180. <property name="sizeIncrement">
  181. <size>
  182. <width>80</width>
  183. <height>0</height>
  184. </size>
  185. </property>
  186. <property name="text">
  187. <string>显示通道:</string>
  188. </property>
  189. </widget>
  190. </item>
  191. </layout>
  192. </widget>
  193. <resources/>
  194. <connections/>
  195. </ui>