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