Files
gcs-nf/opmap/mapwidget/mapripform.ui
T
2022-07-29 01:43:16 +08:00

72 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MapRipForm</class>
<widget class="QWidget" name="MapRipForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>506</width>
<height>150</height>
</rect>
</property>
<property name="windowTitle">
<string>MapRipper</string>
</property>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>481</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="mainlabel">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>481</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Currently ripping from:</string>
</property>
</widget>
<widget class="QLabel" name="statuslabel">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>341</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Downloading tile</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>220</x>
<y>100</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>