Subversion Repositories public

Rev

Rev 152 | Rev 218 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 217
Line 460... Line 460...
460
        <cstring>MenuBar</cstring>
460
        <cstring>MenuBar</cstring>
461
    </property>
461
    </property>
462
    <item text="&amp;File" name="fileMenu">
462
    <item text="&amp;File" name="fileMenu">
463
        <action name="fileNewAction"/>
463
        <action name="fileNewAction"/>
464
        <action name="fileOpenAction"/>
464
        <action name="fileOpenAction"/>
-
 
465
	<action name="fileImportAction"/>
465
        <action name="fileSaveAction"/>
466
        <action name="fileSaveAction"/>
466
        <action name="fileSaveAsAction"/>
467
        <action name="fileSaveAsAction"/>
467
        <separator/>
468
        <separator/>
468
        <action name="filePrintAction"/>
469
        <action name="filePrintAction"/>
469
        <separator/>
470
        <separator/>
Line 531... Line 532...
531
            <string>Ctrl+O</string>
532
            <string>Ctrl+O</string>
532
        </property>
533
        </property>
533
    </action>
534
    </action>
534
    <action>
535
    <action>
535
        <property name="name">
536
        <property name="name">
-
 
537
            <cstring>fileImportAction</cstring>
-
 
538
        </property>
-
 
539
        <property name="iconSet">
-
 
540
            <iconset>fileopen.png</iconset>
-
 
541
        </property>
-
 
542
        <property name="text">
-
 
543
            <string>Import</string>
-
 
544
        </property>
-
 
545
        <property name="menuText">
-
 
546
            <string>&amp;Import...</string>
-
 
547
        </property>
-
 
548
        <property name="accel">
-
 
549
            <string>Ctrl+I</string>
-
 
550
        </property>
-
 
551
    </action>
-
 
552
    <action>
-
 
553
        <property name="name">
536
            <cstring>fileSaveAction</cstring>
554
            <cstring>fileSaveAction</cstring>
537
        </property>
555
        </property>
538
        <property name="iconSet">
556
        <property name="iconSet">
539
            <iconset>filesave.png</iconset>
557
            <iconset>filesave.png</iconset>
540
        </property>
558
        </property>
Line 701... Line 719...
701
        <signal>activated()</signal>
719
        <signal>activated()</signal>
702
        <receiver>SportWatcher</receiver>
720
        <receiver>SportWatcher</receiver>
703
        <slot>fileOpen()</slot>
721
        <slot>fileOpen()</slot>
704
    </connection>
722
    </connection>
705
    <connection>
723
    <connection>
-
 
724
        <sender>fileImportAction</sender>
-
 
725
        <signal>activated()</signal>
-
 
726
        <receiver>SportWatcher</receiver>
-
 
727
        <slot>fileImport()</slot>
-
 
728
    </connection>
-
 
729
    <connection>
706
        <sender>fileSaveAction</sender>
730
        <sender>fileSaveAction</sender>
707
        <signal>activated()</signal>
731
        <signal>activated()</signal>
708
        <receiver>SportWatcher</receiver>
732
        <receiver>SportWatcher</receiver>
709
        <slot>fileSave()</slot>
733
        <slot>fileSave()</slot>
710
    </connection>
734
    </connection>
Line 812... Line 836...
812
    </connection>
836
    </connection>
813
</connections>
837
</connections>
814
<slots>
838
<slots>
815
    <slot>fileNew()</slot>
839
    <slot>fileNew()</slot>
816
    <slot>fileOpen()</slot>
840
    <slot>fileOpen()</slot>
-
 
841
    <slot>fileImport()</slot>
817
    <slot>fileSave()</slot>
842
    <slot>fileSave()</slot>
818
    <slot>fileSaveAs()</slot>
843
    <slot>fileSaveAs()</slot>
819
    <slot>filePrint()</slot>
844
    <slot>filePrint()</slot>
820
    <slot>fileExit()</slot>
845
    <slot>fileExit()</slot>
821
    <slot>helpIndex()</slot>
846
    <slot>helpIndex()</slot>
Line 835... Line 860...
835
</slots>
860
</slots>
836
<pixmapinproject/>
861
<pixmapinproject/>
837
<layoutdefaults spacing="6" margin="11"/>
862
<layoutdefaults spacing="6" margin="11"/>
838
<includehints>
863
<includehints>
839
    <includehint>klistview.h</includehint>
864
    <includehint>klistview.h</includehint>
840
    <includehint>klistview.h</includehint>
-
 
841
</includehints>
865
</includehints>
842
</UI>
866
</UI>