49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ExtraWindow</class>
|
||
|
<widget class="QDialog" name="ExtraWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizeGripEnabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="display">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>16</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="contextMenuPolicy">
|
||
|
<enum>Qt::CustomContextMenu</enum>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignTop</set>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="textInteractionFlags">
|
||
|
<set>Qt::TextSelectableByMouse</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|