mainwindowYUAN.ui 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLineEdit" name="lineEdit">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>70</y>
  22. <width>81</width>
  23. <height>25</height>
  24. </rect>
  25. </property>
  26. <property name="autoFillBackground">
  27. <bool>false</bool>
  28. </property>
  29. <property name="inputMethodHints">
  30. <set>Qt::ImhNone</set>
  31. </property>
  32. <property name="text">
  33. <string>方向盘转角</string>
  34. </property>
  35. <property name="readOnly">
  36. <bool>true</bool>
  37. </property>
  38. </widget>
  39. <widget class="QSpinBox" name="EPS_spinBox">
  40. <property name="geometry">
  41. <rect>
  42. <x>100</x>
  43. <y>70</y>
  44. <width>61</width>
  45. <height>26</height>
  46. </rect>
  47. </property>
  48. <property name="minimum">
  49. <number>-430</number>
  50. </property>
  51. <property name="maximum">
  52. <number>430</number>
  53. </property>
  54. <property name="singleStep">
  55. <number>10</number>
  56. </property>
  57. </widget>
  58. </widget>
  59. <widget class="QMenuBar" name="menuBar">
  60. <property name="geometry">
  61. <rect>
  62. <x>0</x>
  63. <y>0</y>
  64. <width>400</width>
  65. <height>22</height>
  66. </rect>
  67. </property>
  68. </widget>
  69. <widget class="QToolBar" name="mainToolBar">
  70. <attribute name="toolBarArea">
  71. <enum>TopToolBarArea</enum>
  72. </attribute>
  73. <attribute name="toolBarBreak">
  74. <bool>false</bool>
  75. </attribute>
  76. </widget>
  77. <widget class="QStatusBar" name="statusBar"/>
  78. </widget>
  79. <layoutdefault spacing="6" margin="11"/>
  80. <resources/>
  81. <connections/>
  82. </ui>