SpeedAdjWnd.ui 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SpeedAdjWnd</class>
  4. <widget class="QMainWindow" name="SpeedAdjWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>429</width>
  10. <height>51</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QWidget" name="">
  18. <property name="geometry">
  19. <rect>
  20. <x>1</x>
  21. <y>10</y>
  22. <width>421</width>
  23. <height>37</height>
  24. </rect>
  25. </property>
  26. <layout class="QHBoxLayout" name="horizontalLayout">
  27. <item>
  28. <widget class="QLabel" name="speedLabel_1">
  29. <property name="minimumSize">
  30. <size>
  31. <width>88</width>
  32. <height>0</height>
  33. </size>
  34. </property>
  35. <property name="font">
  36. <font>
  37. <pointsize>16</pointsize>
  38. </font>
  39. </property>
  40. <property name="text">
  41. <string>1</string>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignCenter</set>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QPushButton" name="speedSubBut_1">
  50. <property name="font">
  51. <font>
  52. <pointsize>16</pointsize>
  53. </font>
  54. </property>
  55. <property name="text">
  56. <string>-</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QLineEdit" name="lineEdit">
  62. <property name="font">
  63. <font>
  64. <pointsize>16</pointsize>
  65. </font>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QPushButton" name="speedAddBut_1">
  71. <property name="font">
  72. <font>
  73. <pointsize>16</pointsize>
  74. </font>
  75. </property>
  76. <property name="text">
  77. <string>+</string>
  78. </property>
  79. </widget>
  80. </item>
  81. </layout>
  82. </widget>
  83. </widget>
  84. </widget>
  85. <resources/>
  86. <connections/>
  87. </ui>