encoderconfigurationdialog.ui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>110</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="QFormLayout" name="formLayout">
  23. <item row="0" column="1">
  24. <widget class="QCheckBox" name="checkSwitchEnable">
  25. <property name="text">
  26. <string>Enable</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="1" column="1">
  31. <widget class="QSpinBox" name="spinLatchTime">
  32. <property name="suffix">
  33. <string> sec.</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="0" column="0">
  38. <widget class="QLineEdit" name="lineSwitchKey">
  39. <property name="text">
  40. <string/>
  41. </property>
  42. <property name="placeholderText">
  43. <string>Enter Keystroke</string>
  44. </property>
  45. <property name="clearButtonEnabled">
  46. <bool>true</bool>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="1" column="0">
  51. <widget class="QLabel" name="labelLatch">
  52. <property name="text">
  53. <string>Latching Delay:</string>
  54. </property>
  55. </widget>
  56. </item>
  57. </layout>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. <resources/>
  63. <connections/>
  64. </ui>