Added long operation termination button on status bar

More robust process termination
Folded the Abort shortcut into a QAction


FossilOrigin-Name: ea4b656b8237af73b81e6b22fd4c451a51450d2d
This commit is contained in:
Kostas
2015-08-27 14:30:44 +00:00
parent 765aa9a6d8
commit be6b875dc6
10 changed files with 63 additions and 41 deletions

View File

@ -222,7 +222,7 @@
<x>0</x>
<y>0</y>
<width>865</width>
<height>23</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@ -1047,6 +1047,21 @@
<string>Delete Remote</string>
</property>
</action>
<action name="actionAbortOperation">
<property name="icon">
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icon-action-stop</normaloff>:/icons/icon-action-stop</iconset>
</property>
<property name="text">
<string>abortOperation</string>
</property>
<property name="toolTip">
<string>Abort the current operation</string>
</property>
<property name="shortcut">
<string notr="true">Esc</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>