ScreenTranslator/SelectionDialog.ui

44 lines
988 B
Plaintext
Raw Normal View History

2013-11-23 13:48:34 +07:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SelectionDialog</class>
<widget class="QDialog" name="SelectionDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QGridLayout" name="gridLayout">
2013-11-24 20:15:20 +07:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2013-11-23 13:48:34 +07:00
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
2013-11-24 20:15:20 +07:00
<property name="cursor">
<cursorShape>CrossCursor</cursorShape>
</property>
2013-11-23 13:48:34 +07:00
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>