the-butterfly-effect / tbe

The Butterfly Effect, a realistic physics simulation game
http://the-butterfly-effect.org
GNU General Public License v2.0
90 stars 13 forks source link

make system icons work on Windows (and Mac?) #98

Open kaa-ching opened 8 years ago

kaa-ching commented 8 years ago

Commit 2a8938 (and likely a few more commits in the near future) add icons to various actions. I'm going to need this to make a decent toolbar for the level editor.

However, on Windows these icons are not present. And possibly not on MacOSX either. So in the slightly longer run, we'll need to make a hybrid of:

Which are explained well in: http://mithatkonar.com/wiki/doku.php/qt/icons

I'd guess this means creating a separate class for generating/building icons and have that class use either Qt's default ones or the system default ones...

kaa-ching commented 8 years ago

commit 8f17c95 adds even more icons to actions.

kaa-ching commented 8 years ago

See also: