encoderconfigurationdialog.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SwitchConfigDialog</class>
  4. <widget class="QDialog" name="SwitchConfigDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>207</width>
  10. <height>269</height>
  11. </rect>
  12. </property>
  13. <property name="mouseTracking">
  14. <bool>true</bool>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Switch Configuration</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="QGroupBox" name="groupBox">
  22. <property name="mouseTracking">
  23. <bool>false</bool>
  24. </property>
  25. <property name="title">
  26. <string>Keyboard Settings</string>
  27. </property>
  28. <property name="flat">
  29. <bool>false</bool>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout">
  32. <item row="0" column="1">
  33. <widget class="QCheckBox" name="checkBox">
  34. <property name="text">
  35. <string>Latching</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="3" column="0" colspan="2">
  40. <widget class="QLineEdit" name="lineSwitchKey">
  41. <property name="text">
  42. <string/>
  43. </property>
  44. <property name="placeholderText">
  45. <string>Enter Keystroke</string>
  46. </property>
  47. <property name="clearButtonEnabled">
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="7" column="0">
  53. <widget class="QLabel" name="labelLatch">
  54. <property name="text">
  55. <string>Delay:</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="0" column="0">
  60. <widget class="QCheckBox" name="checkSwitchEnable">
  61. <property name="text">
  62. <string>Enable </string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="8" column="0" colspan="2">
  67. <widget class="QSpinBox" name="spinLatchTime">
  68. <property name="suffix">
  69. <string> seconds</string>
  70. </property>
  71. <property name="maximum">
  72. <number>60</number>
  73. </property>
  74. <property name="singleStep">
  75. <number>1</number>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QGroupBox" name="groupBox_2">
  84. <property name="title">
  85. <string>Wi-Fi Outlet</string>
  86. </property>
  87. <widget class="QCheckBox" name="checkOutletEnable">
  88. <property name="geometry">
  89. <rect>
  90. <x>10</x>
  91. <y>30</y>
  92. <width>92</width>
  93. <height>23</height>
  94. </rect>
  95. </property>
  96. <property name="text">
  97. <string>Enable</string>
  98. </property>
  99. </widget>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QPushButton" name="buttonApply">
  104. <property name="text">
  105. <string>Apply</string>
  106. </property>
  107. </widget>
  108. </item>
  109. </layout>
  110. </widget>
  111. <resources/>
  112. <connections/>
  113. </ui>