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:
@ -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>
|
||||
|
Reference in New Issue
Block a user