2015-10-24 12:44:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>NeuroUI</class>
|
|
|
|
<widget class="QMainWindow" name="NeuroUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-10-24 16:03:07 +00:00
|
|
|
<width>597</width>
|
|
|
|
<height>389</height>
|
2015-10-24 12:44:33 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>NeuroUI</string>
|
|
|
|
</property>
|
2015-10-25 09:00:48 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="icons.qrc">
|
|
|
|
<normaloff>:/icons/NeuroUI Icon.png</normaloff>:/icons/NeuroUI Icon.png</iconset>
|
|
|
|
</property>
|
2015-10-24 12:44:33 +00:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2015-10-26 19:51:36 +00:00
|
|
|
<widget class="QListWidget" name="logView">
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-10-24 12:44:33 +00:00
|
|
|
</item>
|
2015-10-26 07:41:59 +00:00
|
|
|
<item>
|
|
|
|
<widget class="ErrorPlotter" name="errorPlotter" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-10-24 12:44:33 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2015-10-24 16:03:07 +00:00
|
|
|
<widget class="QProgressBar" name="progressBar">
|
2015-10-25 08:51:09 +00:00
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
2015-10-24 16:03:07 +00:00
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
2015-10-24 12:44:33 +00:00
|
|
|
</property>
|
2015-10-24 16:03:07 +00:00
|
|
|
<property name="textVisible">
|
|
|
|
<bool>false</bool>
|
2015-10-24 12:44:33 +00:00
|
|
|
</property>
|
2015-10-24 16:03:07 +00:00
|
|
|
</widget>
|
2015-10-24 12:44:33 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="runButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Run</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2015-10-26 07:41:59 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ErrorPlotter</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>errorplotter.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2015-10-25 09:00:48 +00:00
|
|
|
<resources>
|
|
|
|
<include location="icons.qrc"/>
|
|
|
|
</resources>
|
2015-10-24 12:44:33 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|