18 lines
380 B
Plaintext
18 lines
380 B
Plaintext
|
<ui version="4.0">
|
||
|
<class>TextEditor</class>
|
||
|
<widget class="QDockWidget" name="TextEditor">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>DockWidget</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="dockWidgetContents"/>
|
||
|
</widget>
|
||
|
</ui>
|