summaryrefslogtreecommitdiff
path: root/main2.ui
diff options
context:
space:
mode:
Diffstat (limited to 'main2.ui')
-rw-r--r--main2.ui415
1 files changed, 0 insertions, 415 deletions
diff --git a/main2.ui b/main2.ui
deleted file mode 100644
index 49b29e6..0000000
--- a/main2.ui
+++ /dev/null
@@ -1,415 +0,0 @@
-<?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>829</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="Preferred" 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="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"/>
- </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_Flowsheet"/>
- <addaction name="actionSave_2"/>
- <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="actionZoomIn"/>
- <addaction name="actionZoomOut"/>
- <addaction name="actionResetZoom"/>
- </widget>
- <widget class="QMenu" name="menuSimulation">
- <property name="title">
- <string>Simulation</string>
- </property>
- <addaction name="actionEquation_oriented"/>
- <addaction name="actionSequential_mode"/>
- <addaction name="separator"/>
- <addaction name="actionTerminate"/>
- </widget>
- <widget class="QMenu" name="menuComponds">
- <property name="title">
- <string>Compounds</string>
- </property>
- <addaction name="actionSelect_compounds"/>
- </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="actionBinary_Phase_Envelope"/>
- </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="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="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>732</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <layout class="QGridLayout" name="gl"/>
- </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_Flowsheet"/>
- <addaction name="separator"/>
- <addaction name="actionZoomIn"/>
- <addaction name="actionZoomOut"/>
- <addaction name="actionResetZoom"/>
- <addaction name="separator"/>
- <addaction name="actionEquation_oriented"/>
- <addaction name="actionSequential_mode"/>
- <addaction name="separator"/>
- <addaction name="actionSelect_compounds"/>
- </widget>
- <action name="actionZoomIn">
- <property name="icon">
- <iconset>
- <normaloff>icons/zoomIn.png</normaloff>icons/zoomIn.png</iconset>
- </property>
- <property name="text">
- <string>ZoomIn</string>
- </property>
- </action>
- <action name="actionZoomOut">
- <property name="icon">
- <iconset>
- <normaloff>icons/zoomOut.png</normaloff>icons/zoomOut.png</iconset>
- </property>
- <property name="text">
- <string>ZoomOut</string>
- </property>
- </action>
- <action name="actionResetZoom">
- <property name="icon">
- <iconset>
- <normaloff>icons/zoomReset.png</normaloff>icons/zoomReset.png</iconset>
- </property>
- <property name="text">
- <string>ResetZoom</string>
- </property>
- </action>
- <action name="actionEquation_oriented">
- <property name="icon">
- <iconset>
- <normaloff>icons/Equation.png</normaloff>icons/Equation.png</iconset>
- </property>
- <property name="text">
- <string>Equation oriented</string>
- </property>
- </action>
- <action name="actionSequential_mode">
- <property name="icon">
- <iconset>
- <normaloff>icons/Sequential.png</normaloff>icons/Sequential.png</iconset>
- </property>
- <property name="text">
- <string>Sequential mode</string>
- </property>
- </action>
- <action name="actionSelect_compounds">
- <property name="icon">
- <iconset>
- <normaloff>icons/compoundSelector.png</normaloff>icons/compoundSelector.png</iconset>
- </property>
- <property name="text">
- <string>Select Compounds</string>
- </property>
- </action>
- <action name="actionNew_Flowsheet">
- <property name="icon">
- <iconset>
- <normaloff>icons/new.svg</normaloff>icons/new.svg</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="actionSave_2">
- <property name="text">
- <string>Save</string>
- </property>
- </action>
- <action name="actionOpen">
- <property name="text">
- <string>Open</string>
- </property>
- </action>
- <action name="actionBinary_Phase_Envelope">
- <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>
- </widget>
- <resources/>
- <connections/>
-</ui>