qt_resource_data=b"\x00\x00Y*/*\x0d\x0a * The MIT License (MIT)\x0d\x0a *\x0d\x0a * Copyright (c) <2013-2014> <Colin Duquesnoy>\x0d\x0a *\x0d\x0a * Permission is hereby granted, free of charge, to any person obtaining a copy\x0d\x0a * of this software and associated documentation files (the \x22Software\x22), to deal\x0d\x0a * in the Software without restriction, including without limitation the rights\x0d\x0a * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\x0d\x0a * copies of the Software, and to permit persons to whom the Software is\x0d\x0a * furnished to do so, subject to the following conditions:\x0d\x0a\x0d\x0a * The above copyright notice and this permission notice shall be included in\x0d\x0a * all copies or substantial portions of the Software.\x0d\x0a\x0d\x0a * THE SOFTWARE IS PROVIDED \x22AS IS\x22, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\x0d\x0a * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\x0d\x0a * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\x0d\x0a * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\x0d\x0a * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\x0d\x0a * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\x0d\x0a * THE SOFTWARE.\x0d\x0a */\x0d\x0a\x0d\x0aQProgressBar:horizontal {\x0d\x0a border: 1px solid #3A3939;\x0d\x0a text-align: center;\x0d\x0a padding: 1px;\x0d\x0a background: #201F1F;\x0d\x0a}\x0d\x0aQProgressBar::chunk:horizontal {\x0d\x0a background-color: qlineargradient(spread:reflect, x1:1, y1:0.545, x2:1, y2:0, stop:0 rgba(28, 66, 111, 255), stop:1 rgba(37, 87, 146, 255));\x0d\x0a}\x0d\x0a\x0d\x0aQToolTip\x0d\x0a{\x0d\x0a border: 1px solid #3A3939;\x0d\x0a background-color: rgb(90, 102, 117);;\x0d\x0a color: white;\x0d\x0a padding: 1px;\x0d\x0a opacity: 200;\x0d\x0a}\x0d\x0a\x0d\x0aQWidget\x0d\x0a{\x0d\x0a color: silver;\x0d\x0a background-color: #302F2F;\x0d\x0a selection-background-color:#78879b;\x0d\x0a selection-color: black;\x0d\x0a background-clip: border;\x0d\x0a border-image: none;\x0d\x0a outline: 0;\x0d\x0a}\x0d\x0a\x0d\x0aQWidget:item:hover\x0d\x0a{\x0d\x0a background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0d\x0a stop: 0 #78879b, stop: 1 #78879b);\x0d\x0a color: black;\x0d\x0a}\x0d\x0a\x0d\x0aQWidget:item:selected\x0d\x0a{\x0d\x0a background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0d\x0a stop: 0 #78879b, stop: 1 #78879b);\x0d\x0a}\x0d\x0a\x0d\x0aQMenuBar\x0d\x0a{\x0d\x0a background-color: #302F2F;\x0d\x0a color: silver;\x0d\x0a}\x0d\x0a\x0d\x0aQMenuBar::item\x0d\x0a{\x0d\x0a background: transparent;\x0d\x0a}\x0d\x0a\x0d\x0aQMenuBar::item:selected\x0d\x0a{\x0d\x0a background: transparent;\x0d\x0a border: 1px solid #3A3939;\x0d\x0a}\x0d\x0a\x0d\x0aQMenuBar::item:pressed\x0d\x0a{\x0d\x0a border: 1px solid #3A3939;\x0d\x0a background-color: #78879b;\x0d\x0a color: black;\x0d\x0a margin-bottom:-1px;\x0d\x0a padding-bottom:1px;\x0d\x0a}\x0d\x0a\x0d\x0aQMenu\x0d\x0a{\x0d\x0a border: 1px solid #3A3939;\x0d\x0a color: silver;\x0d\x0a margin: 2px;\x0d\x0a}\x0d\x0a\x0d\x0aQMenu::icon\x0d\x0a{\x0d\x0a margin: 5px;\x0d\x0a}\x0d\x0a\x0d\x0aQMenu::item\x0d\x0a{\x0d\x0a padding: 5px 30px 5px 30px;\x0d\x0a margin-left: 5px;\x0d\x0a border: 1px solid transparent; /* reserve space for selection border */\x0d\x0a}\x0d\x0a\x0d\x0aQMenu::item:selected\x0d\x0a{\x0d\x0a color: black;\x0d\x0a}\x0d\x0a\x0d\x0aQWidget:disabled\x0d\x0a{\x0d\x0a color: #404040;\x0d\x0a background-color: #302F2F;\x0d\x0a}\x0d\x0a\x0d\x0aQAbstractItemView\x0d\x0a{\x0d\x0a alternate-background-color: #3A3939;\x0d\x0a color: silver;\x0d\x0a border: 1px solid 3A3939;\x0d\x0a border-radius: 3px;\x0d\x0a padding: 1px;\x0d\x0a}\x0d\x0a\x0d\x0aQWidget:focus, QMenuBar:focus\x0d\x0a{\x0d\x0a border: 1px solid rgba(48, 86, 111);\x0d\x0a}\x0d\x0a\x0d\x0aQTabWidget:focus, QCheckBox:focus, QRadioButt