ReportException.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ReportException</class>
  4. <widget class="QDialog" name="ReportException">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>419</width>
  10. <height>287</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ReportException</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="img.qrc">
  18. <normaloff>:/icon/resource/todo-line.png</normaloff>:/icon/resource/todo-line.png</iconset>
  19. </property>
  20. <layout class="QGridLayout" name="gridLayout">
  21. <item row="0" column="0">
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout_3">
  25. <item>
  26. <spacer name="horizontalSpacer_3">
  27. <property name="orientation">
  28. <enum>Qt::Horizontal</enum>
  29. </property>
  30. <property name="sizeHint" stdset="0">
  31. <size>
  32. <width>40</width>
  33. <height>20</height>
  34. </size>
  35. </property>
  36. </spacer>
  37. </item>
  38. <item>
  39. <layout class="QVBoxLayout" name="verticalLayout_2">
  40. <item>
  41. <widget class="QCheckBox" name="false_path">
  42. <property name="text">
  43. <string>False Path</string>
  44. </property>
  45. <property name="checked">
  46. <bool>true</bool>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QCheckBox" name="max_delay_path">
  52. <property name="text">
  53. <string>Max Delay Path</string>
  54. </property>
  55. <property name="checked">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QCheckBox" name="mult_cycle_path">
  62. <property name="text">
  63. <string>MultCycle Path</string>
  64. </property>
  65. <property name="checked">
  66. <bool>true</bool>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item>
  73. <spacer name="horizontalSpacer_4">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>40</width>
  80. <height>20</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. </layout>
  86. </item>
  87. <item>
  88. <layout class="QHBoxLayout" name="horizontalLayout">
  89. <item>
  90. <widget class="QLabel" name="label">
  91. <property name="text">
  92. <string>Endpoint Limit</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QLineEdit" name="lineEdit"/>
  98. </item>
  99. </layout>
  100. </item>
  101. <item>
  102. <layout class="QHBoxLayout" name="horizontalLayout_2">
  103. <item>
  104. <spacer name="horizontalSpacer">
  105. <property name="orientation">
  106. <enum>Qt::Horizontal</enum>
  107. </property>
  108. <property name="sizeHint" stdset="0">
  109. <size>
  110. <width>40</width>
  111. <height>20</height>
  112. </size>
  113. </property>
  114. </spacer>
  115. </item>
  116. <item>
  117. <widget class="QPushButton" name="btn_ok">
  118. <property name="text">
  119. <string>OK</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item>
  124. <widget class="QPushButton" name="btn_cancel">
  125. <property name="text">
  126. <string>Cancel</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <spacer name="horizontalSpacer_2">
  132. <property name="orientation">
  133. <enum>Qt::Horizontal</enum>
  134. </property>
  135. <property name="sizeHint" stdset="0">
  136. <size>
  137. <width>40</width>
  138. <height>20</height>
  139. </size>
  140. </property>
  141. </spacer>
  142. </item>
  143. </layout>
  144. </item>
  145. </layout>
  146. </item>
  147. </layout>
  148. </widget>
  149. <resources>
  150. <include location="img.qrc"/>
  151. </resources>
  152. <connections>
  153. <connection>
  154. <sender>btn_cancel</sender>
  155. <signal>clicked()</signal>
  156. <receiver>ReportException</receiver>
  157. <slot>close()</slot>
  158. <hints>
  159. <hint type="sourcelabel">
  160. <x>196</x>
  161. <y>148</y>
  162. </hint>
  163. <hint type="destinationlabel">
  164. <x>155</x>
  165. <y>89</y>
  166. </hint>
  167. </hints>
  168. </connection>
  169. </connections>
  170. </ui>