configure_debug.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureDebug</class>
  4. <widget class="QWidget" name="ConfigureDebug">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_3">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox">
  21. <property name="title">
  22. <string>GDB</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_2">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_3">
  27. <item>
  28. <widget class="QCheckBox" name="toggle_gdbstub">
  29. <property name="text">
  30. <string>Enable GDB Stub</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <spacer name="horizontalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Horizontal</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>40</width>
  42. <height>20</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="label">
  49. <property name="text">
  50. <string>Port:</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QSpinBox" name="gdbport_spinbox">
  56. <property name="maximum">
  57. <number>65536</number>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </item>
  63. </layout>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <spacer name="verticalSpacer">
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>20</width>
  76. <height>40</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. </layout>
  82. </widget>
  83. <resources/>
  84. <connections>
  85. <connection>
  86. <sender>toggle_gdbstub</sender>
  87. <signal>toggled(bool)</signal>
  88. <receiver>gdbport_spinbox</receiver>
  89. <slot>setEnabled(bool)</slot>
  90. <hints>
  91. <hint type="sourcelabel">
  92. <x>84</x>
  93. <y>157</y>
  94. </hint>
  95. <hint type="destinationlabel">
  96. <x>342</x>
  97. <y>158</y>
  98. </hint>
  99. </hints>
  100. </connection>
  101. </connections>
  102. </ui>