diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-07 12:37:21 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-07 12:37:21 +0200 |
commit | febaef00017278ac65cb7e285564ebc9d5dadfe5 (patch) | |
tree | 940ac1386117785496334432dc03a3c0cfa02de5 /qhexedit2/python/python2_pyqt4/qhexedit.qrc | |
parent | f41f2dce18111c923c331a3fe6900edee731d040 (diff) | |
parent | 004b73ed7ef33cb407897f7eccbec5f3861f99d7 (diff) |
Merge commit '004b73ed7ef33cb407897f7eccbec5f3861f99d7' as 'qhexedit2'
Diffstat (limited to 'qhexedit2/python/python2_pyqt4/qhexedit.qrc')
-rw-r--r-- | qhexedit2/python/python2_pyqt4/qhexedit.qrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qhexedit2/python/python2_pyqt4/qhexedit.qrc b/qhexedit2/python/python2_pyqt4/qhexedit.qrc new file mode 100644 index 0000000..ec3b80a --- /dev/null +++ b/qhexedit2/python/python2_pyqt4/qhexedit.qrc @@ -0,0 +1,6 @@ +<!DOCTYPE RCC><RCC version="1.0"> +<qresource> + <file>images/open.png</file> + <file>images/save.png</file> +</qresource> +</RCC> |