dialogroadoptimize.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogRoadOptimize</class>
  4. <widget class="QDialog" name="DialogRoadOptimize">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>785</width>
  10. <height>696</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>50</x>
  20. <y>20</y>
  21. <width>171</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Road Quality:</string>
  27. </property>
  28. </widget>
  29. <widget class="QPlainTextEdit" name="plainTextEdit">
  30. <property name="geometry">
  31. <rect>
  32. <x>40</x>
  33. <y>70</y>
  34. <width>711</width>
  35. <height>251</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="pushButton_Optimize">
  40. <property name="geometry">
  41. <rect>
  42. <x>600</x>
  43. <y>478</y>
  44. <width>151</width>
  45. <height>41</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>Optimize</string>
  50. </property>
  51. </widget>
  52. <widget class="QLineEdit" name="lineEdit_disthresh">
  53. <property name="geometry">
  54. <rect>
  55. <x>220</x>
  56. <y>340</y>
  57. <width>141</width>
  58. <height>41</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="label_2">
  63. <property name="geometry">
  64. <rect>
  65. <x>40</x>
  66. <y>342</y>
  67. <width>161</width>
  68. <height>41</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>距离阈值</string>
  73. </property>
  74. </widget>
  75. <widget class="QLabel" name="label_3">
  76. <property name="geometry">
  77. <rect>
  78. <x>430</x>
  79. <y>342</y>
  80. <width>161</width>
  81. <height>41</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>航向阈值(弧度)</string>
  86. </property>
  87. </widget>
  88. <widget class="QLineEdit" name="lineEdit_hdgthresh">
  89. <property name="geometry">
  90. <rect>
  91. <x>610</x>
  92. <y>340</y>
  93. <width>141</width>
  94. <height>41</height>
  95. </rect>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="label_4">
  99. <property name="geometry">
  100. <rect>
  101. <x>40</x>
  102. <y>412</y>
  103. <width>161</width>
  104. <height>41</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>直线贝塞尔最大值</string>
  109. </property>
  110. </widget>
  111. <widget class="QLineEdit" name="lineEdit_linebezel">
  112. <property name="geometry">
  113. <rect>
  114. <x>220</x>
  115. <y>410</y>
  116. <width>141</width>
  117. <height>41</height>
  118. </rect>
  119. </property>
  120. </widget>
  121. <widget class="QLabel" name="label_5">
  122. <property name="geometry">
  123. <rect>
  124. <x>430</x>
  125. <y>412</y>
  126. <width>161</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>圆弧贝塞尔最大值</string>
  132. </property>
  133. </widget>
  134. <widget class="QLineEdit" name="lineEdit_arcbezel">
  135. <property name="geometry">
  136. <rect>
  137. <x>610</x>
  138. <y>410</y>
  139. <width>141</width>
  140. <height>41</height>
  141. </rect>
  142. </property>
  143. </widget>
  144. <widget class="QLineEdit" name="lineEdit_roadoffthresh">
  145. <property name="geometry">
  146. <rect>
  147. <x>220</x>
  148. <y>478</y>
  149. <width>141</width>
  150. <height>41</height>
  151. </rect>
  152. </property>
  153. </widget>
  154. <widget class="QLabel" name="label_6">
  155. <property name="geometry">
  156. <rect>
  157. <x>40</x>
  158. <y>480</y>
  159. <width>161</width>
  160. <height>41</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>道路偏离允许值</string>
  165. </property>
  166. </widget>
  167. <widget class="QPlainTextEdit" name="plainTextEdit_Optimizeres">
  168. <property name="geometry">
  169. <rect>
  170. <x>40</x>
  171. <y>540</y>
  172. <width>711</width>
  173. <height>131</height>
  174. </rect>
  175. </property>
  176. </widget>
  177. </widget>
  178. <resources/>
  179. <connections/>
  180. </ui>