00001 /*************************************************************************** 00002 background.h - description 00003 ------------------- 00004 begin : Sat Jul 2 2005 00005 copyright : (C) 2005-2006 by Ben Swerts 00006 email : bswerts@users.sourceforge.net 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00020 00021 #ifndef BACKGROUND_H 00022 #define BACKGROUND_H 00023 static const QRgb background_data[] = { 00024 0xff878787,0xff878787,0xff8b8b8b,0xff898989,0xff8b8b8b,0xff8a8a8a,0xff858585,0xff858585,0xff767676,0xff7c7c7c,0xff7e7e7e,0xff797979,0xff7c7c7c,0xff7b7b7b, 00025 0xff737373,0xff898989,0xff8b8b8b,0xff898989,0xff898989,0xff808080,0xff7c7c7c,0xff888888,0xff8d8d8d,0xff8b8b8b,0xff8c8c8c,0xff8f8f8f,0xff929292,0xff848484,...snipped...
18745 0xff858585,0xff858585,0xff7e7e7e,0xff7e7e7e,0xff7c7c7c,0xff828282,0xff828282,0xff7f7f7f,0xff7c7c7c,0xff7b7b7b,0xff7c7c7c,0xff7f7f7f,0xff797979,0xff777777, 18746 0xff777777,0xff656565,0xff686868,0xff6a6a6a,0xff6c6c6c,0xff666666,0xff686868,0xff717171,0xff737373,0xff686868,0xff636363,0xff6e6e6e,0xff757575,0xff7c7c7c, 18747 0xff878787,0xff8d8d8d,0xff909090,0xff909090,0xff929292,0xff929292,0xff949494,0xff979797,0xff9a9a9a,0xff989898,0xff929292,0xff959595,0xff8d8d8d,0xff848484, 18748 0xff828282,0xff828282,0xff7a7a7a,0xff797979,0xff7a7a7a,0xff7c7c7c,0xff7e7e7e,0xff828282 18749 }; 18750 18751 #endif 18752