You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cMainWindow</class>
<widget class="QMainWindow" name="cMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1008</width>
<height>700</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>From:</string>
</property>
</widget>
</item>
<item>
<widget class="QDateEdit" name="m_lpDateFrom"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>To:</string>
</property>
</widget>
</item>
<item>
<widget class="QDateEdit" name="m_lpDateTo"/>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Location:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="m_lpLocation"/>
</item>
<item>
<widget class="QPushButton" name="m_lpGo">
<property name="text">
<string>go</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_lpCopy">
<property name="text">
<string>copy</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<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="QCheckBox" name="m_lpShowTemperature">
<property name="text">
<string>Show Temperature</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="m_lpShowPressure">
<property name="text">
<string>Show Pressure</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="m_lpShowHumidity">
<property name="text">
<string>Show Humidity</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSplitter" name="m_lpSplitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QTreeView" name="m_lpList"/>
<widget class="QChartView" name="m_lpChart"/>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1008</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>QChartView</class>
<extends>QGraphicsView</extends>
<header location="global">QtCharts/QChartView</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>