2015-12-28 14:18:23 +00:00
|
|
|
<?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>583</width>
|
2016-01-10 10:10:19 +00:00
|
|
|
<height>678</height>
|
2015-12-28 14:18:23 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2016-02-07 18:34:28 +00:00
|
|
|
<string>Servoterm</string>
|
2015-12-28 14:18:23 +00:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="GLWidget" name="openGLWidget">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2016-01-13 18:20:06 +00:00
|
|
|
<height>300</height>
|
2015-12-28 14:18:23 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="textEdit">
|
2016-01-10 10:10:19 +00:00
|
|
|
<property name="enabled">
|
2016-01-11 19:44:33 +00:00
|
|
|
<bool>true</bool>
|
2016-01-10 10:10:19 +00:00
|
|
|
</property>
|
2015-12-28 14:18:23 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
2016-01-10 10:10:19 +00:00
|
|
|
<property name="inputMethodHints">
|
|
|
|
<set>Qt::ImhNone</set>
|
|
|
|
</property>
|
2016-01-11 19:44:33 +00:00
|
|
|
<property name="undoRedoEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="html">
|
|
|
|
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
</style></head><body style=" font-family:'Monospace'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
<property name="acceptRichText">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2015-12-28 14:18:23 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>583</width>
|
|
|
|
<height>19</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2016-01-16 01:56:08 +00:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionResetMatrix"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
2015-12-28 14:18:23 +00:00
|
|
|
</widget>
|
2016-01-16 01:56:08 +00:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
2015-12-28 14:18:23 +00:00
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2016-01-16 01:56:08 +00:00
|
|
|
<addaction name="actionReset"/>
|
2015-12-28 14:18:23 +00:00
|
|
|
</widget>
|
2016-01-16 01:56:08 +00:00
|
|
|
<action name="actionResetMatrix">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset Matrix</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Exit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReset">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-12-28 14:18:23 +00:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GLWidget</class>
|
|
|
|
<extends>QOpenGLWidget</extends>
|
|
|
|
<header>include/glwidget.hpp</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|