This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IndoorMap/res.qrc
kazu f40fc9a823 added a ruler for measuring
added support for meta-data editing
improved element selection
changed zooming
fixed some issues with layer events
fixed issue with 3D outline
fixed loading issue for old maps
some interface changes
2017-03-10 13:44:17 +01:00

22 lines
762 B
Plaintext

<RCC>
<qresource prefix="/">
<file>res/icons/polygon32.png</file>
<file>res/icons/polygon16.png</file>
<file>res/icons/floor.svg</file>
<file>res/icons/wall.svg</file>
<file>res/icons/pillar.svg</file>
<file>res/icons/wifi.svg</file>
<file>res/icons/beacon.svg</file>
<file>res/icons/image.svg</file>
<file>res/icons/cross.png</file>
<file>res/icons/poi.svg</file>
<file>res/icons/stair.svg</file>
<file>res/icons/door.svg</file>
<file>res/icons/cursor.svg</file>
<file>res/icons/elevator.svg</file>
<file>res/icons/add.svg</file>
<file>res/icons/remove.svg</file>
<file>res/icons/ruler.svg</file>
</qresource>
</RCC>