ui/MainWindow.ui

changeset 310
bdaac24b86ed
parent 309
8678a0731737
child 386
2e30c9c20d22
--- a/ui/MainWindow.ui	Mon Jun 27 11:50:18 2022 +0200
+++ b/ui/MainWindow.ui	Mon Jun 27 21:12:19 2022 +0200
@@ -87,47 +87,12 @@
     <property name="title">
      <string>Monitor</string>
     </property>
-    <widget class="QMenu" name="menuSystems">
-     <property name="title">
-      <string>Systems</string>
-     </property>
-     <property name="icon">
-      <iconset resource="../resources/icons.qrc">
-       <normaloff>:/icons/silk/computer.png</normaloff>:/icons/silk/computer.png</iconset>
-     </property>
-    </widget>
-    <widget class="QMenu" name="menuFermenters">
-     <property name="title">
-      <string>Fermenters</string>
-     </property>
-     <property name="icon">
-      <iconset resource="../resources/icons.qrc">
-       <normaloff>:/icons/bms/fridge.png</normaloff>:/icons/bms/fridge.png</iconset>
-     </property>
-    </widget>
-    <widget class="QMenu" name="menuCO2_Meters">
-     <property name="title">
-      <string>CO2 Meters</string>
-     </property>
-     <property name="icon">
-      <iconset resource="../resources/icons.qrc">
-       <normaloff>:/icons/bms/beerbottle.png</normaloff>:/icons/bms/beerbottle.png</iconset>
-     </property>
-    </widget>
-    <widget class="QMenu" name="menuiSpindels">
-     <property name="title">
-      <string>iSpindels</string>
-     </property>
-     <property name="icon">
-      <iconset resource="../resources/icons.qrc">
-       <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
-     </property>
-    </widget>
-    <addaction name="menuSystems"/>
+    <addaction name="separator"/>
+    <addaction name="actionMon_Nodes"/>
     <addaction name="separator"/>
-    <addaction name="menuFermenters"/>
-    <addaction name="menuCO2_Meters"/>
-    <addaction name="menuiSpindels"/>
+    <addaction name="actionMon_Fermenters"/>
+    <addaction name="actionMon_CO2meters"/>
+    <addaction name="actionMon_iSpindels"/>
    </widget>
    <widget class="QMenu" name="menuProducts">
     <property name="title">
@@ -449,6 +414,47 @@
     <string>ll</string>
    </property>
   </action>
+  <action name="actionNodes">
+   <property name="text">
+    <string>Nodes</string>
+   </property>
+  </action>
+  <action name="actionMon_Nodes">
+   <property name="icon">
+    <iconset resource="../resources/icons.qrc">
+     <normaloff>:/icons/bms/network-idle.png</normaloff>:/icons/bms/network-idle.png</iconset>
+   </property>
+   <property name="text">
+    <string>Nodes</string>
+   </property>
+  </action>
+  <action name="actionMon_Fermenters">
+   <property name="icon">
+    <iconset resource="../resources/icons.qrc">
+     <normaloff>:/icons/bms/fridge.png</normaloff>:/icons/bms/fridge.png</iconset>
+   </property>
+   <property name="text">
+    <string>Fermenters</string>
+   </property>
+  </action>
+  <action name="actionMon_CO2meters">
+   <property name="icon">
+    <iconset resource="../resources/icons.qrc">
+     <normaloff>:/icons/bms/beerbottle.png</normaloff>:/icons/bms/beerbottle.png</iconset>
+   </property>
+   <property name="text">
+    <string>Carbonation</string>
+   </property>
+  </action>
+  <action name="actionMon_iSpindels">
+   <property name="icon">
+    <iconset resource="../resources/icons.qrc">
+     <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
+   </property>
+   <property name="text">
+    <string>iSpindels</string>
+   </property>
+  </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <resources>

mercurial