ui/DetailiSpindel.ui

changeset 502
0f15edebc665
parent 494
49ac23d25f61
child 503
61c114afb0ee
--- a/ui/DetailiSpindel.ui	Sun Aug 20 11:40:51 2023 +0200
+++ b/ui/DetailiSpindel.ui	Thu Oct 12 17:03:50 2023 +0200
@@ -13,6 +13,10 @@
   <property name="windowTitle">
    <string>Dialog</string>
   </property>
+  <property name="windowIcon">
+   <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
+    <normaloff>:/icons/bms/beer.png</normaloff>:/icons/bms/beer.png</iconset>
+  </property>
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <widget class="QWidget" name="topWidget" native="true">
@@ -236,7 +240,7 @@
         <rect>
          <x>160</x>
          <y>40</y>
-         <width>271</width>
+         <width>261</width>
          <height>23</height>
         </rect>
        </property>
@@ -252,7 +256,7 @@
         <rect>
          <x>160</x>
          <y>70</y>
-         <width>181</width>
+         <width>261</width>
          <height>23</height>
         </rect>
        </property>
@@ -402,9 +406,9 @@
       <widget class="QLabel" name="statusLabel">
        <property name="geometry">
         <rect>
-         <x>410</x>
+         <x>430</x>
          <y>70</y>
-         <width>141</width>
+         <width>121</width>
          <height>20</height>
         </rect>
        </property>
@@ -415,6 +419,35 @@
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
       </widget>
+      <widget class="QLabel" name="lastLabel">
+       <property name="geometry">
+        <rect>
+         <x>410</x>
+         <y>130</y>
+         <width>141</width>
+         <height>20</height>
+        </rect>
+       </property>
+       <property name="text">
+        <string>Last seen:</string>
+       </property>
+       <property name="alignment">
+        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+       </property>
+      </widget>
+      <widget class="QLineEdit" name="lastEdit">
+       <property name="geometry">
+        <rect>
+         <x>560</x>
+         <y>130</y>
+         <width>121</width>
+         <height>23</height>
+        </rect>
+       </property>
+       <property name="readOnly">
+        <bool>true</bool>
+       </property>
+      </widget>
      </widget>
      <widget class="QGroupBox" name="thermoBox">
       <property name="enabled">
@@ -509,7 +542,7 @@
         <x>740</x>
         <y>130</y>
         <width>261</width>
-        <height>281</height>
+        <height>231</height>
        </rect>
       </property>
       <widget class="QLabel" name="progressLabel">
@@ -675,16 +708,16 @@
       <property name="geometry">
        <rect>
         <x>740</x>
-        <y>420</y>
+        <y>370</y>
         <width>261</width>
-        <height>111</height>
+        <height>161</height>
        </rect>
       </property>
       <widget class="QPushButton" name="quitButton">
        <property name="geometry">
         <rect>
          <x>90</x>
-         <y>70</y>
+         <y>120</y>
          <width>80</width>
          <height>23</height>
         </rect>
@@ -707,7 +740,7 @@
        <property name="geometry">
         <rect>
          <x>90</x>
-         <y>20</y>
+         <y>70</y>
          <width>80</width>
          <height>23</height>
         </rect>
@@ -720,6 +753,23 @@
          <normaloff>:/icons/silk/chart_line.png</normaloff>:/icons/silk/chart_line.png</iconset>
        </property>
       </widget>
+      <widget class="QPushButton" name="calButton">
+       <property name="geometry">
+        <rect>
+         <x>90</x>
+         <y>20</y>
+         <width>80</width>
+         <height>23</height>
+        </rect>
+       </property>
+       <property name="text">
+        <string>Calibrate</string>
+       </property>
+       <property name="icon">
+        <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
+         <normaloff>:/icons/silk/wrench.png</normaloff>:/icons/silk/wrench.png</iconset>
+       </property>
+      </widget>
      </widget>
     </widget>
    </item>
@@ -739,6 +789,19 @@
  </customwidgets>
  <tabstops>
   <tabstop>quitButton</tabstop>
+  <tabstop>uuidEdit</tabstop>
+  <tabstop>systemEdit</tabstop>
+  <tabstop>statusEdit</tabstop>
+  <tabstop>codeEdit</tabstop>
+  <tabstop>codePick</tabstop>
+  <tabstop>modeEdit</tabstop>
+  <tabstop>lastEdit</tabstop>
+  <tabstop>voltEdit</tabstop>
+  <tabstop>platoEdit</tabstop>
+  <tabstop>tiltEdit</tabstop>
+  <tabstop>sgEdit</tabstop>
+  <tabstop>logButton</tabstop>
+  <tabstop>calButton</tabstop>
  </tabstops>
  <resources>
   <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>

mercurial