update gui for camera mods

This commit is contained in:
Anakin
2017-02-04 17:42:44 +01:00
parent 800a6a50f8
commit a07d8acbec
6 changed files with 20 additions and 5 deletions

View File

@@ -21,5 +21,8 @@
<file>light_on.png</file>
<file>solid.png</file>
<file>settings.png</file>
<file>freeCamera.png</file>
<file>orbitalCamera.png</file>
<file>walkCamera.png</file>
</qresource>
</RCC>

View File

@@ -37,6 +37,18 @@ QToolButton#screenshot {
image: url(:/images/toolbar/screenshot.png);
}
QToolButton#freeCamera {
image: url(:/images/toolbar/freeCamera.png);
}
QToolButton#orbitalCamera {
image: url(:/images/toolbar/orbitalCamera.png);
}
QToolButton#walkCamera {
image: url(:/images/toolbar/walkCamera.png);
}
QToolButton#wireframe {
image: url(:/images/toolbar/solid.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B