dialogaddroadfromrtk.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogAddRoadFromRTK</class>
  4. <widget class="QDialog" name="DialogAddRoadFromRTK">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>832</width>
  10. <height>676</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton_LoadData">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>40</y>
  21. <width>131</width>
  22. <height>25</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Load Data</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="pushButton_CreateRoad">
  30. <property name="geometry">
  31. <rect>
  32. <x>30</x>
  33. <y>100</y>
  34. <width>131</width>
  35. <height>25</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Create Road</string>
  40. </property>
  41. </widget>
  42. <widget class="QPlainTextEdit" name="plainTextEdit">
  43. <property name="geometry">
  44. <rect>
  45. <x>200</x>
  46. <y>20</y>
  47. <width>591</width>
  48. <height>171</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QPushButton" name="pushButton_Tranfer">
  53. <property name="geometry">
  54. <rect>
  55. <x>660</x>
  56. <y>250</y>
  57. <width>89</width>
  58. <height>25</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>Transfer</string>
  63. </property>
  64. </widget>
  65. <widget class="QLabel" name="label">
  66. <property name="geometry">
  67. <rect>
  68. <x>33</x>
  69. <y>240</y>
  70. <width>110</width>
  71. <height>31</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>Base Road</string>
  76. </property>
  77. </widget>
  78. <widget class="QComboBox" name="comboBox_Road">
  79. <property name="geometry">
  80. <rect>
  81. <x>140</x>
  82. <y>240</y>
  83. <width>201</width>
  84. <height>41</height>
  85. </rect>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="label_2">
  89. <property name="geometry">
  90. <rect>
  91. <x>380</x>
  92. <y>240</y>
  93. <width>81</width>
  94. <height>31</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>Ratio</string>
  99. </property>
  100. </widget>
  101. <widget class="QLineEdit" name="lineEdit_ratio">
  102. <property name="geometry">
  103. <rect>
  104. <x>490</x>
  105. <y>240</y>
  106. <width>131</width>
  107. <height>41</height>
  108. </rect>
  109. </property>
  110. </widget>
  111. <widget class="QComboBox" name="comboBox_Road1">
  112. <property name="geometry">
  113. <rect>
  114. <x>150</x>
  115. <y>350</y>
  116. <width>191</width>
  117. <height>41</height>
  118. </rect>
  119. </property>
  120. </widget>
  121. <widget class="QComboBox" name="comboBox_Road2">
  122. <property name="geometry">
  123. <rect>
  124. <x>490</x>
  125. <y>350</y>
  126. <width>161</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. </widget>
  131. <widget class="QLabel" name="label_3">
  132. <property name="geometry">
  133. <rect>
  134. <x>50</x>
  135. <y>350</y>
  136. <width>131</width>
  137. <height>31</height>
  138. </rect>
  139. </property>
  140. <property name="text">
  141. <string>Road1</string>
  142. </property>
  143. </widget>
  144. <widget class="QLabel" name="label_4">
  145. <property name="geometry">
  146. <rect>
  147. <x>390</x>
  148. <y>350</y>
  149. <width>131</width>
  150. <height>31</height>
  151. </rect>
  152. </property>
  153. <property name="text">
  154. <string>Road2</string>
  155. </property>
  156. </widget>
  157. <widget class="QPushButton" name="pushButton_From2Road">
  158. <property name="geometry">
  159. <rect>
  160. <x>700</x>
  161. <y>360</y>
  162. <width>101</width>
  163. <height>25</height>
  164. </rect>
  165. </property>
  166. <property name="text">
  167. <string>Create Data</string>
  168. </property>
  169. </widget>
  170. </widget>
  171. <resources/>
  172. <connections/>
  173. </ui>