activate new icons and remove old icons

This commit is contained in:
wmayer
2016-08-19 16:21:37 +02:00
parent 993eea65e9
commit b3b06fb4d3
4 changed files with 56 additions and 1591 deletions

View File

@@ -58,6 +58,36 @@
using namespace Gui;
/* XPM */
static const char *px[]={
"24 24 2 1",
"# c #000000",
". c #ffffff",
"........................",
"........................",
"...##..............##...",
"..####............####..",
"..#####..........#####..",
"..######........#####...",
"...######......######...",
"....######....######....",
".....######..######.....",
"......############......",
".......##########.......",
"........########........",
".........######.........",
"........########........",
".......##########.......",
"......############......",
".....######..######.....",
"....######....######....",
"..#######......######...",
".#######........######..",
".######..........#####..",
"..####.............##...",
"........................",
"........................"};
namespace Gui {
class BitmapFactoryInstP
{