ui/MainWindow.ui

changeset 227
7966bf14cc34
parent 173
8514932b61aa
child 232
6d3ba9c44f95
equal deleted inserted replaced
226:23fe317dcf3c 227:7966bf14cc34
94 </widget> 94 </widget>
95 <widget class="QMenu" name="menuProducts"> 95 <widget class="QMenu" name="menuProducts">
96 <property name="title"> 96 <property name="title">
97 <string>Products</string> 97 <string>Products</string>
98 </property> 98 </property>
99 <widget class="QMenu" name="menuArchive">
100 <property name="title">
101 <string>Archive</string>
102 </property>
103 <property name="icon">
104 <iconset resource="../resources/icons.qrc">
105 <normaloff>:/icons/silk/folder_database.png</normaloff>:/icons/silk/folder_database.png</iconset>
106 </property>
107 <addaction name="actionOn_Name"/>
108 <addaction name="actionOn_Code"/>
109 <addaction name="actionOn_Date"/>
110 </widget>
99 <addaction name="actionProd_inprod"/> 111 <addaction name="actionProd_inprod"/>
112 <addaction name="menuArchive"/>
100 </widget> 113 </widget>
101 <widget class="QMenu" name="menuRecipes"> 114 <widget class="QMenu" name="menuRecipes">
102 <property name="title"> 115 <property name="title">
103 <string>Recipes</string> 116 <string>Recipes</string>
104 </property> 117 </property>
359 </property> 372 </property>
360 <property name="text"> 373 <property name="text">
361 <string>In Production</string> 374 <string>In Production</string>
362 </property> 375 </property>
363 </action> 376 </action>
377 <action name="actionArchive">
378 <property name="icon">
379 <iconset resource="../resources/icons.qrc">
380 <normaloff>:/icons/silk/folder_database.png</normaloff>:/icons/silk/folder_database.png</iconset>
381 </property>
382 <property name="text">
383 <string>Archive</string>
384 </property>
385 </action>
386 <action name="actionOn_Name">
387 <property name="icon">
388 <iconset resource="../resources/icons.qrc">
389 <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
390 </property>
391 <property name="text">
392 <string>On Name</string>
393 </property>
394 </action>
395 <action name="actionOn_Code">
396 <property name="icon">
397 <iconset resource="../resources/icons.qrc">
398 <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
399 </property>
400 <property name="text">
401 <string>On Code</string>
402 </property>
403 </action>
404 <action name="actionOn_Date">
405 <property name="icon">
406 <iconset resource="../resources/icons.qrc">
407 <normaloff>:/icons/bms/beerstyles.png</normaloff>:/icons/bms/beerstyles.png</iconset>
408 </property>
409 <property name="text">
410 <string>On Date</string>
411 </property>
412 </action>
364 </widget> 413 </widget>
365 <layoutdefault spacing="6" margin="11"/> 414 <layoutdefault spacing="6" margin="11"/>
366 <resources> 415 <resources>
367 <include location="../resources/icons.qrc"/> 416 <include location="../resources/icons.qrc"/>
368 </resources> 417 </resources>

mercurial