mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 15:29:02 +00:00
Changed: #1301 Added new icons.
This commit is contained in:
parent
06e90bbc69
commit
3b014d55ab
6 changed files with 6 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -1,5 +1,9 @@
|
||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
|
<file>icons/ic_nel_zones.png</file>
|
||||||
|
<file>icons/ic_snapshot.png</file>
|
||||||
|
<file>icons/ic_grid.png</file>
|
||||||
|
<file>icons/ic_nel_transition_land.png</file>
|
||||||
<file>icons/ic_nel_landscape_item.png</file>
|
<file>icons/ic_nel_landscape_item.png</file>
|
||||||
<file>icons/ic_nel_landscape_settings.png</file>
|
<file>icons/ic_nel_landscape_settings.png</file>
|
||||||
<file>icons/ic_nel_world_editor.png</file>
|
<file>icons/ic_nel_world_editor.png</file>
|
||||||
|
|
|
@ -33,6 +33,8 @@ const char * const LANDSCAPE_USE_OPENGL = "LandscapeUseOpenGL";
|
||||||
|
|
||||||
//resources
|
//resources
|
||||||
const char * const ICON_LANDSCAPE_ITEM = ":/icons/ic_nel_landscape_item.png";
|
const char * const ICON_LANDSCAPE_ITEM = ":/icons/ic_nel_landscape_item.png";
|
||||||
|
const char * const ICON_ZONE_ITEM = ":/icons/ic_nel_zone.png";
|
||||||
|
const char * const ICON_LANDSCAPE_ZONES = ":/icons/ic_nel_zones.png";
|
||||||
|
|
||||||
|
|
||||||
} // namespace Constants
|
} // namespace Constants
|
||||||
|
|
Loading…
Reference in a new issue