Mercurial > trustbridge
annotate ui/icons.qrc @ 754:27043d74dc90
(Issue25) Align header contents in their own column.
We now also stretch column 3 so that the contents are aligned
with the descriptive labels without a space in between.
Sadly this causes the quit button to be resized to it's minimum
instead of sharing the space with the installation button as the
installation button is so large that it squeezes the push button.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 07 Jul 2014 12:38:33 +0200 |
parents | 54ca82647dc5 |
children | 07cc0aabf782 |
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/list-add.png</file> |
f84d9ad9bfa9
Added new images and icons.
Raimund Renkert <rrenkert@intevation.de>
parents:
208
diff
changeset
|
6 <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
|
7 <file>img/document-save.png</file> |
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
8 <file>img/document-open.png</file> |
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
9 <file>img/document-new.png</file> |
340b8759d005
Wording und icons in TrustBridge Administration main window.
Raimund Renkert <rrenkert@intevation.de>
parents:
209
diff
changeset
|
10 <file>img/document-close.png</file> |
583
7d6026424f37
Added images for the new UI design.
Raimund Renkert <rrenkert@intevation.de>
parents:
412
diff
changeset
|
11 <file>img/view-refresh.png</file> |
732
d39b5b65366e
(UI) Updated png icons in correct sizes.
Emanuel Schuetze <emanuel@intevation.de>
parents:
673
diff
changeset
|
12 <file>img/view-refresh_16px.png</file> |
583
7d6026424f37
Added images for the new UI design.
Raimund Renkert <rrenkert@intevation.de>
parents:
412
diff
changeset
|
13 <file>img/document-encrypt.png</file> |
673
e8bc1215904e
(UI) Changed some icons.
Emanuel Schuetze <emanuel@intevation.de>
parents:
649
diff
changeset
|
14 <file>img/dialog-warning.png</file> |
583
7d6026424f37
Added images for the new UI design.
Raimund Renkert <rrenkert@intevation.de>
parents:
412
diff
changeset
|
15 <file>img/dialog-information.png</file> |
673
e8bc1215904e
(UI) Changed some icons.
Emanuel Schuetze <emanuel@intevation.de>
parents:
649
diff
changeset
|
16 <file>img/application-exit.png</file> |
e8bc1215904e
(UI) Changed some icons.
Emanuel Schuetze <emanuel@intevation.de>
parents:
649
diff
changeset
|
17 <file>img/edit-find.png</file> |
649 | 18 <file>img/security-low.png</file> |
19 <file>img/security-medium.png</file> | |
20 <file>img/security-high.png</file> | |
21 <file>img/trash-empty.png</file> | |
0
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
22 </qresource> |
cb0cde2c5eb9
Initial commit. Basically a Hello World with a Tray Icon.
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
23 </RCC> |