nextcloud-desktop/shell_integration/testclient/window.ui

32 lines
688 B
Text
Raw Normal View History

2014-07-02 12:10:22 +04:00
<?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>