JustAudio/res.qrc
Maurice O'Neal 7af2528bfd - Made some major changes to the JustAudio project.
- The majority of user interaction is now in the system tray icon.
There's no longer a traditional user interface window.
- Added a proper application version number, GPL and source code
comments.
- The application will now allow only one instance and will play the
file requested in the arguments in the currently running instance.
- Added mute control.
- Settings are now saved in csv file format instead of idm.
- Several bug fixes.
- Seeker removed for now. (might but it back in the future)
2017-05-06 16:33:23 -04:00

18 lines
641 B
Plaintext

<RCC>
<qresource prefix="/png">
<file alias="logo">png/logo.png</file>
<file alias="open">png/open.png</file>
<file alias="pause">png/pause.png</file>
<file alias="play">png/play.png</file>
<file alias="menu">png/menu.png</file>
<file alias="next">png/next.png</file>
<file alias="prev">png/prev.png</file>
<file alias="stop">png/stop.png</file>
<file alias="volume_up">png/volume_up.png</file>
<file alias="volume_down">png/volume_down.png</file>
</qresource>
<qresource prefix="/">
<file alias="gpl">GPL.txt</file>
</qresource>
</RCC>