dialogroadpriority.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogRoadPriority</class>
  4. <widget class="QDialog" name="DialogRoadPriority">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>583</width>
  10. <height>344</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>70</x>
  20. <y>56</y>
  21. <width>67</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Road</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_3">
  30. <property name="geometry">
  31. <rect>
  32. <x>70</x>
  33. <y>180</y>
  34. <width>101</width>
  35. <height>21</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Priority</string>
  40. </property>
  41. </widget>
  42. <widget class="QComboBox" name="comboBox_Road">
  43. <property name="geometry">
  44. <rect>
  45. <x>210</x>
  46. <y>50</y>
  47. <width>231</width>
  48. <height>41</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QPushButton" name="pushButton_Change">
  53. <property name="geometry">
  54. <rect>
  55. <x>420</x>
  56. <y>250</y>
  57. <width>71</width>
  58. <height>41</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>Change</string>
  63. </property>
  64. </widget>
  65. <widget class="QPushButton" name="pushButton_Delete">
  66. <property name="geometry">
  67. <rect>
  68. <x>246</x>
  69. <y>250</y>
  70. <width>89</width>
  71. <height>41</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>Delete</string>
  76. </property>
  77. </widget>
  78. <widget class="QLabel" name="label_2">
  79. <property name="geometry">
  80. <rect>
  81. <x>212</x>
  82. <y>110</y>
  83. <width>70</width>
  84. <height>31</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>Length</string>
  89. </property>
  90. </widget>
  91. <widget class="QPushButton" name="pushButton_Add">
  92. <property name="geometry">
  93. <rect>
  94. <x>70</x>
  95. <y>250</y>
  96. <width>89</width>
  97. <height>41</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>Add</string>
  102. </property>
  103. </widget>
  104. <widget class="QLineEdit" name="lineEdit_RoadLen">
  105. <property name="geometry">
  106. <rect>
  107. <x>310</x>
  108. <y>104</y>
  109. <width>113</width>
  110. <height>41</height>
  111. </rect>
  112. </property>
  113. </widget>
  114. <widget class="QLineEdit" name="lineEdit_Priority">
  115. <property name="geometry">
  116. <rect>
  117. <x>200</x>
  118. <y>170</y>
  119. <width>141</width>
  120. <height>41</height>
  121. </rect>
  122. </property>
  123. </widget>
  124. </widget>
  125. <resources/>
  126. <connections/>
  127. </ui>