From 322a55c536192da3103c4db10720928c2cf87969 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Mon, 17 Feb 2014 15:56:46 +0100 Subject: [PATCH] Add style.qss to resources This will fix issues when freezing an app that use the stylesheet --- qdarkstyle/__init__.py | 21 ++- qdarkstyle/pyqt_style_rc.py | 289 ++++++++++++++++++++++++++++++---- qdarkstyle/pyside_style_rc.py | 8 +- qdarkstyle/style.qrc | 3 + 4 files changed, 282 insertions(+), 39 deletions(-) diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 8fde6a6be..9acd1477a 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -39,16 +39,23 @@ def load_stylesheet(pyside=True): :return the stylesheet string """ - cwd = os.path.dirname(os.path.realpath(__file__)) # Smart import of the rc file if pyside: import qdarkstyle.pyside_style_rc else: import qdarkstyle.pyqt_style_rc - # Load the stylesheet content - ret_val = "" - filename = os.path.join(cwd, "style.qss") - with open(os.path.join(__file__, filename)) as stylesheet: - ret_val = stylesheet.read() - return ret_val + # Load the stylesheet content from resources + if not pyside: + from PyQt4.QtCore import QFile, QTextStream + else: + from PySide.QtCore import QFile, QTextStream + + f = QFile(":qdarkstyle/style.qss") + if not f.exists(): + print("Unable to set stylesheet, file not found\n") + return "" + else: + f.open(QFile.ReadOnly | QFile.Text) + ts = QTextStream(f) + return ts.readAll() diff --git a/qdarkstyle/pyqt_style_rc.py b/qdarkstyle/pyqt_style_rc.py index b56e13265..05813ce8f 100644 --- a/qdarkstyle/pyqt_style_rc.py +++ b/qdarkstyle/pyqt_style_rc.py @@ -2,7 +2,7 @@ # Resource object code # -# Created: Do. Jan 2 16:04:19 2014 +# Created: Mon Feb 17 15:54:24 2014 # by: The Resource Compiler for PyQt (Qt v4.8.4) # # WARNING! All changes made in this file will be lost! @@ -10,6 +10,229 @@ from PyQt4 import QtCore qt_resource_data = b"\ +\x00\x00\x0d\xcf\ +\x00\ +\x00\x45\x07\x78\x9c\xc5\x1b\x5b\x73\xda\x38\xf7\x3d\xbf\x42\x6d\ +\x5e\x92\x0e\x24\x40\x20\x21\xee\xce\xce\x90\x04\x1a\x66\x09\x24\ +\x40\xdb\xaf\x4f\x1d\x03\x22\x78\x6b\x2c\xd7\x36\x9b\x64\x77\xf6\ +\xbf\x7f\x47\xb2\x64\x24\x59\xbe\xc0\xa6\x6d\xdc\x92\x58\x97\x73\ +\xd7\xd1\x39\x47\xe2\xf4\xdd\x01\x7a\x87\xa6\x2b\x8c\xee\xfa\x53\ +\x34\x70\xe6\xd8\x0b\x31\x3a\x82\x97\x63\xe8\xa0\x7d\xd7\xc4\x7f\ +\x09\x9c\xc7\x55\x84\x8e\xe6\xc7\xe8\xb7\x46\xad\x7e\x56\x85\x8f\ +\xe6\xef\xe8\xb7\x6b\xe2\x3a\x1e\xba\xd9\x7c\xdf\xe0\xd0\x23\x2f\ +\xbf\xf3\x19\xf7\x38\x58\x3b\x61\xe8\x10\x0f\x39\x21\x5a\xe1\x00\ +\xcf\x5e\xd0\x63\x60\x7b\x11\x5e\x54\xd0\x32\xc0\x18\x91\x25\x9a\ +\xaf\xec\xe0\x11\x57\x50\x44\x90\xed\xbd\x20\x1f\x07\x21\x4c\x20\ +\xb3\xc8\x76\x3c\xc7\x7b\x44\x36\x9a\x03\x66\x0a\x0f\x06\x47\x2b\ +\x80\x14\x92\x65\xf4\x64\x07\x18\xc6\x2f\x90\x1d\x86\x64\xee\xd8\ +\x00\x12\x2d\xc8\x7c\xb3\xc6\x5e\x64\x47\x14\xe5\xd2\x71\x71\x88\ +\x8e\x22\x60\xe9\xed\x84\xcf\x78\x7b\xcc\xf0\x2c\xb0\xed\x52\x80\ +\x40\x34\xed\x16\xbd\xe8\xc9\x89\x56\x64\x13\xa1\x00\x87\x51\xe0\ +\xcc\x29\x98\x0a\x0c\x9a\xbb\x9b\x05\xa5\x44\x74\xbb\xce\xda\xe1\ +\x48\xe8\x74\x26\x94\x90\xc2\x03\xd0\x9b\x10\x58\xa1\x04\x57\xd0\ +\x9a\x2c\x9c\x25\xfd\x8d\x19\x7f\xfe\x66\xe6\x3a\xe1\xaa\x82\x16\ +\x0e\x85\x3e\xdb\x44\xd0\x18\xd2\x46\x26\xeb\x0a\xe5\xe6\x94\x04\ +\x28\xc4\x2e\x23\x0e\x80\x38\xc0\x00\x63\x7a\x4b\x23\x1b\x46\x11\ +\xf9\x54\xb8\x11\x17\x57\x48\x5b\x9e\x56\x64\xad\xf2\xe3\x30\xaa\ +\x96\x9b\xc0\x03\xc4\x98\x4d\x5b\x10\x10\x1f\xc3\xfb\x27\x9e\x47\ +\xb4\x85\xce\x58\x12\xd7\x25\x4f\x94\xc7\x39\xf1\x16\x0e\x65\x2d\ +\xb4\x0e\x84\x45\xd8\x33\xf2\x17\x66\x4c\xc5\xfa\xf7\x48\x04\x34\ +\xc7\x84\x50\x7d\xf8\x5b\x3d\xf3\xae\x70\x65\xbb\x2e\x9a\x61\x2e\ +\x3c\x40\xed\x78\x14\x1a\x6d\x15\x7c\x05\x94\x88\x30\x02\x6b\x70\ +\x6c\x17\xf9\x24\x60\x58\x75\x7e\x4f\x62\x2a\x6e\xbb\x68\x32\xea\ +\x4d\x3f\x77\xc6\x5d\xd4\x9f\xa0\xfb\xf1\xe8\x53\xff\xa6\x7b\x83\ +\xde\x76\x26\xf0\xfe\xb6\x82\x3e\xf7\xa7\xb7\xa3\x8f\x53\x04\x23\ +\xc6\x9d\xe1\xf4\x0b\x1a\xf5\x50\x67\xf8\x05\xfd\xd1\x1f\xde\x54\ +\x50\xf7\x7f\xf7\xe3\xee\x64\x82\x46\x63\x0a\xad\x7f\x77\x3f\xe8\ +\x77\xa1\xb9\x3f\xbc\x1e\x7c\xbc\xe9\x0f\x3f\xa0\x2b\x98\x3a\x1c\ +\x81\xe1\xf7\xc1\xe2\x01\xee\x74\xc4\x70\x72\x68\xfd\xee\x84\xc2\ +\xbb\xeb\x8e\xaf\x6f\xe1\xb5\x73\xd5\x1f\xf4\xa7\x5f\x2a\x14\x56\ +\xaf\x3f\x1d\x52\xc8\xbd\xd1\x18\x75\xd0\x7d\x67\x3c\xed\x5f\x7f\ +\x1c\x74\xc6\xe8\xfe\xe3\xf8\x7e\x34\xe9\x02\x11\x37\x00\x79\xd8\ +\x1f\xf6\xc6\x80\xa8\x7b\xd7\x1d\x4e\x4f\x00\x31\xb4\xa1\xee\x27\ +\x78\x41\x93\xdb\xce\x60\x40\xb1\x51\x70\x9d\x8f\xc0\xc6\x98\x12\ +\x8a\xae\x47\xf7\x5f\xc6\xfd\x0f\xb7\x53\x74\x3b\x1a\xdc\x74\xa1\ +\xf1\xaa\x0b\xf4\x75\xae\x06\xdd\x18\x1b\x70\x77\x3d\xe8\xf4\xef\ +\x2a\xe8\xa6\x73\xd7\xf9\xd0\x65\xb3\x46\x00\x88\x31\x49\x47\xc6\ +\x64\xa2\xcf\xb7\x5d\xda\x4a\xb1\x76\xe0\xdf\xf5\xb4\x3f\x1a\x52\ +\x7e\xae\x47\xc3\xe9\x18\x5e\x2b\xc0\xee\x78\x9a\xcc\xfe\xdc\x9f\ +\x74\x2b\xa8\x33\xee\x4f\xa8\x64\x7a\xe3\xd1\x1d\xe3\x94\x4a\x17\ +\x26\x8d\x18\x1c\x98\x3a\xec\xc6\x80\xa8\xe4\x55\x05\xc1\x10\xfa\ +\xfe\x71\xd2\x4d\x60\xa2\x9b\x6e\x67\x00\xe0\x40\x5b\x43\x5d\xa1\ +\x27\xd0\x70\x7a\x70\xf0\x70\x1f\x90\x47\x58\x79\xe1\x95\x1d\x58\ +\x2b\x12\x38\x7f\x13\x58\xca\x2e\xfa\xe7\x00\xc1\xcf\x8c\x04\x0b\ +\x1c\x58\xa8\xee\x3f\x83\x01\xbb\xce\x02\x1d\x9e\x75\xce\x2e\xcf\ +\x2e\xdf\xb3\xee\x08\x3f\x47\x55\xdb\x75\x1e\x3d\x0b\xc1\x72\x8a\ +\x70\x10\xb7\xfb\xf6\x82\x2e\x5d\x36\x2f\x6e\x99\xd9\xf3\x6f\x8f\ +\x01\xd9\x78\x0b\x0b\x1d\x82\xff\xea\xd5\x7b\xef\x0f\xfe\x55\xb1\ +\x5b\xf3\xd5\xc6\xfb\x66\x20\x22\x99\x5b\x9d\x13\x97\x00\x39\xdf\ +\xc1\xf1\x61\xf0\x5f\x81\xbd\x70\x00\xed\x51\xe8\x07\xd8\x5e\x58\ +\x01\x5e\xba\xb0\xbc\x2a\xe8\xb9\x6e\xd5\x2b\xe8\xa5\x6e\xd5\x4e\ +\x5a\xcd\x16\xbc\x37\xd8\x7b\xc3\xaa\xc1\x1a\x8c\x88\x6f\xd5\x50\ +\xf0\x38\xb3\x8f\x1a\xed\x0a\x3a\x3f\xaf\xa0\x7a\x1d\xba\x1b\xad\ +\xd6\x31\xef\xae\xc7\xdd\x67\x17\x15\xd4\x86\xff\xf5\xe6\x79\xdc\ +\x7d\x4c\x69\x3e\x78\x98\x12\xe2\x4e\x1d\xff\xa0\x94\x8c\xd2\xd4\ +\x03\xec\xa3\x4b\xa0\xa4\x5e\x6b\x50\xd4\x17\xc7\xef\xe3\x91\xbc\ +\xfb\x69\xe5\x44\x38\x4b\x8e\xc4\xb7\xe7\x4e\xf4\x62\xa1\x46\xad\ +\x16\x13\xf3\xd9\x59\x3c\xe2\x88\xd3\xc2\x41\x84\x8e\xfb\x97\xd0\ +\x45\x1a\xff\xe1\x59\xad\xd1\x6b\xf4\xe2\x6e\xf0\x7b\x98\xb9\xdc\ +\x6a\x6a\xe0\xe1\x45\xbb\x7d\x71\x39\xd3\xc7\x71\x28\x33\x17\xc6\ +\xcb\x24\x58\x40\xf6\x1a\xb4\x07\x98\x0f\xb2\x14\xf7\x30\x60\x8a\ +\xfb\x20\x14\x47\x35\x85\x6a\x4c\x55\xf4\x17\xe8\x89\xbd\xc1\xaf\ +\x7a\x25\x46\x4b\xd5\x81\x6a\x88\xd3\xc2\xf5\x83\xea\xa2\xe1\x58\ +\x11\x5d\x06\x4d\x31\xed\x78\xf1\x53\xc9\xa2\x44\xdc\x61\x6f\x03\ +\x96\x9d\x89\x57\xd1\x84\xa6\x3b\x69\xbe\xc5\xd8\x48\x41\xb1\x50\ +\x04\xbb\x7a\xe8\x83\xbf\xf6\x22\xc3\x84\x6c\xbe\xb5\x99\x05\x56\ +\x9c\x06\xec\xd3\x25\xbb\x85\xbb\xeb\x02\x50\x0c\x4b\x55\x1d\x6d\ +\x59\xc3\xca\x76\xc0\x1e\x49\x14\x91\xb5\x55\x4d\x6c\x9f\xaf\x06\ +\xd1\xc1\xda\x05\x6d\xe5\x48\xc9\x10\xb1\x22\xdf\x64\xcd\x35\x00\ +\x46\xa3\x46\x3f\xf8\x1f\xfa\x04\x5d\xbe\x99\x46\x08\xa1\x87\x3d\ +\x73\xf5\x71\x87\xcd\x1a\x7d\x0a\x57\x29\x05\xd4\x81\x2d\x3b\xb0\ +\xe7\x51\x1f\xd0\x7e\x72\xf0\x13\x87\x64\xbb\xe0\x72\x3d\x88\xc2\ +\xd2\x8b\x37\x97\x71\xb3\xa8\x14\xa5\xb1\xde\x2a\x5d\x10\x9b\xd0\ +\x42\x67\x9a\x0e\xb8\x47\x92\x78\x5c\x42\x14\x18\x56\x50\x62\x28\ +\xec\x3d\x53\x2b\xcc\xbd\x36\xc1\xfb\xb6\x63\xef\x2b\x1c\xab\x3d\ +\xd3\xc0\x5d\xaf\xf0\xfc\xdb\x15\x79\x4e\x1a\xc6\x40\x11\xb9\xda\ +\x80\x05\x78\x46\x1c\x1e\xf1\x70\x0c\x8c\xae\xe9\x2e\x44\x55\xd9\ +\xab\x4f\xec\x43\xba\xda\x15\x11\x84\xd1\x8b\x8b\xad\x98\xee\xc2\ +\xa5\x92\x27\x3a\x83\xf1\x7d\x00\x7a\x7c\xe0\x4e\xdd\x6d\xcb\xc1\ +\xbd\x10\x70\xf9\x72\x61\x0e\xa8\x81\x9f\x55\xc8\x96\x15\x39\x91\ +\x8b\x39\x02\x08\xfd\x20\xd2\x8c\x02\xe2\x56\x61\x93\x85\x59\x16\ +\x9f\xfd\x5e\xef\xf6\x49\xc8\xe2\x51\xf0\x14\xc4\x37\xed\xed\x55\ +\x17\x2f\x23\x90\x41\x4d\x5f\x9d\x2c\x58\x15\x1d\xb2\xed\x4e\xe6\ +\x00\xd8\xed\xc0\x4e\xad\xa8\x2c\x2d\xa8\x02\x57\x14\xc3\x51\xc3\ +\x15\x0e\x71\x85\x39\xf2\x96\x2a\x1c\x70\xd5\x00\xab\x4e\x01\x8a\ +\x3f\xf6\x51\xe5\x79\x3a\x9a\x29\xb3\x83\xd4\x95\x1d\xa4\xa6\xed\ +\x20\xf1\x32\x97\x76\x90\x66\x1b\x9e\xf3\x63\x9d\x59\x6b\x05\x91\ +\x3f\x58\x62\x8a\xe9\xd7\x24\xe6\xbc\xd6\xea\xb5\x7a\xca\x76\x06\ +\xcf\x39\xdf\x65\xd7\x60\x66\x4f\xce\x22\x5a\x59\xa8\xa5\xad\x12\ +\x21\xa2\x96\xd0\xba\x44\x38\x98\x55\x95\x06\x6c\x06\xd2\xe3\xc9\ +\xce\xda\x7e\x84\x25\xb6\x09\xdc\x23\xeb\xf4\x7b\x18\x7e\x75\xc0\ +\x0c\xc3\xd3\x60\x7e\xca\x8c\xe9\xab\x1d\x04\xe4\xe9\xab\xf0\xa2\ +\x27\xbe\xf7\xc8\x09\xe2\xc4\x6c\x8d\x30\x31\x80\xa4\xc5\x68\xd3\ +\x0c\x6c\xaa\x5f\x5f\x12\x1a\x1b\x60\xdf\xfb\xb2\x41\xd7\x4a\x36\ +\x17\x69\xa2\x53\x7c\x19\xb9\xa0\x50\x77\x65\xc2\xa0\x8b\x38\x64\ +\xab\x14\x8d\x22\xde\x1e\x4a\x7b\x05\x2e\x4b\xeb\xaa\x48\x59\x9c\ +\x4f\x54\x34\xac\x3c\xa3\x5b\xb5\xfe\x22\x6d\x6e\xfc\x2a\x43\x2f\ +\x91\xaf\xf2\xb7\x20\x4f\x5e\x6a\x88\x21\x1c\x4c\x76\xcd\x94\x10\ +\x7d\xca\x7c\x16\x78\x6a\x27\xda\x80\x3c\xe0\xd2\x54\xd0\x44\xe4\ +\xcc\x77\xf5\x61\x75\x53\x48\x5e\xde\xa1\xca\xca\x48\xed\x10\xf1\ +\xee\xc0\x7f\xed\xbd\x3b\x98\x7d\xf6\x0f\xe4\xb6\xd8\x63\x0b\x83\ +\xdc\xcb\x65\xeb\x94\x17\x2d\x89\x8d\xff\xfa\x7e\x0e\x38\xdb\xdb\ +\x57\xab\xf4\x97\xe3\x81\x2e\x9a\xd7\xe7\x22\xce\x5a\xf6\xf6\xd7\ +\x82\x91\x3c\x6f\x9d\x8c\x61\x2e\x6c\x37\x85\xfd\x3c\x3d\xe5\x2b\ +\x2a\xd7\x4b\xab\x0c\xee\xa8\xcc\x5f\xa6\xc3\xc4\x4b\x0b\xf2\x33\ +\x7d\x74\xa6\x9f\x28\xf4\xd0\x66\xd0\x89\x7f\x2e\x03\xf8\x61\x8a\ +\x9f\xa3\xf2\x09\x53\xa9\x94\x52\x09\xdc\xef\x5d\xdb\xf1\x4a\x23\ +\x29\xc0\xb2\x73\xda\x70\x8b\x6d\xe8\xa6\xc9\x33\xc8\x25\x2e\x65\ +\xe5\xd4\x65\xf2\x73\x67\x35\x07\x6a\xe6\x50\x70\x3e\xa7\x4f\x4c\ +\x41\x92\xcb\x16\xd4\x03\x98\xf9\x38\x7f\xe3\x0f\x81\xe3\xf3\xc4\ +\x2d\xdb\xbe\x43\x18\xf8\x08\x03\x0d\x51\x71\x23\x15\x15\x37\xb8\ +\xab\x3f\x78\xb8\x03\x55\x7c\x76\x3c\xb0\x3d\x2a\x0d\xdf\x0e\xec\ +\x88\xec\x56\xa7\x4a\x97\x29\x75\x71\x84\xb4\x56\x69\x48\xa9\x63\ +\x01\x2d\x6c\x76\x38\xa2\x56\x99\x4c\x54\x25\x25\xc5\x92\x7b\x27\ +\x6c\x9d\x71\xae\x13\x6f\x9c\xf1\xbe\x59\x4f\x0a\xbf\x87\xad\xf6\ +\xf9\xc5\xc5\x2c\xde\x46\xf9\x46\x5a\x3b\x69\x89\xa2\x94\x28\x00\ +\xf3\x61\xc7\x3b\xf2\x5c\x10\x32\x28\x22\x41\x5c\x15\xac\xa0\xa4\ +\x2b\x21\xd1\x59\x76\xce\x69\xb2\xd2\x62\x0a\x79\xb9\x40\x4f\xdf\ +\x79\x73\x20\xc5\x0a\x94\xba\x03\xa5\xe0\x62\x81\x6e\xc0\x8d\x50\ +\xa5\xcc\xa9\x31\xd3\x03\xc5\xac\x01\x1b\x8f\x0f\x51\x8d\x7c\x56\ +\xa7\x4f\x61\xd1\xcb\x2c\xcb\x1c\x37\x50\x9a\xe2\x4c\x23\xff\x4e\ +\x41\xd9\x6e\x72\xa8\x10\x93\xfd\x0c\x51\xd6\x49\xab\x82\xe6\x2f\ +\xf1\x1f\xac\x75\x29\x5a\x97\x72\xab\x20\xa5\x7e\xa2\x06\x69\x27\ +\x8d\xc4\xba\xd4\xf6\x33\xc1\x2f\x6b\x3d\x56\xbd\x84\x2a\x59\xbd\ +\x38\x99\x78\x3d\xb2\x89\xd8\xd6\x28\xf9\xf1\xc4\xcf\x6c\x99\xff\ +\x41\x3a\xe0\x9e\xe6\x52\x77\x34\x97\x22\xa4\x34\xab\xc2\x5c\xff\ +\xb9\xd0\xf6\xe2\x6c\xa8\x06\x06\x8b\x4b\xd2\xa2\xe6\x9c\x4d\x56\ +\x12\x7a\x98\xe0\x2b\xe7\x1a\xf9\xd0\x4d\xd3\x55\xe3\x8b\xdd\xb9\ +\xc1\x9b\xb3\x61\x33\xf2\xcc\xbd\x79\x16\x34\xb1\x81\x64\xaf\x3e\ +\x6d\x8b\x31\x50\xdc\x6c\x36\x63\x04\xbd\xc0\x5e\xe3\x9c\x92\x1c\ +\xdb\x8e\x22\x9b\x92\xaf\x9c\x35\xa5\x2b\xae\xf4\x5c\x0c\xe2\x8e\ +\x9c\xb3\xc3\xcb\xb3\xf6\x59\x5b\x37\x3c\x75\x88\x64\x7c\x4b\x88\ +\xaf\xaa\x4f\x5c\xfb\x33\xe2\x2e\x14\x34\x86\x8a\x58\xe1\x6e\x79\ +\xbb\x06\x35\x46\x30\x7f\x66\x07\x89\x8c\x53\x00\x45\xb4\x54\x08\ +\xee\x53\x3e\x38\x79\x0b\x2b\x4f\x22\x9b\x55\x06\x68\x79\x32\x65\ +\x90\xa1\x64\x5b\xf7\x9b\x70\xa5\xf8\x97\x52\xe7\x87\x3f\xa2\xd6\ +\x29\x19\x9f\x08\x5f\xb4\x74\x35\x89\x92\x3a\xcd\xcb\xa6\x9a\x81\ +\xa7\x4b\xf4\x62\xef\x63\x78\x92\xc4\x57\x3b\x40\x4a\x77\xc4\x9b\ +\x62\xaa\x39\x28\x91\x40\x67\xf8\xe2\xad\x84\x53\x4b\xb2\x8c\xe3\ +\x2d\x12\x86\xa1\x1c\xf1\xca\xc2\x28\x28\xf0\xd3\x8e\xd3\x77\x06\ +\xb7\xf1\xee\x54\x8d\x6d\x5b\xf4\xe1\x1e\x8d\xac\x67\x04\x3c\x1a\ +\x17\x44\xce\x09\xb4\x7a\x52\x58\x90\x90\xbc\xf6\x79\x8d\x7a\x22\ +\x24\x13\x2e\x72\x70\x49\xb9\xbc\x25\x39\xeb\xf0\x1d\x4f\x1a\x28\ +\x8e\xa2\xc4\xbb\x48\x82\x12\x40\x72\x66\xa4\xc3\x62\x29\x8b\x98\ +\x18\x60\xbc\x7d\x2f\xde\x8e\x0c\x6b\x5a\x61\x24\x2f\x07\x3a\x6f\ +\x9c\xb7\x2f\xce\x0c\x26\xa4\x4b\x28\x15\xf7\xe7\x29\xb4\x69\xd3\ +\x47\x25\x03\x65\x9d\x6f\x96\xd3\xf8\x2e\x99\x60\x11\x7d\x3b\xdf\ +\x04\x28\x7d\x17\x20\x91\xb9\xb5\x08\x88\x5f\xa5\x59\xbf\x58\x00\ +\xe9\x4a\x02\x97\x6c\x7e\xb1\x45\x2e\x8d\x2b\x65\x4d\x59\x38\x54\ +\x37\xc2\x8b\xd4\x34\x2f\xc2\xfa\x38\xe3\x0b\x3b\x00\x51\xd8\x2f\ +\xe9\x01\x59\x0b\x8a\x1a\x43\xec\x0c\x14\x0d\x28\x45\xb6\xd8\xb9\ +\x18\x46\xe9\x22\x49\x6a\x20\x4a\x84\xb4\x5b\x75\x2e\x0b\xa4\x45\ +\xef\x13\x9a\x7b\xe2\x65\x95\x31\x4d\x3e\x5e\xde\xa1\xc0\xa4\xb9\ +\x7d\x2d\x30\x7d\xc5\xbb\x27\xf9\x27\x87\x9a\x2b\x42\xff\xa4\x17\ +\x72\x23\x6b\x2f\x30\x26\xec\xe5\xae\x76\x94\x2a\x11\xa5\x4d\x41\ +\x77\x9c\x1b\xbf\x3a\x93\x03\x93\x34\xa6\xd4\x0d\x16\xc3\x32\x8a\ +\xb1\xe5\xac\xa2\xf8\x60\x5b\x2c\x24\x13\x21\xcc\x1e\x7e\x22\x29\ +\xf1\x31\x90\x89\x92\xa4\x8e\x98\xde\x66\xb6\x25\xc6\x24\x33\xc8\ +\x19\x43\x96\xcb\xc2\x90\x31\xaf\x8e\x5f\x70\xea\xfa\x6f\x0e\xe9\ +\xca\xbe\x55\xba\x28\xcd\xca\x24\x29\x98\xdb\x95\x6a\x60\x56\x5a\ +\xc6\x39\x22\x91\x7d\xc4\x72\xf9\x1f\x5c\xcf\x9e\x62\xd1\x3d\xd1\ +\x5e\xce\xe6\xe0\x61\x60\xcf\xb0\xab\x05\x03\xb5\x64\xc5\x4a\xf7\ +\x91\xa6\xf6\x2c\xeb\x6e\x0e\x1d\x2f\xd9\xb1\x61\x96\x35\x77\x49\ +\x88\xf9\x5a\x40\x85\x16\xc4\x46\x4b\xe2\xc9\xbd\x7d\x46\x67\x55\ +\x69\x29\xd3\x10\x70\x4a\x27\x54\x26\x4a\x32\x6e\x1c\x5a\xfc\x86\ +\x67\xab\xc5\xae\x6e\x8a\x8f\xda\x71\xbe\x1f\x32\x62\xe0\x2e\x5c\ +\x75\xa1\x8c\x2c\x1a\xf4\xb0\xff\x29\x12\x23\x7b\x86\x72\xaa\x2e\ +\x3b\xfb\x55\x39\x37\xd8\x31\x5d\xc9\x0f\xde\x52\x3e\x5f\xad\x04\ +\x56\xc5\x45\x2f\xf9\x76\x96\xe5\xdb\x1e\x2e\x77\x45\x78\xef\x7a\ +\xad\x1c\x5d\xd5\xb5\xcd\xae\x26\x70\x1c\xa7\x84\x6e\xb9\x76\x28\ +\x2a\x14\x2a\x27\xca\xa1\x6e\x46\xf0\x92\x82\xb6\x74\x82\x30\xb2\ +\xde\x68\x37\xfd\x94\x1a\x6a\x4d\x0f\x7a\x28\x68\x16\x39\xe5\x42\ +\xd6\x61\x66\x9b\x89\x88\xa2\xd2\x81\x98\x7c\xf5\xcb\x88\x44\xbf\ +\x01\x9a\x47\x60\xb1\x70\x24\x94\xc2\x6a\x6a\xdb\x78\xf3\x07\x29\ +\xba\xd5\x69\x5d\xb6\x4c\x8a\x4e\x04\xa8\x78\x80\x18\x37\x2f\x83\ +\x67\x89\x23\x7b\xc6\x2b\x49\xe9\xbf\x09\xa3\x94\x28\x6e\xc8\xfc\ +\x5b\xd1\xdd\x6f\x76\xf7\x6f\x66\x07\xd5\xd8\x9d\x51\x2f\x5b\xca\ +\x57\x27\xf3\x3c\x12\xac\x6d\x37\x7b\x22\x30\x08\x64\x48\x81\xef\ +\x96\x2a\x7e\xf3\xb0\xe4\x1d\x61\xd9\xd0\x35\x6f\x27\x7f\xc9\x40\ +\xba\x24\xa3\x9e\xa4\xfc\x38\xa1\x0b\x47\x93\x52\x2c\xdf\xfa\xe2\ +\x5a\x4f\xda\x2d\x6f\x2f\x40\x6e\x65\x92\xe9\x32\x5d\x6a\x46\xdb\ +\xf4\xeb\xd7\xea\x4d\xde\xfb\x20\x71\x92\xbb\x96\x2e\xb1\x23\x11\ +\x02\x64\x31\x93\x71\xb7\x3c\x6f\x95\x94\x09\x09\xf2\xc8\x4c\x4a\ +\xf7\x59\xc4\xc6\x03\x52\x5f\x28\x31\x47\x09\xf5\x5a\x81\x54\x44\ +\x44\x90\x87\x30\x23\x68\xa0\x62\xaa\x26\x1f\xc6\xef\xc7\xe4\x92\ +\x24\x2a\x40\x15\x6a\xdc\x61\xc4\xff\x9c\xd2\x60\x54\x2e\x9c\xec\ +\x9d\xb7\xc9\x38\xac\x19\x28\x65\xbe\x4a\xdc\x26\x45\xa4\x75\x65\ +\x05\x5f\x06\x9b\x93\x34\x2c\x19\x5e\x02\x30\x81\x68\x87\xa0\xf6\ +\x99\x0b\xd2\x0a\xad\x37\xf6\xe2\x4f\xe2\x78\x61\x95\xde\xb7\x57\ +\x0c\x2e\xe7\xca\xc7\x3e\x88\x7e\x20\x9e\x37\x14\xd1\x7c\xe5\xb8\ +\x0b\x18\x19\xbf\xfd\x0c\xb4\x39\x58\x99\x29\x2f\x2a\x86\x49\x71\ +\x8f\x3a\x57\x9e\x5a\x18\xf5\xc7\x70\xbe\xc6\x70\xf2\xc8\x23\x3e\ +\x07\x6d\xa6\xd1\x44\x5c\x7a\x8a\x42\x5a\x59\xda\x28\x98\xff\x24\ +\xb8\xa4\x6a\xb4\xb3\xf8\x14\x2f\x54\x52\x88\x55\xe2\x49\x1e\x7e\ +\x1f\x59\x66\xd3\x9b\x2f\x51\x4e\xed\x2e\x72\x4d\x13\x2b\x9c\x94\ +\x25\x7d\x3d\x4c\xf6\x23\x52\x33\x32\xb8\xe7\xed\xee\x2a\x1c\x55\ +\x8f\xfd\x88\xd0\xce\x95\xa1\x6c\xbd\xb2\x86\x75\xdb\xa1\xe1\x15\ +\x4e\xda\x80\x59\xd4\xd0\x4b\x63\x4f\x82\x4b\xc8\xf0\x9d\xbf\x70\ +\x1a\x59\x7a\x80\x46\xa6\x36\x60\x1f\xaa\x0e\x1e\x26\xe0\xed\xc1\ +\xf5\x5b\x30\x03\x84\xba\xf3\x57\x3a\x45\xd1\xa2\x6d\x08\xab\xb4\ +\xf2\x9e\xb8\x39\xdb\xd0\x6f\xcc\x26\x3b\x7d\x33\x39\x3f\xe6\x44\ +\x65\x9d\xd8\xca\x38\xf6\x2f\xc1\x9f\xd4\x78\xf4\x5b\xd9\x5e\xbd\ +\x40\x87\x76\x9b\x3e\x72\x59\xbe\x41\x1f\xa5\x10\x90\x29\x0e\x51\ +\xd4\x69\xa6\x8a\x3a\xda\x85\x1a\xc8\x94\x9b\x99\x72\xb8\xd0\xe5\ +\xc0\x95\xa3\x9d\xe0\x96\xa3\x65\x07\xcd\xd4\x52\x25\xff\x22\xcd\ +\xe8\x14\xed\xa9\x97\xb4\x46\x34\x4d\xfd\x44\xbd\xd4\x98\x66\xd4\ +\x14\x5d\x57\x0c\x3f\x5f\xe7\x71\x6d\x56\x3a\xa1\x7c\x25\x6f\x3b\ +\x41\x0b\xf5\x4c\x87\x5e\xa9\x33\xeb\x92\xb7\x9a\x78\x52\x2f\x23\ +\x33\x07\xb2\x25\x51\xa5\x4e\x78\x52\x25\x0a\xe9\xe4\xc2\x5a\x63\ +\x6f\x53\x4d\xee\x94\x08\x77\xb4\xd7\x71\x55\x9c\xd9\xc9\x27\x56\ +\x71\x96\xd4\x96\xaa\x16\xae\x08\x6c\xb7\x57\x35\xcd\xd7\x52\x92\ +\x74\xc0\x70\xa7\x33\xed\x34\xb3\xbe\x34\x9e\x5f\x8e\x28\xfa\x51\ +\xd3\xc3\xad\xc1\xb7\x98\x95\x2c\x1b\xcb\x9d\x00\xc1\xc4\xf3\x64\ +\xe2\x36\x15\x15\x35\x2e\x3a\x2e\xe7\xdb\xe1\x65\x2e\xa0\xe6\x88\ +\x51\x12\x3e\xcf\x24\xae\x49\xe0\xe1\x40\x98\x81\x90\x6c\xa6\xcd\ +\xa5\x33\xf9\xb2\x87\xed\x9c\x84\xff\x03\x1b\xbb\xa0\x9c\ \x00\x00\x00\x96\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -399,6 +622,14 @@ qt_resource_name = b"\ \x09\x5f\x97\x13\ \x00\x71\ \x00\x73\x00\x73\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x73\ +\x00\x0a\ +\x09\x24\x4d\x25\ +\x00\x71\ +\x00\x64\x00\x61\x00\x72\x00\x6b\x00\x73\x00\x74\x00\x79\x00\x6c\x00\x65\ +\x00\x09\ +\x00\x28\xad\x23\ +\x00\x73\ +\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x2e\x00\x71\x00\x73\x00\x73\ \x00\x02\ \x00\x00\x07\x83\ \x00\x72\ @@ -514,33 +745,35 @@ qt_resource_name = b"\ " qt_resource_struct = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ -\x00\x00\x00\x18\x00\x02\x00\x00\x00\x18\x00\x00\x00\x03\ -\x00\x00\x01\x82\x00\x00\x00\x00\x00\x01\x00\x00\x07\x2a\ -\x00\x00\x02\x00\x00\x00\x00\x00\x00\x01\x00\x00\x09\x5d\ -\x00\x00\x00\xf0\x00\x00\x00\x00\x00\x01\x00\x00\x05\x1c\ -\x00\x00\x01\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x08\x0f\ -\x00\x00\x00\x92\x00\x00\x00\x00\x00\x01\x00\x00\x03\xa6\ -\x00\x00\x03\xca\x00\x00\x00\x00\x00\x01\x00\x00\x13\x2f\ -\x00\x00\x02\x4a\x00\x00\x00\x00\x00\x01\x00\x00\x0b\x0c\ -\x00\x00\x02\x94\x00\x00\x00\x00\x00\x01\x00\x00\x0c\x59\ -\x00\x00\x03\xac\x00\x00\x00\x00\x00\x01\x00\x00\x12\xaa\ -\x00\x00\x01\x5e\x00\x00\x00\x00\x00\x01\x00\x00\x06\x80\ -\x00\x00\x00\x64\x00\x00\x00\x00\x00\x01\x00\x00\x03\x0f\ -\x00\x00\x00\x4c\x00\x00\x00\x00\x00\x01\x00\x00\x00\x9a\ -\x00\x00\x02\xae\x00\x00\x00\x00\x00\x01\x00\x00\x0e\x25\ -\x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x03\x74\x00\x00\x00\x00\x00\x01\x00\x00\x11\xc6\ -\x00\x00\x00\xc8\x00\x00\x00\x00\x00\x01\x00\x00\x04\x4a\ -\x00\x00\x02\xcc\x00\x00\x00\x00\x00\x01\x00\x00\x0e\xc7\ -\x00\x00\x03\x24\x00\x00\x00\x00\x00\x01\x00\x00\x10\x29\ -\x00\x00\x02\x6c\x00\x00\x00\x00\x00\x01\x00\x00\x0b\xb5\ -\x00\x00\x01\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x05\xd6\ -\x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x00\x08\xb3\ -\x00\x00\x02\x26\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x45\ -\x00\x00\x03\x52\x00\x00\x00\x00\x00\x01\x00\x00\x11\x1c\ -\x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x0f\x86\ +\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\x1c\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ +\x00\x00\x00\x4a\x00\x02\x00\x00\x00\x18\x00\x00\x00\x04\ +\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x14\xfd\ +\x00\x00\x02\x32\x00\x00\x00\x00\x00\x01\x00\x00\x17\x30\ +\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\x12\xef\ +\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00\x15\xe2\ +\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x11\x79\ +\x00\x00\x03\xfc\x00\x00\x00\x00\x00\x01\x00\x00\x21\x02\ +\x00\x00\x02\x7c\x00\x00\x00\x00\x00\x01\x00\x00\x18\xdf\ +\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x2c\ +\x00\x00\x03\xde\x00\x00\x00\x00\x00\x01\x00\x00\x20\x7d\ +\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00\x14\x53\ +\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00\x10\xe2\ +\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x0e\x6d\ +\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x1b\xf8\ +\x00\x00\x00\x54\x00\x00\x00\x00\x00\x01\x00\x00\x0d\xd3\ +\x00\x00\x03\xa6\x00\x00\x00\x00\x00\x01\x00\x00\x1f\x99\ +\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x12\x1d\ +\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x1c\x9a\ +\x00\x00\x03\x56\x00\x00\x00\x00\x00\x01\x00\x00\x1d\xfc\ +\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x19\x88\ +\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x13\xa9\ +\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x16\x86\ +\x00\x00\x02\x58\x00\x00\x00\x00\x00\x01\x00\x00\x18\x18\ +\x00\x00\x03\x84\x00\x00\x00\x00\x00\x01\x00\x00\x1e\xef\ +\x00\x00\x03\x26\x00\x00\x00\x00\x00\x01\x00\x00\x1d\x59\ +\x00\x00\x00\x32\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\ " def qInitResources(): diff --git a/qdarkstyle/pyside_style_rc.py b/qdarkstyle/pyside_style_rc.py index 65ae0d685..55ce37e29 100644 --- a/qdarkstyle/pyside_style_rc.py +++ b/qdarkstyle/pyside_style_rc.py @@ -2,16 +2,16 @@ # Resource object code # -# Created: Do. Jan 2 16:04:19 2014 +# Created: Mon Feb 17 15:54:24 2014 # by: The Resource Compiler for PySide (Qt v4.8.4) # # WARNING! All changes made in this file will be lost! from PySide import QtCore -qt_resource_data = b"\x00\x00\x00\x96\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x02bKGD\x00\xd3\xb5W\xa0\x5c\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x0b\x07\x0c\x0d\x1bu\xfe1\x99\x00\x00\x00'IDAT\x08\xd7e\x8c\xb1\x0d\x00\x00\x08\x83\xe0\xff\xa3up\xb1\xca\xd4\x90Px\x08U!\x14\xb6Tp\xe6H\x8d\x87\xcc\x0f\x0d\xe0\xf0\x08\x024\xe2+\xa7\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02q\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95+\x0e\x1b\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x01(tm$I\x00\x00\x01\xf1IDATX\xc3\xcdWAN\x021\x14\xfd\xfd\xb5np!\x89\xb8\x11\x8d\x89[\xef\x80;\xb7\xde\x806p,\xa0\xbd\x86;\xc2\x19\xd8\xb9!\x11\x13#\x0bM\x94I\xb4i\xeb\xc6\xea\xa4a\x86\xb6@\xf0\xef\xc8\xd0y}\xef\xbfy\xed\x07\xd8s\x91\xaa\x07J\xa9W\x00\x00\xe7\xdcR\x08\xd1\xcey\xb9\x94rN\x08i\x00\x00p\xce\x9bQ\x1b\x18\x0c\x06S\xc6\xd8\xa5_\x08\x00`\xad]p\xceOS\xc0\x95R/\x88\xd8\xf2\xbf\x9dsK\xad\xf5\xac\xdf\xef_\x97\xff\x87\xe1\xc2\x10\x1c\x00\x00\x11[R\xcay\x0a\xf328\x00\x00!\xa4\xc1\x18\xbb\xacT`\x15\xf3\xb0\xb4\xd6\xf3^\xafw^\x07>\x1c\x0e\x1f\x19c\x95-\x0b\x95\xc0:\xe6aQJk\x95\x90R\xce)\xa5\xadZ\xd3\x05J\x10o8D<\x8e\x95x\x95'\xc2\x9eG\xbc\xe3\x8ds\xde\xc4\x1cw\x87\x9eX\xd5\xf3\xd8:\xf0}\x01\x80\xe3\x94\x85\x94\xd23\xa5\xd4\x8b\xdfP*\xf0\x0f\xe6\x9f\x09S%\xdc\xa4\xca-\xfcm\x01\xe7\xfc\xd4\x18\xf3\xb4kpc\xccS\xd9?d]\x80\xec\x8aye\x10\xedJ\x89\x90y\xccY\xb05%\xea\xa2\xbc\xf23\xdc\x96\x12U\xcc\xd7*\xb0\x0d%b\x0e1\x84=\x17\xa6\x9ej\x9b$f\xea\x85d\x7f&\xdc\x94y\x8a\x12\xff+\x88\xb6\xcd\xc0XL\xc8\x5c&dY&d\xc5pN\x8a\x00\x9c\x93\x22\x80a\x1a\x0a\x00\x00)\x95\x08\xaf\x88\xac\xba4\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xce\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x07\x00\x00\x00?\x08\x06\x00\x00\x00,{\xd2\x13\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x09/\x07\xd7?\xc4R\x00\x00\x00NIDAT8\xcbc`\x186\x80\x19\xc6\xa8o\x9f\xca\xe0\xe0\xe2\xcd\xf0\xea\xe5s\x867\xaf^000000\xe1\xd39*IH\x92\x05\x89\xfd\x1f\x89\xcd8\x1aB\xa3\x92\x83'i2\x8e\x86\x10\xa9\x92\xf0 \xd3\xd41\x84\x0b^\xbfr\x9ea\x14@\x01\x00\x13M\x0cF\x89*\x0a \x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xb6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x18\x00\x00\x00\x11\x08\x06\x00\x00\x00\xc7xl0\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b,\x0d\x1fC\xaa\xe1\x00\x00\x006IDAT8\xcbc` \x01,Z\xb4\xe8\xff\xa2E\x8b\xfe\x93\xa2\x87\x89\x81\xc6`\xd4\x82\x11`\x01#\xa9\xc9t\xd0\xf9\x80\x85\x1cMqqq\x8c\xa3\xa9h\xd4\x82ad\x01\x001\xb5\x09\xec\x1fK\xb4\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1f \xb9\x8dw\xe9\x00\x00\x00*IDAT\x08\xd7c`\xc0\x06\xe6|```B0\xa1\x1c\x08\x93\x81\x81\x09\xc1d``b`H\x11@\xe2 s\x19\x90\x8d@\x02\x00#\xed\x08\xafd\x9f\x0f\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x1b\x0e\x16M[o\x00\x00\x00*IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0cs> \x0b\xa4\x08020 \x0b\xa6\x08000B\x98\x10\xc1\x14\x01\x14\x13P\xb5\xa3\x01\x00\xc6\xb9\x07\x90]f\x1f\x83\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe1\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x0a\x00\x00\x006\x08\x06\x00\x00\x00\xfe\x8a\x08k\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x093\x22zLMH\x00\x00\x00aIDATH\xc7c\xfc\xcf@\x1c`b\xa0\x99Bc##\x06c##\x0c6\x1d\xac\x1eU8\xc8\x142\xfeg``hh\x9f\x8a3Y\xaeZ:\x87\xe1\xda\x95\xf3\x8c4\xb2ZK\xc7\x10o\x8e\xb8v\xe5<#\xe3\x7f\xa4\x84\xcb\xc0\xc0\xc0p\xf6\xdc9\x14\xf6h\x80\x8f\x06\xf8h\x80\x8f\x96fC'=\x0er7\x02\x00\x100@\xb35\xa0|I\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1c\x1f$\xc6\x09\x17\x00\x00\x00$IDAT\x08\xd7c`@\x05\xff\xcf\xc3XL\xc8\x5c&dY&d\xc5p\x0e\xa3!\x9c\xc3h\x88a\x1a\x0a\x00\x00m\x84\x09u7\x9e\xd9#\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x15;\xdc;\x0c\x9b\x00\x00\x00*IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0cs> \x0b\xa4\x08020 \x0b\xa6\x08000B\x98\x10\xc1\x14\x01\x14\x13P\xb5\xa3\x01\x00\xc6\xb9\x07\x90]f\x1f\x83\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe4\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x006\x00\x00\x00\x0a\x08\x06\x00\x00\x00\xff\xfd\xad\x0b\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\x7f\x00\x87\x00\x95\xe6\xde\xa6\xaf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x09*+\x98\x90\x5c\xf4\x00\x00\x00dIDATH\xc7c\xfc\xcf0<\x01\x0b\xa5\x064\xb4O\x85\x87\xcd\xaa\xa5s\x18\xae]9\xcfH+5\x14y\xcc\xd8\xc8\x88$\x03|\x89\xd0O-5\x84\xc0\xd9s\xe7\xe0l&\x86\x91\x92\x14\x91}MTR\x0cM&\xa8\x9fZjF\x93\xe2hR\x1c\x82I\x91\x91\xd2zLK\xc7\x10\xc5\x08l\xc54\xb5\xd4\xd0\xd5c\x83\x15\x00\x00z0J\x09q\xea-n\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xc3\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x0b\x07\x09.7\xffD\xe8\xf0\x00\x00\x00\x1diTXtComment\x00\x00\x00\x00\x00Created with GIMPd.e\x07\x00\x00\x00'IDATx\xda\xed\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7Om\x0e7\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80w\x03@@\x00\x01\xafz\x0e\xe8\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa5\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x02\x04m\x98\x1bi\x00\x00\x00)IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0c\xff\xcf\xa3\x08\x18220 \x0b2\x1a200B\x98\x10AFC\x14\x13P\xb5\xa3\x01\x00\xd6\x10\x07\xd2/H\xdfJ\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x1b)\xb3G\xee\x04\x00\x00\x00$IDAT\x08\xd7c`@\x05s>\xc0XL\xc8\x5c&dY&d\xc5pN\x8a\x00\x9c\x93\x22\x80a\x1a\x0a\x00\x00)\x95\x08\xaf\x88\xac\xba4\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\xc8\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95+\x0e\x1b\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x03$O\xed\x0a\xe0\x00\x00\x01HIDATX\xc3\xedWA\x8e\x830\x0c\xb4!\xd0>\x10?\x8e#\xe7 \xbe\xb3?\xd9U\x03\x9b\xd9K*E\x10\x96$\x04\xf5\x82\xcf.cO\xc6c\x97\xe8\xc3\xc1W|Tkm\x98\xb9:\xca\x03\xb0\xa8\x0b\x9b\xab#r~\xab+\x90E\xa4\x05\xb0\xc4\xe4VW\xb5/\x22\x0d\x80\xf9(o\xf3\x04\xe38.9\x80\x00\xac\x88\xb4\xa9\xbfS\x9ep~\x98\xb9\xcdde\x03\xae\xb5\x9e\x99YE?\xc1\x19p\x00&0\x05*\x9a\x01G{\x16x\xd7uuB\xe7v\x8dsF\x84\xa9\x9d[\x00f=\x1d\xcaZK\xd34\xad\x055\xa7\x0a\xea\xa8s\x9f)WhCDT\x0d\xc3\xf0\x05`#\xea\x0c\xe7S\xb1L9\x9f0Dd\xd9\xd3@\xed1`D\xe4Q\xba\xf3\xe2F\x94\xday\x94\x11\x15\x8a\xe0t8\xbfx\x14c`\xc7\xf3\x93\xa6\xe34\x03\x22\xd2x\xaaN\xf5\x852\xcb\xe8\xad\xea\x1cG,\xa6\x81\xd0\xd4\xc4\x1c%\x97\xad\xe3\xd8\xb8\x0b\xb8\x0b\xb8\x0b\xa8J\xffa\xe9\xfb\xbeq&\xf4\x1dX\xf3qF\xc4\xcc*\xf7:v\xeb\x9d\x00D\x19\x91z\x9f\xd4\xcc\x5c\xaf\x18\xa8\xcfP\xcb\xcc\xa1#\x07\xbbT\xc7\x9e\xd1\xb9\x01\xe0%\x22\xcf\x7f\xdf\xda\xbf\xd5\xcab\xc3\x84\xc0\x83b\xd3Z\xbfJ\x17\xb0\x07ND\xf4\x07\xae\xf5\xd5\xa6\x1d\xd1\x22\x08\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x9e\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x15\x0f\xfd\x8f\xf8.\x00\x00\x00\x22IDAT\x08\xd7c`\xc0\x0d\xfe\x9f\x87\xb1\x18\x91\x05\x18\x0d\xe1BH*\x0c\x19\x18\x18\x91\x05\x10*\xd1\x00\x00\xca\xb5\x07\xd2v\xbb\xb2\xc5\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xbb\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00?\x00\x00\x00\x07\x08\x06\x00\x00\x00\xbfv\x95\x1f\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x095+U\xcaRj\x00\x00\x00;IDAT8\xcbc`\x18\x05#\x130\x12\xa3\xa8\xbe}*%v\xfc\xa7\x97;\xd1\xc1\xaa\xa5s\x18\xae_9\x8fS\x9ei4\xe6\x09\x00M\x1d\xc3!\x19\xf3\x0c\x0c\x0cxc~\x14\x8cT\x00\x00id\x0b\x05\xfdkX\xca\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x9f\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x14\x1f\xf9#\xd9\x0b\x00\x00\x00#IDAT\x08\xd7c`\xc0\x0d\xe6|\x80\xb1\x18\x91\x05R\x04\xe0B\x08\x15)\x02\x0c\x0c\x8c\xc8\x02\x08\x95h\x00\x00\xac\xac\x07\x90Ne4\xac\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xef\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00Q\x00\x00\x00:\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b*2\xff\x7f Z\x00\x00\x00oIDATx\xda\xed\xd0\xb1\x0d\x000\x08\x03A\xc8\xa0\x0c\xc7\xa2I\xcf\x04(\xba/]Y\x97\xb1\xb4\xee\xbes\xab\xaa\xdc\xf8\xf5\x84 B\x84(\x88\x10!B\x14D\x88\x10!\x0a\x22D\x88\x10\x05\x11\x22D\x88\x82\x08\x11\x22DA\x84\x08Q\x10!B\x84(\x88\x10!B\x14D\x88\x10!\x0a\x22D\x88\x10\x05\x11\x22D\x88\x82\x08\x11\x22DA\x84\x08Q\x10!B\xfc\xaa\x07\x12U\x04tV\x9e\x9eT\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1d\x00\xb0\xd55\xa3\x00\x00\x00*IDAT\x08\xd7c`\xc0\x06\xfe\x9fg``B0\xa1\x1c\x08\x93\x81\x81\x09\xc1d``b``4D\xe2 s\x19\x90\x8d@\x02\x00d@\x09u\x86\xb3\xad\x9c\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00Q\x00\x00\x00:\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b)\x1c\x08\x84~V\x00\x00\x00`IDATx\xda\xed\xd9\xb1\x0d\x00 \x08\x00AqP\x86cQ\xed\x8d\x85%\x89w\xa5\x15\xf9HE\x8c\xa6\xaaj\x9do\x99\x19\x1dg\x9d\x03\x11E\x14\x11\x11E\x14QDD\x14QD\x11\x11QD\x11EDD\x11E\x14\x11\x11E\x14\xf1[\xd1u\xb0\xdb\xdd\xd9O\xb4\xce\x88(\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcf6\xcei\x07\x1e\xe99U@\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x81\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x10\x00\x00\x00\x10\x01\x03\x00\x00\x00%=m\x22\x00\x00\x00\x06PLTE\x00\x00\x00\xae\xae\xaewk\xd6-\x00\x00\x00\x01tRNS\x00@\xe6\xd8f\x00\x00\x00)IDATx^\x05\xc0\xb1\x0d\x00 \x08\x04\xc0\xc3X\xd8\xfe\x0a\xcc\xc2p\x8cm(\x0e\x97Gh\x86Uq\xda\x1do%\xba\xcd\xd8\xfd5\x0a\x04\x1b\xd6\xd9\x1a\x92\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01W\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x09\x08\x06\x00\x00\x00\xe0\x91\x06\x10\x00\x00\x00\x09pHYs\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95+\x0e\x1b\x00\x00\x00 cHRM\x00\x00z%\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17o\x92_\xc5F\x00\x00\x00\xddIDATx\xda\x5c\x8e\xb1N\x84@\x18\x84g\xefL,\xc8\xd9,\x0dXP\x1b\x0b\xc3\xfa$w\xbd\x0d\x85O@\x0b\xbb\xcb;\xd0hAr\xc5\xd2(O\x02\xcf\xb1\x97@a\xd4\xc2\xc4b,\xbcM\xd0I\xfe\xbf\xf82\xff?#H\xc2Z;\x00\x80\xd6\xfa\x80\xb3\xac\xb5\x03I\x18c\x0e[!\xc4\x90\xe7\xf9>I\x92\x9b\xbe\xef\xef\xca\xb2|\xf5\xde\xbf\x04\xe6\x9c\xbb\xbd \xf9\x19\xae\x95R\xfb,\xcb\xbe\xa5\x94\x01\x81\xe4\x9b8\xbf<*\xa5\x1e\xf0O\xe38>7M\xf3(H\x02\x00\xba\xae{\x97R\xee\x82aY\x96\x8f\xa2(\xae\x00`\x03\x00\xc6\x98\xe3\xda\x00\x00q\x1c\xef\xb4\xd6O\x00\xb0\x05\xf0'j\x9egDQ\x04\x00H\xd3\xf4\xde9w\xbd!\xf9\xb5\xeapj\xdb\xf6r\x9a\xa6\xd3\xaa\xf8\xef\xaa\xeb\xdaWU\xe5I\x22\xcc\x9a\xfd\x0c\x00$\xabn\xfa\x96!\xfc\xb8\x00\x00\x00\x00IEND\xaeB`\x82" -qt_resource_name = b"\x00\x09\x09_\x97\x13\x00q\x00s\x00s\x00_\x00i\x00c\x00o\x00n\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\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\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x18\x00\x02\x00\x00\x00\x18\x00\x00\x00\x03\x00\x00\x01\x82\x00\x00\x00\x00\x00\x01\x00\x00\x07*\x00\x00\x02\x00\x00\x00\x00\x00\x00\x01\x00\x00\x09]\x00\x00\x00\xf0\x00\x00\x00\x00\x00\x01\x00\x00\x05\x1c\x00\x00\x01\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x08\x0f\x00\x00\x00\x92\x00\x00\x00\x00\x00\x01\x00\x00\x03\xa6\x00\x00\x03\xca\x00\x00\x00\x00\x00\x01\x00\x00\x13/\x00\x00\x02J\x00\x00\x00\x00\x00\x01\x00\x00\x0b\x0c\x00\x00\x02\x94\x00\x00\x00\x00\x00\x01\x00\x00\x0cY\x00\x00\x03\xac\x00\x00\x00\x00\x00\x01\x00\x00\x12\xaa\x00\x00\x01^\x00\x00\x00\x00\x00\x01\x00\x00\x06\x80\x00\x00\x00d\x00\x00\x00\x00\x00\x01\x00\x00\x03\x0f\x00\x00\x00L\x00\x00\x00\x00\x00\x01\x00\x00\x00\x9a\x00\x00\x02\xae\x00\x00\x00\x00\x00\x01\x00\x00\x0e%\x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x03t\x00\x00\x00\x00\x00\x01\x00\x00\x11\xc6\x00\x00\x00\xc8\x00\x00\x00\x00\x00\x01\x00\x00\x04J\x00\x00\x02\xcc\x00\x00\x00\x00\x00\x01\x00\x00\x0e\xc7\x00\x00\x03$\x00\x00\x00\x00\x00\x01\x00\x00\x10)\x00\x00\x02l\x00\x00\x00\x00\x00\x01\x00\x00\x0b\xb5\x00\x00\x01*\x00\x00\x00\x00\x00\x01\x00\x00\x05\xd6\x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x00\x08\xb3\x00\x00\x02&\x00\x00\x00\x00\x00\x01\x00\x00\x0aE\x00\x00\x03R\x00\x00\x00\x00\x00\x01\x00\x00\x11\x1c\x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x0f\x86" +qt_resource_data = b"\x00\x00E\x07/*\x0a * The MIT License (MIT)\x0a *\x0a * Copyright (c) <2013-2014> \x0a *\x0a * Permission is hereby granted, free of charge, to any person obtaining a copy\x0a * of this software and associated documentation files (the \x22Software\x22), to deal\x0a * in the Software without restriction, including without limitation the rights\x0a * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\x0a * copies of the Software, and to permit persons to whom the Software is\x0a * furnished to do so, subject to the following conditions:\x0a\x0a * The above copyright notice and this permission notice shall be included in\x0a * all copies or substantial portions of the Software.\x0a\x0a * THE SOFTWARE IS PROVIDED \x22AS IS\x22, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\x0a * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\x0a * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\x0a * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\x0a * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\x0a * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\x0a * THE SOFTWARE.\x0a */\x0a\x0aQProgressBar:horizontal {\x0a border: 1px solid #3A3939;\x0a text-align: center;\x0a padding: 1px;\x0a background: #201F1F;\x0a}\x0aQProgressBar::chunk:horizontal {\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));\x0a}\x0a\x0aQToolTip\x0a{\x0a border: 1px solid #3A3939;\x0a background-color: rgb(90, 102, 117);;\x0a color: white;\x0a padding: 1px;\x0a opacity: 200;\x0a}\x0a\x0aQWidget\x0a{\x0a color: silver;\x0a background-color: #302F2F;\x0a selection-background-color:#78879b;\x0a selection-color: black;\x0a}\x0a\x0aQWidget:item:hover\x0a{\x0a background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0a stop: 0 #78879b, stop: 1 #78879b);\x0a color: black;\x0a}\x0a\x0aQWidget:item:selected\x0a{\x0a background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0a stop: 0 #78879b, stop: 1 #78879b);\x0a}\x0a\x0aQMenuBar\x0a{\x0a background-color: #302F2F;\x0a color: silver;\x0a}\x0a\x0aQMenuBar::item\x0a{\x0a background: transparent;\x0a}\x0a\x0aQMenuBar::item:selected\x0a{\x0a background: transparent;\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQMenuBar::item:pressed\x0a{\x0a border: 1px solid #3A3939;\x0a background-color: #78879b;\x0a color: black;\x0a margin-bottom:-1px;\x0a padding-bottom:1px;\x0a}\x0a\x0aQMenu\x0a{\x0a border: 1px solid #3A3939;\x0a color: silver;\x0a}\x0a\x0aQMenu::item\x0a{\x0a padding: 2px 20px 2px 20px;\x0a}\x0a\x0aQMenu::item:selected\x0a{\x0a color: black;\x0a}\x0a\x0aQWidget:disabled\x0a{\x0a color: #404040;\x0a background-color: #302F2F;\x0a}\x0a\x0aQAbstractItemView\x0a{\x0a alternate-background-color: #3A3939;\x0a color: silver;\x0a border: 1px solid 3A3939;\x0a border-radius: 3px;\x0a padding: 1px;\x0a}\x0a\x0aQWidget:focus, QMenuBar:focus\x0a{\x0a border: 1px solid rgba(48, 86, 111);\x0a}\x0a\x0aQTabWidget:focus, QCheckBox:focus, QRadioButton:focus\x0a{\x0a border: none;\x0a}\x0a\x0aQLineEdit\x0a{\x0a background-color: #201F1F;\x0a padding: 2px;\x0a border-style: solid;\x0a border: 1px solid #3A3939;\x0a border-radius: 3px;\x0a color: silver;\x0a}\x0a\x0aQGroupBox {\x0a border:1px solid #3A3939;\x0a border-radius: 7px;\x0a margin-top: 2ex;\x0a}\x0a\x0aQGroupBox::title {\x0a subcontrol-origin: margin;\x0a subcontrol-position: top center;\x0a padding-left: 10px;\x0a padding-right: 10px;\x0a}\x0a\x0aQAbstractScrollArea\x0a{\x0a border-radius: 3px;\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQScrollBar:horizontal\x0a{\x0a height: 15px;\x0a margin: 0px 11px 0px 11px;\x0a border: 1px solid #3A3939;\x0a border-radius: 6px;\x0a background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,\x0a stop: 0 #302F2F, stop: 1 #484846);\x0a}\x0a\x0aQScrollBar::handle:horizontal\x0a{\x0a background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,\x0a stop: 0 #605F5F, stop: 1 #787876);\x0a min-width: 5px;\x0a border-radius: 5px;\x0a}\x0a\x0aQScrollBar::sub-line:horizontal\x0a{\x0a border-image: url(:/qss_icons/rc/right_arrow_disabled.png);\x0a width: 10px;\x0a height: 10px;\x0a subcontrol-position: right;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::add-line:horizontal\x0a{\x0a border-image: url(:/qss_icons/rc/left_arrow_disabled.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: left;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::sub-line:horizontal:hover,QScrollBar::sub-line:horizontal:on\x0a{\x0a border-image: url(:/qss_icons/rc/right_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: right;\x0a subcontrol-origin: margin;\x0a}\x0a\x0a\x0aQScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on\x0a{\x0a border-image: url(:/qss_icons/rc/left_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: left;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal\x0a{\x0a background: none;\x0a}\x0a\x0a\x0aQScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal\x0a{\x0a background: none;\x0a}\x0a\x0aQScrollBar:vertical\x0a{\x0a background-color: QLinearGradient( x1: 1, y1: 0, x2: 0, y2: 0,\x0a stop: 0 #302F2F, stop: 1 #484846);\x0a width: 15px;\x0a margin: 11px 0 11px 0;\x0a border: 1px solid #3A3939;\x0a border-radius: 6px;\x0a}\x0a\x0aQScrollBar::handle:vertical\x0a{\x0a background-color: QLinearGradient( x1: 1, y1: 0, x2: 0, y2: 0,\x0a stop: 0 #605F5F, stop: 1 #787876);\x0a min-height: 5px;\x0a border-radius: 5px;\x0a}\x0a\x0aQScrollBar::sub-line:vertical\x0a{\x0a border-image: url(:/qss_icons/rc/up_arrow_disabled.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: top;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::add-line:vertical\x0a{\x0a \x0a border-image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: bottom;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on\x0a{\x0a\x0a border-image: url(:/qss_icons/rc/up_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: top;\x0a subcontrol-origin: margin;\x0a}\x0a\x0a\x0aQScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on\x0a{\x0a border-image: url(:/qss_icons/rc/down_arrow.png);\x0a height: 10px;\x0a width: 10px;\x0a subcontrol-position: bottom;\x0a subcontrol-origin: margin;\x0a}\x0a\x0aQScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical\x0a{\x0a background: none;\x0a}\x0a\x0a\x0aQScrollBar::add-page:vertical, QScrollBar::sub-page:vertical\x0a{\x0a background: none;\x0a}\x0a\x0aQTextEdit\x0a{\x0a background-color: #201F1F;\x0a color: silver;\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQPlainTextEdit\x0a{\x0a background-color: #201F1F;;\x0a color: silver;\x0a border-radius: 3px;\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQHeaderView::section\x0a{\x0a background-color: #3A3939;\x0a color: silver;\x0a padding-left: 4px;\x0a border: 1px solid #6c6c6c;\x0a}\x0a\x0aQCheckBox:disabled\x0a{\x0a color: #404040;\x0a}\x0a\x0aQSizeGrip {\x0a image: url(:/qss_icons/rc/sizegrip.png);\x0a width: 12px;\x0a height: 12px;\x0a}\x0a\x0a\x0aQMainWindow::separator\x0a{\x0a background-color: #302F2F;\x0a color: white;\x0a padding-left: 4px;\x0a spacing: 2px;\x0a border: 1px dashed #3A3939;\x0a}\x0a\x0aQMainWindow::separator:hover\x0a{\x0a\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #58677b,\x0a stop:0.5 #78879b stop:1 #58677b);\x0a color: white;\x0a padding-left: 4px;\x0a border: 1px solid #3A3939;\x0a spacing: 2px; \x0a}\x0a\x0a\x0aQMenu::separator\x0a{\x0a height: 1px;\x0a background-color: #3A3939;\x0a color: white;\x0a padding-left: 4px;\x0a margin-left: 10px;\x0a margin-right: 5px;\x0a}\x0a\x0a\x0a\x0aQRadioButton::indicator:checked, QRadioButton::indicator:unchecked{\x0a color: #b1b1b1;\x0a background-color: #302F2F;\x0a border: 1px solid silver;\x0a border-radius: 5px;\x0a}\x0a\x0a\x0a\x0aQRadioButton::indicator:checked\x0a{\x0a background-color: qradialgradient(\x0a cx: 0.5, cy: 0.5,\x0a fx: 0.5, fy: 0.5,\x0a radius: 1.0,\x0a stop: 0.25 #78879b,\x0a stop: 0.3 #302F2F\x0a );\x0a}\x0a\x0aQCheckBox, QRadioButton\x0a{\x0a padding: 3px;\x0a outline: none;\x0a}\x0a\x0aQCheckBox::indicator{\x0a color: #b1b1b1;\x0a background-color: #302F2F;\x0a border: 1px solid silver;\x0a width: 9px;\x0a height: 9px;\x0a}\x0a\x0aQRadioButton::indicator\x0a{\x0a border-radius: 7px;\x0a width: 9px;\x0a height: 9px;\x0a}\x0a\x0aQCheckBox::indicator:pressed\x0a{\x0a border: 1px solid #78879b;\x0a}\x0a\x0aQRadioButton::indicator:hover, QCheckBox::indicator:hover\x0a{\x0a border: 1px solid #78879b;\x0a}\x0a\x0aQCheckBox::indicator:checked\x0a{\x0a image:url(:/qss_icons/rc/checkbox.png);\x0a}\x0a\x0aQCheckBox::indicator:disabled, QRadioButton::indicator:disabled\x0a{\x0a border: 1px solid #444;\x0a}\x0a\x0aQFrame\x0a{\x0a border-radius: 3px;\x0a}\x0a\x0aQStackedWidget\x0a{\x0a border: none;\x0a}\x0a\x0aQToolBar {\x0a border: 1px solid #393838;\x0a background: 1px solid #302F2F;\x0a font-weight: bold;\x0a}\x0a\x0aQToolBar::handle:horizontal {\x0a image: url(:/qss_icons/rc/Hmovetoolbar.png);\x0a}\x0aQToolBar::handle:vertical {\x0a image: url(:/qss_icons/rc/Vmovetoolbar.png);\x0a}\x0aQToolBar::separator:horizontal {\x0a image: url(:/qss_icons/rc/Hsepartoolbar.png);\x0a}\x0aQToolBar::separator:vertical {\x0a image: url(:/qss_icons/rc/Vsepartoolbars.png);\x0a}\x0a\x0aQPushButton\x0a{\x0a color: silver;\x0a background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,\x0a stop: 0 #302F2F, stop: 1 #484846);\x0a border-width: 1px;\x0a border-color: #4A4949;\x0a border-style: solid;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a border-radius: 5px;\x0a outline: none;\x0a}\x0a\x0aQPushButton:disabled\x0a{\x0a background-color: #302F2F;\x0a border-width: 1px;\x0a border-color: #3A3939;\x0a border-style: solid;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a padding-left: 10px;\x0a padding-right: 10px;\x0a /*border-radius: 3px;*/\x0a color: #454545;\x0a}\x0a\x0aQComboBox\x0a{\x0a selection-background-color: #78879b;\x0a background-color: #201F1F;\x0a border-style: solid;\x0a border: 1px solid #3A3939;\x0a border-radius: 3px;\x0a padding: 2px;\x0a}\x0a\x0aQComboBox:hover,QPushButton:hover,QAbstractSpinBox:hover,QLineEdit:hover,QTextEdit:hover,QPlainTextEdit:hover,QAbstractView:hover,QTreeView:hover\x0a{\x0a border: 1px solid #78879b;\x0a color: silver;\x0a}\x0a\x0aQComboBox:on\x0a{\x0a background-color: #626873;\x0a padding-top: 3px;\x0a padding-left: 4px;\x0a selection-background-color: #4a4a4a;\x0a}\x0a\x0aQComboBox QAbstractItemView\x0a{\x0a background-color: #201F1F;\x0a border-radius: 3px;\x0a border: 1px solid #3A3939;\x0a selection-background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0a stop: 0 #78879b, stop: 1 #78879b);\x0a}\x0a\x0aQComboBox::drop-down\x0a{\x0a subcontrol-origin: padding;\x0a subcontrol-position: top right;\x0a width: 15px;\x0a\x0a border-left-width: 0px;\x0a border-left-color: darkgray;\x0a border-left-style: solid;\x0a border-top-right-radius: 3px; \x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQComboBox::down-arrow\x0a{\x0a image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a}\x0a\x0aQComboBox::down-arrow:on, QComboBox::down-arrow:hover,\x0aQComboBox::down-arrow:focus\x0a{\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQPushButton:pressed\x0a{\x0a background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0a stop: 0 #302F2F, stop: 1 #484846);\x0a}\x0a\x0aQAbstractSpinBox {\x0a padding-top: 2px;\x0a padding-bottom: 2px;\x0a border: 1px solid #3A3939;\x0a background-color: #201F1F;\x0a color: silver;\x0a border-radius: 3px;\x0a}\x0a\x0aQAbstractSpinBox:up-button\x0a{\x0a background-color: transparent;\x0a subcontrol-origin: border;\x0a subcontrol-position: center right;\x0a}\x0a\x0aQAbstractSpinBox:down-button\x0a{\x0a background-color: transparent;\x0a subcontrol-origin: border;\x0a subcontrol-position: center left;\x0a}\x0a\x0aQAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off {\x0a image: url(:/qss_icons/rc/up_arrow_disabled.png);\x0a width: 10px;\x0a height: 10px;\x0a}\x0aQAbstractSpinBox::up-arrow:hover\x0a{\x0a image: url(:/qss_icons/rc/up_arrow.png);\x0a}\x0a\x0a\x0aQAbstractSpinBox::down-arrow,QAbstractSpinBox::down-arrow:disabled,QAbstractSpinBox::down-arrow:off\x0a{\x0a image: url(:/qss_icons/rc/down_arrow_disabled.png);\x0a width: 10px;\x0a height: 10px;\x0a}\x0aQAbstractSpinBox::down-arrow:hover\x0a{\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0a\x0aQLabel\x0a{\x0a border: 0px solid black;\x0a}\x0a\x0aQTabBar:focus\x0a{\x0a border: 0px transparent black;\x0a}\x0a\x0aQTabBar::close-button {\x0a image: url(:/qss_icons/rc/close.png);\x0a background: transparent;\x0a icon-size: 10px;\x0a padding: 5px;\x0a}\x0a\x0aQTabBar::close-button:hover\x0a{\x0a background: rgba(255, 255, 255, 20);\x0a border-radius: 3px;\x0a}\x0a\x0aQTabBar::close-button:pressed {\x0a padding: 5px 4px 4px 5px;\x0a}\x0a\x0aQTabBar::tab {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: #302F2F;\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a padding-top: 3px;\x0a padding-bottom: 2px;\x0a margin-right: -1px;\x0a}\x0a\x0a\x0aQTabWidget::pane {\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #3A3939);\x0a}\x0a\x0aQTabBar::tab:last\x0a{\x0a margin-right: 0;\x0a border-top-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:first:!selected\x0a{\x0a margin-left: 0px; \x0a border-top-left-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:!selected\x0a{\x0a color: #b1b1b1;\x0a border-bottom-style: solid;\x0a margin-top: 3px;\x0a}\x0a\x0aQTabBar::tab:selected\x0a{\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a margin-bottom: 0px;\x0a\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a}\x0a\x0aQTabBar::tab:!selected:hover\x0a{\x0a color:white;\x0a}\x0a\x0aQTabBar::tab:selected:hover\x0a{\x0a color:white;\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a}\x0a\x0aQDockWidget\x0a{\x0a color: silver;\x0a titlebar-close-icon: url(:/qss_icons/rc/close.png);\x0a titlebar-normal-icon: url(:/qss_icons/rc/undock.png);\x0a}\x0a\x0aQDockWidget::title\x0a{\x0a border: 1px solid #3A3939;\x0a border-bottom: #302F2F;\x0a text-align: left;\x0a spacing: 2px; \x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #3A3939);;\x0a background-image: none;\x0a padding-left: 10px;\x0a}\x0a\x0aQDockWidget {\x0a border: 1px solid lightgray;\x0a titlebar-close-icon: url(:/qss_icons/rc/close.png);\x0a titlebar-normal-icon: url(:/qss_icons/rc/undock.png);\x0a}\x0a\x0aQDockWidget::close-button, QDockWidget::float-button {\x0a border: 1px solid transparent;\x0a border-radius: 3px;\x0a background: transparent;\x0a icon-size: 10px;\x0a}\x0a\x0aQDockWidget::close-button:hover, QDockWidget::float-button:hover {\x0a background: rgba(255, 255, 255, 10);\x0a}\x0a\x0aQDockWidget::close-button:pressed, QDockWidget::float-button:pressed {\x0a padding: 1px -1px -1px 1px;\x0a background: rgba(255, 255, 255, 10);\x0a}\x0a\x0aQTreeView, QListView, QTableView\x0a{\x0a border: 1px solid #3A3939;\x0a background-color: #201F1F;\x0a}\x0a\x0aQTreeView:branch:selected, QTreeView:branch:hover\x0a{\x0a background: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:has-siblings:!adjoins-item {\x0a border-image: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:has-siblings:adjoins-item {\x0a border-image: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:!has-children:!has-siblings:adjoins-item {\x0a border-image: url(:/qss_icons/rc/transparent.png);\x0a}\x0a\x0aQTreeView::branch:has-children:!has-siblings:closed,\x0aQTreeView::branch:closed:has-children:has-siblings {\x0a image: url(:/qss_icons/rc/branch_closed.png);\x0a}\x0a\x0aQTreeView::branch:open:has-children:!has-siblings,\x0aQTreeView::branch:open:has-children:has-siblings {\x0a image: url(:/qss_icons/rc/branch_open.png);\x0a}\x0a\x0aQTreeView::branch:has-children:!has-siblings:closed:hover,\x0aQTreeView::branch:closed:has-children:has-siblings:hover {\x0a image: url(:/qss_icons/rc/branch_closed-on.png);\x0a }\x0a\x0aQTreeView::branch:open:has-children:!has-siblings:hover,\x0aQTreeView::branch:open:has-children:has-siblings:hover {\x0a image: url(:/qss_icons/rc/branch_open-on.png);\x0a }\x0a\x0aQListView::item:hover, QTreeView::item:hover {\x0a background: none;\x0a color: #FFFFFF\x0a}\x0a\x0aQTableView::item:pressed, QListView::item:pressed, QTreeView::item:pressed {\x0a background: #78879b;;\x0a color: #FFFFFF\x0a}\x0a\x0aQTableView::item:selected:active, QTreeView::item:selected:active, QListView::item:selected:active {\x0a background: #78879b;;\x0a color: #FFFFFF\x0a}\x0a\x0a\x0aQSlider::groove:horizontal {\x0a border: 1px solid #3A3939;\x0a height: 8px; \x0a background: #201F1F;\x0a margin: 2px 0;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::handle:horizontal {\x0a background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,\x0a stop: 0.0 silver, stop: 0.2 #a8a8a8, stop: 1 #727272);\x0a border: 1px solid #3A3939;\x0a width: 14px;\x0a height: 14px;\x0a margin: -4px 0;\x0a border-radius: 7px;\x0a}\x0a\x0aQSlider::groove:vertical {\x0a border: 1px solid #3A3939;\x0a width: 8px; \x0a background: #201F1F;\x0a margin: 0 0px;\x0a border-radius: 4px;\x0a}\x0a\x0aQSlider::handle:vertical {\x0a background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 silver,\x0a stop: 0.2 #a8a8a8, stop: 1 #727272);\x0a border: 1px solid #3A3939;\x0a width: 14px;\x0a height: 14px;\x0a margin: 0 -4px; \x0a border-radius: 7px;\x0a}\x0a\x0a\x0aQToolButton { \x0a background-color: #302F2F;\x0a}\x0a\x0aQToolButton:pressed {\x0a background-color: #4A4949;\x0a border: 1px solid silver;\x0a border-radius: 3px;\x0a}\x0aQToolButton:hover {\x0a background-color: #4A4949;\x0a border: 1px solid gray;\x0a border-radius: 3px;\x0a}\x0a\x0aQPushButton::menu-indicator {\x0a subcontrol-origin: padding;\x0a subcontrol-position: bottom right;\x0a left: 8px;\x0a}\x0a\x0aQTableView, QHeaderView\x0a{\x0a border-radius: 0px;\x0a}\x0a\x0aQHeaderView::section {\x0a background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:0 #3A3939, stop: 0.5 #302f2f,\x0a stop: 0.6 #302f2f, stop:1 #3A3939);\x0a color: white;\x0a padding: 4px;\x0a border: 1px solid #6c6c6c;\x0a border-radius: 0px;\x0a}\x0a\x0a\x0aQTableView QTableCornerButton::section {\x0a background-color: #3A3939;\x0a border: 1px solid #3A3939;\x0a border-radius: 0px;\x0a}\x0a\x00\x00\x00\x96\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x02bKGD\x00\xd3\xb5W\xa0\x5c\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x0b\x07\x0c\x0d\x1bu\xfe1\x99\x00\x00\x00'IDAT\x08\xd7e\x8c\xb1\x0d\x00\x00\x08\x83\xe0\xff\xa3up\xb1\xca\xd4\x90Px\x08U!\x14\xb6Tp\xe6H\x8d\x87\xcc\x0f\x0d\xe0\xf0\x08\x024\xe2+\xa7\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x02q\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95+\x0e\x1b\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x01(tm$I\x00\x00\x01\xf1IDATX\xc3\xcdWAN\x021\x14\xfd\xfd\xb5np!\x89\xb8\x11\x8d\x89[\xef\x80;\xb7\xde\x806p,\xa0\xbd\x86;\xc2\x19\xd8\xb9!\x11\x13#\x0bM\x94I\xb4i\xeb\xc6\xea\xa4a\x86\xb6@\xf0\xef\xc8\xd0y}\xef\xbfy\xed\x07\xd8s\x91\xaa\x07J\xa9W\x00\x00\xe7\xdcR\x08\xd1\xcey\xb9\x94rN\x08i\x00\x00p\xce\x9bQ\x1b\x18\x0c\x06S\xc6\xd8\xa5_\x08\x00`\xad]p\xceOS\xc0\x95R/\x88\xd8\xf2\xbf\x9dsK\xad\xf5\xac\xdf\xef_\x97\xff\x87\xe1\xc2\x10\x1c\x00\x00\x11[R\xcay\x0a\xf328\x00\x00!\xa4\xc1\x18\xbb\xacT`\x15\xf3\xb0\xb4\xd6\xf3^\xafw^\x07>\x1c\x0e\x1f\x19c\x95-\x0b\x95\xc0:\xe6aQJk\x95\x90R\xce)\xa5\xadZ\xd3\x05J\x10o8D<\x8e\x95x\x95'\xc2\x9eG\xbc\xe3\x8ds\xde\xc4\x1cw\x87\x9eX\xd5\xf3\xd8:\xf0}\x01\x80\xe3\x94\x85\x94\xd23\xa5\xd4\x8b\xdfP*\xf0\x0f\xe6\x9f\x09S%\xdc\xa4\xca-\xfcm\x01\xe7\xfc\xd4\x18\xf3\xb4kpc\xccS\xd9?d]\x80\xec\x8aye\x10\xedJ\x89\x90y\xccY\xb05%\xea\xa2\xbc\xf23\xdc\x96\x12U\xcc\xd7*\xb0\x0d%b\x0e1\x84=\x17\xa6\x9ej\x9b$f\xea\x85d\x7f&\xdc\x94y\x8a\x12\xff+\x88\xb6\xcd\xc0XL\xc8\x5c&dY&d\xc5pN\x8a\x00\x9c\x93\x22\x80a\x1a\x0a\x00\x00)\x95\x08\xaf\x88\xac\xba4\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xce\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x07\x00\x00\x00?\x08\x06\x00\x00\x00,{\xd2\x13\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x09/\x07\xd7?\xc4R\x00\x00\x00NIDAT8\xcbc`\x186\x80\x19\xc6\xa8o\x9f\xca\xe0\xe0\xe2\xcd\xf0\xea\xe5s\x867\xaf^000000\xe1\xd39*IH\x92\x05\x89\xfd\x1f\x89\xcd8\x1aB\xa3\x92\x83'i2\x8e\x86\x10\xa9\x92\xf0 \xd3\xd41\x84\x0b^\xbfr\x9ea\x14@\x01\x00\x13M\x0cF\x89*\x0a \x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xb6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x18\x00\x00\x00\x11\x08\x06\x00\x00\x00\xc7xl0\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b,\x0d\x1fC\xaa\xe1\x00\x00\x006IDAT8\xcbc` \x01,Z\xb4\xe8\xff\xa2E\x8b\xfe\x93\xa2\x87\x89\x81\xc6`\xd4\x82\x11`\x01#\xa9\xc9t\xd0\xf9\x80\x85\x1cMqqq\x8c\xa3\xa9h\xd4\x82ad\x01\x001\xb5\x09\xec\x1fK\xb4\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1f \xb9\x8dw\xe9\x00\x00\x00*IDAT\x08\xd7c`\xc0\x06\xe6|```B0\xa1\x1c\x08\x93\x81\x81\x09\xc1d``b`H\x11@\xe2 s\x19\x90\x8d@\x02\x00#\xed\x08\xafd\x9f\x0f\x15\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x1b\x0e\x16M[o\x00\x00\x00*IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0cs> \x0b\xa4\x08020 \x0b\xa6\x08000B\x98\x10\xc1\x14\x01\x14\x13P\xb5\xa3\x01\x00\xc6\xb9\x07\x90]f\x1f\x83\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe1\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x0a\x00\x00\x006\x08\x06\x00\x00\x00\xfe\x8a\x08k\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x093\x22zLMH\x00\x00\x00aIDATH\xc7c\xfc\xcf@\x1c`b\xa0\x99Bc##\x06c##\x0c6\x1d\xac\x1eU8\xc8\x142\xfeg``hh\x9f\x8a3Y\xaeZ:\x87\xe1\xda\x95\xf3\x8c4\xb2ZK\xc7\x10o\x8e\xb8v\xe5<#\xe3\x7f\xa4\x84\xcb\xc0\xc0\xc0p\xf6\xdc9\x14\xf6h\x80\x8f\x06\xf8h\x80\x8f\x96fC'=\x0er7\x02\x00\x100@\xb35\xa0|I\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1c\x1f$\xc6\x09\x17\x00\x00\x00$IDAT\x08\xd7c`@\x05\xff\xcf\xc3XL\xc8\x5c&dY&d\xc5p\x0e\xa3!\x9c\xc3h\x88a\x1a\x0a\x00\x00m\x84\x09u7\x9e\xd9#\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x15;\xdc;\x0c\x9b\x00\x00\x00*IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0cs> \x0b\xa4\x08020 \x0b\xa6\x08000B\x98\x10\xc1\x14\x01\x14\x13P\xb5\xa3\x01\x00\xc6\xb9\x07\x90]f\x1f\x83\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe4\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x006\x00\x00\x00\x0a\x08\x06\x00\x00\x00\xff\xfd\xad\x0b\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\x7f\x00\x87\x00\x95\xe6\xde\xa6\xaf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x09*+\x98\x90\x5c\xf4\x00\x00\x00dIDATH\xc7c\xfc\xcf0<\x01\x0b\xa5\x064\xb4O\x85\x87\xcd\xaa\xa5s\x18\xae]9\xcfH+5\x14y\xcc\xd8\xc8\x88$\x03|\x89\xd0O-5\x84\xc0\xd9s\xe7\xe0l&\x86\x91\x92\x14\x91}MTR\x0cM&\xa8\x9fZjF\x93\xe2hR\x1c\x82I\x91\x91\xd2zLK\xc7\x10\xc5\x08l\xc54\xb5\xd4\xd0\xd5c\x83\x15\x00\x00z0J\x09q\xea-n\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xc3\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x0b\x07\x09.7\xffD\xe8\xf0\x00\x00\x00\x1diTXtComment\x00\x00\x00\x00\x00Created with GIMPd.e\x07\x00\x00\x00'IDATx\xda\xed\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7Om\x0e7\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80w\x03@@\x00\x01\xafz\x0e\xe8\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa5\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x02\x04m\x98\x1bi\x00\x00\x00)IDAT\x08\xd7c`\xc0\x00\x8c\x0c\x0c\xff\xcf\xa3\x08\x18220 \x0b2\x1a200B\x98\x10AFC\x14\x13P\xb5\xa3\x01\x00\xd6\x10\x07\xd2/H\xdfJ\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\x9cS4\xfc]\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x1b)\xb3G\xee\x04\x00\x00\x00$IDAT\x08\xd7c`@\x05s>\xc0XL\xc8\x5c&dY&d\xc5pN\x8a\x00\x9c\x93\x22\x80a\x1a\x0a\x00\x00)\x95\x08\xaf\x88\xac\xba4\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01\xc8\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00 \x00\x00\x00 \x08\x06\x00\x00\x00szz\xf4\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95+\x0e\x1b\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b\x03$O\xed\x0a\xe0\x00\x00\x01HIDATX\xc3\xedWA\x8e\x830\x0c\xb4!\xd0>\x10?\x8e#\xe7 \xbe\xb3?\xd9U\x03\x9b\xd9K*E\x10\x96$\x04\xf5\x82\xcf.cO\xc6c\x97\xe8\xc3\xc1W|Tkm\x98\xb9:\xca\x03\xb0\xa8\x0b\x9b\xab#r~\xab+\x90E\xa4\x05\xb0\xc4\xe4VW\xb5/\x22\x0d\x80\xf9(o\xf3\x04\xe38.9\x80\x00\xac\x88\xb4\xa9\xbfS\x9ep~\x98\xb9\xcdde\x03\xae\xb5\x9e\x99YE?\xc1\x19p\x00&0\x05*\x9a\x01G{\x16x\xd7uuB\xe7v\x8dsF\x84\xa9\x9d[\x00f=\x1d\xcaZK\xd34\xad\x055\xa7\x0a\xea\xa8s\x9f)WhCDT\x0d\xc3\xf0\x05`#\xea\x0c\xe7S\xb1L9\x9f0Dd\xd9\xd3@\xed1`D\xe4Q\xba\xf3\xe2F\x94\xday\x94\x11\x15\x8a\xe0t8\xbfx\x14c`\xc7\xf3\x93\xa6\xe34\x03\x22\xd2x\xaaN\xf5\x852\xcb\xe8\xad\xea\x1cG,\xa6\x81\xd0\xd4\xc4\x1c%\x97\xad\xe3\xd8\xb8\x0b\xb8\x0b\xb8\x0b\xa8J\xffa\xe9\xfb\xbeq&\xf4\x1dX\xf3qF\xc4\xcc*\xf7:v\xeb\x9d\x00D\x19\x91z\x9f\xd4\xcc\x5c\xaf\x18\xa8\xcfP\xcb\xcc\xa1#\x07\xbbT\xc7\x9e\xd1\xb9\x01\xe0%\x22\xcf\x7f\xdf\xda\xbf\xd5\xcab\xc3\x84\xc0\x83b\xd3Z\xbfJ\x17\xb0\x07ND\xf4\x07\xae\xf5\xd5\xa6\x1d\xd1\x22\x08\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x9e\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x15\x0f\xfd\x8f\xf8.\x00\x00\x00\x22IDAT\x08\xd7c`\xc0\x0d\xfe\x9f\x87\xb1\x18\x91\x05\x18\x0d\xe1BH*\x0c\x19\x18\x18\x91\x05\x10*\xd1\x00\x00\xca\xb5\x07\xd2v\xbb\xb2\xc5\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xbb\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00?\x00\x00\x00\x07\x08\x06\x00\x00\x00\xbfv\x95\x1f\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x095+U\xcaRj\x00\x00\x00;IDAT8\xcbc`\x18\x05#\x130\x12\xa3\xa8\xbe}*%v\xfc\xa7\x97;\xd1\xc1\xaa\xa5s\x18\xae_9\x8fS\x9ei4\xe6\x09\x00M\x1d\xc3!\x19\xf3\x0c\x0c\x0cxc~\x14\x8cT\x00\x00id\x0b\x05\xfdkX\xca\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x9f\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce|N\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x08\x14\x1f\xf9#\xd9\x0b\x00\x00\x00#IDAT\x08\xd7c`\xc0\x0d\xe6|\x80\xb1\x18\x91\x05R\x04\xe0B\x08\x15)\x02\x0c\x0c\x8c\xc8\x02\x08\x95h\x00\x00\xac\xac\x07\x90Ne4\xac\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xef\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00Q\x00\x00\x00:\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b*2\xff\x7f Z\x00\x00\x00oIDATx\xda\xed\xd0\xb1\x0d\x000\x08\x03A\xc8\xa0\x0c\xc7\xa2I\xcf\x04(\xba/]Y\x97\xb1\xb4\xee\xbes\xab\xaa\xdc\xf8\xf5\x84 B\x84(\x88\x10!B\x14D\x88\x10!\x0a\x22D\x88\x10\x05\x11\x22D\x88\x82\x08\x11\x22DA\x84\x08Q\x10!B\x84(\x88\x10!B\x14D\x88\x10!\x0a\x22D\x88\x10\x05\x11\x22D\x88\x82\x08\x11\x22DA\x84\x08Q\x10!B\xfc\xaa\x07\x12U\x04tV\x9e\x9eT\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xa6\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x02bKGD\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x14\x1d\x00\xb0\xd55\xa3\x00\x00\x00*IDAT\x08\xd7c`\xc0\x06\xfe\x9fg``B0\xa1\x1c\x08\x93\x81\x81\x09\xc1d``b``4D\xe2 s\x19\x90\x8d@\x02\x00d@\x09u\x86\xb3\xad\x9c\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\xe0\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00Q\x00\x00\x00:\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07tIME\x07\xdc\x08\x17\x0b)\x1c\x08\x84~V\x00\x00\x00`IDATx\xda\xed\xd9\xb1\x0d\x00 \x08\x00AqP\x86cQ\xed\x8d\x85%\x89w\xa5\x15\xf9HE\x8c\xa6\xaaj\x9do\x99\x19\x1dg\x9d\x03\x11E\x14\x11\x11E\x14QDD\x14QD\x11\x11QD\x11EDD\x11E\x14\x11\x11E\x14\xf1[\xd1u\xb0\xdb\xdd\xd9O\xb4\xce\x88(\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcf6\xcei\x07\x1e\xe99U@\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x00\x81\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x10\x00\x00\x00\x10\x01\x03\x00\x00\x00%=m\x22\x00\x00\x00\x06PLTE\x00\x00\x00\xae\xae\xaewk\xd6-\x00\x00\x00\x01tRNS\x00@\xe6\xd8f\x00\x00\x00)IDATx^\x05\xc0\xb1\x0d\x00 \x08\x04\xc0\xc3X\xd8\xfe\x0a\xcc\xc2p\x8cm(\x0e\x97Gh\x86Uq\xda\x1do%\xba\xcd\xd8\xfd5\x0a\x04\x1b\xd6\xd9\x1a\x92\x00\x00\x00\x00IEND\xaeB`\x82\x00\x00\x01W\x89PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\x00\x00\x09\x00\x00\x00\x09\x08\x06\x00\x00\x00\xe0\x91\x06\x10\x00\x00\x00\x09pHYs\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\x95+\x0e\x1b\x00\x00\x00 cHRM\x00\x00z%\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17o\x92_\xc5F\x00\x00\x00\xddIDATx\xda\x5c\x8e\xb1N\x84@\x18\x84g\xefL,\xc8\xd9,\x0dXP\x1b\x0b\xc3\xfa$w\xbd\x0d\x85O@\x0b\xbb\xcb;\xd0hAr\xc5\xd2(O\x02\xcf\xb1\x97@a\xd4\xc2\xc4b,\xbcM\xd0I\xfe\xbf\xf82\xff?#H\xc2Z;\x00\x80\xd6\xfa\x80\xb3\xac\xb5\x03I\x18c\x0e[!\xc4\x90\xe7\xf9>I\x92\x9b\xbe\xef\xef\xca\xb2|\xf5\xde\xbf\x04\xe6\x9c\xbb\xbd \xf9\x19\xae\x95R\xfb,\xcb\xbe\xa5\x94\x01\x81\xe4\x9b8\xbf<*\xa5\x1e\xf0O\xe38>7M\xf3(H\x02\x00\xba\xae{\x97R\xee\x82aY\x96\x8f\xa2(\xae\x00`\x03\x00\xc6\x98\xe3\xda\x00\x00q\x1c\xef\xb4\xd6O\x00\xb0\x05\xf0'j\x9egDQ\x04\x00H\xd3\xf4\xde9w\xbd!\xf9\xb5\xeapj\xdb\xf6r\x9a\xa6\xd3\xaa\xf8\xef\xaa\xeb\xdaWU\xe5I\x22\xcc\x9a\xfd\x0c\x00$\xabn\xfa\x96!\xfc\xb8\x00\x00\x00\x00IEND\xaeB`\x82" +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\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\x1c\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\x00\x00\x00J\x00\x02\x00\x00\x00\x18\x00\x00\x00\x04\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x00L5\x00\x00\x022\x00\x00\x00\x00\x00\x01\x00\x00Nh\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00J'\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00M\x1a\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00H\xb1\x00\x00\x03\xfc\x00\x00\x00\x00\x00\x01\x00\x00X:\x00\x00\x02|\x00\x00\x00\x00\x00\x01\x00\x00P\x17\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00Qd\x00\x00\x03\xde\x00\x00\x00\x00\x00\x01\x00\x00W\xb5\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00K\x8b\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00H\x1a\x00\x00\x00~\x00\x00\x00\x00\x00\x01\x00\x00E\xa5\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00S0\x00\x00\x00T\x00\x00\x00\x00\x00\x01\x00\x00E\x0b\x00\x00\x03\xa6\x00\x00\x00\x00\x00\x01\x00\x00V\xd1\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00IU\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00S\xd2\x00\x00\x03V\x00\x00\x00\x00\x00\x01\x00\x00U4\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00P\xc0\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00J\xe1\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00M\xbe\x00\x00\x02X\x00\x00\x00\x00\x00\x01\x00\x00OP\x00\x00\x03\x84\x00\x00\x00\x00\x00\x01\x00\x00V'\x00\x00\x03&\x00\x00\x00\x00\x00\x01\x00\x00T\x91\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) diff --git a/qdarkstyle/style.qrc b/qdarkstyle/style.qrc index 6c28f69b0..188f171a9 100644 --- a/qdarkstyle/style.qrc +++ b/qdarkstyle/style.qrc @@ -25,5 +25,8 @@ rc/down_arrow_disabled.png rc/undock.png + + style.qss +