consoledialog.ui 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConsoleDialog</class>
  4. <widget class="QDialog" name="ConsoleDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>721</width>
  10. <height>836</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QTextEdit" name="consoleText">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>60</y>
  21. <width>661</width>
  22. <height>721</height>
  23. </rect>
  24. </property>
  25. <property name="readOnly">
  26. <bool>false</bool>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="consoleTitle">
  30. <property name="geometry">
  31. <rect>
  32. <x>300</x>
  33. <y>20</y>
  34. <width>51</width>
  35. <height>18</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Console</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="closeConsole">
  43. <property name="geometry">
  44. <rect>
  45. <x>600</x>
  46. <y>800</y>
  47. <width>80</width>
  48. <height>26</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>Close</string>
  53. </property>
  54. </widget>
  55. </widget>
  56. <resources/>
  57. <connections/>
  58. </ui>