forked from LBRYCommunity/lbry-sdk
37 lines
844 B
Text
37 lines
844 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>OutputDock</class>
|
||
|
<widget class="QDockWidget" name="OutputDock">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>700</width>
|
||
|
<height>397</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="floating">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="features">
|
||
|
<set>QDockWidget::AllDockWidgetFeatures</set>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Output</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="dockWidgetContents">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QTextEdit" name="textEdit">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|