OSCAR-code/oximetry.ui

122 lines
3.0 KiB
Plaintext
Raw Normal View History

2011-07-13 05:27:27 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Oximetry</class>
<widget class="QWidget" name="Oximetry">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2011-08-29 07:13:58 +00:00
<width>554</width>
2011-07-13 05:27:27 +00:00
<height>361</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
2011-08-29 07:13:58 +00:00
<widget class="QWidget" name="graphArea" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2011-07-13 05:27:27 +00:00
</property>
2011-08-29 07:13:58 +00:00
</widget>
</item>
<item>
<widget class="QFrame" name="frame">
<property name="minimumSize">
<size>
<width>0</width>
<height>45</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>45</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Serial Port</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="SerialPortsCombo">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="RefreshPortsButton">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/refresh.png</normaloff>:/icons/refresh.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="RunButton">
<property name="text">
<string>&amp;Start</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>59</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="ImportButton">
<property name="text">
2011-10-05 03:05:35 +00:00
<string>&amp;Import</string>
2011-07-13 05:27:27 +00:00
</property>
</widget>
2011-08-29 07:13:58 +00:00
</item>
</layout>
</widget>
2011-07-13 05:27:27 +00:00
</item>
</layout>
</widget>
2011-07-13 05:49:58 +00:00
<resources>
<include location="Resources.qrc"/>
</resources>
2011-07-13 05:27:27 +00:00
<connections/>
</ui>