Files
create/src/Gui/DlgSettingsColorGradient.ui

336 lines
9.0 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>361</width>
<height>342</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="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBoxModel">
<property name="title">
<string>Color model</string>
</property>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>11</number>
</property>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="textLabel5">
<property name="text">
<string>&amp;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>100</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="buttonGroupStyle">
<property name="title">
<string>Style</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<widget class="QRadioButton" name="radioButtonZero">
<property name="text">
<string>&amp;Zero</string>
</property>
<property name="shortcut">
<string>Alt+Z</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="radioButtonFlow">
<property name="text">
<string>&amp;Flow</string>
</property>
<property name="shortcut">
<string>Alt+F</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBoxVisible">
<property name="title">
<string>Visibility</string>
</property>
<layout class="QHBoxLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>11</number>
</property>
<item>
<widget class="QCheckBox" name="checkBoxGrayed">
<property name="text">
<string>Out g&amp;rayed</string>
</property>
<property name="shortcut">
<string>Alt+R</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxInvisible">
<property name="text">
<string>Out &amp;invisible</string>
</property>
<property name="shortcut">
<string>Alt+I</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBoxRange">
<property name="title">
<string>Parameter range</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>35</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<widget class="QLineEdit" name="floatLineEditMax"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="floatLineEditMin"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="textLabelMin">
<property name="text">
<string>Mi&amp;nimum:</string>
</property>
<property name="buddy">
<cstring>floatLineEditMin</cstring>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="textLabelMax">
<property name="text">
<string>Ma&amp;ximum:</string>
</property>
<property name="buddy">
<cstring>floatLineEditMax</cstring>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="2">
<layout class="QGridLayout">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1">
<widget class="QSpinBox" name="spinBoxLabel"/>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBoxDecimals">
<property name="maximum">
<number>6</number>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="textLabel1">
<property name="text">
<string>&amp;Labels:</string>
</property>
<property name="buddy">
<cstring>spinBoxLabel</cstring>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="textLabel1_2">
<property name="text">
<string>&amp;Decimals:</string>
</property>
<property name="buddy">
<cstring>spinBoxDecimals</cstring>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="4" column="0">
<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>