/**************************************************************************** ** ** Copyright (C) 2018 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:GPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see https://www.qt.io/terms-conditions. For further ** information use the contact form at https://www.qt.io/contact-us. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 3 or (at your option) any later version ** approved by the KDE Free Qt Foundation. The licenses are as published by ** the Free Software Foundation and appearing in the file LICENSE.GPL3 ** included in the packaging of this file. Please review the following ** information to ensure the GNU General Public License requirements will ** be met: https://www.gnu.org/licenses/gpl-3.0.html. ** ** $QT_END_LICENSE$ ** ****************************************************************************/ #ifndef QWASMSTYLEPIXMAPS_P_H #define QWASMSTYLEPIXMAPS_P_H // // W A R N I N G // ------------- // // This file is not part of the Qt API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // // We mean it. // /* XPM */ static const char * const qt_menu_xpm[] = { "16 16 72 1", " c None", ". c #65AF36", "+ c #66B036", "@ c #77B94C", "# c #A7D28C", "$ c #BADBA4", "% c #A4D088", "& c #72B646", "* c #9ACB7A", "= c #7FBD56", "- c #85C05F", "; c #F4F9F0", "> c #FFFFFF", ", c #E5F1DC", "' c #ECF5E7", ") c #7ABA50", "! c #83BF5C", "~ c #AED595", "{ c #D7EACA", "] c #A9D28D", "^ c #BCDDA8", "/ c #C4E0B1", "( c #81BE59", "_ c #D0E7C2", ": c #D4E9C6", "< c #6FB542", "[ c #6EB440", "} c #88C162", "| c #98CA78", "1 c #F4F9F1", "2 c #8FC56C", "3 c #F1F8EC", "4 c #E8F3E1", "5 c #D4E9C7", "6 c #74B748", "7 c #80BE59", "8 c #73B747", "9 c #6DB43F", "0 c #CBE4BA", "a c #80BD58", "b c #6DB33F", "c c #FEFFFE", "d c #68B138", "e c #F9FCF7", "f c #91C66F", "g c #E8F3E0", "h c #DCEDD0", "i c #91C66E", "j c #A3CF86", "k c #C9E3B8", "l c #B0D697", "m c #E3F0DA", "n c #95C873", "o c #E6F2DE", "p c #9ECD80", "q c #BEDEAA", "r c #C7E2B6", "s c #79BA4F", "t c #6EB441", "u c #BCDCA7", "v c #FAFCF8", "w c #F6FAF3", "x c #84BF5D", "y c #EDF6E7", "z c #FAFDF9", "A c #88C263", "B c #98CA77", "C c #CDE5BE", "D c #67B037", "E c #D9EBCD", "F c #6AB23C", "G c #77B94D", " .++++++++++++++", ".+++++++++++++++", "+++@#$%&+++*=+++", "++-;>,>')+!>~+++", "++{>]+^>/(_>:~<+", "+[>>}+|>123>456+", "+7>>8+->>90>~+++", "+a>>b+a>c[0>~+++", "+de>=+f>g+0>~+++", "++h>i+j>k+0>~+++", "++l>mno>p+q>rst+", "++duv>wl++xy>zA+", "++++B>Cb++++&D++", "+++++0zE++++++++", "++++++FG+++++++.", "++++++++++++++. "}; static const char * const qt_close_xpm[] = { "10 10 2 1", "# c #000000", ". c None", "..........", ".##....##.", "..##..##..", "...####...", "....##....", "...####...", "..##..##..", ".##....##.", "..........", ".........."}; static const char * const qt_maximize_xpm[]={ "10 10 2 1", "# c #000000", ". c None", "#########.", "#########.", "#.......#.", "#.......#.", "#.......#.", "#.......#.", "#.......#.", "#.......#.", "#########.", ".........."}; static const char * const qt_normalizeup_xpm[] = { "10 10 2 1", "# c #000000", ". c None", "...######.", "...######.", "...#....#.", ".######.#.", ".######.#.", ".#....###.", ".#....#...", ".#....#...", ".######...", ".........."}; #endif // QWASMSTYLEPIXMAPS_P_H