summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.ui
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r--qt-ui/maintab.ui23
1 files changed, 17 insertions, 6 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 413953b5e..90bcf57b7 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -60,16 +60,27 @@
<item row="1" column="0">
<widget class="QLabel" name="DateTimeLabel">
<property name="text">
- <string>Starttime</string>
+ <string>Start time</string>
</property>
</widget>
</item>
<item row="1" column="1">
- <widget class="QLabel" name="TemperaturesLabel">
- <property name="text">
- <string>air / water Temperatures</string>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="temperatureLabels">
+ <item>
+ <widget class="QLabel" name="airTempLabel">
+ <property name="text">
+ <string>Air temp</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="waterTempLabel">
+ <property name="text">
+ <string>Water temp</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item row="2" column="0">
<widget class="QDateTimeEdit" name="dateTimeEdit">