Added new files needed by last check in

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.5@5333 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-05-06 20:27:35 +00:00
parent 5223acdb84
commit b4327ef7e7
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>@message_aggregator_RESOURCES@
</qresource>
</RCC>

5
qss/default.qss Normal file
View File

@ -0,0 +1,5 @@
/* default stylesheet for the message aggregator application */
[transmitting="true"] {
background-color: yellow
}