Added source info and display name setting

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@107 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2002-08-18 17:06:52 +00:00
parent 8d3a6d631d
commit a0ae2d5eff

View File

@ -36,6 +36,81 @@
<property name="name">
<cstring>Widget2</cstring>
</property>
<attribute name="title">
<string>General</string>
</attribute>
<widget class="QLineEdit">
<property name="name">
<cstring>txtDisplayName</cstring>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>45</y>
<width>195</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>TextLabel1_3_2</cstring>
</property>
<property name="geometry">
<rect>
<x>15</x>
<y>45</y>
<width>65</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Display Name</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>lblSource</cstring>
</property>
<property name="geometry">
<rect>
<x>85</x>
<y>10</y>
<width>280</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="text">
<string>TextLabel2</string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>TextLabel1_3</cstring>
</property>
<property name="geometry">
<rect>
<x>15</x>
<y>10</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Layer source</string>
</property>
</widget>
</widget>
<widget class="QWidget">
<property name="name">
<cstring>Widget3</cstring>
</property>
<attribute name="title">
<string>Symbology</string>
</attribute>
@ -45,8 +120,8 @@
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<x>25</x>
<y>55</y>
<width>61</width>
<height>21</height>
</rect>
@ -55,14 +130,30 @@
<string>Fill Color</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>btnSetFillColor</cstring>
</property>
<property name="geometry">
<rect>
<x>95</x>
<y>50</y>
<width>35</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>15</y>
<x>25</x>
<y>20</y>
<width>61</width>
<height>21</height>
</rect>
@ -71,30 +162,14 @@
<string>Outline color</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>btnSetFillColor</cstring>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>45</y>
<width>35</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>btnSetColor</cstring>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>15</y>
<x>95</x>
<y>20</y>
<width>35</width>
<height>25</height>
</rect>
@ -113,7 +188,7 @@
</widget>
<widget class="QWidget">
<property name="name">
<cstring>Widget3</cstring>
<cstring>tab</cstring>
</property>
<attribute name="title">
<string>Labels</string>
@ -213,18 +288,18 @@
<receiver>QgsLayerPropertiesBase</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>btnSetFillColor</sender>
<signal>clicked()</signal>
<receiver>QgsLayerPropertiesBase</receiver>
<slot>selectFillColor()</slot>
</connection>
<connection>
<sender>btnSetColor</sender>
<signal>clicked()</signal>
<receiver>QgsLayerPropertiesBase</receiver>
<slot>selectOutlineColor()</slot>
</connection>
<connection>
<sender>btnSetFillColor</sender>
<signal>clicked()</signal>
<receiver>QgsLayerPropertiesBase</receiver>
<slot>selectFillColor()</slot>
</connection>
</connections>
<slots>
<slot>selectFillColor()</slot>