- Show the PSI logo in the menu-bar corner, picking one of four interchangeable dot designs at random each launch. Embedded as PNGs (rasterised from the SVG sources, kept alongside) so no Qt SVG module dependency is needed. - Settings dock: put beam center X and Y on a single "Beam center" row to save vertical space on laptop screens. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
416 B
XML
15 lines
416 B
XML
<!--
|
|
- SPDX-FileCopyrightText: 2025 Filip Leonarski, Paul Scherrer Institute <filip.leonarski@psi.ch>
|
|
- SPDX-License-Identifier: GPL-3.0-only
|
|
-->
|
|
|
|
<RCC>
|
|
<qresource prefix="/">
|
|
<file>jfjoch.png</file>
|
|
<file>third_party_licenses.html</file>
|
|
<file>psi_01.png</file>
|
|
<file>psi_02.png</file>
|
|
<file>psi_03.png</file>
|
|
<file>psi_04.png</file>
|
|
</qresource>
|
|
</RCC> |