debugconsole.ui 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DebugConsole</class>
  4. <widget class="QWidget" name="DebugConsole">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>710</width>
  10. <height>50</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>500</width>
  16. <height>50</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="0" column="0">
  24. <widget class="QTextEdit" name="console">
  25. <property name="readOnly">
  26. <bool>true</bool>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="0" column="1">
  31. <widget class="QPushButton" name="stepButton">
  32. <property name="text">
  33. <string>Step</string>
  34. </property>
  35. </widget>
  36. </item>
  37. </layout>
  38. </widget>
  39. <resources/>
  40. <connections/>
  41. </ui>