SpeedAdjWnd.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SpeedAdjWnd</class>
  4. <widget class="QWidget" name="SpeedAdjWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>510</width>
  10. <height>68</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>509</width>
  22. <height>108</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="layoutWidget">
  26. <property name="geometry">
  27. <rect>
  28. <x>1</x>
  29. <y>10</y>
  30. <width>508</width>
  31. <height>51</height>
  32. </rect>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="spacing">
  36. <number>3</number>
  37. </property>
  38. <item>
  39. <spacer name="horizontalSpacer_2">
  40. <property name="orientation">
  41. <enum>Qt::Horizontal</enum>
  42. </property>
  43. <property name="sizeType">
  44. <enum>QSizePolicy::Fixed</enum>
  45. </property>
  46. <property name="sizeHint" stdset="0">
  47. <size>
  48. <width>30</width>
  49. <height>20</height>
  50. </size>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item>
  55. <widget class="QLabel" name="speedLabel">
  56. <property name="minimumSize">
  57. <size>
  58. <width>113</width>
  59. <height>0</height>
  60. </size>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <pointsize>16</pointsize>
  65. </font>
  66. </property>
  67. <property name="text">
  68. <string>1</string>
  69. </property>
  70. <property name="alignment">
  71. <set>Qt::AlignCenter</set>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="speedSubBut">
  77. <property name="font">
  78. <font>
  79. <pointsize>16</pointsize>
  80. </font>
  81. </property>
  82. <property name="text">
  83. <string>-</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QLineEdit" name="speedLineEdit">
  89. <property name="font">
  90. <font>
  91. <pointsize>16</pointsize>
  92. </font>
  93. </property>
  94. <property name="alignment">
  95. <set>Qt::AlignCenter</set>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QPushButton" name="speedAddBut">
  101. <property name="font">
  102. <font>
  103. <pointsize>16</pointsize>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>+</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <spacer name="horizontalSpacer">
  113. <property name="orientation">
  114. <enum>Qt::Horizontal</enum>
  115. </property>
  116. <property name="sizeType">
  117. <enum>QSizePolicy::Fixed</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>89</width>
  122. <height>20</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. </layout>
  128. </widget>
  129. </widget>
  130. </widget>
  131. <resources/>
  132. <connections/>
  133. </ui>