Skip to content

Commit

Permalink
Property list updates so they work nicely when icons are ready
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12217 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 21, 2009
1 parent 9e2aa62 commit 5e67e3d
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 125 deletions.
189 changes: 145 additions & 44 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -20,52 +20,11 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QListWidget" name="listWidget">
<item>
<property name="text">
<string>General</string>
</property>
</item>
<item>
<property name="text">
<string>Rendering &amp; SVG</string>
</property>
</item>
<item>
<property name="text">
<string>Map tools</string>
</property>
</item>
<item>
<property name="text">
<string>Overlay</string>
</property>
</item>
<item>
<property name="text">
<string>Digitising</string>
</property>
</item>
<item>
<property name="text">
<string>CRS</string>
</property>
</item>
<item>
<property name="text">
<string>Locale</string>
</property>
</item>
<item>
<property name="text">
<string>Network &amp; Proxy</string>
</property>
</item>
</widget>
</item>
<item row="0" column="1">
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="stackedWidgetPage1">
<layout class="QGridLayout">
<property name="margin">
Expand Down Expand Up @@ -1288,6 +1247,148 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QListWidget" name="listWidget">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>110</width>
<height>16777215</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="textElideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="flow">
<enum>QListView::TopToBottom</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>false</bool>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="spacing">
<number>9</number>
</property>
<property name="viewMode">
<enum>QListView::IconMode</enum>
</property>
<property name="uniformItemSizes">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>General</string>
</property>
<property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Rendering &amp; SVG</string>
</property>
<property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Map tools</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Overlay</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Digitising</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>CRS</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Locale</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Network &amp; Proxy</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down

0 comments on commit 5e67e3d

Please sign in to comment.