Files
scotus-watch/ui/resources.qrc
Christopher T. Johnson 9f1c54c1e7 Implement a PDF Viewer Dialog
This is based on the example in pyside6 changed to use a QDialog and
not a QMainWindow.  The MenuBar is gone, the Status Bar is gone.
2025-02-20 10:09:32 -05:00

12 lines
394 B
Plaintext

<RCC>
<qresource prefix="/icons">
<file>images/document-open.svgz</file>
<file>images/go-next-view.svgz</file>
<file>images/go-previous-view.svgz</file>
<file>images/go-next-view-page.svgz</file>
<file>images/go-previous-view-page.svgz</file>
<file>images/zoom-in.svgz</file>
<file>images/zoom-out.svgz</file>
</qresource>
</RCC>