Updated docs

This commit is contained in:
Mark Long 2016-10-15 10:29:12 -05:00
parent abe2f08e79
commit 243cb5a16b
2 changed files with 12 additions and 3 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>818</width> <width>954</width>
<height>614</height> <height>614</height>
</rect> </rect>
</property> </property>
@ -19,7 +19,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>818</width> <width>954</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
@ -27,6 +27,7 @@
<property name="title"> <property name="title">
<string>&amp;File</string> <string>&amp;File</string>
</property> </property>
<addaction name="actionExport"/>
<addaction name="action_Print"/> <addaction name="action_Print"/>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="action_Close"/> <addaction name="action_Close"/>
@ -39,7 +40,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Print</string> <string>&amp;Print...</string>
</property> </property>
</action> </action>
<action name="action_Close"> <action name="action_Close">
@ -47,6 +48,14 @@
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</action> </action>
<action name="actionExport">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Export...</string>
</property>
</action>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>