Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

carla_host.ui 47KB

Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
Rack enhancements 2 (#770) Squashed commit of the following: commit 0449cd63f7c356684903f784be434191df9c4392 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:19:23 2018 +0500 carla skin: fancy item selection commit 84a7b527a7eb79de1da215d6350ba5c639a46477 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:10:49 2018 +0500 carla skin: drawOutline: fixed positioning and optimization commit 30681d1523d088a728ba702c3af42ef97da2ddd2 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 01:20:53 2018 +0500 carla skin: drawOutline: set brush only once commit 63d2ab2e2189efdfa1c5e57b1519706184aa14bc Author: Nikita Zlobin <nick87720z@gmail.com> Date: Thu Oct 4 00:10:39 2018 +0500 carla skin: more neat QColor to tuple conversion commit 2137b781093177891d43bcf84cbcca9f7a398ba6 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 3 16:35:48 2018 +0500 rack item: Skin-independent colorization support Color menu item tints background color, preserving all visible relief. No need to lock it for some skins. commit 13fa4f2c34f789c43fa54c6657bb3dd018fcac80 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 15:00:58 2018 +0500 rack list: Colorized padding commit 9964af199453ce45ae8a8c10828a79d11870e011 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 17:48:17 2018 +0500 rack list: Colorized rails commit d212577057c5a914f52fd38a9d35645517e09d46 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 14:12:36 2018 +0500 rack list: Set frame in ui form commit 9a7e06098899ea5ac7e510b4374e3f88aeae8282 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 18:44:49 2018 +0500 rack list: Set common frame
6 years ago
10 years ago
Rack enhancements 2 (#770) Squashed commit of the following: commit 0449cd63f7c356684903f784be434191df9c4392 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:19:23 2018 +0500 carla skin: fancy item selection commit 84a7b527a7eb79de1da215d6350ba5c639a46477 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:10:49 2018 +0500 carla skin: drawOutline: fixed positioning and optimization commit 30681d1523d088a728ba702c3af42ef97da2ddd2 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 01:20:53 2018 +0500 carla skin: drawOutline: set brush only once commit 63d2ab2e2189efdfa1c5e57b1519706184aa14bc Author: Nikita Zlobin <nick87720z@gmail.com> Date: Thu Oct 4 00:10:39 2018 +0500 carla skin: more neat QColor to tuple conversion commit 2137b781093177891d43bcf84cbcca9f7a398ba6 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 3 16:35:48 2018 +0500 rack item: Skin-independent colorization support Color menu item tints background color, preserving all visible relief. No need to lock it for some skins. commit 13fa4f2c34f789c43fa54c6657bb3dd018fcac80 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 15:00:58 2018 +0500 rack list: Colorized padding commit 9964af199453ce45ae8a8c10828a79d11870e011 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 17:48:17 2018 +0500 rack list: Colorized rails commit d212577057c5a914f52fd38a9d35645517e09d46 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 14:12:36 2018 +0500 rack list: Set frame in ui form commit 9a7e06098899ea5ac7e510b4374e3f88aeae8282 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 18:44:49 2018 +0500 rack list: Set common frame
6 years ago
10 years ago
Rack enhancements 2 (#770) Squashed commit of the following: commit 0449cd63f7c356684903f784be434191df9c4392 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:19:23 2018 +0500 carla skin: fancy item selection commit 84a7b527a7eb79de1da215d6350ba5c639a46477 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:10:49 2018 +0500 carla skin: drawOutline: fixed positioning and optimization commit 30681d1523d088a728ba702c3af42ef97da2ddd2 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 01:20:53 2018 +0500 carla skin: drawOutline: set brush only once commit 63d2ab2e2189efdfa1c5e57b1519706184aa14bc Author: Nikita Zlobin <nick87720z@gmail.com> Date: Thu Oct 4 00:10:39 2018 +0500 carla skin: more neat QColor to tuple conversion commit 2137b781093177891d43bcf84cbcca9f7a398ba6 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 3 16:35:48 2018 +0500 rack item: Skin-independent colorization support Color menu item tints background color, preserving all visible relief. No need to lock it for some skins. commit 13fa4f2c34f789c43fa54c6657bb3dd018fcac80 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 15:00:58 2018 +0500 rack list: Colorized padding commit 9964af199453ce45ae8a8c10828a79d11870e011 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 17:48:17 2018 +0500 rack list: Colorized rails commit d212577057c5a914f52fd38a9d35645517e09d46 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 14:12:36 2018 +0500 rack list: Set frame in ui form commit 9a7e06098899ea5ac7e510b4374e3f88aeae8282 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 18:44:49 2018 +0500 rack list: Set common frame
6 years ago
Rack enhancements 2 (#770) Squashed commit of the following: commit 0449cd63f7c356684903f784be434191df9c4392 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:19:23 2018 +0500 carla skin: fancy item selection commit 84a7b527a7eb79de1da215d6350ba5c639a46477 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 02:10:49 2018 +0500 carla skin: drawOutline: fixed positioning and optimization commit 30681d1523d088a728ba702c3af42ef97da2ddd2 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Oct 5 01:20:53 2018 +0500 carla skin: drawOutline: set brush only once commit 63d2ab2e2189efdfa1c5e57b1519706184aa14bc Author: Nikita Zlobin <nick87720z@gmail.com> Date: Thu Oct 4 00:10:39 2018 +0500 carla skin: more neat QColor to tuple conversion commit 2137b781093177891d43bcf84cbcca9f7a398ba6 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 3 16:35:48 2018 +0500 rack item: Skin-independent colorization support Color menu item tints background color, preserving all visible relief. No need to lock it for some skins. commit 13fa4f2c34f789c43fa54c6657bb3dd018fcac80 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 15:00:58 2018 +0500 rack list: Colorized padding commit 9964af199453ce45ae8a8c10828a79d11870e011 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 17:48:17 2018 +0500 rack list: Colorized rails commit d212577057c5a914f52fd38a9d35645517e09d46 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Wed Oct 10 14:12:36 2018 +0500 rack list: Set frame in ui form commit 9a7e06098899ea5ac7e510b4374e3f88aeae8282 Author: Nikita Zlobin <nick87720z@gmail.com> Date: Fri Sep 28 18:44:49 2018 +0500 rack list: Set common frame
6 years ago
10 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
Minimap enhancements (#768) * minimap: Update on any selection change For now minimap is already updated when box (not port) is selected. Also it will update if port is selected by Ctrl+C while box is already selected. This commit just makes this behavior more stable and predictable, * minimap: Align frame bottom with canvas frame * minimap: Fixed & unified cursor pos expressions Another approach, yet working in both places without rewriting. Don't add xp or yp, as it displaces right/bottom limit by 1px * minimap: Better custom frame New implementation has outer 1px shadow above parent background and internal enlight border above background. All is pixel-aligned. * minimap: Fix cursor position on lowest scale When scale is close to 0.2, view area may become bigger than working area. After such "fix" viewRect position is broken. * minimap: Brightness-aware shading on side gaps * mininap: Set viewRect lineHinting from proper pen * minimap: Cliped rendering for rounded corners * minimap: Frame width awareness Draw content only inside frame when external qt theme is used. * minimap: Implement full resize with any ratio * minimap: Better cursor positioning * minimap: Minimal corner rounding Make rounding to look good with rounded frames, still not ugly with square themes. * minimap: Reworked frame Mimic tab frame by placing existing frame as line child to QTabWidget. Frame derivation still handy to create inner sunken frame, just like in two other frames around. * minimap-framewidth: Follow system style change * minimap: Special blending modes for view cursor Adding for dark color schemes and subtracting for light preserve more contrast, compared to default blending. Difference is calculated from background and rubberband colors. * Better buttons look in sidebar fileview * minimap: Hold cursor inside map in view move mode * minimap: Natural move Would be more natural to have centered position in canvas view, when pointed in minimap.
6 years ago
11 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaHostW</class>
  4. <widget class="QMainWindow" name="CarlaHostW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1045</width>
  10. <height>716</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_4">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>4</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>1</number>
  29. </property>
  30. <item>
  31. <widget class="QTabWidget" name="tabWidget">
  32. <property name="tabPosition">
  33. <enum>QTabWidget::North</enum>
  34. </property>
  35. <property name="currentIndex">
  36. <number>0</number>
  37. </property>
  38. <widget class="QWidget" name="rack">
  39. <attribute name="title">
  40. <string>Rack</string>
  41. </attribute>
  42. <layout class="QHBoxLayout" name="horizontalLayout_2">
  43. <property name="spacing">
  44. <number>0</number>
  45. </property>
  46. <property name="leftMargin">
  47. <number>0</number>
  48. </property>
  49. <property name="topMargin">
  50. <number>0</number>
  51. </property>
  52. <property name="rightMargin">
  53. <number>0</number>
  54. </property>
  55. <property name="bottomMargin">
  56. <number>1</number>
  57. </property>
  58. <item>
  59. <widget class="QFrame" name="frame">
  60. <property name="frameShape">
  61. <enum>QFrame::StyledPanel</enum>
  62. </property>
  63. <property name="frameShadow">
  64. <enum>QFrame::Sunken</enum>
  65. </property>
  66. <layout class="QHBoxLayout" name="horizontalLayout_10">
  67. <property name="spacing">
  68. <number>0</number>
  69. </property>
  70. <property name="margin">
  71. <number>0</number>
  72. </property>
  73. <item>
  74. <widget class="QLabel" name="pad_left">
  75. <property name="minimumSize">
  76. <size>
  77. <width>25</width>
  78. <height>0</height>
  79. </size>
  80. </property>
  81. <property name="maximumSize">
  82. <size>
  83. <width>25</width>
  84. <height>16777215</height>
  85. </size>
  86. </property>
  87. <property name="text">
  88. <string/>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="RackListWidget" name="listWidget">
  94. <property name="contextMenuPolicy">
  95. <enum>Qt::CustomContextMenu</enum>
  96. </property>
  97. <property name="frameShape">
  98. <enum>QFrame::NoFrame</enum>
  99. </property>
  100. <property name="frameShadow">
  101. <enum>QFrame::Plain</enum>
  102. </property>
  103. <property name="verticalScrollBarPolicy">
  104. <enum>Qt::ScrollBarAlwaysOff</enum>
  105. </property>
  106. <property name="horizontalScrollBarPolicy">
  107. <enum>Qt::ScrollBarAlwaysOff</enum>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QLabel" name="pad_right">
  113. <property name="minimumSize">
  114. <size>
  115. <width>25</width>
  116. <height>0</height>
  117. </size>
  118. </property>
  119. <property name="maximumSize">
  120. <size>
  121. <width>25</width>
  122. <height>16777215</height>
  123. </size>
  124. </property>
  125. <property name="text">
  126. <string/>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <widget class="QScrollBar" name="rackScrollBar">
  132. <property name="orientation">
  133. <enum>Qt::Vertical</enum>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </widget>
  139. </item>
  140. </layout>
  141. </widget>
  142. <widget class="QWidget" name="patchbay">
  143. <attribute name="title">
  144. <string>Patchbay</string>
  145. </attribute>
  146. <layout class="QGridLayout" name="gridLayout">
  147. <property name="leftMargin">
  148. <number>0</number>
  149. </property>
  150. <property name="topMargin">
  151. <number>0</number>
  152. </property>
  153. <property name="rightMargin">
  154. <number>0</number>
  155. </property>
  156. <property name="bottomMargin">
  157. <number>1</number>
  158. </property>
  159. <property name="spacing">
  160. <number>1</number>
  161. </property>
  162. <item row="0" column="1">
  163. <widget class="DraggableGraphicsView" name="graphicsView">
  164. <property name="transformationAnchor">
  165. <enum>QGraphicsView::AnchorUnderMouse</enum>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="0" column="2">
  170. <widget class="DigitalPeakMeter" name="peak_out" native="true"/>
  171. </item>
  172. <item row="0" column="0">
  173. <widget class="DigitalPeakMeter" name="peak_in" native="true"/>
  174. </item>
  175. </layout>
  176. </widget>
  177. <widget class="QWidget" name="logs">
  178. <attribute name="title">
  179. <string>Logs</string>
  180. </attribute>
  181. <layout class="QHBoxLayout" name="horizontalLayout_4">
  182. <property name="spacing">
  183. <number>0</number>
  184. </property>
  185. <property name="leftMargin">
  186. <number>0</number>
  187. </property>
  188. <property name="topMargin">
  189. <number>0</number>
  190. </property>
  191. <property name="rightMargin">
  192. <number>0</number>
  193. </property>
  194. <property name="bottomMargin">
  195. <number>1</number>
  196. </property>
  197. <item>
  198. <widget class="QPlainTextEdit" name="text_logs">
  199. <property name="font">
  200. <font>
  201. <family>DejaVu Sans Mono</family>
  202. </font>
  203. </property>
  204. <property name="verticalScrollBarPolicy">
  205. <enum>Qt::ScrollBarAlwaysOn</enum>
  206. </property>
  207. <property name="horizontalScrollBarPolicy">
  208. <enum>Qt::ScrollBarAlwaysOn</enum>
  209. </property>
  210. <property name="lineWrapMode">
  211. <enum>QPlainTextEdit::NoWrap</enum>
  212. </property>
  213. <property name="plainText">
  214. <string>Loading...</string>
  215. </property>
  216. <property name="textInteractionFlags">
  217. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  218. </property>
  219. </widget>
  220. </item>
  221. </layout>
  222. </widget>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QFrame" name="tw_statusbar">
  227. <property name="sizePolicy">
  228. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  229. <horstretch>0</horstretch>
  230. <verstretch>0</verstretch>
  231. </sizepolicy>
  232. </property>
  233. <layout class="QHBoxLayout" name="horizontalLayout_3">
  234. <property name="leftMargin">
  235. <number>6</number>
  236. </property>
  237. <property name="topMargin">
  238. <number>0</number>
  239. </property>
  240. <property name="rightMargin">
  241. <number>6</number>
  242. </property>
  243. <property name="bottomMargin">
  244. <number>4</number>
  245. </property>
  246. <item>
  247. <widget class="QLabel" name="label_buffer_size">
  248. <property name="text">
  249. <string>Buffer Size:</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item>
  254. <widget class="QComboBox" name="cb_buffer_size"/>
  255. </item>
  256. <item>
  257. <widget class="Line" name="line_1">
  258. <property name="lineWidth">
  259. <number>0</number>
  260. </property>
  261. <property name="midLineWidth">
  262. <number>1</number>
  263. </property>
  264. <property name="orientation">
  265. <enum>Qt::Vertical</enum>
  266. </property>
  267. </widget>
  268. </item>
  269. <item>
  270. <widget class="QLabel" name="label_sample_rate">
  271. <property name="text">
  272. <string>Sample Rate:</string>
  273. </property>
  274. </widget>
  275. </item>
  276. <item>
  277. <widget class="QComboBox" name="cb_sample_rate"/>
  278. </item>
  279. <item>
  280. <widget class="Line" name="line_2">
  281. <property name="lineWidth">
  282. <number>0</number>
  283. </property>
  284. <property name="midLineWidth">
  285. <number>1</number>
  286. </property>
  287. <property name="orientation">
  288. <enum>Qt::Vertical</enum>
  289. </property>
  290. </widget>
  291. </item>
  292. <item>
  293. <widget class="QPushButton" name="b_xruns">
  294. <property name="text">
  295. <string>? Xruns</string>
  296. </property>
  297. <property name="flat">
  298. <bool>true</bool>
  299. </property>
  300. </widget>
  301. </item>
  302. <item>
  303. <widget class="Line" name="line_4">
  304. <property name="lineWidth">
  305. <number>0</number>
  306. </property>
  307. <property name="midLineWidth">
  308. <number>1</number>
  309. </property>
  310. <property name="orientation">
  311. <enum>Qt::Vertical</enum>
  312. </property>
  313. </widget>
  314. </item>
  315. <item>
  316. <widget class="QProgressBar" name="pb_dsp_load">
  317. <property name="value">
  318. <number>0</number>
  319. </property>
  320. <property name="alignment">
  321. <set>Qt::AlignCenter</set>
  322. </property>
  323. <property name="format">
  324. <string>DSP Load: %p%</string>
  325. </property>
  326. </widget>
  327. </item>
  328. </layout>
  329. </widget>
  330. </item>
  331. </layout>
  332. </widget>
  333. <widget class="QMenuBar" name="menubar">
  334. <property name="geometry">
  335. <rect>
  336. <x>0</x>
  337. <y>0</y>
  338. <width>1045</width>
  339. <height>25</height>
  340. </rect>
  341. </property>
  342. <widget class="QMenu" name="menu_File">
  343. <property name="title">
  344. <string>&amp;File</string>
  345. </property>
  346. <addaction name="act_file_connect"/>
  347. <addaction name="act_file_refresh"/>
  348. <addaction name="act_file_new"/>
  349. <addaction name="act_file_open"/>
  350. <addaction name="act_file_save"/>
  351. <addaction name="act_file_save_as"/>
  352. <addaction name="separator"/>
  353. <addaction name="act_file_quit"/>
  354. </widget>
  355. <widget class="QMenu" name="menu_Engine">
  356. <property name="title">
  357. <string>&amp;Engine</string>
  358. </property>
  359. <addaction name="act_engine_start"/>
  360. <addaction name="act_engine_stop"/>
  361. <addaction name="act_engine_panic"/>
  362. <addaction name="separator"/>
  363. <addaction name="act_engine_config"/>
  364. </widget>
  365. <widget class="QMenu" name="menu_Plugin">
  366. <property name="title">
  367. <string>&amp;Plugin</string>
  368. </property>
  369. <widget class="QMenu" name="menu_PluginMacros">
  370. <property name="title">
  371. <string>Macros (all plugins)</string>
  372. </property>
  373. <addaction name="act_plugins_enable"/>
  374. <addaction name="act_plugins_disable"/>
  375. <addaction name="separator"/>
  376. <addaction name="act_plugins_volume100"/>
  377. <addaction name="act_plugins_mute"/>
  378. <addaction name="separator"/>
  379. <addaction name="act_plugins_wet100"/>
  380. <addaction name="act_plugins_bypass"/>
  381. <addaction name="separator"/>
  382. <addaction name="act_plugins_center"/>
  383. <addaction name="separator"/>
  384. <addaction name="act_plugins_compact"/>
  385. <addaction name="act_plugins_expand"/>
  386. </widget>
  387. <addaction name="act_plugin_add"/>
  388. <addaction name="act_plugin_add_jack"/>
  389. <addaction name="act_plugin_remove_all"/>
  390. <addaction name="separator"/>
  391. <addaction name="menu_PluginMacros"/>
  392. </widget>
  393. <widget class="QMenu" name="menu_Canvas">
  394. <property name="title">
  395. <string>&amp;Canvas</string>
  396. </property>
  397. <widget class="QMenu" name="menu_Canvas_Zoom">
  398. <property name="title">
  399. <string>Zoom</string>
  400. </property>
  401. <addaction name="act_canvas_zoom_fit"/>
  402. <addaction name="separator"/>
  403. <addaction name="act_canvas_zoom_in"/>
  404. <addaction name="act_canvas_zoom_out"/>
  405. <addaction name="act_canvas_zoom_100"/>
  406. </widget>
  407. <addaction name="act_canvas_show_internal"/>
  408. <addaction name="act_canvas_show_external"/>
  409. <addaction name="separator"/>
  410. <addaction name="act_canvas_arrange"/>
  411. <addaction name="act_canvas_refresh"/>
  412. <addaction name="menu_Canvas_Zoom"/>
  413. <addaction name="separator"/>
  414. <addaction name="act_canvas_save_image"/>
  415. </widget>
  416. <widget class="QMenu" name="menu_Settings">
  417. <property name="title">
  418. <string>&amp;Settings</string>
  419. </property>
  420. <addaction name="act_settings_show_toolbar"/>
  421. <addaction name="act_settings_show_meters"/>
  422. <addaction name="act_settings_show_keyboard"/>
  423. <addaction name="act_settings_show_side_panel"/>
  424. <addaction name="separator"/>
  425. <addaction name="act_settings_configure"/>
  426. </widget>
  427. <widget class="QMenu" name="menu_Help">
  428. <property name="title">
  429. <string>&amp;Help</string>
  430. </property>
  431. <addaction name="act_help_about"/>
  432. <addaction name="act_help_about_juce"/>
  433. <addaction name="act_help_about_qt"/>
  434. </widget>
  435. <addaction name="menu_File"/>
  436. <addaction name="menu_Engine"/>
  437. <addaction name="menu_Plugin"/>
  438. <addaction name="menu_Canvas"/>
  439. <addaction name="menu_Settings"/>
  440. <addaction name="menu_Help"/>
  441. </widget>
  442. <widget class="QToolBar" name="toolBar">
  443. <property name="windowTitle">
  444. <string>toolBar</string>
  445. </property>
  446. <property name="movable">
  447. <bool>false</bool>
  448. </property>
  449. <property name="allowedAreas">
  450. <set>Qt::NoToolBarArea</set>
  451. </property>
  452. <property name="toolButtonStyle">
  453. <enum>Qt::ToolButtonTextBesideIcon</enum>
  454. </property>
  455. <attribute name="toolBarArea">
  456. <enum>TopToolBarArea</enum>
  457. </attribute>
  458. <attribute name="toolBarBreak">
  459. <bool>false</bool>
  460. </attribute>
  461. <addaction name="act_file_new"/>
  462. <addaction name="act_file_open"/>
  463. <addaction name="act_file_save"/>
  464. <addaction name="act_file_save_as"/>
  465. <addaction name="act_file_connect"/>
  466. <addaction name="act_file_refresh"/>
  467. <addaction name="separator"/>
  468. <addaction name="act_plugin_add"/>
  469. <addaction name="act_plugin_add_jack"/>
  470. <addaction name="act_plugin_remove_all"/>
  471. <addaction name="act_engine_panic"/>
  472. <addaction name="separator"/>
  473. <addaction name="act_settings_configure"/>
  474. </widget>
  475. <widget class="QDockWidget" name="dockWidget">
  476. <property name="sizePolicy">
  477. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  478. <horstretch>0</horstretch>
  479. <verstretch>10</verstretch>
  480. </sizepolicy>
  481. </property>
  482. <property name="features">
  483. <set>QDockWidget::NoDockWidgetFeatures</set>
  484. </property>
  485. <property name="allowedAreas">
  486. <set>Qt::NoDockWidgetArea</set>
  487. </property>
  488. <attribute name="dockWidgetArea">
  489. <number>1</number>
  490. </attribute>
  491. <widget class="QWidget" name="dockWidgetContents">
  492. <layout class="QVBoxLayout" name="verticalLayout">
  493. <property name="spacing">
  494. <number>0</number>
  495. </property>
  496. <property name="leftMargin">
  497. <number>1</number>
  498. </property>
  499. <property name="topMargin">
  500. <number>5</number>
  501. </property>
  502. <property name="rightMargin">
  503. <number>0</number>
  504. </property>
  505. <property name="bottomMargin">
  506. <number>1</number>
  507. </property>
  508. <item>
  509. <widget class="QSplitter" name="splitter">
  510. <property name="orientation">
  511. <enum>Qt::Vertical</enum>
  512. </property>
  513. <widget class="QTabWidget" name="tabUtils">
  514. <property name="sizePolicy">
  515. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  516. <horstretch>0</horstretch>
  517. <verstretch>10</verstretch>
  518. </sizepolicy>
  519. </property>
  520. <property name="minimumSize">
  521. <size>
  522. <width>210</width>
  523. <height>0</height>
  524. </size>
  525. </property>
  526. <property name="acceptDrops">
  527. <bool>false</bool>
  528. </property>
  529. <property name="tabPosition">
  530. <enum>QTabWidget::West</enum>
  531. </property>
  532. <property name="currentIndex">
  533. <number>0</number>
  534. </property>
  535. <widget class="QWidget" name="disk">
  536. <property name="acceptDrops">
  537. <bool>false</bool>
  538. </property>
  539. <attribute name="title">
  540. <string>Disk</string>
  541. </attribute>
  542. <layout class="QVBoxLayout" name="verticalLayout_3">
  543. <property name="spacing">
  544. <number>1</number>
  545. </property>
  546. <property name="leftMargin">
  547. <number>0</number>
  548. </property>
  549. <property name="topMargin">
  550. <number>0</number>
  551. </property>
  552. <property name="rightMargin">
  553. <number>0</number>
  554. </property>
  555. <property name="bottomMargin">
  556. <number>1</number>
  557. </property>
  558. <item>
  559. <layout class="QHBoxLayout" name="horizontalLayout">
  560. <item>
  561. <widget class="QComboBox" name="cb_disk">
  562. <item>
  563. <property name="text">
  564. <string>Home</string>
  565. </property>
  566. </item>
  567. </widget>
  568. </item>
  569. <item>
  570. <widget class="QToolButton" name="b_disk_add">
  571. <property name="text">
  572. <string/>
  573. </property>
  574. <property name="icon">
  575. <iconset resource="../resources.qrc">
  576. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  577. </property>
  578. </widget>
  579. </item>
  580. <item>
  581. <widget class="QToolButton" name="b_disk_remove">
  582. <property name="enabled">
  583. <bool>false</bool>
  584. </property>
  585. <property name="text">
  586. <string/>
  587. </property>
  588. <property name="icon">
  589. <iconset resource="../resources.qrc">
  590. <normaloff>:/16x16/list-remove.svgz</normaloff>:/16x16/list-remove.svgz</iconset>
  591. </property>
  592. </widget>
  593. </item>
  594. </layout>
  595. </item>
  596. <item>
  597. <widget class="QTreeView" name="fileTreeView">
  598. <property name="editTriggers">
  599. <set>QAbstractItemView::NoEditTriggers</set>
  600. </property>
  601. <property name="dragEnabled">
  602. <bool>true</bool>
  603. </property>
  604. <property name="dragDropMode">
  605. <enum>QAbstractItemView::DragOnly</enum>
  606. </property>
  607. </widget>
  608. </item>
  609. </layout>
  610. </widget>
  611. <widget class="QWidget" name="w_transport">
  612. <attribute name="title">
  613. <string>Transport</string>
  614. </attribute>
  615. <layout class="QVBoxLayout" name="verticalLayout_6">
  616. <item>
  617. <widget class="QGroupBox" name="group_transport_controls">
  618. <property name="title">
  619. <string>Playback Controls</string>
  620. </property>
  621. <layout class="QHBoxLayout" name="horizontalLayout_5">
  622. <item>
  623. <widget class="QPushButton" name="b_transport_play">
  624. <property name="text">
  625. <string/>
  626. </property>
  627. <property name="icon">
  628. <iconset resource="../resources.qrc">
  629. <normaloff>:/16x16/media-playback-start.svgz</normaloff>:/16x16/media-playback-start.svgz</iconset>
  630. </property>
  631. <property name="checkable">
  632. <bool>true</bool>
  633. </property>
  634. </widget>
  635. </item>
  636. <item>
  637. <widget class="QPushButton" name="b_transport_stop">
  638. <property name="text">
  639. <string/>
  640. </property>
  641. <property name="icon">
  642. <iconset resource="../resources.qrc">
  643. <normaloff>:/16x16/media-playback-stop.svgz</normaloff>:/16x16/media-playback-stop.svgz</iconset>
  644. </property>
  645. </widget>
  646. </item>
  647. <item>
  648. <widget class="QPushButton" name="b_transport_backwards">
  649. <property name="text">
  650. <string/>
  651. </property>
  652. <property name="icon">
  653. <iconset resource="../resources.qrc">
  654. <normaloff>:/16x16/media-seek-backward.svgz</normaloff>:/16x16/media-seek-backward.svgz</iconset>
  655. </property>
  656. <property name="autoRepeat">
  657. <bool>true</bool>
  658. </property>
  659. </widget>
  660. </item>
  661. <item>
  662. <widget class="QPushButton" name="b_transport_forwards">
  663. <property name="text">
  664. <string/>
  665. </property>
  666. <property name="icon">
  667. <iconset resource="../resources.qrc">
  668. <normaloff>:/16x16/media-seek-forward.svgz</normaloff>:/16x16/media-seek-forward.svgz</iconset>
  669. </property>
  670. <property name="autoRepeat">
  671. <bool>true</bool>
  672. </property>
  673. </widget>
  674. </item>
  675. </layout>
  676. </widget>
  677. </item>
  678. <item>
  679. <widget class="QGroupBox" name="group_transport_info">
  680. <property name="title">
  681. <string>Time Information</string>
  682. </property>
  683. <layout class="QVBoxLayout" name="verticalLayout_2">
  684. <item>
  685. <layout class="QHBoxLayout" name="horizontalLayout_6">
  686. <item>
  687. <widget class="QLabel" name="label_transport_frame">
  688. <property name="text">
  689. <string>Frame:</string>
  690. </property>
  691. <property name="alignment">
  692. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  693. </property>
  694. </widget>
  695. </item>
  696. <item>
  697. <widget class="QLabel" name="l_transport_frame">
  698. <property name="font">
  699. <font>
  700. <family>DejaVu Sans Mono</family>
  701. </font>
  702. </property>
  703. <property name="text">
  704. <string>000'000'000</string>
  705. </property>
  706. </widget>
  707. </item>
  708. <item>
  709. <spacer name="horizontalSpacer">
  710. <property name="orientation">
  711. <enum>Qt::Horizontal</enum>
  712. </property>
  713. <property name="sizeType">
  714. <enum>QSizePolicy::Fixed</enum>
  715. </property>
  716. <property name="sizeHint" stdset="0">
  717. <size>
  718. <width>20</width>
  719. <height>1</height>
  720. </size>
  721. </property>
  722. </spacer>
  723. </item>
  724. </layout>
  725. </item>
  726. <item>
  727. <layout class="QHBoxLayout" name="horizontalLayout_7">
  728. <item>
  729. <widget class="QLabel" name="label_transport_time">
  730. <property name="text">
  731. <string>Time:</string>
  732. </property>
  733. <property name="alignment">
  734. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  735. </property>
  736. </widget>
  737. </item>
  738. <item>
  739. <widget class="QLabel" name="l_transport_time">
  740. <property name="font">
  741. <font>
  742. <family>DejaVu Sans Mono</family>
  743. </font>
  744. </property>
  745. <property name="text">
  746. <string>00:00:00</string>
  747. </property>
  748. </widget>
  749. </item>
  750. <item>
  751. <spacer name="horizontalSpacer_2">
  752. <property name="orientation">
  753. <enum>Qt::Horizontal</enum>
  754. </property>
  755. <property name="sizeType">
  756. <enum>QSizePolicy::Fixed</enum>
  757. </property>
  758. <property name="sizeHint" stdset="0">
  759. <size>
  760. <width>20</width>
  761. <height>1</height>
  762. </size>
  763. </property>
  764. </spacer>
  765. </item>
  766. </layout>
  767. </item>
  768. <item>
  769. <layout class="QHBoxLayout" name="horizontalLayout_8">
  770. <item>
  771. <widget class="QLabel" name="label_transport_bbt">
  772. <property name="text">
  773. <string>BBT:</string>
  774. </property>
  775. <property name="alignment">
  776. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  777. </property>
  778. </widget>
  779. </item>
  780. <item>
  781. <widget class="QLabel" name="l_transport_bbt">
  782. <property name="font">
  783. <font>
  784. <family>DejaVu Sans Mono</family>
  785. </font>
  786. </property>
  787. <property name="text">
  788. <string>000|00|0000</string>
  789. </property>
  790. </widget>
  791. </item>
  792. <item>
  793. <spacer name="horizontalSpacer_3">
  794. <property name="orientation">
  795. <enum>Qt::Horizontal</enum>
  796. </property>
  797. <property name="sizeType">
  798. <enum>QSizePolicy::Fixed</enum>
  799. </property>
  800. <property name="sizeHint" stdset="0">
  801. <size>
  802. <width>20</width>
  803. <height>1</height>
  804. </size>
  805. </property>
  806. </spacer>
  807. </item>
  808. </layout>
  809. </item>
  810. </layout>
  811. </widget>
  812. </item>
  813. <item>
  814. <widget class="QGroupBox" name="group_transport_settings">
  815. <property name="title">
  816. <string>Settings</string>
  817. </property>
  818. <layout class="QVBoxLayout" name="verticalLayout_5">
  819. <item>
  820. <widget class="QDoubleSpinBox" name="dsb_transport_bpm">
  821. <property name="suffix">
  822. <string> BPM</string>
  823. </property>
  824. <property name="decimals">
  825. <number>1</number>
  826. </property>
  827. <property name="minimum">
  828. <double>20.000000000000000</double>
  829. </property>
  830. <property name="maximum">
  831. <double>999.000000000000000</double>
  832. </property>
  833. </widget>
  834. </item>
  835. <item>
  836. <widget class="QCheckBox" name="cb_transport_jack">
  837. <property name="text">
  838. <string>Use JACK Transport</string>
  839. </property>
  840. </widget>
  841. </item>
  842. <item>
  843. <widget class="QCheckBox" name="cb_transport_link">
  844. <property name="text">
  845. <string>Use Ableton Link</string>
  846. </property>
  847. </widget>
  848. </item>
  849. </layout>
  850. </widget>
  851. </item>
  852. <item>
  853. <spacer name="verticalSpacer">
  854. <property name="orientation">
  855. <enum>Qt::Vertical</enum>
  856. </property>
  857. <property name="sizeHint" stdset="0">
  858. <size>
  859. <width>20</width>
  860. <height>188</height>
  861. </size>
  862. </property>
  863. </spacer>
  864. </item>
  865. </layout>
  866. </widget>
  867. </widget>
  868. <widget class="QTabWidget" name="tw_miniCanvas">
  869. <property name="sizePolicy">
  870. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  871. <horstretch>0</horstretch>
  872. <verstretch>0</verstretch>
  873. </sizepolicy>
  874. </property>
  875. <property name="tabPosition">
  876. <enum>QTabWidget::West</enum>
  877. </property>
  878. <property name="currentIndex">
  879. <number>0</number>
  880. </property>
  881. <property name="tabBarAutoHide" stdset="0">
  882. <bool>false</bool>
  883. </property>
  884. <widget class="QWidget" name="tab_3">
  885. <property name="sizePolicy">
  886. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  887. <horstretch>0</horstretch>
  888. <verstretch>0</verstretch>
  889. </sizepolicy>
  890. </property>
  891. <attribute name="title">
  892. <string/>
  893. </attribute>
  894. <layout class="QVBoxLayout" name="verticalLayout_7">
  895. <property name="spacing">
  896. <number>0</number>
  897. </property>
  898. <property name="sizeConstraint">
  899. <enum>QLayout::SetDefaultConstraint</enum>
  900. </property>
  901. <property name="leftMargin">
  902. <number>0</number>
  903. </property>
  904. <property name="topMargin">
  905. <number>0</number>
  906. </property>
  907. <property name="rightMargin">
  908. <number>0</number>
  909. </property>
  910. <property name="bottomMargin">
  911. <number>1</number>
  912. </property>
  913. <item>
  914. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  915. <property name="sizePolicy">
  916. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  917. <horstretch>0</horstretch>
  918. <verstretch>0</verstretch>
  919. </sizepolicy>
  920. </property>
  921. <property name="minimumSize">
  922. <size>
  923. <width>210</width>
  924. <height>162</height>
  925. </size>
  926. </property>
  927. <property name="acceptDrops">
  928. <bool>false</bool>
  929. </property>
  930. <property name="frameShape">
  931. <enum>QFrame::StyledPanel</enum>
  932. </property>
  933. <property name="frameShadow">
  934. <enum>QFrame::Sunken</enum>
  935. </property>
  936. <property name="lineWidth">
  937. <number>1</number>
  938. </property>
  939. </widget>
  940. </item>
  941. </layout>
  942. </widget>
  943. </widget>
  944. </widget>
  945. </item>
  946. </layout>
  947. </widget>
  948. </widget>
  949. <action name="act_file_new">
  950. <property name="icon">
  951. <iconset resource="../resources.qrc">
  952. <normaloff>:/16x16/document-new.svgz</normaloff>:/16x16/document-new.svgz</iconset>
  953. </property>
  954. <property name="text">
  955. <string>&amp;New</string>
  956. </property>
  957. <property name="shortcut">
  958. <string>Ctrl+N</string>
  959. </property>
  960. <property name="menuRole">
  961. <enum>QAction::NoRole</enum>
  962. </property>
  963. </action>
  964. <action name="act_file_open">
  965. <property name="icon">
  966. <iconset resource="../resources.qrc">
  967. <normaloff>:/16x16/document-open.svgz</normaloff>:/16x16/document-open.svgz</iconset>
  968. </property>
  969. <property name="text">
  970. <string>&amp;Open...</string>
  971. </property>
  972. <property name="iconText">
  973. <string>Open...</string>
  974. </property>
  975. <property name="toolTip">
  976. <string>Open...</string>
  977. </property>
  978. <property name="shortcut">
  979. <string>Ctrl+O</string>
  980. </property>
  981. <property name="menuRole">
  982. <enum>QAction::NoRole</enum>
  983. </property>
  984. </action>
  985. <action name="act_file_save">
  986. <property name="icon">
  987. <iconset resource="../resources.qrc">
  988. <normaloff>:/16x16/document-save.svgz</normaloff>:/16x16/document-save.svgz</iconset>
  989. </property>
  990. <property name="text">
  991. <string>&amp;Save</string>
  992. </property>
  993. <property name="shortcut">
  994. <string>Ctrl+S</string>
  995. </property>
  996. <property name="menuRole">
  997. <enum>QAction::NoRole</enum>
  998. </property>
  999. </action>
  1000. <action name="act_file_save_as">
  1001. <property name="icon">
  1002. <iconset resource="../resources.qrc">
  1003. <normaloff>:/16x16/document-save-as.svgz</normaloff>:/16x16/document-save-as.svgz</iconset>
  1004. </property>
  1005. <property name="text">
  1006. <string>Save &amp;As...</string>
  1007. </property>
  1008. <property name="iconText">
  1009. <string>Save As...</string>
  1010. </property>
  1011. <property name="toolTip">
  1012. <string>Save As...</string>
  1013. </property>
  1014. <property name="shortcut">
  1015. <string>Ctrl+Shift+S</string>
  1016. </property>
  1017. <property name="menuRole">
  1018. <enum>QAction::NoRole</enum>
  1019. </property>
  1020. </action>
  1021. <action name="act_file_quit">
  1022. <property name="icon">
  1023. <iconset resource="../resources.qrc">
  1024. <normaloff>:/16x16/application-exit.svgz</normaloff>:/16x16/application-exit.svgz</iconset>
  1025. </property>
  1026. <property name="text">
  1027. <string>&amp;Quit</string>
  1028. </property>
  1029. <property name="shortcut">
  1030. <string>Ctrl+Q</string>
  1031. </property>
  1032. <property name="menuRole">
  1033. <enum>QAction::NoRole</enum>
  1034. </property>
  1035. </action>
  1036. <action name="act_engine_start">
  1037. <property name="icon">
  1038. <iconset resource="../resources.qrc">
  1039. <normaloff>:/16x16/media-playback-start.svgz</normaloff>:/16x16/media-playback-start.svgz</iconset>
  1040. </property>
  1041. <property name="text">
  1042. <string>&amp;Start</string>
  1043. </property>
  1044. <property name="shortcut">
  1045. <string>F5</string>
  1046. </property>
  1047. <property name="menuRole">
  1048. <enum>QAction::NoRole</enum>
  1049. </property>
  1050. </action>
  1051. <action name="act_engine_stop">
  1052. <property name="icon">
  1053. <iconset resource="../resources.qrc">
  1054. <normaloff>:/16x16/media-playback-stop.svgz</normaloff>:/16x16/media-playback-stop.svgz</iconset>
  1055. </property>
  1056. <property name="text">
  1057. <string>St&amp;op</string>
  1058. </property>
  1059. <property name="shortcut">
  1060. <string>F6</string>
  1061. </property>
  1062. <property name="menuRole">
  1063. <enum>QAction::NoRole</enum>
  1064. </property>
  1065. </action>
  1066. <action name="act_plugin_add">
  1067. <property name="icon">
  1068. <iconset resource="../resources.qrc">
  1069. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  1070. </property>
  1071. <property name="text">
  1072. <string>&amp;Add Plugin...</string>
  1073. </property>
  1074. <property name="shortcut">
  1075. <string>Ctrl+A</string>
  1076. </property>
  1077. <property name="menuRole">
  1078. <enum>QAction::NoRole</enum>
  1079. </property>
  1080. </action>
  1081. <action name="act_plugin_remove_all">
  1082. <property name="icon">
  1083. <iconset resource="../resources.qrc">
  1084. <normaloff>:/16x16/edit-delete.svgz</normaloff>:/16x16/edit-delete.svgz</iconset>
  1085. </property>
  1086. <property name="text">
  1087. <string>&amp;Remove All</string>
  1088. </property>
  1089. <property name="menuRole">
  1090. <enum>QAction::NoRole</enum>
  1091. </property>
  1092. </action>
  1093. <action name="act_plugins_enable">
  1094. <property name="text">
  1095. <string>Enable</string>
  1096. </property>
  1097. <property name="menuRole">
  1098. <enum>QAction::NoRole</enum>
  1099. </property>
  1100. </action>
  1101. <action name="act_plugins_disable">
  1102. <property name="text">
  1103. <string>Disable</string>
  1104. </property>
  1105. <property name="menuRole">
  1106. <enum>QAction::NoRole</enum>
  1107. </property>
  1108. </action>
  1109. <action name="act_plugins_bypass">
  1110. <property name="text">
  1111. <string>0% Wet (Bypass)</string>
  1112. </property>
  1113. <property name="menuRole">
  1114. <enum>QAction::NoRole</enum>
  1115. </property>
  1116. </action>
  1117. <action name="act_plugins_wet100">
  1118. <property name="text">
  1119. <string>100% Wet</string>
  1120. </property>
  1121. <property name="menuRole">
  1122. <enum>QAction::NoRole</enum>
  1123. </property>
  1124. </action>
  1125. <action name="act_plugins_mute">
  1126. <property name="text">
  1127. <string>0% Volume (Mute)</string>
  1128. </property>
  1129. <property name="menuRole">
  1130. <enum>QAction::NoRole</enum>
  1131. </property>
  1132. </action>
  1133. <action name="act_plugins_volume100">
  1134. <property name="text">
  1135. <string>100% Volume</string>
  1136. </property>
  1137. <property name="menuRole">
  1138. <enum>QAction::NoRole</enum>
  1139. </property>
  1140. </action>
  1141. <action name="act_plugins_center">
  1142. <property name="text">
  1143. <string>Center Balance</string>
  1144. </property>
  1145. <property name="menuRole">
  1146. <enum>QAction::NoRole</enum>
  1147. </property>
  1148. </action>
  1149. <action name="act_transport_play">
  1150. <property name="checkable">
  1151. <bool>true</bool>
  1152. </property>
  1153. <property name="icon">
  1154. <iconset resource="../resources.qrc">
  1155. <normaloff>:/16x16/media-playback-start.svgz</normaloff>:/16x16/media-playback-start.svgz</iconset>
  1156. </property>
  1157. <property name="text">
  1158. <string>&amp;Play</string>
  1159. </property>
  1160. <property name="shortcut">
  1161. <string>Ctrl+Shift+P</string>
  1162. </property>
  1163. </action>
  1164. <action name="act_transport_stop">
  1165. <property name="icon">
  1166. <iconset resource="../resources.qrc">
  1167. <normaloff>:/16x16/media-playback-stop.svgz</normaloff>:/16x16/media-playback-stop.svgz</iconset>
  1168. </property>
  1169. <property name="text">
  1170. <string>&amp;Stop</string>
  1171. </property>
  1172. <property name="shortcut">
  1173. <string>Ctrl+Shift+X</string>
  1174. </property>
  1175. </action>
  1176. <action name="act_transport_backwards">
  1177. <property name="icon">
  1178. <iconset resource="../resources.qrc">
  1179. <normaloff>:/16x16/media-seek-backward.svgz</normaloff>:/16x16/media-seek-backward.svgz</iconset>
  1180. </property>
  1181. <property name="text">
  1182. <string>&amp;Backwards</string>
  1183. </property>
  1184. <property name="shortcut">
  1185. <string>Ctrl+Shift+B</string>
  1186. </property>
  1187. </action>
  1188. <action name="act_transport_forwards">
  1189. <property name="icon">
  1190. <iconset resource="../resources.qrc">
  1191. <normaloff>:/16x16/media-seek-forward.svgz</normaloff>:/16x16/media-seek-forward.svgz</iconset>
  1192. </property>
  1193. <property name="text">
  1194. <string>&amp;Forwards</string>
  1195. </property>
  1196. <property name="shortcut">
  1197. <string>Ctrl+Shift+F</string>
  1198. </property>
  1199. </action>
  1200. <action name="act_canvas_arrange">
  1201. <property name="icon">
  1202. <iconset resource="../resources.qrc">
  1203. <normaloff>:/16x16/view-sort-ascending.svgz</normaloff>:/16x16/view-sort-ascending.svgz</iconset>
  1204. </property>
  1205. <property name="text">
  1206. <string>&amp;Arrange</string>
  1207. </property>
  1208. <property name="shortcut">
  1209. <string>Ctrl+G</string>
  1210. </property>
  1211. <property name="menuRole">
  1212. <enum>QAction::NoRole</enum>
  1213. </property>
  1214. </action>
  1215. <action name="act_canvas_refresh">
  1216. <property name="icon">
  1217. <iconset resource="../resources.qrc">
  1218. <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
  1219. </property>
  1220. <property name="text">
  1221. <string>&amp;Refresh</string>
  1222. </property>
  1223. <property name="shortcut">
  1224. <string>Ctrl+R</string>
  1225. </property>
  1226. <property name="menuRole">
  1227. <enum>QAction::NoRole</enum>
  1228. </property>
  1229. </action>
  1230. <action name="act_canvas_save_image">
  1231. <property name="text">
  1232. <string>Save &amp;Image...</string>
  1233. </property>
  1234. <property name="menuRole">
  1235. <enum>QAction::NoRole</enum>
  1236. </property>
  1237. </action>
  1238. <action name="act_canvas_zoom_fit">
  1239. <property name="icon">
  1240. <iconset resource="../resources.qrc">
  1241. <normaloff>:/16x16/zoom-fit-best.svgz</normaloff>:/16x16/zoom-fit-best.svgz</iconset>
  1242. </property>
  1243. <property name="text">
  1244. <string>Auto-Fit</string>
  1245. </property>
  1246. <property name="shortcut">
  1247. <string>Home</string>
  1248. </property>
  1249. <property name="menuRole">
  1250. <enum>QAction::NoRole</enum>
  1251. </property>
  1252. </action>
  1253. <action name="act_canvas_zoom_in">
  1254. <property name="icon">
  1255. <iconset resource="../resources.qrc">
  1256. <normaloff>:/16x16/zoom-in.svgz</normaloff>:/16x16/zoom-in.svgz</iconset>
  1257. </property>
  1258. <property name="text">
  1259. <string>Zoom In</string>
  1260. </property>
  1261. <property name="shortcut">
  1262. <string>Ctrl++</string>
  1263. </property>
  1264. <property name="menuRole">
  1265. <enum>QAction::NoRole</enum>
  1266. </property>
  1267. </action>
  1268. <action name="act_canvas_zoom_out">
  1269. <property name="icon">
  1270. <iconset resource="../resources.qrc">
  1271. <normaloff>:/16x16/zoom-out.svgz</normaloff>:/16x16/zoom-out.svgz</iconset>
  1272. </property>
  1273. <property name="text">
  1274. <string>Zoom Out</string>
  1275. </property>
  1276. <property name="shortcut">
  1277. <string>Ctrl+-</string>
  1278. </property>
  1279. <property name="menuRole">
  1280. <enum>QAction::NoRole</enum>
  1281. </property>
  1282. </action>
  1283. <action name="act_canvas_zoom_100">
  1284. <property name="icon">
  1285. <iconset resource="../resources.qrc">
  1286. <normaloff>:/16x16/zoom-original.svgz</normaloff>:/16x16/zoom-original.svgz</iconset>
  1287. </property>
  1288. <property name="text">
  1289. <string>Zoom 100%</string>
  1290. </property>
  1291. <property name="shortcut">
  1292. <string>Ctrl+1</string>
  1293. </property>
  1294. <property name="menuRole">
  1295. <enum>QAction::NoRole</enum>
  1296. </property>
  1297. </action>
  1298. <action name="act_settings_show_toolbar">
  1299. <property name="checkable">
  1300. <bool>true</bool>
  1301. </property>
  1302. <property name="text">
  1303. <string>Show &amp;Toolbar</string>
  1304. </property>
  1305. <property name="menuRole">
  1306. <enum>QAction::NoRole</enum>
  1307. </property>
  1308. </action>
  1309. <action name="act_settings_configure">
  1310. <property name="icon">
  1311. <iconset resource="../resources.qrc">
  1312. <normaloff>:/16x16/configure.svgz</normaloff>:/16x16/configure.svgz</iconset>
  1313. </property>
  1314. <property name="text">
  1315. <string>&amp;Configure Carla</string>
  1316. </property>
  1317. <property name="menuRole">
  1318. <enum>QAction::NoRole</enum>
  1319. </property>
  1320. </action>
  1321. <action name="act_help_about">
  1322. <property name="text">
  1323. <string>&amp;About</string>
  1324. </property>
  1325. <property name="menuRole">
  1326. <enum>QAction::NoRole</enum>
  1327. </property>
  1328. </action>
  1329. <action name="act_help_about_juce">
  1330. <property name="text">
  1331. <string>About &amp;JUCE</string>
  1332. </property>
  1333. <property name="menuRole">
  1334. <enum>QAction::NoRole</enum>
  1335. </property>
  1336. </action>
  1337. <action name="act_help_about_qt">
  1338. <property name="text">
  1339. <string>About &amp;Qt</string>
  1340. </property>
  1341. <property name="menuRole">
  1342. <enum>QAction::NoRole</enum>
  1343. </property>
  1344. </action>
  1345. <action name="act_settings_show_meters">
  1346. <property name="checkable">
  1347. <bool>true</bool>
  1348. </property>
  1349. <property name="text">
  1350. <string>Show Canvas &amp;Meters</string>
  1351. </property>
  1352. <property name="menuRole">
  1353. <enum>QAction::NoRole</enum>
  1354. </property>
  1355. </action>
  1356. <action name="act_settings_show_keyboard">
  1357. <property name="checkable">
  1358. <bool>true</bool>
  1359. </property>
  1360. <property name="text">
  1361. <string>Show Canvas &amp;Keyboard</string>
  1362. </property>
  1363. <property name="menuRole">
  1364. <enum>QAction::NoRole</enum>
  1365. </property>
  1366. </action>
  1367. <action name="act_canvas_show_internal">
  1368. <property name="checkable">
  1369. <bool>true</bool>
  1370. </property>
  1371. <property name="text">
  1372. <string>Show Internal</string>
  1373. </property>
  1374. <property name="menuRole">
  1375. <enum>QAction::NoRole</enum>
  1376. </property>
  1377. </action>
  1378. <action name="act_canvas_show_external">
  1379. <property name="checkable">
  1380. <bool>true</bool>
  1381. </property>
  1382. <property name="text">
  1383. <string>Show External</string>
  1384. </property>
  1385. <property name="menuRole">
  1386. <enum>QAction::NoRole</enum>
  1387. </property>
  1388. </action>
  1389. <action name="act_settings_show_time_panel">
  1390. <property name="checkable">
  1391. <bool>true</bool>
  1392. </property>
  1393. <property name="text">
  1394. <string>Show Time Panel</string>
  1395. </property>
  1396. </action>
  1397. <action name="act_settings_show_side_panel">
  1398. <property name="checkable">
  1399. <bool>true</bool>
  1400. </property>
  1401. <property name="text">
  1402. <string>Show &amp;Side Panel</string>
  1403. </property>
  1404. <property name="menuRole">
  1405. <enum>QAction::NoRole</enum>
  1406. </property>
  1407. </action>
  1408. <action name="act_file_connect">
  1409. <property name="icon">
  1410. <iconset resource="../resources.qrc">
  1411. <normaloff>:/16x16/network-connect.svgz</normaloff>:/16x16/network-connect.svgz</iconset>
  1412. </property>
  1413. <property name="text">
  1414. <string>&amp;Connect...</string>
  1415. </property>
  1416. <property name="menuRole">
  1417. <enum>QAction::NoRole</enum>
  1418. </property>
  1419. </action>
  1420. <action name="act_file_refresh">
  1421. <property name="icon">
  1422. <iconset resource="../resources.qrc">
  1423. <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
  1424. </property>
  1425. <property name="text">
  1426. <string>&amp;Refresh</string>
  1427. </property>
  1428. <property name="menuRole">
  1429. <enum>QAction::NoRole</enum>
  1430. </property>
  1431. </action>
  1432. <action name="act_plugins_compact">
  1433. <property name="text">
  1434. <string>Compact Slots</string>
  1435. </property>
  1436. <property name="menuRole">
  1437. <enum>QAction::NoRole</enum>
  1438. </property>
  1439. </action>
  1440. <action name="act_plugins_expand">
  1441. <property name="text">
  1442. <string>Expand Slots</string>
  1443. </property>
  1444. <property name="menuRole">
  1445. <enum>QAction::NoRole</enum>
  1446. </property>
  1447. </action>
  1448. <action name="act_secret_1">
  1449. <property name="text">
  1450. <string>Perform secret 1</string>
  1451. </property>
  1452. </action>
  1453. <action name="act_secret_2">
  1454. <property name="text">
  1455. <string>Perform secret 2</string>
  1456. </property>
  1457. </action>
  1458. <action name="act_secret_3">
  1459. <property name="text">
  1460. <string>Perform secret 3</string>
  1461. </property>
  1462. </action>
  1463. <action name="act_secret_4">
  1464. <property name="text">
  1465. <string>Perform secret 4</string>
  1466. </property>
  1467. </action>
  1468. <action name="act_secret_5">
  1469. <property name="text">
  1470. <string>Perform secret 5</string>
  1471. </property>
  1472. </action>
  1473. <action name="act_plugin_add_jack">
  1474. <property name="icon">
  1475. <iconset resource="../resources.qrc">
  1476. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  1477. </property>
  1478. <property name="text">
  1479. <string>Add &amp;JACK Application...</string>
  1480. </property>
  1481. <property name="menuRole">
  1482. <enum>QAction::NoRole</enum>
  1483. </property>
  1484. </action>
  1485. <action name="act_engine_config">
  1486. <property name="icon">
  1487. <iconset resource="../resources.qrc">
  1488. <normaloff>:/16x16/configure.svgz</normaloff>:/16x16/configure.svgz</iconset>
  1489. </property>
  1490. <property name="text">
  1491. <string>&amp;Configure driver...</string>
  1492. </property>
  1493. <property name="menuRole">
  1494. <enum>QAction::NoRole</enum>
  1495. </property>
  1496. </action>
  1497. <action name="act_engine_panic">
  1498. <property name="icon">
  1499. <iconset resource="../resources.qrc">
  1500. <normaloff>:/16x16/dialog-warning.svgz</normaloff>:/16x16/dialog-warning.svgz</iconset>
  1501. </property>
  1502. <property name="text">
  1503. <string>Panic</string>
  1504. </property>
  1505. <property name="menuRole">
  1506. <enum>QAction::NoRole</enum>
  1507. </property>
  1508. </action>
  1509. <action name="act_engine_panel">
  1510. <property name="text">
  1511. <string>Open custom driver panel...</string>
  1512. </property>
  1513. </action>
  1514. </widget>
  1515. <customwidgets>
  1516. <customwidget>
  1517. <class>DigitalPeakMeter</class>
  1518. <extends>QWidget</extends>
  1519. <header>widgets/digitalpeakmeter.h</header>
  1520. <container>1</container>
  1521. </customwidget>
  1522. <customwidget>
  1523. <class>CanvasPreviewFrame</class>
  1524. <extends>QFrame</extends>
  1525. <header>widgets/canvaspreviewframe.h</header>
  1526. <container>1</container>
  1527. </customwidget>
  1528. <customwidget>
  1529. <class>RackListWidget</class>
  1530. <extends>QListWidget</extends>
  1531. <header>widgets/racklistwidget.h</header>
  1532. </customwidget>
  1533. <customwidget>
  1534. <class>DraggableGraphicsView</class>
  1535. <extends>QGraphicsView</extends>
  1536. <header>widgets/draggablegraphicsview.h</header>
  1537. </customwidget>
  1538. </customwidgets>
  1539. <resources>
  1540. <include location="../resources.qrc"/>
  1541. </resources>
  1542. <connections>
  1543. <connection>
  1544. <sender>act_file_quit</sender>
  1545. <signal>triggered()</signal>
  1546. <receiver>CarlaHostW</receiver>
  1547. <slot>close()</slot>
  1548. <hints>
  1549. <hint type="sourcelabel">
  1550. <x>-1</x>
  1551. <y>-1</y>
  1552. </hint>
  1553. <hint type="destinationlabel">
  1554. <x>189</x>
  1555. <y>34</y>
  1556. </hint>
  1557. </hints>
  1558. </connection>
  1559. </connections>
  1560. </ui>