encoderconfigurationdialog.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>222</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="0" column="1">
  24. <widget class="QCheckBox" name="checkBox">
  25. <property name="text">
  26. <string>Latching</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="3" column="0" colspan="2">
  31. <widget class="QLineEdit" name="lineSwitchKey">
  32. <property name="text">
  33. <string/>
  34. </property>
  35. <property name="placeholderText">
  36. <string>Enter Keystroke</string>
  37. </property>
  38. <property name="clearButtonEnabled">
  39. <bool>true</bool>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="9" 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="7" column="0">
  51. <widget class="QLabel" name="labelLatch">
  52. <property name="text">
  53. <string>Delay:</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="0" column="0">
  58. <widget class="QCheckBox" name="checkSwitchEnable">
  59. <property name="text">
  60. <string>Enable </string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="8" column="0" colspan="2">
  65. <widget class="QSpinBox" name="spinLatchTime">
  66. <property name="suffix">
  67. <string> seconds</string>
  68. </property>
  69. <property name="maximum">
  70. <number>60</number>
  71. </property>
  72. <property name="singleStep">
  73. <number>1</number>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </widget>
  79. </item>
  80. </layout>
  81. </widget>
  82. <resources/>
  83. <connections/>
  84. </ui>