1 /****************************************************************************
2 **
3 ** Copyright (C) 2018 The Qt Company Ltd.
4 ** Contact: https://www.qt.io/licensing/
5 **
6 ** This file is part of the plugins of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:GPL$
9 ** Commercial License Usage
10 ** Licensees holding valid commercial Qt licenses may use this file in
11 ** accordance with the commercial license agreement provided with the
12 ** Software or, alternatively, in accordance with the terms contained in
13 ** a written agreement between you and The Qt Company. For licensing terms
14 ** and conditions see https://www.qt.io/terms-conditions. For further
15 ** information use the contact form at https://www.qt.io/contact-us.
16 **
17 ** GNU General Public License Usage
18 ** Alternatively, this file may be used under the terms of the GNU
19 ** General Public License version 3 or (at your option) any later version
20 ** approved by the KDE Free Qt Foundation. The licenses are as published by
21 ** the Free Software Foundation and appearing in the file LICENSE.GPL3
22 ** included in the packaging of this file. Please review the following
23 ** information to ensure the GNU General Public License requirements will
24 ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
25 **
26 ** $QT_END_LICENSE$
27 **
28 ****************************************************************************/
29 
30 #ifndef QWASMSTYLEPIXMAPS_P_H
31 #define QWASMSTYLEPIXMAPS_P_H
32 
33 //
34 //  W A R N I N G
35 //  -------------
36 //
37 // This file is not part of the Qt API.  It exists purely as an
38 // implementation detail.  This header file may change from version to
39 // version without notice, or even be removed.
40 //
41 // We mean it.
42 //
43 
44 /* XPM */
45 static const char * const qt_menu_xpm[] = {
46 "16 16 72 1",
47 "  c None",
48 ". c #65AF36",
49 "+ c #66B036",
50 "@ c #77B94C",
51 "# c #A7D28C",
52 "$ c #BADBA4",
53 "% c #A4D088",
54 "& c #72B646",
55 "* c #9ACB7A",
56 "= c #7FBD56",
57 "- c #85C05F",
58 "; c #F4F9F0",
59 "> c #FFFFFF",
60 ", c #E5F1DC",
61 "' c #ECF5E7",
62 ") c #7ABA50",
63 "! c #83BF5C",
64 "~ c #AED595",
65 "{ c #D7EACA",
66 "] c #A9D28D",
67 "^ c #BCDDA8",
68 "/ c #C4E0B1",
69 "( c #81BE59",
70 "_ c #D0E7C2",
71 ": c #D4E9C6",
72 "< c #6FB542",
73 "[ c #6EB440",
74 "} c #88C162",
75 "| c #98CA78",
76 "1 c #F4F9F1",
77 "2 c #8FC56C",
78 "3 c #F1F8EC",
79 "4 c #E8F3E1",
80 "5 c #D4E9C7",
81 "6 c #74B748",
82 "7 c #80BE59",
83 "8 c #73B747",
84 "9 c #6DB43F",
85 "0 c #CBE4BA",
86 "a c #80BD58",
87 "b c #6DB33F",
88 "c c #FEFFFE",
89 "d c #68B138",
90 "e c #F9FCF7",
91 "f c #91C66F",
92 "g c #E8F3E0",
93 "h c #DCEDD0",
94 "i c #91C66E",
95 "j c #A3CF86",
96 "k c #C9E3B8",
97 "l c #B0D697",
98 "m c #E3F0DA",
99 "n c #95C873",
100 "o c #E6F2DE",
101 "p c #9ECD80",
102 "q c #BEDEAA",
103 "r c #C7E2B6",
104 "s c #79BA4F",
105 "t c #6EB441",
106 "u c #BCDCA7",
107 "v c #FAFCF8",
108 "w c #F6FAF3",
109 "x c #84BF5D",
110 "y c #EDF6E7",
111 "z c #FAFDF9",
112 "A c #88C263",
113 "B c #98CA77",
114 "C c #CDE5BE",
115 "D c #67B037",
116 "E c #D9EBCD",
117 "F c #6AB23C",
118 "G c #77B94D",
119 " .++++++++++++++",
120 ".+++++++++++++++",
121 "+++@#$%&+++*=+++",
122 "++-;>,>')+!>~+++",
123 "++{>]+^>/(_>:~<+",
124 "+[>>}+|>123>456+",
125 "+7>>8+->>90>~+++",
126 "+a>>b+a>c[0>~+++",
127 "+de>=+f>g+0>~+++",
128 "++h>i+j>k+0>~+++",
129 "++l>mno>p+q>rst+",
130 "++duv>wl++xy>zA+",
131 "++++B>Cb++++&D++",
132 "+++++0zE++++++++",
133 "++++++FG+++++++.",
134 "++++++++++++++. "};
135 
136 static const char * const qt_close_xpm[] = {
137 "10 10 2 1",
138 "# c #000000",
139 ". c None",
140 "..........",
141 ".##....##.",
142 "..##..##..",
143 "...####...",
144 "....##....",
145 "...####...",
146 "..##..##..",
147 ".##....##.",
148 "..........",
149 ".........."};
150 
151 static const char * const qt_maximize_xpm[]={
152 "10 10 2 1",
153 "# c #000000",
154 ". c None",
155 "#########.",
156 "#########.",
157 "#.......#.",
158 "#.......#.",
159 "#.......#.",
160 "#.......#.",
161 "#.......#.",
162 "#.......#.",
163 "#########.",
164 ".........."};
165 
166 
167 static const char * const qt_normalizeup_xpm[] = {
168 "10 10 2 1",
169 "# c #000000",
170 ". c None",
171 "...######.",
172 "...######.",
173 "...#....#.",
174 ".######.#.",
175 ".######.#.",
176 ".#....###.",
177 ".#....#...",
178 ".#....#...",
179 ".######...",
180 ".........."};
181 
182 
183 #endif // QWASMSTYLEPIXMAPS_P_H
184