7af2528bfd
- 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)
18 lines
641 B
Plaintext
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>
|