nextcloud-desktop/shell_integration/testclient/window.ui
2014-07-02 10:10:32 +02:00

31 lines
688 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Window</class>
<widget class="QWidget" name="Window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>SocketAPI Test Client</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="inputEdit">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="outputs"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>