mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-03 22:50:30 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3967 e7d03fd6-7b0d-0410-9947-9c21f3af8025
96 lines
2.1 KiB
XML
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>
|