Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Main</class>
<widget class="QMainWindow" name="Main">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
</rect>
</property>
<property name="windowTitle">
<property name="windowIcon">
<iconset resource="../xtpcpp.qrc">
<normaloff>:/xtpcpp_icon/resources/xtandempipeline_icon.svg</normaloff>:/xtpcpp_icon/resources/xtandempipeline_icon.svg</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout"/>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<addaction name="actionLoad_results"/>
<addaction name="actionLoad"/>
</widget>
<addaction name="menuFile"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionLoad">
<property name="text">
<string>&Load project</string>
</property>
</action>
<action name="actionLoad_results">
<property name="text">
<string>Load results</string>
<resources>
<include location="../xtpcpp.qrc"/>
</resources>
<connections>
<connection>
<sender>actionLoad</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>selectXpipFile()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>142</x>
<y>185</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionLoad_results</sender>
<signal>triggered()</signal>
<receiver>Main</receiver>
<slot>loadResults()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>231</x>
<y>191</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>selectXpipFile()</slot>
<slot>loadResults()</slot>