Lightweight Qt6 desktop client for Qobuz with a Rust audio backend (Symphonia/CPAL via staticlib FFI). Mirrors the spotify-qt layout: toolbar with playback controls, library/context docks on the left, tabbed search side panel on the right, queue panel, now-playing dock. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
487 B
XML
11 lines
487 B
XML
<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
|
|
<style
|
|
type="text/css"
|
|
id="current-color-scheme">
|
|
.ColorScheme-NegativeText {
|
|
color:#da4453;
|
|
}
|
|
</style>
|
|
<path d="M11 3a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8M7.707 7L11 10.294l3.293-3.293.707.707-3.293 3.293L15 14.294l-.707.707L11 11.708l-3.293 3.293L7 14.294l3.293-3.293L7 7.708l.707-.707" class="ColorScheme-NegativeText" fill="currentColor"/>
|
|
</svg>
|