You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI/GloSC/UWPSelectDialog.ui

72 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UWPSelectDialog</class>
<widget class="QDialog" name="UWPSelectDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>666</width>
<height>421</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>666</width>
<height>421</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>666</width>
<height>420</height>
</size>
</property>
<property name="windowTitle">
<string>Select UWP-App</string>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>666</width>
<height>381</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 8pt &quot;MS Shell Dlg 2&quot;;</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>490</x>
<y>390</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>580</x>
<y>390</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>