initial commit

This commit is contained in:
2020-01-31 21:52:01 +01:00
parent ab85298c34
commit 1ab0ef0d3e
3 changed files with 135 additions and 54 deletions
+28
View File
@@ -56,6 +56,13 @@
</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">
@@ -69,6 +76,27 @@
</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>