mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-08 01:33:35 +01:00
31 lines
694 B
XML
31 lines
694 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ostLog</class>
|
|
<widget class="QDockWidget" name="ostLog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>338</width>
|
|
<height>474</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Logs</string>
|
|
</property>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QPlainTextEdit" name="logText">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|