
	struct EmbedImage {
		const char *name;
		int width;
		int height;
		bool alpha;
		const QRgb *data;
	};

	static const EmbedImage image_db[] = {

