Reorganize Oximetry bottom panel to make compatible with netbook screens

This commit is contained in:
Mark Watkins 2011-12-26 01:37:27 +10:00
parent b720e78199
commit a244324aba
2 changed files with 296 additions and 246 deletions

View File

@ -2490,7 +2490,7 @@ void gGraphView::paintGL()
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
bool numgraphs=true;
const int animTimeout=400;
const int animTimeout=200;
float phase=0;
int elapsed=0;

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>970</width>
<height>439</height>
<width>663</width>
<height>373</height>
</rect>
</property>
<property name="windowTitle">
@ -28,94 +28,79 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<zorder>frame</zorder>
</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="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>4</number>
</property>
<property name="margin">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Serial Port</string>
<string>Date</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="SerialPortsCombo">
<property name="minimumSize">
<widget class="QDateTimeEdit" name="dateEdit">
<property name="displayFormat">
<string>d/MM/yy h:mm:ss AP</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="resetTimeButton">
<property name="text">
<string>R&amp;eset</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>120</width>
<height>0</height>
<width>10</width>
<height>20</height>
</size>
</property>
</widget>
</spacer>
</item>
<item>
<widget class="QToolButton" name="RefreshPortsButton">
<widget class="QLabel" name="label_3">
<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="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Start</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="saveButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/save.png</normaloff>:/icons/save.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Pulse</string>
<string>SpO2</string>
</property>
</widget>
</item>
@ -179,9 +164,25 @@
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>5</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>SpO2</string>
<string>Pulse</string>
</property>
</widget>
</item>
@ -242,23 +243,84 @@
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="saveButton">
<property name="text">
<string>Date</string>
<string>...</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/save.png</normaloff>:/icons/save.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QDateTimeEdit" name="dateEdit">
<property name="displayFormat">
<string>d/MM/yy h:mm:ss AP</string>
<widget class="QPushButton" name="openButton">
<property name="text">
<string>&amp;Open .spo/R File</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="resetTimeButton">
<widget class="QPushButton" name="ImportButton">
<property name="text">
<string>R</string>
<string>Serial &amp;Import</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="RunButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Start Live</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<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>&amp;Rescan Ports</string>
</property>
</widget>
</item>
@ -269,25 +331,13 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>59</width>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="openButton">
<property name="text">
<string>&amp;Open</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="ImportButton">
<property name="text">
<string>&amp;Import</string>
</property>
</widget>
</layout>
</item>
</layout>
</widget>