209 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			209 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>Form</class>
 | |
|  <widget class="QWidget" name="Form">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>314</width>
 | |
|     <height>232</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="sizePolicy">
 | |
|    <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
 | |
|     <horstretch>0</horstretch>
 | |
|     <verstretch>0</verstretch>
 | |
|    </sizepolicy>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Form</string>
 | |
|   </property>
 | |
|   <layout class="QGridLayout" name="gridLayout">
 | |
|    <property name="leftMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="topMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="rightMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="bottomMargin">
 | |
|     <number>0</number>
 | |
|    </property>
 | |
|    <property name="spacing">
 | |
|     <number>3</number>
 | |
|    </property>
 | |
|    <item row="4" column="0" colspan="2">
 | |
|     <widget class="ExpandableWidget" name="widget_2" native="true">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="5" column="0" colspan="2">
 | |
|     <widget class="QWidget" name="widget" native="true">
 | |
|      <layout class="QGridLayout" name="gridLayout_2">
 | |
|       <property name="leftMargin">
 | |
|        <number>0</number>
 | |
|       </property>
 | |
|       <property name="topMargin">
 | |
|        <number>0</number>
 | |
|       </property>
 | |
|       <property name="rightMargin">
 | |
|        <number>0</number>
 | |
|       </property>
 | |
|       <property name="bottomMargin">
 | |
|        <number>0</number>
 | |
|       </property>
 | |
|       <item row="1" column="0">
 | |
|        <widget class="QLabel" name="label_2">
 | |
|         <property name="text">
 | |
|          <string>Select part to fit</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="1">
 | |
|        <widget class="QComboBox" name="complex_comboBox">
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Complex</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Real</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Imaginary</string>
 | |
|          </property>
 | |
|         </item>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="0" colspan="2">
 | |
|        <widget class="QLabel" name="label">
 | |
|         <property name="sizePolicy">
 | |
|          <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
 | |
|           <horstretch>0</horstretch>
 | |
|           <verstretch>0</verstretch>
 | |
|          </sizepolicy>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Complex function found</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="3" column="1">
 | |
|     <widget class="QToolButton" name="use_function_button">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|      <property name="text">
 | |
|       <string>Use</string>
 | |
|      </property>
 | |
|      <property name="toolButtonStyle">
 | |
|       <enum>Qt::ToolButtonTextBesideIcon</enum>
 | |
|      </property>
 | |
|      <property name="autoRaise">
 | |
|       <bool>false</bool>
 | |
|      </property>
 | |
|      <property name="arrowType">
 | |
|       <enum>Qt::RightArrow</enum>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="1" column="0" colspan="2">
 | |
|     <widget class="QComboBox" name="fitcomboBox">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="0" column="0" colspan="2">
 | |
|     <widget class="QComboBox" name="typecomboBox">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="2" column="0" colspan="2">
 | |
|     <widget class="QLabel" name="fitequation">
 | |
|      <property name="sizePolicy">
 | |
|       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 | |
|        <horstretch>0</horstretch>
 | |
|        <verstretch>0</verstretch>
 | |
|       </sizepolicy>
 | |
|      </property>
 | |
|      <property name="text">
 | |
|       <string>Equation</string>
 | |
|      </property>
 | |
|      <property name="wordWrap">
 | |
|       <bool>true</bool>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="3" column="0">
 | |
|     <widget class="QComboBox" name="operator_combobox">
 | |
|      <property name="sizeAdjustPolicy">
 | |
|       <enum>QComboBox::AdjustToContents</enum>
 | |
|      </property>
 | |
|      <property name="frame">
 | |
|       <bool>true</bool>
 | |
|      </property>
 | |
|      <item>
 | |
|       <property name="text">
 | |
|        <string>Add</string>
 | |
|       </property>
 | |
|      </item>
 | |
|      <item>
 | |
|       <property name="text">
 | |
|        <string>Multiply</string>
 | |
|       </property>
 | |
|      </item>
 | |
|      <item>
 | |
|       <property name="text">
 | |
|        <string>Subtract</string>
 | |
|       </property>
 | |
|      </item>
 | |
|      <item>
 | |
|       <property name="text">
 | |
|        <string>Divide by</string>
 | |
|       </property>
 | |
|      </item>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item row="6" column="0" colspan="2">
 | |
|     <widget class="QComboBox" name="comboBox_2"/>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>ExpandableWidget</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>..lib.expandablewidget</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <resources/>
 | |
|  <connections/>
 | |
| </ui>
 |