ui/MainWindow.ui

changeset 387
7945bf3be1f9
parent 386
2e30c9c20d22
child 426
3c3d6585c395
equal deleted inserted replaced
386:2e30c9c20d22 387:7945bf3be1f9
46 <widget class="QMenu" name="menuFile"> 46 <widget class="QMenu" name="menuFile">
47 <property name="title"> 47 <property name="title">
48 <string>File</string> 48 <string>File</string>
49 </property> 49 </property>
50 <addaction name="actionImport_XML"/> 50 <addaction name="actionImport_XML"/>
51 <addaction name="actionImport_Brew"/>
51 <addaction name="actionExit"/> 52 <addaction name="actionExit"/>
52 </widget> 53 </widget>
53 <widget class="QMenu" name="menuHelp"> 54 <widget class="QMenu" name="menuHelp">
54 <property name="title"> 55 <property name="title">
55 <string>Help</string> 56 <string>Help</string>
493 </property> 494 </property>
494 <property name="text"> 495 <property name="text">
495 <string>Fermentation</string> 496 <string>Fermentation</string>
496 </property> 497 </property>
497 </action> 498 </action>
499 <action name="actionImport_Brew">
500 <property name="icon">
501 <iconset resource="../resources/icons.qrc">
502 <normaloff>:/icons/silk/chart_line_add.png</normaloff>:/icons/silk/chart_line_add.png</iconset>
503 </property>
504 <property name="text">
505 <string>Import brew log</string>
506 </property>
507 </action>
498 </widget> 508 </widget>
499 <layoutdefault spacing="6" margin="11"/> 509 <layoutdefault spacing="6" margin="11"/>
500 <resources> 510 <resources>
501 <include location="../resources/icons.qrc"/> 511 <include location="../resources/icons.qrc"/>
502 </resources> 512 </resources>

mercurial