source: tspsg/resources/desktop.qrc

appveyor
Last change on this file was c8ed26ddf1, checked in by Oleksii Serdiuk, 12 years ago

Implemented color selection from Settings Dialog.

Changing background color appeared to be much harder than expected, so
this feature was removed for now. It is possible to change background
color of the solution output area. However, this background change
doesn't affect printing and export - there background color always stays
white. Will investigate possible workarounds later...

Closes ticket:13 - All colors should be configurable through Settings Dialog

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<RCC>
2    <qresource prefix="/images">
3        <file>icons/l10n/flag-gb.png</file>
4        <file>icons/l10n/flag-ru.png</file>
5        <file>icons/l10n/flag-ua.png</file>
6        <file>icons/128x128/application-exit.png</file>
7        <file>icons/128x128/applications-internet.png</file>
8        <file>icons/128x128/configure-toolbars.png</file>
9        <file>icons/128x128/dialog-cancel.png</file>
10        <file>icons/128x128/dialog-ok.png</file>
11        <file>icons/128x128/document-new.png</file>
12        <file>icons/128x128/document-open.png</file>
13        <file>icons/128x128/document-print.png</file>
14        <file>icons/128x128/document-print-preview.png</file>
15        <file>icons/128x128/document-save.png</file>
16        <file>icons/128x128/document-save-as.png</file>
17        <file>icons/128x128/format-stroke-color.png</file>
18        <file>icons/128x128/format-text-color.png</file>
19        <file>icons/128x128/go-previous.png</file>
20        <file>icons/128x128/help-about.png</file>
21        <file>icons/128x128/help-contents.png</file>
22        <file>icons/128x128/help-contextual.png</file>
23        <file>icons/128x128/help-hint.png</file>
24        <file>icons/128x128/preferences-desktop-font.png</file>
25        <file>icons/128x128/preferences-desktop-locale.png</file>
26        <file>icons/128x128/preferences-desktop-theme.png</file>
27        <file>icons/128x128/preferences-system.png</file>
28        <file>icons/128x128/tools-report-bug.png</file>
29        <file>icons/128x128/roll.png</file>
30        <file>icons/128x128/system-software-update.png</file>
31    </qresource>
32</RCC>
Note: See TracBrowser for help on using the repository browser.