92 lines
2.4 KiB
XML
92 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SimulationWindow</class>
|
|
<widget class="QMainWindow" name="SimulationWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1031</width>
|
|
<height>881</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Simulation</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="resultsPlaceholder">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>600</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Simulation graphs and result controls can be added here.</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="statusLabel">
|
|
<property name="text">
|
|
<string>No simulation has been run yet.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QProgressBar" name="progressBar">
|
|
<property name="maximum">
|
|
<number>10000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="format">
|
|
<string>%p%</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="timeLabel">
|
|
<property name="text">
|
|
<string>Time: 0 s</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QTabWidget" name="resultsTabs">
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="logTab">
|
|
<attribute name="title">
|
|
<string>Simulation Log</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="logLayout">
|
|
<item>
|
|
<widget class="QListWidget" name="messageList">
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|