QGIS/plugins/spit/qgsscangeometries.ui
gsherman fcf4f353bb Merged changes from the 0.6.0 release branch
git-svn-id: http://svn.osgeo.org/qgis/trunk@2526 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-12-20 07:13:35 +00:00

53 lines
1.5 KiB
XML

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>QgsScanGeometries</class>
<widget class="QDialog">
<property name="name">
<cstring>QgsScanGeometries</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>239</width>
<height>86</height>
</rect>
</property>
<property name="caption">
<string>Scanning Geometries</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>lblFileInfo</cstring>
</property>
<property name="text">
<string>textLabel1</string>
</property>
</widget>
<widget class="QProgressBar" row="1" column="0">
<property name="name">
<cstring>progressBar1</cstring>
</property>
<property name="totalSteps">
<number>0</number>
</property>
</widget>
</grid>
</widget>
<includes>
<include location="local" impldecl="in implementation">qgsscangeometries.ui.h</include>
</includes>
<slots>
<slot>setFileInfo( QString info )</slot>
<slot>setStatus( int status )</slot>
<slot>timerFired()</slot>
</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>