mirror of https://github.com/JakubMelka/PDF4QT.git
21 lines
453 B
XML
21 lines
453 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>LaunchDialog</class>
|
|
<widget class="QDialog" name="LaunchDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>525</width>
|
|
<height>272</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Launch Application</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|