WSJT-X/qdarkstyle/pyside_style_rc.py

22 lines
50 KiB
Python
Raw Normal View History

# -*- coding: utf-8 -*-
# Resource object code
#
# Created: Fri Jan 9 23:28:32 2015
# by: The Resource Compiler for PySide (Qt v4.8.5)
#
# WARNING! All changes made in this file will be lost!
from PySide import QtCore
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
2015-01-09 11:24:01 -05:00
qt_resource_name = b"\x00\x09\x09_\x97\x13\x00q\x00s\x00s\x00_\x00i\x00c\x00o\x00n\x00s\x00\x0a\x09$M%\x00q\x00d\x00a\x00r\x00k\x00s\x00t\x00y\x00l\x00e\x00\x09\x00(\xad#\x00s\x00t\x00y\x00l\x00e\x00.\x00q\x00s\x00s\x00\x02\x00\x00\x07\x83\x00r\x00c\x00\x12\x07\x8f\x9d'\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00o\x00p\x00e\x00n\x00-\x00o\x00n\x00.\x00p\x00n\x00g\x00\x09\x06\x98\x83'\x00c\x00l\x00o\x00s\x00e\x00.\x00p\x00n\x00g\x00\x14\x06^,\x07\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00c\x00l\x00o\x00s\x00e\x00d\x00-\x00o\x00n\x00.\x00p\x00n\x00g\x00\x18\x03\x8e\xdeg\x00r\x00i\x00g\x00h\x00t\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x11\x08\x8cj\xa7\x00H\x00s\x00e\x00p\x00a\x00r\x00t\x00o\x00o\x00l\x00b\x00a\x00r\x00.\x00p\x00n\x00g\x00\x1a\x01!\xebG\x00s\x00t\x00y\x00l\x00e\x00s\x00h\x00e\x00e\x00t\x00-\x00b\x00r\x00a\x00n\x00c\x00h\x00-\x00m\x00o\x00r\x00e\x00.\x00p\x00n\x00g\x00\x17\x0ce\xce\x07\x00l\x00e\x00f\x00t\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x0f\x06S%\xa7\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00o\x00p\x00e\x00n\x00.\x00p\x00n\x00g\x00\x10\x01\x00\xca\xa7\x00H\x00m\x00o\x00v\x00e\x00t\x00o\x00o\x00l\x00b\x00a\x00r\x00.\x00p\x00n\x00g\x00\x0f\x02\x9f\x05\x87\x00r\x00i\x00g\x00h\x00t\x00_\x00a\x00r\x00r\x00o\x00w\x00.\x00p\x00n\x00g\x00\x17\x0c\xabQ\x07\x00d\x00o\x00w\x00n\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x10\x01\x07J\xa7\x00V\x00m\x00o\x00v\x00e\x00t\x00o\x00o\x00l\x00b\x00a\x00r\x00.\x00p\x00n\x00g\x00\x0f\x0c\xe2hg\x00t\x00r\x00a\x00n\x00s\x00p\x00a\x00r\x00e\x00n\x00t\x00.\x00p\x00n\x00g\x00\x0e\x04\xa2\xfc\xa7\x00d\x00o\x00w\x00n\x00_\x00a\x00r\x00r\x00o\x00w\x00.\x00p\x00n\x00g\x00\x11\x0b\xda0\xa7\x00b\x00r\x00a\x00n\x00c\x00h\x00_\x00c\x00l\x00o\x00s\x00e\x00d\x00.\x00p\x00n\x00g\x00\x0a\x05\x95\xde'\x00u\x00n\x00d\x00o\x00c\x00k\x00.\x00p\x00n\x00g\x00\x0c\x06\xe6\xe6g\x00u\x00p\x00_\x00a\x00r\x00r\x00o\x00w\x00.\x00p\x00n\x00g\x00\x11\x08\xc4j\xa7\x00V\x00s\x00e\x00p\x00a\x00r\x00t\x00o\x00o\x00l\x00b\x00a\x00r\x00.\x00p\x00n\x00g\x00\x15\x0f\xf3\xc0\x07\x00u\x00p\x00_\x00a\x00r\x00r\x00o\x00w\x00_\x00d\x00i\x00s\x00a\x00b\x00l\x00e\x00d\x00.\x00p\x00n\x00g\x00\x1a\x01\x87\xaeg\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00_\x00i\x00n\x00d\x00e\x00t\x00e\x00r\x00m\x00i\x00n\x00a\x00t\x00e\x00.\x00p\x00n\x00g\x00\x14\x0b\xc5\xd7\xc7\x00s\x00t\x00y\x00l\x00e\x00s\x00h\x00e\x00e\x00t\x00-\x00v\x00l\x00i\x00n\x00e\x00.\x00p\x00n\x00g\x00\x0e\x0e\xde\xfa\xc7\x00l\x00e\x00f\x00t\x00_\x00a\x00r\x00r\x00o\x00w\x00.\x00p\x00n\x00g\x00\x19\x08>\xcc\x07\x00s\x00t\x00y\x00l\x00e\x00s\x00h\x00e\x00e\x00t\x00-\x00b\x00r\x00a\x00n\x00c\x00h\x00-\x00e\x00n\x00d\x00.\x00p\x00n\x00g\x00\x0c\x06A@\x87\x00s\x00i\x00z\x00e\x00g\x00r\x00i\x00p\x00.\x00p\x00n\x00g\x00\x0c\x04V#g\x00c\x00h\x00e\x00c\x00k\x00b\x00o\x00x\x00.\x00p\x00n\x00g"
qt_resource_struct = b"\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x18\x00\x02\x00\x00\x00\x01\x00\x00\x00\x1d\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00J\x00\x02\x00\x00\x00\x19\x00\x00\x00\x04\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x00`X\x00\x00\x022\x00\x00\x00\x00\x00\x01\x00\x00b\x8b\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00^J\x00\x00\x03V\x00\x00\x00\x00\x00\x01\x00\x00iW\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00a=\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x5c\xd4\x00\x00\x046\x00\x00\x00\x00\x00\x01\x00\x00p+\x00\x00\x02|\x00\x00\x00\x00\x00\x01\x00\x00d:\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00e\x87\x00\x00\x04\x18\x00\x00\x00\x00\x00\x01\x00\x00o\xa6\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00_\xae\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00\x5c=\x00\x00\x00~\x00\x00\x00\x00\x00\x01\x00\x00Y\xc8\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00gS\x00\x00\x00T\x00\x00\x00\x00\x00\x01\x00\x00Y.\x00\x00\x03\xe0\x00\x00\x00\x00\x00\x01\x00\x00n\xc2\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00]x\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00g\xf5\x00\x00\x03\x90\x00\x00\x00\x00\x00\x01\x00\x00m%\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00d\xe3\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00_\x04\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00a\xe1\x00\x00\x02X\x00\x00\x00\x00\x00\x01\x00\x00cs\x00\x00\x03\xbe\x00\x00\x00\x00\x00\x01\x00\x00n\x18\x00\x00\x03&\x00\x00\x00\x00\x00\x01\x00\x00h\xb4\x00\x00\x002\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00"
def qInitResources():
QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
def qCleanupResources():
QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
qInitResources()