<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1068</width> <height>803</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="windowIcon"> <iconset> <normaloff>icons/logo.png</normaloff>icons/logo.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> <widget class="QWidget" name="centralwidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QGraphicsView" name="graphicsView"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="mouseTracking"> <bool>true</bool> </property> <property name="acceptDrops"> <bool>true</bool> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="backgroundBrush"> <brush brushstyle="NoBrush"> <color alpha="255"> <red>170</red> <green>170</green> <blue>127</blue> </color> </brush> </property> <property name="foregroundBrush"> <brush brushstyle="NoBrush"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </property> <property name="sceneRect"> <rectf> <x>0.000000000000000</x> <y>0.000000000000000</y> <width>5000.000000000000000</width> <height>5000.000000000000000</height> </rectf> </property> <property name="dragMode"> <enum>QGraphicsView::RubberBandDrag</enum> </property> <property name="transformationAnchor"> <enum>QGraphicsView::AnchorUnderMouse</enum> </property> <property name="resizeAnchor"> <enum>QGraphicsView::AnchorUnderMouse</enum> </property> <property name="viewportUpdateMode"> <enum>QGraphicsView::FullViewportUpdate</enum> </property> <property name="optimizationFlags"> <set>QGraphicsView::DontClipPainter</set> </property> </widget> </item> <item row="1" column="0"> <widget class="QDockWidget" name="dockWidget_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>109</width> <height>150</height> </size> </property> <property name="maximumSize"> <size> <width>524287</width> <height>150</height> </size> </property> <property name="features"> <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> </property> <property name="allowedAreas"> <set>Qt::BottomDockWidgetArea</set> </property> <property name="windowTitle"> <string>Message Browser</string> </property> <widget class="QWidget" name="dockWidgetContents_2"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QTextEdit" name="textBrowser"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1068</width> <height>21</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>File</string> </property> <addaction name="actionNew"/> <addaction name="actionSave"/> <addaction name="actionOpen"/> </widget> <widget class="QMenu" name="menuEdit"> <property name="title"> <string>Edit</string> </property> <addaction name="actionUndo"/> <addaction name="actionRedo"/> </widget> <widget class="QMenu" name="menuView"> <property name="title"> <string>View</string> </property> <addaction name="actionViewComponentSelector"/> <addaction name="actionViewMessageBrowser"/> <addaction name="actionZoomIn"/> <addaction name="actionZoomOut"/> <addaction name="actionResetZoom"/> </widget> <widget class="QMenu" name="menuSimulation"> <property name="title"> <string>Simulation</string> </property> <addaction name="actionEquationOriented"/> <addaction name="actionSequentialMode"/> <addaction name="separator"/> <addaction name="actionTerminate"/> </widget> <widget class="QMenu" name="menuComponds"> <property name="title"> <string>Compounds</string> </property> <addaction name="actionSelectCompounds"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> <string>Help</string> </property> <addaction name="actionHelp"/> </widget> <widget class="QMenu" name="menuUtility"> <property name="title"> <string>Utility</string> </property> <addaction name="actionBinaryPhaseEnvelope"/> </widget> <addaction name="menuFile"/> <addaction name="menuEdit"/> <addaction name="menuView"/> <addaction name="menuSimulation"/> <addaction name="menuComponds"/> <addaction name="menuHelp"/> <addaction name="menuUtility"/> </widget> <widget class="QDockWidget" name="dockWidget"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>270</width> <height>548</height> </size> </property> <property name="maximumSize"> <size> <width>270</width> <height>524287</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <weight>75</weight> <bold>true</bold> </font> </property> <property name="tabletTracking"> <bool>false</bool> </property> <property name="acceptDrops"> <bool>false</bool> </property> <property name="floating"> <bool>false</bool> </property> <property name="features"> <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set> </property> <property name="windowTitle"> <string>Component Selector</string> </property> <attribute name="dockWidgetArea"> <number>2</number> </attribute> <widget class="QWidget" name="dockWidgetContents"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QScrollArea" name="scrollArea"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>430</height> </size> </property> <property name="maximumSize"> <size> <width>240</width> <height>1000</height> </size> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>221</width> <height>956</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei UI</family> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="styleSheet"> <string notr="true">color:rgba(73,36,73,255)</string> </property> <property name="text"> <string>Streams</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> </font> </property> <property name="acceptDrops"> <bool>true</bool> </property> <property name="styleSheet"> <string notr="true">Text-align:left;</string> </property> <property name="text"> <string> MaterialStream</string> </property> <property name="icon"> <iconset> <normaloff>icons/MaterialStream.png</normaloff>icons/MaterialStream.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Light"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>69</green> <blue>69</blue> </color> </brush> </colorrole> <colorrole role="Midlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>57</green> <blue>57</blue> </color> </brush> </colorrole> <colorrole role="Dark"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>23</green> <blue>23</blue> </color> </brush> </colorrole> <colorrole role="Mid"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>30</green> <blue>30</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="BrightText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Shadow"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>23</green> <blue>23</blue> </color> </brush> </colorrole> <colorrole role="ToolTipBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>220</blue> </color> </brush> </colorrole> <colorrole role="ToolTipText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Light"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>69</green> <blue>69</blue> </color> </brush> </colorrole> <colorrole role="Midlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>57</green> <blue>57</blue> </color> </brush> </colorrole> <colorrole role="Dark"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>23</green> <blue>23</blue> </color> </brush> </colorrole> <colorrole role="Mid"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>30</green> <blue>30</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="BrightText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Shadow"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>23</green> <blue>23</blue> </color> </brush> </colorrole> <colorrole role="ToolTipBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>220</blue> </color> </brush> </colorrole> <colorrole role="ToolTipText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Light"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>69</green> <blue>69</blue> </color> </brush> </colorrole> <colorrole role="Midlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>57</green> <blue>57</blue> </color> </brush> </colorrole> <colorrole role="Dark"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>23</green> <blue>23</blue> </color> </brush> </colorrole> <colorrole role="Mid"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>30</green> <blue>30</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="BrightText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Shadow"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="ToolTipBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>220</blue> </color> </brush> </colorrole> <colorrole role="ToolTipText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="font"> <font> <family>Microsoft JhengHei UI</family> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="styleSheet"> <string notr="true">color:rgba(73,36,73,255)</string> </property> <property name="text"> <string>Mixer/Splitter</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_7"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Mixer</string> </property> <property name="icon"> <iconset> <normaloff>icons/Mixer.png</normaloff>icons/Mixer.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_10"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Splitter</string> </property> <property name="icon"> <iconset> <normaloff>icons/Splitter.png</normaloff>icons/Splitter.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Light"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>105</green> <blue>105</blue> </color> </brush> </colorrole> <colorrole role="Midlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>87</green> <blue>87</blue> </color> </brush> </colorrole> <colorrole role="Dark"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>35</green> <blue>35</blue> </color> </brush> </colorrole> <colorrole role="Mid"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="BrightText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Shadow"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>35</green> <blue>35</blue> </color> </brush> </colorrole> <colorrole role="ToolTipBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>220</blue> </color> </brush> </colorrole> <colorrole role="ToolTipText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Light"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>105</green> <blue>105</blue> </color> </brush> </colorrole> <colorrole role="Midlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>87</green> <blue>87</blue> </color> </brush> </colorrole> <colorrole role="Dark"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>35</green> <blue>35</blue> </color> </brush> </colorrole> <colorrole role="Mid"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="BrightText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Shadow"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>35</green> <blue>35</blue> </color> </brush> </colorrole> <colorrole role="ToolTipBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>220</blue> </color> </brush> </colorrole> <colorrole role="ToolTipText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Button"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Light"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>105</green> <blue>105</blue> </color> </brush> </colorrole> <colorrole role="Midlight"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>87</green> <blue>87</blue> </color> </brush> </colorrole> <colorrole role="Dark"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>35</green> <blue>35</blue> </color> </brush> </colorrole> <colorrole role="Mid"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>46</green> <blue>46</blue> </color> </brush> </colorrole> <colorrole role="Text"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="BrightText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> <colorrole role="ButtonText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>73</red> <green>36</green> <blue>73</blue> </color> </brush> </colorrole> <colorrole role="Base"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Window"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="Shadow"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> <colorrole role="AlternateBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>70</green> <blue>70</blue> </color> </brush> </colorrole> <colorrole role="ToolTipBase"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>220</blue> </color> </brush> </colorrole> <colorrole role="ToolTipText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>0</red> <green>0</green> <blue>0</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="font"> <font> <family>Microsoft JhengHei UI</family> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="styleSheet"> <string notr="true">color:rgba(73,36,73,255)</string> </property> <property name="text"> <string>Exchangers</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_11"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Heater</string> </property> <property name="icon"> <iconset> <normaloff>icons/Heater.png</normaloff>icons/Heater.png</iconset> </property> <property name="iconSize"> <size> <width>40</width> <height>40</height> </size> </property> <property name="autoDefault"> <bool>false</bool> </property> <property name="default"> <bool>false</bool> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_12"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Cooler</string> </property> <property name="icon"> <iconset> <normaloff>icons/Cooler.png</normaloff>icons/Cooler.png</iconset> </property> <property name="iconSize"> <size> <width>40</width> <height>40</height> </size> </property> <property name="flat"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei UI</family> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="styleSheet"> <string notr="true">color:rgba(73,36,73,255)</string> </property> <property name="text"> <string>Separator</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_9"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Flash</string> </property> <property name="icon"> <iconset> <normaloff>icons/Flash.png</normaloff>icons/Flash.png</iconset> </property> <property name="iconSize"> <size> <width>40</width> <height>40</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_13"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Compound Seperator</string> </property> <property name="icon"> <iconset> <normaloff>icons/CompoundSeparator.png</normaloff>icons/CompoundSeparator.png</iconset> </property> <property name="iconSize"> <size> <width>40</width> <height>40</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei UI</family> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color:rgba(73,36,73,255)</string> </property> <property name="text"> <string>Pressure Changers</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_25"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Valve</string> </property> <property name="icon"> <iconset> <normaloff>icons/Valve.png</normaloff>icons/Valve.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_14"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Centrifugal Pump</string> </property> <property name="icon"> <iconset> <normaloff>icons/CentrifugalPump.png</normaloff>icons/CentrifugalPump.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_15"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Adiabatic Compressor</string> </property> <property name="icon"> <iconset> <normaloff>icons/AdiabaticCompressor.png</normaloff>icons/AdiabaticCompressor.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_16"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Adiabatic Expander</string> </property> <property name="icon"> <iconset> <normaloff>icons/AdiabaticExpander.png</normaloff>icons/AdiabaticExpander.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei UI</family> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">color:rgba(73,36,73,255)</string> </property> <property name="text"> <string>Columns</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_26"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>50</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Distillation Column</string> </property> <property name="icon"> <iconset> <normaloff>Icons/Column.png</normaloff>Icons/Column.png</iconset> </property> <property name="iconSize"> <size> <width>50</width> <height>50</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_18"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>200</width> <height>16777215</height> </size> </property> <property name="font"> <font> <family>Microsoft JhengHei</family> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="styleSheet"> <string notr="true">Text-align:left</string> </property> <property name="text"> <string> Shortcut Column</string> </property> <property name="icon"> <iconset> <normaloff>Icons/Column.png</normaloff>Icons/Column.png</iconset> </property> <property name="iconSize"> <size> <width>50</width> <height>50</height> </size> </property> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> </widget> <widget class="QToolBar" name="toolBar"> <property name="windowTitle"> <string>toolBar</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> <addaction name="actionNew"/> <addaction name="separator"/> <addaction name="actionZoomIn"/> <addaction name="actionZoomOut"/> <addaction name="actionResetZoom"/> <addaction name="separator"/> <addaction name="actionEquationOriented"/> <addaction name="actionSequentialMode"/> <addaction name="separator"/> <addaction name="actionSelectCompounds"/> </widget> <action name="actionZoomIn"> <property name="icon"> <iconset> <normaloff>Icons/zoom_in.png</normaloff>Icons/zoom_in.png</iconset> </property> <property name="text"> <string>ZoomIn</string> </property> </action> <action name="actionZoomOut"> <property name="icon"> <iconset> <normaloff>Icons/zoom_out.png</normaloff>Icons/zoom_out.png</iconset> </property> <property name="text"> <string>ZoomOut</string> </property> </action> <action name="actionResetZoom"> <property name="icon"> <iconset> <normaloff>Icons/zoom_reset.png</normaloff>Icons/zoom_reset.png</iconset> </property> <property name="text"> <string>ResetZoom</string> </property> </action> <action name="actionEquationOriented"> <property name="icon"> <iconset> <normaloff>Icons/eq.png</normaloff>Icons/eq.png</iconset> </property> <property name="text"> <string>Equation oriented</string> </property> </action> <action name="actionSequentialMode"> <property name="icon"> <iconset> <normaloff>Icons/sq.png</normaloff>Icons/sq.png</iconset> </property> <property name="text"> <string>Sequential mode</string> </property> </action> <action name="actionSelectCompounds"> <property name="icon"> <iconset> <normaloff>Icons/compound.png</normaloff>Icons/compound.png</iconset> </property> <property name="text"> <string>Select Compounds</string> </property> </action> <action name="actionNew"> <property name="icon"> <iconset> <normaloff>Icons/new.png</normaloff>Icons/new.png</iconset> </property> <property name="text"> <string>New</string> </property> </action> <action name="actionHelp"> <property name="text"> <string>Help</string> </property> </action> <action name="actionSave"> <property name="text"> <string>Save</string> </property> </action> <action name="actionOpen"> <property name="text"> <string>Open</string> </property> </action> <action name="actionBinaryPhaseEnvelope"> <property name="text"> <string>Binary Phase Envelope</string> </property> </action> <action name="actionTerminate"> <property name="text"> <string>Terminate</string> </property> </action> <action name="actionUndo"> <property name="text"> <string>Undo</string> </property> </action> <action name="actionRedo"> <property name="text"> <string>Redo</string> </property> </action> <action name="actionViewComponentSelector"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="text"> <string>Component Selector</string> </property> </action> <action name="actionViewMessageBrowser"> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> <bool>true</bool> </property> <property name="text"> <string>Message Browser</string> </property> </action> </widget> <resources/> <connections/> </ui>