diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 20:19:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 20:39:48 +0900 |
commit | a80a494efee7979c28ab1090734270e5c0515352 (patch) | |
tree | 1cdaee39e3e5a2b32c171f8389b29b15c519c607 /resources/Icons.qrc | |
parent | 14f7e49438caa24af81a0d7d7864ce71d96791e4 (diff) | |
download | universal-indent-gui-tqt-a80a494efee7979c28ab1090734270e5c0515352.tar.gz universal-indent-gui-tqt-a80a494efee7979c28ab1090734270e5c0515352.zip |
Added main window menubar GUI. The logic of each action has not been implemented yet.
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, 0 insertions, 48 deletions
diff --git a/resources/Icons.qrc b/resources/Icons.qrc deleted file mode 100755 index 71ffec5..0000000 --- a/resources/Icons.qrc +++ /dev/null @@ -1,48 +0,0 @@ -<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> |