mainwindow.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPlainTextEdit" name="plainTextEdit_log">
  18. <property name="geometry">
  19. <rect>
  20. <x>40</x>
  21. <y>230</y>
  22. <width>611</width>
  23. <height>251</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QLabel" name="label">
  28. <property name="geometry">
  29. <rect>
  30. <x>50</x>
  31. <y>20</y>
  32. <width>141</width>
  33. <height>17</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>Vehicle Type:</string>
  38. </property>
  39. </widget>
  40. <widget class="QLabel" name="label_2">
  41. <property name="geometry">
  42. <rect>
  43. <x>50</x>
  44. <y>60</y>
  45. <width>141</width>
  46. <height>17</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Version:</string>
  51. </property>
  52. </widget>
  53. <widget class="QLabel" name="label_3">
  54. <property name="geometry">
  55. <rect>
  56. <x>50</x>
  57. <y>100</y>
  58. <width>141</width>
  59. <height>17</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>File Path:</string>
  64. </property>
  65. </widget>
  66. <widget class="QLineEdit" name="lineEdit_Version">
  67. <property name="geometry">
  68. <rect>
  69. <x>250</x>
  70. <y>60</y>
  71. <width>211</width>
  72. <height>25</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="lineEdit_FilePath">
  77. <property name="geometry">
  78. <rect>
  79. <x>251</x>
  80. <y>100</y>
  81. <width>471</width>
  82. <height>25</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QComboBox" name="comboBox_VehicleType">
  87. <property name="geometry">
  88. <rect>
  89. <x>250</x>
  90. <y>17</y>
  91. <width>211</width>
  92. <height>25</height>
  93. </rect>
  94. </property>
  95. </widget>
  96. </widget>
  97. <widget class="QMenuBar" name="menubar">
  98. <property name="geometry">
  99. <rect>
  100. <x>0</x>
  101. <y>0</y>
  102. <width>800</width>
  103. <height>28</height>
  104. </rect>
  105. </property>
  106. <widget class="QMenu" name="menuFile">
  107. <property name="title">
  108. <string>File</string>
  109. </property>
  110. <addaction name="actionAdd"/>
  111. <addaction name="actionAdd_Vehicle"/>
  112. </widget>
  113. <addaction name="menuFile"/>
  114. </widget>
  115. <widget class="QStatusBar" name="statusbar"/>
  116. <action name="actionAdd">
  117. <property name="text">
  118. <string>Sel File</string>
  119. </property>
  120. </action>
  121. <action name="actionAdd_Vehicle">
  122. <property name="text">
  123. <string>Add Vehicle</string>
  124. </property>
  125. </action>
  126. </widget>
  127. <resources/>
  128. <connections/>
  129. </ui>