configure_input_simple.ui 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureInputSimple</class>
  4. <widget class="QWidget" name="ConfigureInputSimple">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>473</width>
  10. <height>685</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ConfigureInputSimple</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_5">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="QGroupBox" name="gridGroupBox">
  21. <property name="title">
  22. <string>Profile</string>
  23. </property>
  24. <layout class="QGridLayout" name="gridLayout">
  25. <item row="1" column="2">
  26. <widget class="QPushButton" name="profile_configure">
  27. <property name="text">
  28. <string>Configure</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="1" column="0">
  33. <spacer name="horizontalSpacer">
  34. <property name="orientation">
  35. <enum>Qt::Horizontal</enum>
  36. </property>
  37. <property name="sizeHint" stdset="0">
  38. <size>
  39. <width>40</width>
  40. <height>20</height>
  41. </size>
  42. </property>
  43. </spacer>
  44. </item>
  45. <item row="1" column="3">
  46. <spacer name="horizontalSpacer_2">
  47. <property name="orientation">
  48. <enum>Qt::Horizontal</enum>
  49. </property>
  50. <property name="sizeHint" stdset="0">
  51. <size>
  52. <width>40</width>
  53. <height>20</height>
  54. </size>
  55. </property>
  56. </spacer>
  57. </item>
  58. <item row="1" column="1">
  59. <widget class="QComboBox" name="profile_combobox">
  60. <property name="minimumSize">
  61. <size>
  62. <width>250</width>
  63. <height>0</height>
  64. </size>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="1" colspan="2">
  69. <widget class="QLabel" name="label">
  70. <property name="text">
  71. <string>Choose a controller configuration:</string>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. </item>
  78. </layout>
  79. </item>
  80. <item>
  81. <spacer name="verticalSpacer">
  82. <property name="orientation">
  83. <enum>Qt::Vertical</enum>
  84. </property>
  85. <property name="sizeHint" stdset="0">
  86. <size>
  87. <width>20</width>
  88. <height>40</height>
  89. </size>
  90. </property>
  91. </spacer>
  92. </item>
  93. </layout>
  94. </widget>
  95. <resources/>
  96. <connections/>
  97. </ui>