Mercurial > trustbridge
annotate ui/icons.qrc @ 633:6c090638b2b4
Use static buffer for module file name.
According to the msdn examle the return value of getmodulefilename
should be used to indicate success and not the size. And according
to comments on that function on Windows 8.1 it does not return
the needed size. So better be more robust and just use max_path
as a limit.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 23 Jun 2014 15:29:48 +0200 |
parents | 340b8759d005 |
children | 7d6026424f37 |
rev | line source |
---|---|
0
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
1 <!DOCTYPE RCC><RCC version="1.0"> |
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
2 <qresource> |
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
3 <file>img/tray_22.png</file> |
208
135eae057491
Add the logo.png as a resource
Andre Heinecke <andre.heinecke@intevation.de>
parents:
0
diff
changeset
|
4 <file>img/logo.png</file> |
209
f84d9ad9bfa9
Added new images and icons.
Raimund Renkert <rrenkert@intevation.de>
parents:
208
diff
changeset
|
5 <file>img/logo-small.png</file> |
f84d9ad9bfa9
Added new images and icons.
Raimund Renkert <rrenkert@intevation.de>
parents:
208
diff
changeset
|
6 <file>img/list-add.png</file> |
f84d9ad9bfa9
Added new images and icons.
Raimund Renkert <rrenkert@intevation.de>
parents:
208
diff
changeset
|
7 <file>img/list-remove.png</file> |
412
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
8 <file>img/document-save.png</file> |
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
9 <file>img/document-open.png</file> |
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
10 <file>img/document-new.png</file> |
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
11 <file>img/document-close.png</file> |
0
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
12 </qresource> |
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
13 </RCC> |