Navigation Menu

Skip to content

Commit

Permalink
Identify results: move the view mode to the top as the dock was too wide
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jun 23, 2014
1 parent 10af737 commit daefe3e
Showing 1 changed file with 48 additions and 34 deletions.
82 changes: 48 additions & 34 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -6,20 +6,53 @@
<rect>
<x>0</x>
<y>0</y>
<width>394</width>
<height>409</height>
<width>355</width>
<height>390</height>
</rect>
</property>
<property name="windowTitle">
<string>Identify Results</string>
</property>
<layout class="QVBoxLayout">
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>2</number>
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="lblViewMode">
<property name="toolTip">
<string>Select view mode for raster layers</string>
</property>
<property name="text">
<string>View</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbViewMode"/>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>58</width>
<height>38</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<widget class="QWidget" name="stackedWidgetPage1" native="true">
<widget class="QWidget" name="stackedWidgetPage1">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
Expand Down Expand Up @@ -47,7 +80,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="stackedWidgetPage2" native="true">
<widget class="QWidget" name="stackedWidgetPage2">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>0</number>
Expand Down Expand Up @@ -87,7 +120,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="stackedWidgetPage3" native="true">
<widget class="QWidget" name="stackedWidgetPage3">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QwtPlot" name="mPlot"/>
Expand Down Expand Up @@ -237,7 +270,7 @@
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="mIdentifyModeHorizontalLayout">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="lblIdentifyMode">
<property name="toolTip">
Expand All @@ -249,36 +282,17 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbIdentifyMode"/>
</item>
<item>
<spacer name="horizontalSpacer_43">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lblViewMode">
<property name="toolTip">
<string>Select view mode for raster layers</string>
</property>
<property name="text">
<string>View</string>
<widget class="QComboBox" name="cmbIdentifyMode">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbViewMode"/>
</item>
<item>
<spacer name="horizontalSpacer_2">
<spacer name="horizontalSpacer_43">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand Down

0 comments on commit daefe3e

Please sign in to comment.