Files
qt-creator/src/plugins/debugger/debugger.qrc
Alessandro Portale 4ff5157a24 Debugger: Provide a mode-bar sized icon for the "Debugger.Stop" action
That big Icon was always there, but unused. add it to the
"Debugger.Stop" (in addition to the toolbar sized one), so that it looks
good when it appears in the mode bar.

For the "Classic" variant, I needed to add a @2x variant of the non-flat
icon.

Change-Id: Iea7200c7821b3780ff11a17b3ec74c44e06ba8d1
Reviewed-by: hjk <hjk@qt.io>
2019-04-03 14:02:10 +00:00

70 lines
3.6 KiB
Plaintext

<RCC>
<qresource prefix="/debugger">
<file>images/settingscategory_debugger.png</file>
<file>images/settingscategory_debugger@2x.png</file>
<file>images/debugger_breakpoints.png</file>
<file>images/debugger_continue.png</file>
<file>images/debugger_continue@2x.png</file>
<file>images/debugger_continue_1_mask.png</file>
<file>images/debugger_continue_1_mask@2x.png</file>
<file>images/debugger_continue_2_mask.png</file>
<file>images/debugger_continue_2_mask@2x.png</file>
<file>images/debugger_empty_14.png</file>
<file>images/debugger_interrupt.png</file>
<file>images/debugger_interrupt@2x.png</file>
<file>images/debugger_interrupt_mask.png</file>
<file>images/debugger_interrupt_mask@2x.png</file>
<file>images/debugger_stop.png</file>
<file>images/debugger_stop@2x.png</file>
<file>images/debugger_stop_mask.png</file>
<file>images/debugger_stop_mask@2x.png</file>
<file>images/debugger_reversemode.png</file>
<file>images/debugger_reversemode@2x.png</file>
<file>images/debugger_reversemode_background.png</file>
<file>images/debugger_reversemode_background@2x.png</file>
<file>images/debugger_singleinstructionmode.png</file>
<file>images/debugger_singleinstructionmode@2x.png</file>
<file>images/debugger_stepinto_small.png</file>
<file>images/debugger_stepinto_small@2x.png</file>
<file>images/debugger_stepout_small.png</file>
<file>images/debugger_stepout_small@2x.png</file>
<file>images/debugger_stepover_small.png</file>
<file>images/debugger_stepover_small@2x.png</file>
<file>images/breakpoint_disabled.png</file>
<file>images/breakpoint_disabled@2x.png</file>
<file>images/breakpoint_pending_overlay.png</file>
<file>images/breakpoint_pending_overlay@2x.png</file>
<file>images/location.png</file>
<file>images/location@2x.png</file>
<file>images/location_background.png</file>
<file>images/location_background@2x.png</file>
<file>images/mode_debug.png</file>
<file>images/mode_debug@2x.png</file>
<file>images/mode_debug_mask.png</file>
<file>images/mode_debug_mask@2x.png</file>
<file>images/pin.xpm</file>
<file>images/debugger_restart_small.png</file>
<file>images/debugger_restart_small@2x.png</file>
<file>images/recordfill.png</file>
<file>images/recordfill@2x.png</file>
<file>images/recordoutline.png</file>
<file>images/recordoutline@2x.png</file>
<file>images/tracepointoverlay.png</file>
<file>images/tracepointoverlay@2x.png</file>
<file>images/macos_touchbar_debug.png</file>
<file>images/macos_touchbar_debug@2x.png</file>
<file>images/macos_touchbar_debug_continue.png</file>
<file>images/macos_touchbar_debug_continue@2x.png</file>
<file>images/macos_touchbar_debug_interrupt.png</file>
<file>images/macos_touchbar_debug_interrupt@2x.png</file>
<file>images/macos_touchbar_debug_exit.png</file>
<file>images/macos_touchbar_debug_exit@2x.png</file>
<file>images/macos_touchbar_debug_step_into.png</file>
<file>images/macos_touchbar_debug_step_into@2x.png</file>
<file>images/macos_touchbar_debug_step_out.png</file>
<file>images/macos_touchbar_debug_step_out@2x.png</file>
<file>images/macos_touchbar_debug_step_over.png</file>
<file>images/macos_touchbar_debug_step_over@2x.png</file>
</qresource>
</RCC>