<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>NewCurveDialog</class> <widget class="QDialog" name="NewCurveDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>648</width> <height>578</height> </rect> </property> <property name="windowTitle"> <string>Create new data by function</string> </property> <layout class="QGridLayout" name="gridLayout_4"> <item row="0" column="0"> <widget class="QGroupBox" name="groupBox_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>Control variable i</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>2</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>2</number> </property> <property name="spacing"> <number>2</number> </property> <item row="0" column="1"> <widget class="QLineEdit" name="lineEdit_3"> <property name="text"> <string>0</string> </property> <property name="placeholderText"> <string/> </property> </widget> </item> <item row="0" column="6"> <widget class="QLineEdit" name="lineEdit_5"> <property name="text"> <string>10</string> </property> </widget> </item> <item row="0" column="3"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Stop at</string> </property> <property name="buddy"> <cstring>lineEdit_4</cstring> </property> </widget> </item> <item row="0" column="4"> <widget class="QLineEdit" name="lineEdit_4"> <property name="text"> <string>1</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Start at</string> </property> <property name="buddy"> <cstring>lineEdit_3</cstring> </property> </widget> </item> <item row="0" column="5"> <widget class="QLabel" name="label_6"> <property name="text"> <string># points</string> </property> <property name="buddy"> <cstring>lineEdit_5</cstring> </property> </widget> </item> <item row="0" column="7"> <widget class="QCheckBox" name="checkBox"> <property name="layoutDirection"> <enum>Qt::RightToLeft</enum> </property> <property name="text"> <string>Logarithmic?</string> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="0"> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Expressions</string> </property> <layout class="QGridLayout" name="gridLayout_3"> <property name="leftMargin"> <number>3</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="rightMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> <property name="spacing"> <number>2</number> </property> <item row="1" column="2"> <widget class="QLineEdit" name="lineEdit_2"> <property name="text"> <string>x**2</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QComboBox" name="comboBox_6"/> </item> <item row="4" column="0"> <widget class="QPushButton" name="pushButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Check</string> </property> </widget> </item> <item row="3" column="0"> <layout class="QVBoxLayout" name="verticalLayout"/> </item> <item row="2" column="2"> <widget class="QComboBox" name="comboBox_7"/> </item> <item row="1" column="0"> <widget class="QLineEdit" name="lineEdit"> <property name="text"> <string>i</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string> x = </string> </property> <property name="buddy"> <cstring>lineEdit</cstring> </property> </widget> </item> <item row="3" column="2"> <layout class="QVBoxLayout" name="verticalLayout_2"/> </item> <item row="0" column="2"> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string> y = </string> </property> <property name="buddy"> <cstring>lineEdit_2</cstring> </property> </widget> </item> <item row="0" column="1" rowspan="4"> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> </layout> </widget> </item> <item row="2" column="0"> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Look</string> </property> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>3</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="rightMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> <property name="spacing"> <number>2</number> </property> <item row="3" column="4"> <widget class="QDoubleSpinBox" name="doubleSpinBox"> <property name="decimals"> <number>1</number> </property> <property name="maximum"> <double>20.000000000000000</double> </property> <property name="singleStep"> <double>0.500000000000000</double> </property> <property name="value"> <double>1.000000000000000</double> </property> </widget> </item> <item row="0" column="2" rowspan="4"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item row="3" column="1"> <widget class="QSpinBox" name="spinBox"> <property name="maximum"> <number>100</number> </property> <property name="value"> <number>10</number> </property> </widget> </item> <item row="0" column="4"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Line</string> </property> <property name="buddy"> <cstring>comboBox_2</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="SymbolStyleEditor" name="comboBox"> <property name="currentIndex"> <number>-1</number> </property> </widget> </item> <item row="1" column="4"> <widget class="LineStyleEditor" name="comboBox_2"> <property name="currentIndex"> <number>-1</number> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Symbol</string> </property> <property name="buddy"> <cstring>comboBox</cstring> </property> </widget> </item> <item row="2" column="4"> <widget class="ColorListEditor" name="comboBox_4"/> </item> <item row="2" column="1"> <widget class="ColorListEditor" name="comboBox_5"/> </item> </layout> </widget> </item> <item row="3" column="0"> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Designation</string> </property> <layout class="QGridLayout" name="gridLayout_5"> <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Name</string> </property> <property name="buddy"> <cstring>lineEdit_6</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="lineEdit_6"/> </item> <item row="0" column="2"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Graph</string> </property> <property name="buddy"> <cstring>comboBox_3</cstring> </property> </widget> </item> <item row="0" column="3"> <widget class="QComboBox" name="comboBox_3"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </widget> </item> <item row="5" column="0"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> <item row="4" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>SymbolStyleEditor</class> <extends>QComboBox</extends> <header>..lib.delegates</header> </customwidget> <customwidget> <class>LineStyleEditor</class> <extends>QComboBox</extends> <header>..lib.delegates</header> </customwidget> <customwidget> <class>ColorListEditor</class> <extends>QComboBox</extends> <header>..lib.delegates</header> </customwidget> </customwidgets> <tabstops> <tabstop>lineEdit_3</tabstop> <tabstop>lineEdit_4</tabstop> <tabstop>lineEdit_5</tabstop> <tabstop>checkBox</tabstop> <tabstop>lineEdit</tabstop> <tabstop>comboBox</tabstop> <tabstop>spinBox</tabstop> <tabstop>comboBox_2</tabstop> <tabstop>doubleSpinBox</tabstop> <tabstop>lineEdit_6</tabstop> <tabstop>comboBox_3</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>NewCurveDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>NewCurveDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>