1,059 changes: 555 additions & 504 deletions src/ui/qgsrasterlayerpropertiesbase.ui

Large diffs are not rendered by default.

55 changes: 47 additions & 8 deletions src/ui/qgssinglebandgrayrendererwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>258</width>
<height>203</height>
<width>463</width>
<height>298</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -16,17 +16,17 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0">
<item row="4" column="0">
<widget class="QLabel" name="mContrastEnhancementLabel">
<property name="text">
<string>Contrast enhancement</string>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="2" column="1">
<widget class="QLineEdit" name="mMinLineEdit"/>
</item>
<item row="3" column="1">
<item row="4" column="1">
<widget class="QComboBox" name="mContrastEnhancementComboBox"/>
</item>
<item row="0" column="0">
Expand All @@ -36,7 +36,7 @@
</property>
</widget>
</item>
<item row="1" column="0">
<item row="2" column="0">
<widget class="QLabel" name="mMinLabel">
<property name="text">
<string>Min</string>
Expand All @@ -46,18 +46,57 @@
<item row="0" column="1">
<widget class="QComboBox" name="mGrayBandComboBox"/>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QLabel" name="mMaxLabel">
<property name="text">
<string>Max</string>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="3" column="1">
<widget class="QLineEdit" name="mMaxLineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Color gradient</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="mGradientComboBox"/>
</item>
<item row="5" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>140</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QWidget" name="mMinMaxContainerWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
Expand Down
8 changes: 7 additions & 1 deletion src/ui/qgssinglebandpseudocolorrendererwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="mInvertCheckBox">
<property name="text">
<string>Invert colors order</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand All @@ -356,7 +363,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<zorder>grpGenerateColorMap</zorder>
</widget>
</item>
</layout>
Expand Down