consoledialog.ui 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. <property name="windowIcon">
  17. <iconset resource="kres.qrc">
  18. <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
  19. </property>
  20. <widget class="QTextEdit" name="consoleText">
  21. <property name="geometry">
  22. <rect>
  23. <x>30</x>
  24. <y>60</y>
  25. <width>661</width>
  26. <height>721</height>
  27. </rect>
  28. </property>
  29. <property name="styleSheet">
  30. <string notr="true">color: rgb(38, 255, 0);</string>
  31. </property>
  32. <property name="readOnly">
  33. <bool>false</bool>
  34. </property>
  35. </widget>
  36. <widget class="QLabel" name="consoleTitle">
  37. <property name="geometry">
  38. <rect>
  39. <x>300</x>
  40. <y>20</y>
  41. <width>71</width>
  42. <height>18</height>
  43. </rect>
  44. </property>
  45. <property name="text">
  46. <string>Console</string>
  47. </property>
  48. </widget>
  49. <widget class="QPushButton" name="closeConsole">
  50. <property name="geometry">
  51. <rect>
  52. <x>600</x>
  53. <y>800</y>
  54. <width>80</width>
  55. <height>26</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>Close</string>
  60. </property>
  61. </widget>
  62. </widget>
  63. <resources>
  64. <include location="kres.qrc"/>
  65. </resources>
  66. <connections/>
  67. </ui>