diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 00:23:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 00:23:24 +0900 |
commit | 5bb4d4359a52e9caf331f6001b953dc553df64df (patch) | |
tree | 0e0ef61d88a17bf3fd53ee7bc32d3ec4b765b545 /resources/Icons.qrc | |
download | universal-indent-gui-tqt-5bb4d4359a52e9caf331f6001b953dc553df64df.tar.gz universal-indent-gui-tqt-5bb4d4359a52e9caf331f6001b953dc553df64df.zip |
Initial import of UniversalIndentGUI 1.2.0 from Debian snapshot
(https://snapshot.debian.org/package/universalindentgui/1.2.0-1.1).
The code is available under GPL2 licence.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'resources/Icons.qrc')
-rwxr-xr-x | resources/Icons.qrc | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/resources/Icons.qrc b/resources/Icons.qrc new file mode 100755 index 0000000..71ffec5 --- /dev/null +++ b/resources/Icons.qrc @@ -0,0 +1,48 @@ +<RCC> + <qresource prefix="/aboutDialog"> + <file>qt_logo.png</file> + <file>banner.png</file> + </qresource> + <qresource prefix="/language"> + <file>language-de.png</file> + <file>language-en.png</file> + <file>language-fr.png</file> + <file>language-ru.png</file> + <file>language-uk.png</file> + <file>language-zh_CN.png</file> + <file>language-zh_TW.png</file> + <file>language-ja.png</file> + </qresource> + <qresource prefix="/mainWindow"> + <file>document-properties.png</file> + <file>Icon1.png</file> + <file>universalIndentGUI.svg</file> + <file>document-open.png</file> + <file>document-save-as.png</file> + <file>document-save.png</file> + <file>edit-clear.png</file> + <file>exporthtml.png</file> + <file>exportpdf.png</file> + <file>format-justify-left.png</file> + <file>help.png</file> + <file>icon2.png</file> + <file>icon3.png</file> + <file>info.png</file> + <file>live-preview.png</file> + <file>load_indent_cfg.png</file> + <file>preferences-system.png</file> + <file>save_indent_cfg.png</file> + <file>shell.png</file> + <file>syntax-highlight.png</file> + <file>system-log-out.png</file> + <file>system-software-update.png</file> + <file>tooltip.png</file> + <file>view-refresh.png</file> + </qresource> + <qresource prefix="/settingsDialog"> + <file>accessories-text-editor.png</file> + <file>applications-system.png</file> + <file>icon3.png</file> + <file>syntax-highlight.png</file> + </qresource> +</RCC> |