384 lines
11 KiB
XML
384 lines
11 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Gui::Dialog::DlgSettingsColorGradient</class>
|
|
<widget class="QDialog" name="Gui::Dialog::DlgSettingsColorGradient">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>255</width>
|
|
<height>313</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Color-gradient settings</string>
|
|
</property>
|
|
<property name="sizeGripEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="modal">
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBoxModel">
|
|
<property name="title">
|
|
<string>Color model</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="textLabel5">
|
|
<property name="text">
|
|
<string>&Gradient:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>comboBoxModel</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="comboBoxModel">
|
|
<item>
|
|
<property name="text">
|
|
<string>red-yellow-green-cyan-blue</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>blue-cyan-green-yellow-red</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>white-black</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>black-white</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>3</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="buttonGroupStyle">
|
|
<property name="title">
|
|
<string>Style</string>
|
|
</property>
|
|
<layout class="QGridLayout">
|
|
<property name="leftMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QRadioButton" name="radioButtonFlow">
|
|
<property name="toolTip">
|
|
<string>Color gradient is used with its full color range</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Flow</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+F</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QRadioButton" name="radioButtonZero">
|
|
<property name="toolTip">
|
|
<string>Color gradient starts from the zero value</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Zero</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+Z</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBoxVisible">
|
|
<property name="title">
|
|
<string>Visibility</string>
|
|
</property>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>11</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBoxGrayed">
|
|
<property name="toolTip">
|
|
<string>Data outside the specified min-max range
|
|
will be displayed in gray</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Out g&rayed</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+R</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBoxInvisible">
|
|
<property name="toolTip">
|
|
<string>Data outside the specified min-max range
|
|
will be displayed with transparency</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Out &transparent</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+I</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBoxRange">
|
|
<property name="title">
|
|
<string>Parameter range</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0" rowspan="2">
|
|
<widget class="QLabel" name="textLabelMax">
|
|
<property name="text">
|
|
<string>Ma&ximum:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>floatLineEditMax</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" rowspan="2">
|
|
<widget class="QLineEdit" name="floatLineEditMax">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>60</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3">
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="4" rowspan="2">
|
|
<widget class="QLabel" name="textLabel1">
|
|
<property name="text">
|
|
<string>&Labels:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>spinBoxLabel</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="5" rowspan="2">
|
|
<widget class="QSpinBox" name="spinBoxLabel">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>40</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Number of labels besides the color bar</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="textLabelMin">
|
|
<property name="text">
|
|
<string>Mi&nimum:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>floatLineEditMin</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="floatLineEditMin">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>60</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="4">
|
|
<widget class="QLabel" name="textLabel1_2">
|
|
<property name="text">
|
|
<string>&Decimals:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>spinBoxDecimals</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="5">
|
|
<widget class="QSpinBox" name="spinBoxDecimals">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>40</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Number of decimals for labels
|
|
besides the color bar</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>2</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<tabstops>
|
|
<tabstop>comboBoxModel</tabstop>
|
|
<tabstop>radioButtonFlow</tabstop>
|
|
<tabstop>checkBoxGrayed</tabstop>
|
|
<tabstop>checkBoxInvisible</tabstop>
|
|
<tabstop>floatLineEditMax</tabstop>
|
|
<tabstop>floatLineEditMin</tabstop>
|
|
<tabstop>spinBoxLabel</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>Gui::Dialog::DlgSettingsColorGradient</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>180</x>
|
|
<y>320</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>180</x>
|
|
<y>170</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>Gui::Dialog::DlgSettingsColorGradient</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>180</x>
|
|
<y>320</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>180</x>
|
|
<y>170</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|