adaptiveswitchconfigdialog.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>560</width>
  10. <height>662</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>500</height>
  29. </size>
  30. </property>
  31. <property name="title">
  32. <string>Adaptive Switch Settings</string>
  33. </property>
  34. <property name="alignment">
  35. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  36. </property>
  37. <property name="flat">
  38. <bool>false</bool>
  39. </property>
  40. <property name="checkable">
  41. <bool>false</bool>
  42. </property>
  43. <layout class="QVBoxLayout" name="verticalLayout">
  44. <item>
  45. <widget class="QCheckBox" name="checkBox">
  46. <property name="text">
  47. <string>Enable / Disable</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QRadioButton" name="radioButton_4">
  53. <property name="text">
  54. <string>Sip + Puff</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QRadioButton" name="radioButton_3">
  60. <property name="text">
  61. <string>Gesture</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QRadioButton" name="radioButton">
  67. <property name="text">
  68. <string>Significant Motion</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QRadioButton" name="radioButton_2">
  74. <property name="text">
  75. <string>Tilt</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QRadioButton" name="radioButton_5">
  81. <property name="text">
  82. <string>Engineering Interface</string>
  83. </property>
  84. </widget>
  85. </item>
  86. </layout>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QGroupBox" name="groupBox_2">
  91. <property name="title">
  92. <string>Parameters</string>
  93. </property>
  94. <layout class="QGridLayout" name="gridLayout">
  95. <item row="1" column="1">
  96. <widget class="QPushButton" name="pushButton">
  97. <property name="text">
  98. <string>Send Configuration</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="1" column="0">
  103. <spacer name="horizontalSpacer">
  104. <property name="orientation">
  105. <enum>Qt::Horizontal</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>40</width>
  110. <height>20</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. <item row="0" column="0" colspan="2">
  116. <widget class="QTextBrowser" name="textBrowser"/>
  117. </item>
  118. </layout>
  119. </widget>
  120. </item>
  121. </layout>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>