tao2/progressUI.ui

91 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>336</width>
<height>142</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>50</x>
<y>90</y>
<width>193</width>
<height>28</height>
</rect>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Abort|QDialogButtonBox::Close</set>
</property>
</widget>
<widget class="QProgressBar" name="sc_progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>311</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 14pt &quot;Agency FB&quot;;</string>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="selkeyword_4">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Scraping</string>
</property>
</widget>
<widget class="QProgressBar" name="img_progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>311</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 75 14pt &quot;Agency FB&quot;;</string>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="selkeyword_5">
<property name="geometry">
<rect>
<x>80</x>
<y>50</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Save Image</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>