|
|
@@ -0,0 +1,248 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<ui version="4.0"> |
|
|
<class>QgsRasterMinMaxWidgetBase</class> |
|
|
<widget class="QWidget" name="QgsRasterMinMaxWidgetBase"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>416</width> |
|
|
<height>275</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="windowTitle"> |
|
|
<string>Form</string> |
|
|
</property> |
|
|
<layout class="QGridLayout" name="gridLayout_5"> |
|
|
<item row="0" column="0"> |
|
|
<widget class="QGroupBox" name="mLoadMinMaxValuesGroupBox"> |
|
|
<property name="title"> |
|
|
<string>Load min/max values</string> |
|
|
</property> |
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
<item> |
|
|
<widget class="QWidget" name="widget" native="true"> |
|
|
<layout class="QGridLayout" name="gridLayout_4"> |
|
|
<item row="0" column="0" colspan="3"> |
|
|
<widget class="QRadioButton" name="mCumulativeCutRadioButton"> |
|
|
<property name="text"> |
|
|
<string>2 - 98% cumulative pixel count cut</string> |
|
|
</property> |
|
|
<property name="checked"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="0" column="3" colspan="2"> |
|
|
<spacer name="horizontalSpacer_6"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>123</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
<item row="1" column="0"> |
|
|
<widget class="QRadioButton" name="mMinMaxRadioButton"> |
|
|
<property name="text"> |
|
|
<string>Min / max</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="1" column="1" colspan="4"> |
|
|
<spacer name="horizontalSpacer"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>268</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
<item row="2" column="0" colspan="2"> |
|
|
<widget class="QRadioButton" name="mStdDevRadioButton"> |
|
|
<property name="text"> |
|
|
<string>Mean +/- standard deviation ×</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="2" colspan="2"> |
|
|
<widget class="QDoubleSpinBox" name="mStdDevSpinBox"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
|
<horstretch>0</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="value"> |
|
|
<double>1.000000000000000</double> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="4"> |
|
|
<spacer name="horizontalSpacer_4"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>148</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QWidget" name="widget_2" native="true"> |
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
<item> |
|
|
<widget class="QGroupBox" name="mExtentGroupBox"> |
|
|
<property name="title"> |
|
|
<string>Extent</string> |
|
|
</property> |
|
|
<layout class="QGridLayout" name="gridLayout_3"> |
|
|
<item row="0" column="0"> |
|
|
<widget class="QRadioButton" name="mFullExtentRadioButton"> |
|
|
<property name="text"> |
|
|
<string>Full</string> |
|
|
</property> |
|
|
<property name="checked"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="0" column="1"> |
|
|
<spacer name="horizontalSpacer_9"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>60</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
<item row="1" column="0"> |
|
|
<widget class="QRadioButton" name="mCurrentExtentRadioButton"> |
|
|
<property name="text"> |
|
|
<string>Current</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="1" column="1"> |
|
|
<spacer name="horizontalSpacer_10"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>60</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QGroupBox" name="mAccuracyGroupBox"> |
|
|
<property name="title"> |
|
|
<string>Accuracy</string> |
|
|
</property> |
|
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
|
<item row="0" column="1"> |
|
|
<spacer name="horizontalSpacer_7"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>65</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
<item row="1" column="0"> |
|
|
<widget class="QRadioButton" name="mActualRadioButton"> |
|
|
<property name="text"> |
|
|
<string>Actual (slower)</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="1" column="1"> |
|
|
<spacer name="horizontalSpacer_8"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>65</width> |
|
|
<height>20</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
<item row="0" column="0"> |
|
|
<widget class="QRadioButton" name="mEstimateRadioButton"> |
|
|
<property name="text"> |
|
|
<string>Estimate (faster)</string> |
|
|
</property> |
|
|
<property name="checked"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QWidget" name="widget_3" native="true"> |
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
<item> |
|
|
<spacer name="horizontalSpacer_5"> |
|
|
<property name="orientation"> |
|
|
<enum>Qt::Horizontal</enum> |
|
|
</property> |
|
|
<property name="sizeHint" stdset="0"> |
|
|
<size> |
|
|
<width>313</width> |
|
|
<height>21</height> |
|
|
</size> |
|
|
</property> |
|
|
</spacer> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QPushButton" name="mLoadPushButton"> |
|
|
<property name="text"> |
|
|
<string>Load</string> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
<resources/> |
|
|
<connections/> |
|
|
</ui> |