ui/MainWindow.ui

changeset 386
2e30c9c20d22
parent 310
bdaac24b86ed
child 387
7945bf3be1f9
equal deleted inserted replaced
385:09af9f46518f 386:2e30c9c20d22
109 <addaction name="actionOn_Name"/> 109 <addaction name="actionOn_Name"/>
110 <addaction name="actionOn_Code"/> 110 <addaction name="actionOn_Code"/>
111 <addaction name="actionOn_Date"/> 111 <addaction name="actionOn_Date"/>
112 <addaction name="actionOn_Tree"/> 112 <addaction name="actionOn_Tree"/>
113 </widget> 113 </widget>
114 <widget class="QMenu" name="menuReports">
115 <property name="title">
116 <string>Reports</string>
117 </property>
118 <property name="icon">
119 <iconset resource="../resources/icons.qrc">
120 <normaloff>:/icons/silk/printer.png</normaloff>:/icons/silk/printer.png</iconset>
121 </property>
122 <addaction name="actionRep_Production"/>
123 <addaction name="actionRep_Efficiency"/>
124 <addaction name="actionRep_Fermentation"/>
125 </widget>
114 <addaction name="actionProd_inprod"/> 126 <addaction name="actionProd_inprod"/>
115 <addaction name="menuArchive"/> 127 <addaction name="menuArchive"/>
128 <addaction name="menuReports"/>
116 </widget> 129 </widget>
117 <widget class="QMenu" name="menuRecipes"> 130 <widget class="QMenu" name="menuRecipes">
118 <property name="title"> 131 <property name="title">
119 <string>Recipes</string> 132 <string>Recipes</string>
120 </property> 133 </property>
453 </property> 466 </property>
454 <property name="text"> 467 <property name="text">
455 <string>iSpindels</string> 468 <string>iSpindels</string>
456 </property> 469 </property>
457 </action> 470 </action>
471 <action name="actionRep_Production">
472 <property name="icon">
473 <iconset resource="../resources/icons.qrc">
474 <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
475 </property>
476 <property name="text">
477 <string>Total Production</string>
478 </property>
479 </action>
480 <action name="actionRep_Efficiency">
481 <property name="icon">
482 <iconset resource="../resources/icons.qrc">
483 <normaloff>:/icons/silk/report.png</normaloff>:/icons/silk/report.png</iconset>
484 </property>
485 <property name="text">
486 <string>Efficiency</string>
487 </property>
488 </action>
489 <action name="actionRep_Fermentation">
490 <property name="icon">
491 <iconset resource="../resources/icons.qrc">
492 <normaloff>:/icons/bms/fermenter.png</normaloff>:/icons/bms/fermenter.png</iconset>
493 </property>
494 <property name="text">
495 <string>Fermentation</string>
496 </property>
497 </action>
458 </widget> 498 </widget>
459 <layoutdefault spacing="6" margin="11"/> 499 <layoutdefault spacing="6" margin="11"/>
460 <resources> 500 <resources>
461 <include location="../resources/icons.qrc"/> 501 <include location="../resources/icons.qrc"/>
462 </resources> 502 </resources>

mercurial