[main] use qt resources system
This commit is contained in:
parent
37dbbf00eb
commit
5416a4a19e
29
docs/license.md
Normal file
29
docs/license.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
Copyright (c) 2016-2020 Neuroethology Lab, University of Tuebingen,
|
||||||
|
Jan Grewe <jan.grewe@g-node.org>,
|
||||||
|
Christian Kellner <kellner@bio.lmu.de>.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this list
|
||||||
|
of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer in the documentation and/or other
|
||||||
|
materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holder nor the names of its contributors may
|
||||||
|
be used to endorse or promote products derived from this software without specific
|
||||||
|
prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||||
|
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
||||||
|
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
||||||
|
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||||
|
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||||
|
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGE.
|
21
resources.qrc
Normal file
21
resources.qrc
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE RCC>
|
||||||
|
<RCC version="1.0">
|
||||||
|
<qresource prefix="icons">
|
||||||
|
<file alias="app_icon">icons/nixview.icns</file>
|
||||||
|
<file alias="app_icon_png">icons/nixview64.png</file>
|
||||||
|
<file alias="nixview_logo">icons/nixview256.png</file>
|
||||||
|
<file alias="nixview_large">icons/nixview_transparent.png</file>
|
||||||
|
<file alias="docs_home">icons/home_btn.png</file>
|
||||||
|
<file alias="docs_back">icons/back_btn.png</file>
|
||||||
|
<file alias="docs_forward">icons/fwd_btn.png</file>
|
||||||
|
<file alias="show_help">icons/nixview_help.png</file>
|
||||||
|
<file alias="app_quit">icons/nixview_quit.png</file>
|
||||||
|
<file alias="file_open">icons/nixview_open.png</file>
|
||||||
|
<file alias="file_close">icons/nixview_close.png</file>
|
||||||
|
<file alias="show_plot">icons/nix_data_array.png</file>
|
||||||
|
<file alias="show_table">icons/nix_data_frame.png</file>
|
||||||
|
</qresource>
|
||||||
|
<qresource prefix="docs">
|
||||||
|
<file alias="license">docs/license.md</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
42942
resources_rc.py
Normal file
42942
resources_rc.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user