First simulator draft version.

This commit is contained in:
Jose Luis Cercós Pita
2012-08-07 12:59:34 +02:00
committed by Yorik van Havre
parent 6dabcd3546
commit 3ed62c5bc6
14 changed files with 2684 additions and 269 deletions

View File

@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TaskPanel</class>
<widget class="QWidget" name="TaskPanel">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>102</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Track simulation</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QPushButton" name="First">
<property name="text">
<string>|&lt;</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="Prev">
<property name="text">
<string>&lt;</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="Next">
<property name="text">
<string>&gt;</string>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QPushButton" name="Last">
<property name="text">
<string>&gt;|</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="Now">
<property name="text">
<string>Now</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="5">
<widget class="QLabel" name="TimeLabel">
<property name="text">
<string>t = 0 s</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>