QGIS/tools/spit/qgsmessageviewerbase.ui
rawbytes 71d0717c7d adde message viewer base ui
git-svn-id: http://svn.osgeo.org/qgis/trunk@345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2003-12-24 03:06:14 +00:00

90 lines
2.6 KiB
XML

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>QgsMessageViewerBase</class>
<widget class="QDialog">
<property name="name">
<cstring>QgsMessageViewerBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>283</height>
</rect>
</property>
<property name="caption">
<string>SPIT Message</string>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QTextEdit" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>txtMessage</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" row="1" column="1">
<property name="name">
<cstring>btnClose</cstring>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>191</width>
<height>31</height>
</size>
</property>
</spacer>
<spacer row="1" column="2">
<property name="name">
<cstring>spacer1_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>191</width>
<height>31</height>
</size>
</property>
</spacer>
</grid>
</widget>
<connections>
<connection>
<sender>btnClose</sender>
<signal>clicked()</signal>
<receiver>QgsMessageViewerBase</receiver>
<slot>reject()</slot>
</connection>
</connections>
<slots>
<slot>setMessage( QString msg )</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>