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 45KB

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
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462
  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>1057</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>1057</width>
  339. <height>20</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. </widget>
  362. <widget class="QMenu" name="menu_Plugin">
  363. <property name="title">
  364. <string>&amp;Plugin</string>
  365. </property>
  366. <widget class="QMenu" name="menu_PluginMacros">
  367. <property name="title">
  368. <string>Macros (all plugins)</string>
  369. </property>
  370. <addaction name="act_plugins_enable"/>
  371. <addaction name="act_plugins_disable"/>
  372. <addaction name="separator"/>
  373. <addaction name="act_plugins_volume100"/>
  374. <addaction name="act_plugins_mute"/>
  375. <addaction name="separator"/>
  376. <addaction name="act_plugins_wet100"/>
  377. <addaction name="act_plugins_bypass"/>
  378. <addaction name="separator"/>
  379. <addaction name="act_plugins_center"/>
  380. <addaction name="separator"/>
  381. <addaction name="act_plugins_compact"/>
  382. <addaction name="act_plugins_expand"/>
  383. </widget>
  384. <addaction name="act_plugin_add"/>
  385. <addaction name="act_plugin_add_jack"/>
  386. <addaction name="act_plugin_remove_all"/>
  387. <addaction name="separator"/>
  388. <addaction name="menu_PluginMacros"/>
  389. </widget>
  390. <widget class="QMenu" name="menu_Canvas">
  391. <property name="title">
  392. <string>&amp;Canvas</string>
  393. </property>
  394. <widget class="QMenu" name="menu_Canvas_Zoom">
  395. <property name="title">
  396. <string>Zoom</string>
  397. </property>
  398. <addaction name="act_canvas_zoom_fit"/>
  399. <addaction name="separator"/>
  400. <addaction name="act_canvas_zoom_in"/>
  401. <addaction name="act_canvas_zoom_out"/>
  402. <addaction name="act_canvas_zoom_100"/>
  403. </widget>
  404. <addaction name="act_canvas_show_internal"/>
  405. <addaction name="act_canvas_show_external"/>
  406. <addaction name="separator"/>
  407. <addaction name="act_canvas_arrange"/>
  408. <addaction name="act_canvas_refresh"/>
  409. <addaction name="menu_Canvas_Zoom"/>
  410. <addaction name="separator"/>
  411. <addaction name="act_canvas_save_image"/>
  412. </widget>
  413. <widget class="QMenu" name="menu_Settings">
  414. <property name="title">
  415. <string>&amp;Settings</string>
  416. </property>
  417. <addaction name="act_settings_show_toolbar"/>
  418. <addaction name="act_settings_show_meters"/>
  419. <addaction name="act_settings_show_keyboard"/>
  420. <addaction name="act_settings_show_side_panel"/>
  421. <addaction name="separator"/>
  422. <addaction name="act_settings_configure"/>
  423. </widget>
  424. <widget class="QMenu" name="menu_Help">
  425. <property name="title">
  426. <string>&amp;Help</string>
  427. </property>
  428. <addaction name="act_help_about"/>
  429. <addaction name="act_help_about_juce"/>
  430. <addaction name="act_help_about_qt"/>
  431. </widget>
  432. <addaction name="menu_File"/>
  433. <addaction name="menu_Engine"/>
  434. <addaction name="menu_Plugin"/>
  435. <addaction name="menu_Canvas"/>
  436. <addaction name="menu_Settings"/>
  437. <addaction name="menu_Help"/>
  438. </widget>
  439. <widget class="QToolBar" name="toolBar">
  440. <property name="windowTitle">
  441. <string>toolBar</string>
  442. </property>
  443. <property name="movable">
  444. <bool>false</bool>
  445. </property>
  446. <property name="allowedAreas">
  447. <set>Qt::NoToolBarArea</set>
  448. </property>
  449. <property name="toolButtonStyle">
  450. <enum>Qt::ToolButtonTextBesideIcon</enum>
  451. </property>
  452. <attribute name="toolBarArea">
  453. <enum>TopToolBarArea</enum>
  454. </attribute>
  455. <attribute name="toolBarBreak">
  456. <bool>false</bool>
  457. </attribute>
  458. <addaction name="act_file_new"/>
  459. <addaction name="act_file_open"/>
  460. <addaction name="act_file_save"/>
  461. <addaction name="act_file_save_as"/>
  462. <addaction name="act_file_connect"/>
  463. <addaction name="act_file_refresh"/>
  464. <addaction name="separator"/>
  465. <addaction name="act_plugin_add2"/>
  466. <addaction name="act_add_jack"/>
  467. <addaction name="act_plugin_remove_all"/>
  468. <addaction name="act_plugins_panic"/>
  469. <addaction name="separator"/>
  470. <addaction name="act_settings_configure"/>
  471. </widget>
  472. <widget class="QDockWidget" name="dockWidget">
  473. <property name="sizePolicy">
  474. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  475. <horstretch>0</horstretch>
  476. <verstretch>10</verstretch>
  477. </sizepolicy>
  478. </property>
  479. <property name="features">
  480. <set>QDockWidget::NoDockWidgetFeatures</set>
  481. </property>
  482. <property name="allowedAreas">
  483. <set>Qt::NoDockWidgetArea</set>
  484. </property>
  485. <attribute name="dockWidgetArea">
  486. <number>1</number>
  487. </attribute>
  488. <widget class="QWidget" name="dockWidgetContents">
  489. <layout class="QVBoxLayout" name="verticalLayout">
  490. <property name="spacing">
  491. <number>0</number>
  492. </property>
  493. <property name="leftMargin">
  494. <number>1</number>
  495. </property>
  496. <property name="topMargin">
  497. <number>5</number>
  498. </property>
  499. <property name="rightMargin">
  500. <number>0</number>
  501. </property>
  502. <property name="bottomMargin">
  503. <number>1</number>
  504. </property>
  505. <item>
  506. <widget class="QSplitter" name="splitter">
  507. <property name="orientation">
  508. <enum>Qt::Vertical</enum>
  509. </property>
  510. <widget class="QTabWidget" name="tabUtils">
  511. <property name="sizePolicy">
  512. <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
  513. <horstretch>0</horstretch>
  514. <verstretch>10</verstretch>
  515. </sizepolicy>
  516. </property>
  517. <property name="minimumSize">
  518. <size>
  519. <width>210</width>
  520. <height>0</height>
  521. </size>
  522. </property>
  523. <property name="acceptDrops">
  524. <bool>false</bool>
  525. </property>
  526. <property name="tabPosition">
  527. <enum>QTabWidget::West</enum>
  528. </property>
  529. <property name="currentIndex">
  530. <number>0</number>
  531. </property>
  532. <widget class="QWidget" name="disk">
  533. <property name="acceptDrops">
  534. <bool>false</bool>
  535. </property>
  536. <attribute name="title">
  537. <string>Disk</string>
  538. </attribute>
  539. <layout class="QVBoxLayout" name="verticalLayout_3">
  540. <property name="spacing">
  541. <number>1</number>
  542. </property>
  543. <property name="leftMargin">
  544. <number>0</number>
  545. </property>
  546. <property name="topMargin">
  547. <number>0</number>
  548. </property>
  549. <property name="rightMargin">
  550. <number>0</number>
  551. </property>
  552. <property name="bottomMargin">
  553. <number>1</number>
  554. </property>
  555. <item>
  556. <layout class="QHBoxLayout" name="horizontalLayout">
  557. <item>
  558. <widget class="QComboBox" name="cb_disk">
  559. <item>
  560. <property name="text">
  561. <string>Home</string>
  562. </property>
  563. </item>
  564. </widget>
  565. </item>
  566. <item>
  567. <widget class="QToolButton" name="b_disk_add">
  568. <property name="text">
  569. <string/>
  570. </property>
  571. <property name="icon">
  572. <iconset resource="../resources.qrc">
  573. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  574. </property>
  575. </widget>
  576. </item>
  577. <item>
  578. <widget class="QToolButton" name="b_disk_remove">
  579. <property name="enabled">
  580. <bool>false</bool>
  581. </property>
  582. <property name="text">
  583. <string/>
  584. </property>
  585. <property name="icon">
  586. <iconset resource="../resources.qrc">
  587. <normaloff>:/16x16/list-remove.png</normaloff>:/16x16/list-remove.png</iconset>
  588. </property>
  589. </widget>
  590. </item>
  591. </layout>
  592. </item>
  593. <item>
  594. <widget class="QTreeView" name="fileTreeView">
  595. <property name="editTriggers">
  596. <set>QAbstractItemView::NoEditTriggers</set>
  597. </property>
  598. <property name="dragEnabled">
  599. <bool>true</bool>
  600. </property>
  601. <property name="dragDropMode">
  602. <enum>QAbstractItemView::DragOnly</enum>
  603. </property>
  604. </widget>
  605. </item>
  606. </layout>
  607. </widget>
  608. <widget class="QWidget" name="w_transport">
  609. <attribute name="title">
  610. <string>Transport</string>
  611. </attribute>
  612. <layout class="QVBoxLayout" name="verticalLayout_6">
  613. <item>
  614. <widget class="QGroupBox" name="group_transport_controls">
  615. <property name="title">
  616. <string>Playback Controls</string>
  617. </property>
  618. <layout class="QHBoxLayout" name="horizontalLayout_5">
  619. <item>
  620. <widget class="QPushButton" name="b_transport_play">
  621. <property name="text">
  622. <string/>
  623. </property>
  624. <property name="icon">
  625. <iconset resource="../resources.qrc">
  626. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  627. </property>
  628. <property name="checkable">
  629. <bool>true</bool>
  630. </property>
  631. </widget>
  632. </item>
  633. <item>
  634. <widget class="QPushButton" name="b_transport_stop">
  635. <property name="text">
  636. <string/>
  637. </property>
  638. <property name="icon">
  639. <iconset resource="../resources.qrc">
  640. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  641. </property>
  642. </widget>
  643. </item>
  644. <item>
  645. <widget class="QPushButton" name="b_transport_backwards">
  646. <property name="text">
  647. <string/>
  648. </property>
  649. <property name="icon">
  650. <iconset resource="../resources.qrc">
  651. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  652. </property>
  653. <property name="autoRepeat">
  654. <bool>true</bool>
  655. </property>
  656. </widget>
  657. </item>
  658. <item>
  659. <widget class="QPushButton" name="b_transport_forwards">
  660. <property name="text">
  661. <string/>
  662. </property>
  663. <property name="icon">
  664. <iconset resource="../resources.qrc">
  665. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  666. </property>
  667. <property name="autoRepeat">
  668. <bool>true</bool>
  669. </property>
  670. </widget>
  671. </item>
  672. </layout>
  673. </widget>
  674. </item>
  675. <item>
  676. <widget class="QGroupBox" name="group_transport_info">
  677. <property name="title">
  678. <string>Time Information</string>
  679. </property>
  680. <layout class="QVBoxLayout" name="verticalLayout_2">
  681. <item>
  682. <layout class="QHBoxLayout" name="horizontalLayout_6">
  683. <item>
  684. <widget class="QLabel" name="label_transport_frame">
  685. <property name="text">
  686. <string>Frame:</string>
  687. </property>
  688. <property name="alignment">
  689. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  690. </property>
  691. </widget>
  692. </item>
  693. <item>
  694. <widget class="QLabel" name="l_transport_frame">
  695. <property name="font">
  696. <font>
  697. <family>DejaVu Sans Mono</family>
  698. </font>
  699. </property>
  700. <property name="text">
  701. <string>000'000'000</string>
  702. </property>
  703. </widget>
  704. </item>
  705. <item>
  706. <spacer name="horizontalSpacer">
  707. <property name="orientation">
  708. <enum>Qt::Horizontal</enum>
  709. </property>
  710. <property name="sizeType">
  711. <enum>QSizePolicy::Fixed</enum>
  712. </property>
  713. <property name="sizeHint" stdset="0">
  714. <size>
  715. <width>20</width>
  716. <height>1</height>
  717. </size>
  718. </property>
  719. </spacer>
  720. </item>
  721. </layout>
  722. </item>
  723. <item>
  724. <layout class="QHBoxLayout" name="horizontalLayout_7">
  725. <item>
  726. <widget class="QLabel" name="label_transport_time">
  727. <property name="text">
  728. <string>Time:</string>
  729. </property>
  730. <property name="alignment">
  731. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  732. </property>
  733. </widget>
  734. </item>
  735. <item>
  736. <widget class="QLabel" name="l_transport_time">
  737. <property name="font">
  738. <font>
  739. <family>DejaVu Sans Mono</family>
  740. </font>
  741. </property>
  742. <property name="text">
  743. <string>00:00:00</string>
  744. </property>
  745. </widget>
  746. </item>
  747. <item>
  748. <spacer name="horizontalSpacer_2">
  749. <property name="orientation">
  750. <enum>Qt::Horizontal</enum>
  751. </property>
  752. <property name="sizeType">
  753. <enum>QSizePolicy::Fixed</enum>
  754. </property>
  755. <property name="sizeHint" stdset="0">
  756. <size>
  757. <width>20</width>
  758. <height>1</height>
  759. </size>
  760. </property>
  761. </spacer>
  762. </item>
  763. </layout>
  764. </item>
  765. <item>
  766. <layout class="QHBoxLayout" name="horizontalLayout_8">
  767. <item>
  768. <widget class="QLabel" name="label_transport_bbt">
  769. <property name="text">
  770. <string>BBT:</string>
  771. </property>
  772. <property name="alignment">
  773. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  774. </property>
  775. </widget>
  776. </item>
  777. <item>
  778. <widget class="QLabel" name="l_transport_bbt">
  779. <property name="font">
  780. <font>
  781. <family>DejaVu Sans Mono</family>
  782. </font>
  783. </property>
  784. <property name="text">
  785. <string>000|00|0000</string>
  786. </property>
  787. </widget>
  788. </item>
  789. <item>
  790. <spacer name="horizontalSpacer_3">
  791. <property name="orientation">
  792. <enum>Qt::Horizontal</enum>
  793. </property>
  794. <property name="sizeType">
  795. <enum>QSizePolicy::Fixed</enum>
  796. </property>
  797. <property name="sizeHint" stdset="0">
  798. <size>
  799. <width>20</width>
  800. <height>1</height>
  801. </size>
  802. </property>
  803. </spacer>
  804. </item>
  805. </layout>
  806. </item>
  807. </layout>
  808. </widget>
  809. </item>
  810. <item>
  811. <widget class="QGroupBox" name="group_transport_settings">
  812. <property name="title">
  813. <string>Settings</string>
  814. </property>
  815. <layout class="QVBoxLayout" name="verticalLayout_5">
  816. <item>
  817. <widget class="QDoubleSpinBox" name="dsb_transport_bpm">
  818. <property name="suffix">
  819. <string> BPM</string>
  820. </property>
  821. <property name="decimals">
  822. <number>1</number>
  823. </property>
  824. <property name="minimum">
  825. <double>20.000000000000000</double>
  826. </property>
  827. <property name="maximum">
  828. <double>999.000000000000000</double>
  829. </property>
  830. </widget>
  831. </item>
  832. <item>
  833. <widget class="QCheckBox" name="cb_transport_jack">
  834. <property name="text">
  835. <string>Use JACK Transport</string>
  836. </property>
  837. </widget>
  838. </item>
  839. <item>
  840. <widget class="QCheckBox" name="cb_transport_link">
  841. <property name="text">
  842. <string>Use Ableton Link</string>
  843. </property>
  844. </widget>
  845. </item>
  846. </layout>
  847. </widget>
  848. </item>
  849. <item>
  850. <spacer name="verticalSpacer">
  851. <property name="orientation">
  852. <enum>Qt::Vertical</enum>
  853. </property>
  854. <property name="sizeHint" stdset="0">
  855. <size>
  856. <width>20</width>
  857. <height>188</height>
  858. </size>
  859. </property>
  860. </spacer>
  861. </item>
  862. </layout>
  863. </widget>
  864. </widget>
  865. <widget class="QTabWidget" name="tw_miniCanvas">
  866. <property name="sizePolicy">
  867. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  868. <horstretch>0</horstretch>
  869. <verstretch>0</verstretch>
  870. </sizepolicy>
  871. </property>
  872. <property name="tabPosition">
  873. <enum>QTabWidget::West</enum>
  874. </property>
  875. <property name="currentIndex">
  876. <number>0</number>
  877. </property>
  878. <property name="tabBarAutoHide" stdset="0">
  879. <bool>false</bool>
  880. </property>
  881. <widget class="QWidget" name="tab_3">
  882. <property name="sizePolicy">
  883. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  884. <horstretch>0</horstretch>
  885. <verstretch>0</verstretch>
  886. </sizepolicy>
  887. </property>
  888. <attribute name="title">
  889. <string/>
  890. </attribute>
  891. <layout class="QVBoxLayout" name="verticalLayout_7">
  892. <property name="spacing">
  893. <number>0</number>
  894. </property>
  895. <property name="sizeConstraint">
  896. <enum>QLayout::SetDefaultConstraint</enum>
  897. </property>
  898. <property name="leftMargin">
  899. <number>0</number>
  900. </property>
  901. <property name="topMargin">
  902. <number>0</number>
  903. </property>
  904. <property name="rightMargin">
  905. <number>0</number>
  906. </property>
  907. <property name="bottomMargin">
  908. <number>1</number>
  909. </property>
  910. <item>
  911. <widget class="CanvasPreviewFrame" name="miniCanvasPreview">
  912. <property name="sizePolicy">
  913. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  914. <horstretch>0</horstretch>
  915. <verstretch>0</verstretch>
  916. </sizepolicy>
  917. </property>
  918. <property name="minimumSize">
  919. <size>
  920. <width>210</width>
  921. <height>162</height>
  922. </size>
  923. </property>
  924. <property name="acceptDrops">
  925. <bool>false</bool>
  926. </property>
  927. <property name="frameShape">
  928. <enum>QFrame::StyledPanel</enum>
  929. </property>
  930. <property name="frameShadow">
  931. <enum>QFrame::Sunken</enum>
  932. </property>
  933. <property name="lineWidth">
  934. <number>1</number>
  935. </property>
  936. </widget>
  937. </item>
  938. </layout>
  939. </widget>
  940. </widget>
  941. </widget>
  942. </item>
  943. </layout>
  944. </widget>
  945. </widget>
  946. <action name="act_file_new">
  947. <property name="icon">
  948. <iconset resource="../resources.qrc">
  949. <normaloff>:/16x16/document-new.png</normaloff>:/16x16/document-new.png</iconset>
  950. </property>
  951. <property name="text">
  952. <string>&amp;New</string>
  953. </property>
  954. <property name="shortcut">
  955. <string>Ctrl+N</string>
  956. </property>
  957. </action>
  958. <action name="act_file_open">
  959. <property name="icon">
  960. <iconset resource="../resources.qrc">
  961. <normaloff>:/16x16/document-open.png</normaloff>:/16x16/document-open.png</iconset>
  962. </property>
  963. <property name="text">
  964. <string>&amp;Open...</string>
  965. </property>
  966. <property name="iconText">
  967. <string>Open...</string>
  968. </property>
  969. <property name="toolTip">
  970. <string>Open...</string>
  971. </property>
  972. <property name="shortcut">
  973. <string>Ctrl+O</string>
  974. </property>
  975. </action>
  976. <action name="act_file_save">
  977. <property name="icon">
  978. <iconset resource="../resources.qrc">
  979. <normaloff>:/16x16/document-save.png</normaloff>:/16x16/document-save.png</iconset>
  980. </property>
  981. <property name="text">
  982. <string>&amp;Save</string>
  983. </property>
  984. <property name="shortcut">
  985. <string>Ctrl+S</string>
  986. </property>
  987. </action>
  988. <action name="act_file_save_as">
  989. <property name="icon">
  990. <iconset resource="../resources.qrc">
  991. <normaloff>:/16x16/document-save-as.png</normaloff>:/16x16/document-save-as.png</iconset>
  992. </property>
  993. <property name="text">
  994. <string>Save &amp;As...</string>
  995. </property>
  996. <property name="iconText">
  997. <string>Save As...</string>
  998. </property>
  999. <property name="toolTip">
  1000. <string>Save As...</string>
  1001. </property>
  1002. <property name="shortcut">
  1003. <string>Ctrl+Shift+S</string>
  1004. </property>
  1005. </action>
  1006. <action name="act_file_quit">
  1007. <property name="icon">
  1008. <iconset resource="../resources.qrc">
  1009. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  1010. </property>
  1011. <property name="text">
  1012. <string>&amp;Quit</string>
  1013. </property>
  1014. <property name="shortcut">
  1015. <string>Ctrl+Q</string>
  1016. </property>
  1017. </action>
  1018. <action name="act_engine_start">
  1019. <property name="icon">
  1020. <iconset resource="../resources.qrc">
  1021. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  1022. </property>
  1023. <property name="text">
  1024. <string>&amp;Start</string>
  1025. </property>
  1026. <property name="shortcut">
  1027. <string>F5</string>
  1028. </property>
  1029. </action>
  1030. <action name="act_engine_stop">
  1031. <property name="icon">
  1032. <iconset resource="../resources.qrc">
  1033. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  1034. </property>
  1035. <property name="text">
  1036. <string>St&amp;op</string>
  1037. </property>
  1038. <property name="shortcut">
  1039. <string>F6</string>
  1040. </property>
  1041. </action>
  1042. <action name="act_plugin_add">
  1043. <property name="icon">
  1044. <iconset resource="../resources.qrc">
  1045. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1046. </property>
  1047. <property name="text">
  1048. <string>&amp;Add Plugin...</string>
  1049. </property>
  1050. <property name="shortcut">
  1051. <string>Ctrl+A</string>
  1052. </property>
  1053. </action>
  1054. <action name="act_plugin_add2">
  1055. <property name="icon">
  1056. <iconset resource="../resources.qrc">
  1057. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1058. </property>
  1059. <property name="text">
  1060. <string>Add Plugin...</string>
  1061. </property>
  1062. <property name="iconText">
  1063. <string>Add Plugin...</string>
  1064. </property>
  1065. <property name="toolTip">
  1066. <string>Add Plugin...</string>
  1067. </property>
  1068. </action>
  1069. <action name="act_plugin_remove_all">
  1070. <property name="icon">
  1071. <iconset resource="../resources.qrc">
  1072. <normaloff>:/16x16/edit-delete.png</normaloff>:/16x16/edit-delete.png</iconset>
  1073. </property>
  1074. <property name="text">
  1075. <string>&amp;Remove All</string>
  1076. </property>
  1077. </action>
  1078. <action name="act_plugins_enable">
  1079. <property name="text">
  1080. <string>Enable</string>
  1081. </property>
  1082. </action>
  1083. <action name="act_plugins_disable">
  1084. <property name="text">
  1085. <string>Disable</string>
  1086. </property>
  1087. </action>
  1088. <action name="act_plugins_bypass">
  1089. <property name="text">
  1090. <string>0% Wet (Bypass)</string>
  1091. </property>
  1092. </action>
  1093. <action name="act_plugins_wet100">
  1094. <property name="text">
  1095. <string>100% Wet</string>
  1096. </property>
  1097. </action>
  1098. <action name="act_plugins_mute">
  1099. <property name="text">
  1100. <string>0% Volume (Mute)</string>
  1101. </property>
  1102. </action>
  1103. <action name="act_plugins_volume100">
  1104. <property name="text">
  1105. <string>100% Volume</string>
  1106. </property>
  1107. </action>
  1108. <action name="act_plugins_center">
  1109. <property name="text">
  1110. <string>Center Balance</string>
  1111. </property>
  1112. </action>
  1113. <action name="act_plugins_panic">
  1114. <property name="icon">
  1115. <iconset resource="../resources.qrc">
  1116. <normaloff>:/16x16/dialog-warning.png</normaloff>:/16x16/dialog-warning.png</iconset>
  1117. </property>
  1118. <property name="text">
  1119. <string>Panic</string>
  1120. </property>
  1121. </action>
  1122. <action name="act_transport_play">
  1123. <property name="checkable">
  1124. <bool>true</bool>
  1125. </property>
  1126. <property name="icon">
  1127. <iconset resource="../resources.qrc">
  1128. <normaloff>:/16x16/media-playback-start.png</normaloff>:/16x16/media-playback-start.png</iconset>
  1129. </property>
  1130. <property name="text">
  1131. <string>&amp;Play</string>
  1132. </property>
  1133. <property name="shortcut">
  1134. <string>Ctrl+Shift+P</string>
  1135. </property>
  1136. </action>
  1137. <action name="act_transport_stop">
  1138. <property name="icon">
  1139. <iconset resource="../resources.qrc">
  1140. <normaloff>:/16x16/media-playback-stop.png</normaloff>:/16x16/media-playback-stop.png</iconset>
  1141. </property>
  1142. <property name="text">
  1143. <string>&amp;Stop</string>
  1144. </property>
  1145. <property name="shortcut">
  1146. <string>Ctrl+Shift+X</string>
  1147. </property>
  1148. </action>
  1149. <action name="act_transport_backwards">
  1150. <property name="icon">
  1151. <iconset resource="../resources.qrc">
  1152. <normaloff>:/16x16/media-seek-backward.png</normaloff>:/16x16/media-seek-backward.png</iconset>
  1153. </property>
  1154. <property name="text">
  1155. <string>&amp;Backwards</string>
  1156. </property>
  1157. <property name="shortcut">
  1158. <string>Ctrl+Shift+B</string>
  1159. </property>
  1160. </action>
  1161. <action name="act_transport_forwards">
  1162. <property name="icon">
  1163. <iconset resource="../resources.qrc">
  1164. <normaloff>:/16x16/media-seek-forward.png</normaloff>:/16x16/media-seek-forward.png</iconset>
  1165. </property>
  1166. <property name="text">
  1167. <string>&amp;Forwards</string>
  1168. </property>
  1169. <property name="shortcut">
  1170. <string>Ctrl+Shift+F</string>
  1171. </property>
  1172. </action>
  1173. <action name="act_canvas_arrange">
  1174. <property name="icon">
  1175. <iconset resource="../resources.qrc">
  1176. <normaloff>:/16x16/view-sort-ascending.png</normaloff>:/16x16/view-sort-ascending.png</iconset>
  1177. </property>
  1178. <property name="text">
  1179. <string>&amp;Arrange</string>
  1180. </property>
  1181. <property name="shortcut">
  1182. <string>Ctrl+G</string>
  1183. </property>
  1184. </action>
  1185. <action name="act_canvas_refresh">
  1186. <property name="icon">
  1187. <iconset resource="../resources.qrc">
  1188. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1189. </property>
  1190. <property name="text">
  1191. <string>&amp;Refresh</string>
  1192. </property>
  1193. <property name="shortcut">
  1194. <string>Ctrl+R</string>
  1195. </property>
  1196. </action>
  1197. <action name="act_canvas_print">
  1198. <property name="icon">
  1199. <iconset resource="../resources.qrc">
  1200. <normaloff>:/16x16/document-print.png</normaloff>:/16x16/document-print.png</iconset>
  1201. </property>
  1202. <property name="text">
  1203. <string>&amp;Print...</string>
  1204. </property>
  1205. </action>
  1206. <action name="act_canvas_save_image">
  1207. <property name="text">
  1208. <string>Save &amp;Image...</string>
  1209. </property>
  1210. </action>
  1211. <action name="act_canvas_zoom_fit">
  1212. <property name="icon">
  1213. <iconset resource="../resources.qrc">
  1214. <normaloff>:/16x16/zoom-fit-best.png</normaloff>:/16x16/zoom-fit-best.png</iconset>
  1215. </property>
  1216. <property name="text">
  1217. <string>Auto-Fit</string>
  1218. </property>
  1219. <property name="shortcut">
  1220. <string>Home</string>
  1221. </property>
  1222. </action>
  1223. <action name="act_canvas_zoom_in">
  1224. <property name="icon">
  1225. <iconset resource="../resources.qrc">
  1226. <normaloff>:/16x16/zoom-in.png</normaloff>:/16x16/zoom-in.png</iconset>
  1227. </property>
  1228. <property name="text">
  1229. <string>Zoom In</string>
  1230. </property>
  1231. <property name="shortcut">
  1232. <string>Ctrl++</string>
  1233. </property>
  1234. </action>
  1235. <action name="act_canvas_zoom_out">
  1236. <property name="icon">
  1237. <iconset resource="../resources.qrc">
  1238. <normaloff>:/16x16/zoom-out.png</normaloff>:/16x16/zoom-out.png</iconset>
  1239. </property>
  1240. <property name="text">
  1241. <string>Zoom Out</string>
  1242. </property>
  1243. <property name="shortcut">
  1244. <string>Ctrl+-</string>
  1245. </property>
  1246. </action>
  1247. <action name="act_canvas_zoom_100">
  1248. <property name="icon">
  1249. <iconset resource="../resources.qrc">
  1250. <normaloff>:/16x16/zoom-original.png</normaloff>:/16x16/zoom-original.png</iconset>
  1251. </property>
  1252. <property name="text">
  1253. <string>Zoom 100%</string>
  1254. </property>
  1255. <property name="shortcut">
  1256. <string>Ctrl+1</string>
  1257. </property>
  1258. </action>
  1259. <action name="act_settings_show_toolbar">
  1260. <property name="checkable">
  1261. <bool>true</bool>
  1262. </property>
  1263. <property name="text">
  1264. <string>Show &amp;Toolbar</string>
  1265. </property>
  1266. </action>
  1267. <action name="act_settings_configure">
  1268. <property name="icon">
  1269. <iconset resource="../resources.qrc">
  1270. <normaloff>:/16x16/configure.png</normaloff>:/16x16/configure.png</iconset>
  1271. </property>
  1272. <property name="text">
  1273. <string>&amp;Configure Carla</string>
  1274. </property>
  1275. </action>
  1276. <action name="act_help_about">
  1277. <property name="text">
  1278. <string>&amp;About</string>
  1279. </property>
  1280. </action>
  1281. <action name="act_help_about_juce">
  1282. <property name="text">
  1283. <string>About &amp;JUCE</string>
  1284. </property>
  1285. </action>
  1286. <action name="act_help_about_qt">
  1287. <property name="text">
  1288. <string>About &amp;Qt</string>
  1289. </property>
  1290. </action>
  1291. <action name="act_settings_show_meters">
  1292. <property name="checkable">
  1293. <bool>true</bool>
  1294. </property>
  1295. <property name="text">
  1296. <string>Show Canvas &amp;Meters</string>
  1297. </property>
  1298. </action>
  1299. <action name="act_settings_show_keyboard">
  1300. <property name="checkable">
  1301. <bool>true</bool>
  1302. </property>
  1303. <property name="text">
  1304. <string>Show Canvas &amp;Keyboard</string>
  1305. </property>
  1306. </action>
  1307. <action name="act_canvas_show_internal">
  1308. <property name="checkable">
  1309. <bool>true</bool>
  1310. </property>
  1311. <property name="text">
  1312. <string>Show Internal</string>
  1313. </property>
  1314. </action>
  1315. <action name="act_canvas_show_external">
  1316. <property name="checkable">
  1317. <bool>true</bool>
  1318. </property>
  1319. <property name="text">
  1320. <string>Show External</string>
  1321. </property>
  1322. </action>
  1323. <action name="act_settings_show_time_panel">
  1324. <property name="checkable">
  1325. <bool>true</bool>
  1326. </property>
  1327. <property name="text">
  1328. <string>Show Time Panel</string>
  1329. </property>
  1330. </action>
  1331. <action name="act_settings_show_side_panel">
  1332. <property name="checkable">
  1333. <bool>true</bool>
  1334. </property>
  1335. <property name="text">
  1336. <string>Show &amp;Side Panel</string>
  1337. </property>
  1338. </action>
  1339. <action name="act_file_connect">
  1340. <property name="icon">
  1341. <iconset resource="../resources.qrc">
  1342. <normaloff>:/16x16/network-connect.png</normaloff>:/16x16/network-connect.png</iconset>
  1343. </property>
  1344. <property name="text">
  1345. <string>&amp;Connect...</string>
  1346. </property>
  1347. </action>
  1348. <action name="act_file_refresh">
  1349. <property name="icon">
  1350. <iconset resource="../resources.qrc">
  1351. <normaloff>:/16x16/view-refresh.png</normaloff>:/16x16/view-refresh.png</iconset>
  1352. </property>
  1353. <property name="text">
  1354. <string>&amp;Refresh</string>
  1355. </property>
  1356. </action>
  1357. <action name="act_plugins_compact">
  1358. <property name="text">
  1359. <string>Compact Slots</string>
  1360. </property>
  1361. </action>
  1362. <action name="act_plugins_expand">
  1363. <property name="text">
  1364. <string>Expand Slots</string>
  1365. </property>
  1366. </action>
  1367. <action name="act_secret_1">
  1368. <property name="text">
  1369. <string>Perform secret 1</string>
  1370. </property>
  1371. </action>
  1372. <action name="act_secret_2">
  1373. <property name="text">
  1374. <string>Perform secret 2</string>
  1375. </property>
  1376. </action>
  1377. <action name="act_secret_3">
  1378. <property name="text">
  1379. <string>Perform secret 3</string>
  1380. </property>
  1381. </action>
  1382. <action name="act_secret_4">
  1383. <property name="text">
  1384. <string>Perform secret 4</string>
  1385. </property>
  1386. </action>
  1387. <action name="act_secret_5">
  1388. <property name="text">
  1389. <string>Perform secret 5</string>
  1390. </property>
  1391. </action>
  1392. <action name="act_add_jack">
  1393. <property name="icon">
  1394. <iconset resource="../resources.qrc">
  1395. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1396. </property>
  1397. <property name="text">
  1398. <string>Add &amp;JACK Application</string>
  1399. </property>
  1400. <property name="iconText">
  1401. <string>Add JACK Application...</string>
  1402. </property>
  1403. <property name="toolTip">
  1404. <string>Add JACK Application...</string>
  1405. </property>
  1406. </action>
  1407. <action name="act_plugin_add_jack">
  1408. <property name="icon">
  1409. <iconset resource="../resources.qrc">
  1410. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  1411. </property>
  1412. <property name="text">
  1413. <string>Add &amp;JACK Application...</string>
  1414. </property>
  1415. </action>
  1416. </widget>
  1417. <customwidgets>
  1418. <customwidget>
  1419. <class>DigitalPeakMeter</class>
  1420. <extends>QWidget</extends>
  1421. <header>widgets/digitalpeakmeter.h</header>
  1422. <container>1</container>
  1423. </customwidget>
  1424. <customwidget>
  1425. <class>CanvasPreviewFrame</class>
  1426. <extends>QFrame</extends>
  1427. <header>widgets/canvaspreviewframe.h</header>
  1428. <container>1</container>
  1429. </customwidget>
  1430. <customwidget>
  1431. <class>RackListWidget</class>
  1432. <extends>QListWidget</extends>
  1433. <header>widgets/racklistwidget.h</header>
  1434. </customwidget>
  1435. <customwidget>
  1436. <class>DraggableGraphicsView</class>
  1437. <extends>QGraphicsView</extends>
  1438. <header>widgets/draggablegraphicsview.h</header>
  1439. </customwidget>
  1440. </customwidgets>
  1441. <resources>
  1442. <include location="../resources.qrc"/>
  1443. </resources>
  1444. <connections>
  1445. <connection>
  1446. <sender>act_file_quit</sender>
  1447. <signal>triggered()</signal>
  1448. <receiver>CarlaHostW</receiver>
  1449. <slot>close()</slot>
  1450. <hints>
  1451. <hint type="sourcelabel">
  1452. <x>-1</x>
  1453. <y>-1</y>
  1454. </hint>
  1455. <hint type="destinationlabel">
  1456. <x>189</x>
  1457. <y>34</y>
  1458. </hint>
  1459. </hints>
  1460. </connection>
  1461. </connections>
  1462. </ui>