dialogsetvel.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSetVel</class>
  4. <widget class="QDialog" name="DialogSetVel">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>586</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QComboBox" name="comboBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>70</x>
  20. <y>40</y>
  21. <width>181</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLineEdit" name="lineEdit_SpeedMode">
  27. <property name="geometry">
  28. <rect>
  29. <x>154</x>
  30. <y>120</y>
  31. <width>121</width>
  32. <height>41</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QLineEdit" name="lineEdit_Vel">
  37. <property name="geometry">
  38. <rect>
  39. <x>420</x>
  40. <y>120</y>
  41. <width>121</width>
  42. <height>41</height>
  43. </rect>
  44. </property>
  45. </widget>
  46. <widget class="QLabel" name="label">
  47. <property name="geometry">
  48. <rect>
  49. <x>30</x>
  50. <y>120</y>
  51. <width>111</width>
  52. <height>41</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string>Speed Mode</string>
  57. </property>
  58. </widget>
  59. <widget class="QLabel" name="label_2">
  60. <property name="geometry">
  61. <rect>
  62. <x>320</x>
  63. <y>120</y>
  64. <width>111</width>
  65. <height>41</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Vel(km/h)</string>
  70. </property>
  71. </widget>
  72. <widget class="QPushButton" name="pushButton_Add">
  73. <property name="geometry">
  74. <rect>
  75. <x>60</x>
  76. <y>220</y>
  77. <width>121</width>
  78. <height>51</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Add</string>
  83. </property>
  84. </widget>
  85. <widget class="QPushButton" name="pushButton_Del">
  86. <property name="geometry">
  87. <rect>
  88. <x>236</x>
  89. <y>220</y>
  90. <width>121</width>
  91. <height>51</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>Del</string>
  96. </property>
  97. </widget>
  98. <widget class="QPushButton" name="pushButton_Change">
  99. <property name="geometry">
  100. <rect>
  101. <x>405</x>
  102. <y>220</y>
  103. <width>121</width>
  104. <height>51</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>Change</string>
  109. </property>
  110. </widget>
  111. </widget>
  112. <resources/>
  113. <connections/>
  114. </ui>