encoderconfigurationdialog.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>217</width>
  10. <height>190</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Switch Configuration:</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="1" column="0" colspan="2">
  24. <widget class="QLineEdit" name="lineSwitchKey">
  25. <property name="text">
  26. <string/>
  27. </property>
  28. <property name="placeholderText">
  29. <string>Enter Keystroke</string>
  30. </property>
  31. <property name="clearButtonEnabled">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="2" column="0">
  37. <widget class="QLabel" name="labelLatch">
  38. <property name="text">
  39. <string>Latching Delay:</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="4" column="1">
  44. <widget class="QPushButton" name="buttonApply">
  45. <property name="text">
  46. <string>Apply</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="0" column="0" colspan="2">
  51. <widget class="QCheckBox" name="checkSwitchEnable">
  52. <property name="text">
  53. <string>Enable Switch</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="3" column="0" colspan="2">
  58. <widget class="QSpinBox" name="spinLatchTime">
  59. <property name="suffix">
  60. <string> seconds</string>
  61. </property>
  62. <property name="maximum">
  63. <number>60</number>
  64. </property>
  65. <property name="singleStep">
  66. <number>1</number>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. </item>
  73. </layout>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>