1
0
Fork 0
mirror of synced 2024-07-03 21:51:10 +12:00
Rare/rare/ui/components/dialogs/launch_dialog.ui
2023-02-20 14:58:01 +02:00

54 lines
1.2 KiB
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>400</width>
<height>160</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>160</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>160</height>
</size>
</property>
<property name="windowTitle">
<string>Launching Rare</string>
</property>
<layout class="QVBoxLayout" name="launch_layout">
<item>
<widget class="QLabel" name="title_label">
<property name="text">
<string>&lt;h2&gt;Launching Rare&lt;/h2&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progress_bar">
<property name="value">
<number>0</number>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>