ui/MainWindow.ui

changeset 310
bdaac24b86ed
parent 309
8678a0731737
child 386
2e30c9c20d22
equal deleted inserted replaced
309:8678a0731737 310:bdaac24b86ed
85 </widget> 85 </widget>
86 <widget class="QMenu" name="menuMonitor"> 86 <widget class="QMenu" name="menuMonitor">
87 <property name="title"> 87 <property name="title">
88 <string>Monitor</string> 88 <string>Monitor</string>
89 </property> 89 </property>
90 <widget class="QMenu" name="menuSystems">
91 <property name="title">
92 <string>Systems</string>
93 </property>
94 <property name="icon">
95 <iconset resource="../resources/icons.qrc">
96 <normaloff>:/icons/silk/computer.png</normaloff>:/icons/silk/computer.png</iconset>
97 </property>
98 </widget>
99 <widget class="QMenu" name="menuFermenters">
100 <property name="title">
101 <string>Fermenters</string>
102 </property>
103 <property name="icon">
104 <iconset resource="../resources/icons.qrc">
105 <normaloff>:/icons/bms/fridge.png</normaloff>:/icons/bms/fridge.png</iconset>
106 </property>
107 </widget>
108 <widget class="QMenu" name="menuCO2_Meters">
109 <property name="title">
110 <string>CO2 Meters</string>
111 </property>
112 <property name="icon">
113 <iconset resource="../resources/icons.qrc">
114 <normaloff>:/icons/bms/beerbottle.png</normaloff>:/icons/bms/beerbottle.png</iconset>
115 </property>
116 </widget>
117 <widget class="QMenu" name="menuiSpindels">
118 <property name="title">
119 <string>iSpindels</string>
120 </property>
121 <property name="icon">
122 <iconset resource="../resources/icons.qrc">
123 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
124 </property>
125 </widget>
126 <addaction name="menuSystems"/>
127 <addaction name="separator"/> 90 <addaction name="separator"/>
128 <addaction name="menuFermenters"/> 91 <addaction name="actionMon_Nodes"/>
129 <addaction name="menuCO2_Meters"/> 92 <addaction name="separator"/>
130 <addaction name="menuiSpindels"/> 93 <addaction name="actionMon_Fermenters"/>
94 <addaction name="actionMon_CO2meters"/>
95 <addaction name="actionMon_iSpindels"/>
131 </widget> 96 </widget>
132 <widget class="QMenu" name="menuProducts"> 97 <widget class="QMenu" name="menuProducts">
133 <property name="title"> 98 <property name="title">
134 <string>Products</string> 99 <string>Products</string>
135 </property> 100 </property>
447 <action name="actionll"> 412 <action name="actionll">
448 <property name="text"> 413 <property name="text">
449 <string>ll</string> 414 <string>ll</string>
450 </property> 415 </property>
451 </action> 416 </action>
417 <action name="actionNodes">
418 <property name="text">
419 <string>Nodes</string>
420 </property>
421 </action>
422 <action name="actionMon_Nodes">
423 <property name="icon">
424 <iconset resource="../resources/icons.qrc">
425 <normaloff>:/icons/bms/network-idle.png</normaloff>:/icons/bms/network-idle.png</iconset>
426 </property>
427 <property name="text">
428 <string>Nodes</string>
429 </property>
430 </action>
431 <action name="actionMon_Fermenters">
432 <property name="icon">
433 <iconset resource="../resources/icons.qrc">
434 <normaloff>:/icons/bms/fridge.png</normaloff>:/icons/bms/fridge.png</iconset>
435 </property>
436 <property name="text">
437 <string>Fermenters</string>
438 </property>
439 </action>
440 <action name="actionMon_CO2meters">
441 <property name="icon">
442 <iconset resource="../resources/icons.qrc">
443 <normaloff>:/icons/bms/beerbottle.png</normaloff>:/icons/bms/beerbottle.png</iconset>
444 </property>
445 <property name="text">
446 <string>Carbonation</string>
447 </property>
448 </action>
449 <action name="actionMon_iSpindels">
450 <property name="icon">
451 <iconset resource="../resources/icons.qrc">
452 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
453 </property>
454 <property name="text">
455 <string>iSpindels</string>
456 </property>
457 </action>
452 </widget> 458 </widget>
453 <layoutdefault spacing="6" margin="11"/> 459 <layoutdefault spacing="6" margin="11"/>
454 <resources> 460 <resources>
455 <include location="../resources/icons.qrc"/> 461 <include location="../resources/icons.qrc"/>
456 </resources> 462 </resources>

mercurial