linkchecker/linkcheck/gui/ui/progress.ui
2009-02-18 23:14:03 +00:00

96 lines
2.1 KiB
XML

<ui version="4.0" >
<class>ProgressDialog</class>
<widget class="QDialog" name="ProgressDialog" >
<property name="windowModality" >
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>505</width>
<height>232</height>
</rect>
</property>
<property name="windowTitle" >
<string>LinkChecker progress</string>
</property>
<widget class="QPushButton" name="cancelButton" >
<property name="geometry" >
<rect>
<x>390</x>
<y>190</y>
<width>75</width>
<height>27</height>
</rect>
</property>
<property name="text" >
<string>Cancel</string>
</property>
</widget>
<widget class="QFrame" name="frame" >
<property name="geometry" >
<rect>
<x>40</x>
<y>20</y>
<width>451</width>
<height>161</height>
</rect>
</property>
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Raised</enum>
</property>
<widget class="QProgressBar" name="progressBar" >
<property name="geometry" >
<rect>
<x>30</x>
<y>120</y>
<width>391</width>
<height>23</height>
</rect>
</property>
<property name="value" >
<number>24</number>
</property>
</widget>
<widget class="QScrollArea" name="scrollArea" >
<property name="geometry" >
<rect>
<x>30</x>
<y>10</y>
<width>391</width>
<height>94</height>
</rect>
</property>
<property name="widgetResizable" >
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>387</width>
<height>90</height>
</rect>
</property>
<widget class="QTextBrowser" name="textBrowser" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>391</width>
<height>94</height>
</rect>
</property>
</widget>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>