src/mainwindow.ui

changeset 303
f4383ac6e21e
parent 288
169b30f282bd
child 304
5d280bceb713
equal deleted inserted replaced
302:d59cb01d8031 303:f4383ac6e21e
86 </widget> 86 </widget>
87 <widget class="QMenu" name="menuEdit"> 87 <widget class="QMenu" name="menuEdit">
88 <property name="title"> 88 <property name="title">
89 <string>Edit</string> 89 <string>Edit</string>
90 </property> 90 </property>
91 <addaction name="actionSelectAll"/>
92 <addaction name="separator"/>
91 <addaction name="actionInvert"/> 93 <addaction name="actionInvert"/>
92 <addaction name="actionDelete"/> 94 <addaction name="actionDelete"/>
93 <addaction name="separator"/> 95 <addaction name="separator"/>
94 <addaction name="actionGridFine"/> 96 <addaction name="actionGridFine"/>
95 <addaction name="actionGridMedium"/> 97 <addaction name="actionGridMedium"/>
501 <action name="actionCascadeSubWindows"> 503 <action name="actionCascadeSubWindows">
502 <property name="text"> 504 <property name="text">
503 <string>Cascade subwindows</string> 505 <string>Cascade subwindows</string>
504 </property> 506 </property>
505 </action> 507 </action>
508 <action name="actionSelectAll">
509 <property name="text">
510 <string>Select all</string>
511 </property>
512 <property name="shortcut">
513 <string>Ctrl+A</string>
514 </property>
515 </action>
506 </widget> 516 </widget>
507 <resources> 517 <resources>
518 <include location="../resources.qrc"/>
508 <include location="../resources.qrc"/> 519 <include location="../resources.qrc"/>
509 </resources> 520 </resources>
510 <connections> 521 <connections>
511 <connection> 522 <connection>
512 <sender>actionTileSubWindows</sender> 523 <sender>actionTileSubWindows</sender>
538 <x>231</x> 549 <x>231</x>
539 <y>202</y> 550 <y>202</y>
540 </hint> 551 </hint>
541 </hints> 552 </hints>
542 </connection> 553 </connection>
554 <connection>
555 <sender>actionSelectAll</sender>
556 <signal>triggered()</signal>
557 <receiver>modelListView</receiver>
558 <slot>selectAll()</slot>
559 <hints>
560 <hint type="sourcelabel">
561 <x>-1</x>
562 <y>-1</y>
563 </hint>
564 <hint type="destinationlabel">
565 <x>589</x>
566 <y>216</y>
567 </hint>
568 </hints>
569 </connection>
543 </connections> 570 </connections>
544 </ui> 571 </ui>

mercurial