dialogsubmitresponsedetail.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSubmitResponseDetail</class>
  4. <widget class="QDialog" name="DialogSubmitResponseDetail">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>475</width>
  10. <height>319</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>475</width>
  16. <height>319</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>475</width>
  22. <height>319</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>详细信息</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <layout class="QGridLayout" name="gridLayout">
  31. <item row="1" column="1">
  32. <widget class="QLabel" name="labelTotalInvalid">
  33. <property name="text">
  34. <string>TextLabel</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="0" column="1">
  39. <widget class="QLabel" name="labelTotalValid">
  40. <property name="text">
  41. <string>TextLabel</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="1" column="3">
  46. <widget class="QLabel" name="labelTime">
  47. <property name="text">
  48. <string>TextLabel</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="0" column="3">
  53. <widget class="QLabel" name="labelDate">
  54. <property name="text">
  55. <string>TextLabel</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="0" column="2">
  60. <widget class="QLabel" name="label">
  61. <property name="text">
  62. <string>提交日期:</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="0">
  67. <widget class="QLabel" name="label_9">
  68. <property name="text">
  69. <string>有效号码总数:</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="1" column="0">
  74. <widget class="QLabel" name="label_6">
  75. <property name="text">
  76. <string>无效号码总数:</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="2" column="0">
  81. <widget class="QLabel" name="label_11">
  82. <property name="text">
  83. <string>限制号码总数:</string>
  84. </property>
  85. <property name="alignment">
  86. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="1" column="2">
  91. <widget class="QLabel" name="label_3">
  92. <property name="text">
  93. <string>提交时间:</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="2" column="1">
  98. <widget class="QLabel" name="labelBlack">
  99. <property name="text">
  100. <string>TextLabel</string>
  101. </property>
  102. <property name="alignment">
  103. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="2" column="2">
  108. <widget class="QLabel" name="label_8">
  109. <property name="text">
  110. <string>返回结果:</string>
  111. </property>
  112. <property name="alignment">
  113. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="2" column="3">
  118. <widget class="QLabel" name="labelResult">
  119. <property name="sizePolicy">
  120. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  121. <horstretch>0</horstretch>
  122. <verstretch>0</verstretch>
  123. </sizepolicy>
  124. </property>
  125. <property name="text">
  126. <string>TextLabel</string>
  127. </property>
  128. <property name="alignment">
  129. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  130. </property>
  131. <property name="wordWrap">
  132. <bool>true</bool>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </item>
  138. <item>
  139. <widget class="QLabel" name="labelRemark">
  140. <property name="text">
  141. <string>被过滤的号码:</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item>
  146. <widget class="QTextBrowser" name="textBrowser"/>
  147. </item>
  148. <item>
  149. <widget class="QDialogButtonBox" name="buttonBox">
  150. <property name="orientation">
  151. <enum>Qt::Horizontal</enum>
  152. </property>
  153. <property name="standardButtons">
  154. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  155. </property>
  156. </widget>
  157. </item>
  158. </layout>
  159. </widget>
  160. <resources/>
  161. <connections>
  162. <connection>
  163. <sender>buttonBox</sender>
  164. <signal>rejected()</signal>
  165. <receiver>DialogSubmitResponseDetail</receiver>
  166. <slot>reject()</slot>
  167. <hints>
  168. <hint type="sourcelabel">
  169. <x>316</x>
  170. <y>260</y>
  171. </hint>
  172. <hint type="destinationlabel">
  173. <x>286</x>
  174. <y>274</y>
  175. </hint>
  176. </hints>
  177. </connection>
  178. </connections>
  179. </ui>