diff --git a/example/ui/example.ui b/example/ui/example.ui index f62c1a123..57d2407f6 100644 --- a/example/ui/example.ui +++ b/example/ui/example.ui @@ -47,8 +47,8 @@ 0 0 - 98 - 45 + 96 + 43 @@ -65,8 +65,8 @@ 0 0 - 129 - 517 + 96 + 86 @@ -147,7 +147,7 @@ - RadioButton + RadioB&utton @@ -202,16 +202,16 @@ 0 0 937 - 22 + 29 - Menu + &Menu - Submenu 2 + &Submenu 2 @@ -224,7 +224,7 @@ - Dock widget 1 + &Dock widget 1 1 @@ -292,6 +292,9 @@ ... + + QToolButton::InstantPopup + @@ -355,7 +358,7 @@ - Dock widget 2 + Dock widget &2 1 @@ -414,12 +417,12 @@ - Action + &Action - Action B + &Action B submenu @@ -427,7 +430,7 @@ - Action C + Action &C diff --git a/example/ui/example_pyqt5_ui.py b/example/ui/example_pyqt5_ui.py index efcee352c..089babfb9 100644 --- a/example/ui/example_pyqt5_ui.py +++ b/example/ui/example_pyqt5_ui.py @@ -31,7 +31,7 @@ class Ui_MainWindow(object): self.toolBox = QtWidgets.QToolBox(self.groupBox) self.toolBox.setObjectName("toolBox") self.page = QtWidgets.QWidget() - self.page.setGeometry(QtCore.QRect(0, 0, 98, 45)) + self.page.setGeometry(QtCore.QRect(0, 0, 96, 43)) self.page.setObjectName("page") self.gridLayout_4 = QtWidgets.QGridLayout(self.page) self.gridLayout_4.setObjectName("gridLayout_4") @@ -40,7 +40,7 @@ class Ui_MainWindow(object): self.gridLayout_4.addWidget(self.lineEdit, 0, 0, 1, 1) self.toolBox.addItem(self.page, "") self.page_2 = QtWidgets.QWidget() - self.page_2.setGeometry(QtCore.QRect(0, 0, 129, 517)) + self.page_2.setGeometry(QtCore.QRect(0, 0, 96, 86)) self.page_2.setObjectName("page_2") self.gridLayout_5 = QtWidgets.QGridLayout(self.page_2) self.gridLayout_5.setObjectName("gridLayout_5") @@ -98,7 +98,7 @@ class Ui_MainWindow(object): self.horizontalLayout_2.addWidget(self.tabWidget) MainWindow.setCentralWidget(self.centralwidget) self.menubar = QtWidgets.QMenuBar(MainWindow) - self.menubar.setGeometry(QtCore.QRect(0, 0, 937, 22)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 937, 29)) self.menubar.setObjectName("menubar") self.menuMenu = QtWidgets.QMenu(self.menubar) self.menuMenu.setObjectName("menuMenu") @@ -143,6 +143,7 @@ class Ui_MainWindow(object): self.doubleSpinBox.setObjectName("doubleSpinBox") self.horizontalLayout.addWidget(self.doubleSpinBox) self.toolButton = QtWidgets.QToolButton(self.dockWidgetContents) + self.toolButton.setPopupMode(QtWidgets.QToolButton.InstantPopup) self.toolButton.setObjectName("toolButton") self.horizontalLayout.addWidget(self.toolButton) self.verticalLayout_2.addLayout(self.horizontalLayout) @@ -250,7 +251,7 @@ class Ui_MainWindow(object): self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _translate("MainWindow", "Tab 1")) self.groupBox_2.setTitle(_translate("MainWindow", "GroupBox")) self.label.setText(_translate("MainWindow", "TextLabel")) - self.radioButton.setText(_translate("MainWindow", "RadioButton")) + self.radioButton.setText(_translate("MainWindow", "RadioB&utton")) self.checkBox.setText(_translate("MainWindow", "CheckBox")) self.checkBox_2.setText(_translate("MainWindow", "CheckBox Tristate")) self.treeWidget.headerItem().setText(0, _translate("MainWindow", "qdz")) @@ -260,9 +261,9 @@ class Ui_MainWindow(object): self.treeWidget.topLevelItem(1).setText(0, _translate("MainWindow", "effefe")) self.treeWidget.setSortingEnabled(__sortingEnabled) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), _translate("MainWindow", "Tab 2")) - self.menuMenu.setTitle(_translate("MainWindow", "Menu")) - self.menuSubmenu_2.setTitle(_translate("MainWindow", "Submenu 2")) - self.dockWidget1.setWindowTitle(_translate("MainWindow", "Dock widget 1")) + self.menuMenu.setTitle(_translate("MainWindow", "&Menu")) + self.menuSubmenu_2.setTitle(_translate("MainWindow", "&Submenu 2")) + self.dockWidget1.setWindowTitle(_translate("MainWindow", "&Dock widget 1")) self.pushButton_2.setText(_translate("MainWindow", "PushButton")) self.bt_delay_popup.setText(_translate("MainWindow", "Delayed popup")) self.bt_instant_popup.setText(_translate("MainWindow", "Instant popup")) @@ -271,7 +272,7 @@ class Ui_MainWindow(object): self.toolButton.setText(_translate("MainWindow", "...")) self.comboBox.setItemText(0, _translate("MainWindow", "Item 0")) self.comboBox.setItemText(1, _translate("MainWindow", "Item 2")) - self.dockWidget2.setWindowTitle(_translate("MainWindow", "Dock widget 2")) + self.dockWidget2.setWindowTitle(_translate("MainWindow", "Dock widget &2")) item = self.tableWidget.verticalHeaderItem(0) item.setText(_translate("MainWindow", "New Row")) item = self.tableWidget.verticalHeaderItem(1) @@ -285,8 +286,8 @@ class Ui_MainWindow(object): item = self.tableWidget.horizontalHeaderItem(1) item.setText(_translate("MainWindow", "New Column 2")) self.toolBar.setWindowTitle(_translate("MainWindow", "toolBar")) - self.actionAction.setText(_translate("MainWindow", "Action")) - self.actionSub_menu.setText(_translate("MainWindow", "Action B")) + self.actionAction.setText(_translate("MainWindow", "&Action")) + self.actionSub_menu.setText(_translate("MainWindow", "&Action B")) self.actionSub_menu.setToolTip(_translate("MainWindow", "submenu")) - self.actionAction_C.setText(_translate("MainWindow", "Action C")) + self.actionAction_C.setText(_translate("MainWindow", "Action &C")) diff --git a/example/ui/example_pyqt_ui.py b/example/ui/example_pyqt_ui.py index 5a9043119..b31f8095c 100644 --- a/example/ui/example_pyqt_ui.py +++ b/example/ui/example_pyqt_ui.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'example.ui' # -# Created: Sat Apr 25 14:02:32 2015 +# Created: Sat Apr 25 14:45:41 2015 # by: PyQt4 UI code generator 4.11.3 # # WARNING! All changes made in this file will be lost! @@ -46,7 +46,7 @@ class Ui_MainWindow(object): self.toolBox = QtGui.QToolBox(self.groupBox) self.toolBox.setObjectName(_fromUtf8("toolBox")) self.page = QtGui.QWidget() - self.page.setGeometry(QtCore.QRect(0, 0, 98, 45)) + self.page.setGeometry(QtCore.QRect(0, 0, 96, 43)) self.page.setObjectName(_fromUtf8("page")) self.gridLayout_4 = QtGui.QGridLayout(self.page) self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4")) @@ -55,7 +55,7 @@ class Ui_MainWindow(object): self.gridLayout_4.addWidget(self.lineEdit, 0, 0, 1, 1) self.toolBox.addItem(self.page, _fromUtf8("")) self.page_2 = QtGui.QWidget() - self.page_2.setGeometry(QtCore.QRect(0, 0, 129, 517)) + self.page_2.setGeometry(QtCore.QRect(0, 0, 96, 86)) self.page_2.setObjectName(_fromUtf8("page_2")) self.gridLayout_5 = QtGui.QGridLayout(self.page_2) self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5")) @@ -113,7 +113,7 @@ class Ui_MainWindow(object): self.horizontalLayout_2.addWidget(self.tabWidget) MainWindow.setCentralWidget(self.centralwidget) self.menubar = QtGui.QMenuBar(MainWindow) - self.menubar.setGeometry(QtCore.QRect(0, 0, 937, 22)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 937, 29)) self.menubar.setObjectName(_fromUtf8("menubar")) self.menuMenu = QtGui.QMenu(self.menubar) self.menuMenu.setObjectName(_fromUtf8("menuMenu")) @@ -158,6 +158,7 @@ class Ui_MainWindow(object): self.doubleSpinBox.setObjectName(_fromUtf8("doubleSpinBox")) self.horizontalLayout.addWidget(self.doubleSpinBox) self.toolButton = QtGui.QToolButton(self.dockWidgetContents) + self.toolButton.setPopupMode(QtGui.QToolButton.InstantPopup) self.toolButton.setObjectName(_fromUtf8("toolButton")) self.horizontalLayout.addWidget(self.toolButton) self.verticalLayout_2.addLayout(self.horizontalLayout) @@ -264,7 +265,7 @@ class Ui_MainWindow(object): self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _translate("MainWindow", "Tab 1", None)) self.groupBox_2.setTitle(_translate("MainWindow", "GroupBox", None)) self.label.setText(_translate("MainWindow", "TextLabel", None)) - self.radioButton.setText(_translate("MainWindow", "RadioButton", None)) + self.radioButton.setText(_translate("MainWindow", "RadioB&utton", None)) self.checkBox.setText(_translate("MainWindow", "CheckBox", None)) self.checkBox_2.setText(_translate("MainWindow", "CheckBox Tristate", None)) self.treeWidget.headerItem().setText(0, _translate("MainWindow", "qdz", None)) @@ -274,9 +275,9 @@ class Ui_MainWindow(object): self.treeWidget.topLevelItem(1).setText(0, _translate("MainWindow", "effefe", None)) self.treeWidget.setSortingEnabled(__sortingEnabled) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), _translate("MainWindow", "Tab 2", None)) - self.menuMenu.setTitle(_translate("MainWindow", "Menu", None)) - self.menuSubmenu_2.setTitle(_translate("MainWindow", "Submenu 2", None)) - self.dockWidget1.setWindowTitle(_translate("MainWindow", "Dock widget 1", None)) + self.menuMenu.setTitle(_translate("MainWindow", "&Menu", None)) + self.menuSubmenu_2.setTitle(_translate("MainWindow", "&Submenu 2", None)) + self.dockWidget1.setWindowTitle(_translate("MainWindow", "&Dock widget 1", None)) self.pushButton_2.setText(_translate("MainWindow", "PushButton", None)) self.bt_delay_popup.setText(_translate("MainWindow", "Delayed popup", None)) self.bt_instant_popup.setText(_translate("MainWindow", "Instant popup", None)) @@ -285,7 +286,7 @@ class Ui_MainWindow(object): self.toolButton.setText(_translate("MainWindow", "...", None)) self.comboBox.setItemText(0, _translate("MainWindow", "Item 0", None)) self.comboBox.setItemText(1, _translate("MainWindow", "Item 2", None)) - self.dockWidget2.setWindowTitle(_translate("MainWindow", "Dock widget 2", None)) + self.dockWidget2.setWindowTitle(_translate("MainWindow", "Dock widget &2", None)) item = self.tableWidget.verticalHeaderItem(0) item.setText(_translate("MainWindow", "New Row", None)) item = self.tableWidget.verticalHeaderItem(1) @@ -299,8 +300,8 @@ class Ui_MainWindow(object): item = self.tableWidget.horizontalHeaderItem(1) item.setText(_translate("MainWindow", "New Column 2", None)) self.toolBar.setWindowTitle(_translate("MainWindow", "toolBar", None)) - self.actionAction.setText(_translate("MainWindow", "Action", None)) - self.actionSub_menu.setText(_translate("MainWindow", "Action B", None)) + self.actionAction.setText(_translate("MainWindow", "&Action", None)) + self.actionSub_menu.setText(_translate("MainWindow", "&Action B", None)) self.actionSub_menu.setToolTip(_translate("MainWindow", "submenu", None)) - self.actionAction_C.setText(_translate("MainWindow", "Action C", None)) + self.actionAction_C.setText(_translate("MainWindow", "Action &C", None)) diff --git a/example/ui/example_pyside_ui.py b/example/ui/example_pyside_ui.py index ddcc30e2c..eb42aaa98 100644 --- a/example/ui/example_pyside_ui.py +++ b/example/ui/example_pyside_ui.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'example.ui' # -# Created: Sat Apr 25 14:02:33 2015 +# Created: Sat Apr 25 14:45:42 2015 # by: pyside-uic 0.2.15 running on PySide 1.2.2 # # WARNING! All changes made in this file will be lost! @@ -32,7 +32,7 @@ class Ui_MainWindow(object): self.toolBox = QtGui.QToolBox(self.groupBox) self.toolBox.setObjectName("toolBox") self.page = QtGui.QWidget() - self.page.setGeometry(QtCore.QRect(0, 0, 98, 45)) + self.page.setGeometry(QtCore.QRect(0, 0, 96, 43)) self.page.setObjectName("page") self.gridLayout_4 = QtGui.QGridLayout(self.page) self.gridLayout_4.setObjectName("gridLayout_4") @@ -41,7 +41,7 @@ class Ui_MainWindow(object): self.gridLayout_4.addWidget(self.lineEdit, 0, 0, 1, 1) self.toolBox.addItem(self.page, "") self.page_2 = QtGui.QWidget() - self.page_2.setGeometry(QtCore.QRect(0, 0, 129, 517)) + self.page_2.setGeometry(QtCore.QRect(0, 0, 96, 86)) self.page_2.setObjectName("page_2") self.gridLayout_5 = QtGui.QGridLayout(self.page_2) self.gridLayout_5.setObjectName("gridLayout_5") @@ -91,7 +91,7 @@ class Ui_MainWindow(object): self.horizontalLayout_2.addWidget(self.tabWidget) MainWindow.setCentralWidget(self.centralwidget) self.menubar = QtGui.QMenuBar(MainWindow) - self.menubar.setGeometry(QtCore.QRect(0, 0, 937, 22)) + self.menubar.setGeometry(QtCore.QRect(0, 0, 937, 29)) self.menubar.setObjectName("menubar") self.menuMenu = QtGui.QMenu(self.menubar) self.menuMenu.setObjectName("menuMenu") @@ -136,6 +136,7 @@ class Ui_MainWindow(object): self.doubleSpinBox.setObjectName("doubleSpinBox") self.horizontalLayout.addWidget(self.doubleSpinBox) self.toolButton = QtGui.QToolButton(self.dockWidgetContents) + self.toolButton.setPopupMode(QtGui.QToolButton.InstantPopup) self.toolButton.setObjectName("toolButton") self.horizontalLayout.addWidget(self.toolButton) self.verticalLayout_2.addLayout(self.horizontalLayout) @@ -234,7 +235,7 @@ class Ui_MainWindow(object): self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QtGui.QApplication.translate("MainWindow", "Tab 1", None, QtGui.QApplication.UnicodeUTF8)) self.groupBox_2.setTitle(QtGui.QApplication.translate("MainWindow", "GroupBox", None, QtGui.QApplication.UnicodeUTF8)) self.label.setText(QtGui.QApplication.translate("MainWindow", "TextLabel", None, QtGui.QApplication.UnicodeUTF8)) - self.radioButton.setText(QtGui.QApplication.translate("MainWindow", "RadioButton", None, QtGui.QApplication.UnicodeUTF8)) + self.radioButton.setText(QtGui.QApplication.translate("MainWindow", "RadioB&utton", None, QtGui.QApplication.UnicodeUTF8)) self.checkBox.setText(QtGui.QApplication.translate("MainWindow", "CheckBox", None, QtGui.QApplication.UnicodeUTF8)) self.checkBox_2.setText(QtGui.QApplication.translate("MainWindow", "CheckBox Tristate", None, QtGui.QApplication.UnicodeUTF8)) self.treeWidget.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "qdz", None, QtGui.QApplication.UnicodeUTF8)) @@ -244,9 +245,9 @@ class Ui_MainWindow(object): self.treeWidget.topLevelItem(1).setText(0, QtGui.QApplication.translate("MainWindow", "effefe", None, QtGui.QApplication.UnicodeUTF8)) self.treeWidget.setSortingEnabled(__sortingEnabled) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QtGui.QApplication.translate("MainWindow", "Tab 2", None, QtGui.QApplication.UnicodeUTF8)) - self.menuMenu.setTitle(QtGui.QApplication.translate("MainWindow", "Menu", None, QtGui.QApplication.UnicodeUTF8)) - self.menuSubmenu_2.setTitle(QtGui.QApplication.translate("MainWindow", "Submenu 2", None, QtGui.QApplication.UnicodeUTF8)) - self.dockWidget1.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Dock widget 1", None, QtGui.QApplication.UnicodeUTF8)) + self.menuMenu.setTitle(QtGui.QApplication.translate("MainWindow", "&Menu", None, QtGui.QApplication.UnicodeUTF8)) + self.menuSubmenu_2.setTitle(QtGui.QApplication.translate("MainWindow", "&Submenu 2", None, QtGui.QApplication.UnicodeUTF8)) + self.dockWidget1.setWindowTitle(QtGui.QApplication.translate("MainWindow", "&Dock widget 1", None, QtGui.QApplication.UnicodeUTF8)) self.pushButton_2.setText(QtGui.QApplication.translate("MainWindow", "PushButton", None, QtGui.QApplication.UnicodeUTF8)) self.bt_delay_popup.setText(QtGui.QApplication.translate("MainWindow", "Delayed popup", None, QtGui.QApplication.UnicodeUTF8)) self.bt_instant_popup.setText(QtGui.QApplication.translate("MainWindow", "Instant popup", None, QtGui.QApplication.UnicodeUTF8)) @@ -255,7 +256,7 @@ class Ui_MainWindow(object): self.toolButton.setText(QtGui.QApplication.translate("MainWindow", "...", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox.setItemText(0, QtGui.QApplication.translate("MainWindow", "Item 0", None, QtGui.QApplication.UnicodeUTF8)) self.comboBox.setItemText(1, QtGui.QApplication.translate("MainWindow", "Item 2", None, QtGui.QApplication.UnicodeUTF8)) - self.dockWidget2.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Dock widget 2", None, QtGui.QApplication.UnicodeUTF8)) + self.dockWidget2.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Dock widget &2", None, QtGui.QApplication.UnicodeUTF8)) self.tableWidget.verticalHeaderItem(0).setText(QtGui.QApplication.translate("MainWindow", "New Row", None, QtGui.QApplication.UnicodeUTF8)) self.tableWidget.verticalHeaderItem(1).setText(QtGui.QApplication.translate("MainWindow", "New Row", None, QtGui.QApplication.UnicodeUTF8)) self.tableWidget.verticalHeaderItem(2).setText(QtGui.QApplication.translate("MainWindow", "New Row", None, QtGui.QApplication.UnicodeUTF8)) @@ -263,8 +264,8 @@ class Ui_MainWindow(object): self.tableWidget.horizontalHeaderItem(0).setText(QtGui.QApplication.translate("MainWindow", "New Column", None, QtGui.QApplication.UnicodeUTF8)) self.tableWidget.horizontalHeaderItem(1).setText(QtGui.QApplication.translate("MainWindow", "New Column 2", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar.setWindowTitle(QtGui.QApplication.translate("MainWindow", "toolBar", None, QtGui.QApplication.UnicodeUTF8)) - self.actionAction.setText(QtGui.QApplication.translate("MainWindow", "Action", None, QtGui.QApplication.UnicodeUTF8)) - self.actionSub_menu.setText(QtGui.QApplication.translate("MainWindow", "Action B", None, QtGui.QApplication.UnicodeUTF8)) + self.actionAction.setText(QtGui.QApplication.translate("MainWindow", "&Action", None, QtGui.QApplication.UnicodeUTF8)) + self.actionSub_menu.setText(QtGui.QApplication.translate("MainWindow", "&Action B", None, QtGui.QApplication.UnicodeUTF8)) self.actionSub_menu.setToolTip(QtGui.QApplication.translate("MainWindow", "submenu", None, QtGui.QApplication.UnicodeUTF8)) - self.actionAction_C.setText(QtGui.QApplication.translate("MainWindow", "Action C", None, QtGui.QApplication.UnicodeUTF8)) + self.actionAction_C.setText(QtGui.QApplication.translate("MainWindow", "Action &C", None, QtGui.QApplication.UnicodeUTF8)) diff --git a/qdarkstyle/pyqt5_style_rc.py b/qdarkstyle/pyqt5_style_rc.py index 89189894b..56d16f19c 100644 --- a/qdarkstyle/pyqt5_style_rc.py +++ b/qdarkstyle/pyqt5_style_rc.py @@ -9,389 +9,292 @@ from PyQt5 import QtCore qt_resource_data = b"\ -\x00\x00\x10\xfb\ +\x00\x00\x10\xfe\ \x00\ -\x00\x56\xd7\x78\x9c\xed\x5c\x6d\x73\xdb\x36\x12\xfe\xee\x5f\x81\ -\x3a\x5f\xe2\x9c\x64\x4b\xb2\xfc\xc6\xb4\x37\x23\xdb\x52\xac\x39\ -\xdb\x72\x64\x25\xb9\x4c\xa7\x93\xa1\x24\xc8\x62\x43\x91\x0c\x49\ -\xc5\x76\x3b\xfd\xef\xb7\x78\x23\x01\x10\x20\x29\xc7\x49\xe7\x6e\ -\x2e\x4a\x1c\x8b\x04\x76\x9f\x7d\xc1\x62\xb1\x00\xb9\xf7\x6a\x0b\ -\xbd\x42\x93\x25\x46\x57\xc3\x09\xba\xf4\x66\x38\x48\x30\x7a\x09\ -\x5f\x76\xe0\x06\xb9\x77\x16\x46\x8f\xb1\x77\xb7\x4c\xd1\xcb\xd9\ -\x0e\xfa\xb9\xd3\x6a\xef\x37\xe1\x47\xf7\x9f\xe8\xe7\xb3\xd0\xf7\ -\x02\x74\xbe\xfe\xb2\xc6\x49\x10\x3e\xfe\x93\xf7\xb8\xc1\xf1\xca\ -\x4b\x12\x2f\x0c\x90\x97\xa0\x25\x8e\xf1\xf4\x11\xdd\xc5\x6e\x90\ -\xe2\x79\x03\x2d\x62\x8c\x51\xb8\x40\xb3\xa5\x1b\xdf\xe1\x06\x4a\ -\x43\xe4\x06\x8f\x28\xc2\x71\x02\x1d\xc2\x69\xea\x7a\x81\x17\xdc\ -\x21\x17\xcd\x80\x33\xa1\x07\x8d\xd3\x25\x50\x4a\xc2\x45\x7a\xef\ -\xc6\x18\xda\xcf\x91\x9b\x24\xe1\xcc\x73\x81\x24\x9a\x87\xb3\xf5\ -\x0a\x07\xa9\x9b\x12\x96\x0b\xcf\xc7\x09\x7a\x99\x82\x48\xdb\xb7\ -\xbc\xc7\xf6\x0e\xe5\x33\xc7\xae\x4f\x08\x02\x68\x72\x5b\xdc\x45\ -\xf7\x5e\xba\x0c\xd7\x29\x8a\x71\x92\xc6\xde\x8c\x90\x69\x40\xa3\ -\x99\xbf\x9e\x13\x24\xe2\xb6\xef\xad\x3c\xce\x84\x74\xa7\x4a\x49\ -\x08\x3d\x20\xbd\x4e\x40\x14\x02\xb8\x81\x56\xe1\xdc\x5b\x90\xff\ -\x31\x95\x2f\x5a\x4f\x7d\x2f\x59\x36\xd0\xdc\x23\xd4\xa7\xeb\x14\ -\x2e\x26\xe4\x22\xd5\x75\x83\x48\xb3\x17\xc6\x28\xc1\x3e\x05\x07\ -\x44\x3c\x10\x80\x0a\x9d\x63\xa4\xcd\x08\xa3\x88\x28\x37\xe5\xea\ -\x4a\xc8\x95\xfb\x65\xb8\x52\xe5\xf1\x28\xaa\xc5\x3a\x0e\x80\x31\ -\xa6\xdd\xe6\x21\xa8\x8f\xf2\xfd\x1d\xcf\x52\x72\x85\xf4\x58\x84\ -\xbe\x1f\xde\x13\x19\x67\x61\x30\xf7\x88\x68\x89\xb3\x25\x3c\xc2\ -\x9d\x86\x5f\x31\x15\x8a\xd9\x3f\x08\x53\xc0\xcc\x80\x10\x7b\x44\ -\xb9\x9d\xf9\xad\x64\xe9\xfa\x3e\x9a\x62\xae\x3c\x60\xed\x05\x84\ -\x1a\xb9\x2a\xe4\x8a\x09\x88\x24\x05\x6f\xf0\x5c\x1f\x45\x61\x4c\ -\xb9\xea\xf2\xee\x32\x14\x17\x7d\x74\x3b\x1a\x4c\x3e\xf4\xc6\x7d\ -\x34\xbc\x45\x37\xe3\xd1\xfb\xe1\x79\xff\x1c\x6d\xf7\x6e\xe1\xfb\ -\x76\x03\x7d\x18\x4e\x2e\x46\xef\x26\x08\x5a\x8c\x7b\xd7\x93\x8f\ -\x68\x34\x40\xbd\xeb\x8f\xe8\x5f\xc3\xeb\xf3\x06\xea\xff\xfb\x66\ -\xdc\xbf\xbd\x45\xa3\x31\xa1\x36\xbc\xba\xb9\x1c\xf6\xe1\xf2\xf0\ -\xfa\xec\xf2\xdd\xf9\xf0\xfa\x0d\x3a\x85\xae\xd7\x23\x70\xfc\x21\ -\x78\x3c\xd0\x9d\x8c\x28\x4f\x4e\x6d\xd8\xbf\x25\xf4\xae\xfa\xe3\ -\xb3\x0b\xf8\xda\x3b\x1d\x5e\x0e\x27\x1f\x1b\x84\xd6\x60\x38\xb9\ -\x26\x94\x07\xa3\x31\xea\xa1\x9b\xde\x78\x32\x3c\x7b\x77\xd9\x1b\ -\xa3\x9b\x77\xe3\x9b\xd1\x6d\x1f\x40\x9c\x03\xe5\xeb\xe1\xf5\x60\ -\x0c\x8c\xfa\x57\xfd\xeb\xc9\x2e\x30\x86\x6b\xa8\xff\x1e\xbe\xa0\ -\xdb\x8b\xde\xe5\x25\xe1\x46\xc8\xf5\xde\x81\x18\x63\x02\x14\x9d\ -\x8d\x6e\x3e\x8e\x87\x6f\x2e\x26\xe8\x62\x74\x79\xde\x87\x8b\xa7\ -\x7d\xc0\xd7\x3b\xbd\xec\x33\x6e\x20\xdd\xd9\x65\x6f\x78\xd5\x40\ -\xe7\xbd\xab\xde\x9b\x3e\xed\x35\x02\x42\x54\x48\xd2\x92\xc1\x44\ -\x1f\x2e\xfa\xe4\x2a\xe1\xda\x83\xbf\x67\x93\xe1\xe8\x9a\xc8\x73\ -\x36\xba\x9e\x8c\xe1\x6b\x03\xc4\x1d\x4f\xb2\xde\x1f\x86\xb7\xfd\ -\x06\xea\x8d\x87\xb7\x44\x33\x83\xf1\xe8\x8a\x4a\x4a\xb4\x0b\x9d\ -\x46\x94\x0e\x74\xbd\xee\x33\x42\x44\xf3\xaa\x81\xa0\x09\xf9\xfe\ -\xee\xb6\x9f\xd1\x44\xe7\xfd\xde\x25\x90\x03\x6b\x5d\xeb\x06\xdd\ -\x85\x0b\x7b\x5b\x5b\x6f\x6f\xe2\xf0\x0e\x46\x5e\x72\xea\xc6\xce\ -\x32\x8c\xbd\x3f\x42\x18\xca\x3e\xfa\x73\x0b\xc1\x9f\x69\x18\xcf\ -\x71\xec\xa0\x76\xf4\x00\x0e\xec\x7b\x73\xf4\x62\xbf\xb7\x7f\xb2\ -\x7f\xf2\x9a\xde\x4e\xf1\x43\xda\x74\x7d\xef\x2e\x70\x10\x0c\xa7\ -\x14\xc7\xec\x7a\xe4\xce\xc9\xd0\xa5\xfd\xd8\x95\xa9\x3b\xfb\x7c\ -\x17\x87\xeb\x60\xee\xa0\x17\x10\xbf\x06\xed\xc1\xeb\xad\xbf\x54\ -\xee\xce\x6c\xb9\x0e\x3e\x1b\x40\x64\x7d\x9b\xb3\xd0\x0f\x01\xce\ -\x17\x08\x7c\x18\xe2\x57\xec\xce\x3d\x60\xfb\x32\x89\x62\xec\xce\ -\x9d\x18\x2f\x7c\x18\x5e\x0d\xf4\xd0\x76\xda\x0d\xf4\xd8\x76\x5a\ -\xbb\x07\xdd\x03\xf8\xde\xa1\xdf\x3b\x4e\x0b\xc6\x60\x1a\x46\x4e\ -\x0b\xc5\x77\x53\xf7\x65\xe7\xb8\x81\x0e\x0f\x1b\xa8\xdd\x86\xdb\ -\x9d\x83\x83\x1d\x7e\xbb\xcd\x6e\xef\x1f\x35\xd0\x31\xfc\x6b\x77\ -\x0f\xd9\xed\x1d\x82\x79\xeb\xed\x24\x0c\xfd\x89\x17\x6d\xd5\xd2\ -\x51\x11\x3d\xd0\x7e\x79\x02\x48\xda\xad\x0e\x61\x7d\xb4\xf3\x9a\ -\xb5\xe4\xb7\xef\x97\x5e\x8a\x6d\x7a\x0c\x23\x77\xe6\xa5\x8f\x0e\ -\xea\xb4\x5a\x0c\xcc\x07\x6f\x7e\x87\x53\x8e\x85\x93\x48\x3c\xff\ -\xab\xb0\x45\x91\xff\x8b\xfd\x56\x67\xd0\x19\xb0\xdb\x10\xf7\x30\ -\x0d\xb9\xcd\x42\xc3\x17\x47\xc7\xc7\x47\x27\x53\xbd\x1d\xa7\x32\ -\xf5\xa1\x7d\x91\x85\xef\x45\x0e\x57\xc9\x6b\x49\x3d\x4d\x6f\xe5\ -\xde\x61\x07\x22\x55\xc0\x65\x83\x90\x4e\xac\xe8\x20\x45\x0e\x07\ -\x64\x5f\x81\x0b\x00\xfc\x2d\x9b\xf5\xdf\x5e\x52\xeb\xbf\x11\xd6\ -\x27\xe6\x46\x2d\x6a\x6f\xf2\x1f\x18\x9b\x7e\x83\xff\xda\x0d\x86\ -\x9d\xd8\x14\xb5\x10\x17\x88\x1b\x19\xb5\xc5\x85\x1d\x45\xff\x5c\ -\x30\x1d\x13\x53\x00\x9e\xff\x50\x58\x04\xc4\x15\x0e\xd6\x30\x3c\ -\xac\x7c\x15\x73\x6a\x0e\x20\xf5\x77\xa8\x18\x05\x2a\x0e\x4a\x21\ -\x35\x48\x22\x08\xfa\x41\x6a\xe8\x60\x97\x5b\xeb\x59\x31\x14\x8a\ -\x84\x23\x32\xee\x73\xba\x9b\x8e\x22\xc5\x3b\x8b\x3e\xb9\x82\xf0\ -\xe0\x81\x53\x87\x69\x1a\xae\x9c\x66\x36\x80\xf8\x90\x12\x37\xe8\ -\x75\x81\xad\x1e\x14\xc3\x18\x63\xcc\x60\x50\xca\xd4\x40\x4c\x98\ -\xd6\x39\x4d\xd1\xe2\x40\x6b\x91\x9b\x24\x1b\xeb\xd0\x04\xed\xb7\ -\xe0\x87\xf8\x45\x11\xc8\xc7\x8b\x94\x93\x31\x63\x95\x8d\x82\xf6\ -\x5e\x91\xac\x0a\xc7\x90\x48\xc0\xb5\x19\x49\x39\xe2\x7c\x28\xf3\ -\xde\x64\x1e\x50\x21\xe9\x46\xb7\x8e\x0c\x48\xaa\xdc\xa9\xaf\xb7\ -\x7b\xd1\x6d\x91\x4f\x65\xfc\x21\x84\x7a\x90\x8c\xc4\xee\x2c\x1d\ -\x02\xdb\xf7\x1e\xbe\xe7\x94\x5c\x1f\x26\x93\x00\xf2\xcb\x62\x58\ -\xaa\xb4\x46\x51\x27\x8a\x27\xb1\x78\x44\x46\xe9\x3a\x71\xd0\xbe\ -\xe6\x18\x3c\xd6\x4a\x32\x2e\x20\xbf\x4d\x1a\x28\xf3\x5e\xfa\xdd\ -\xea\x2a\x74\xe2\xe8\xc2\xbc\x72\xcc\xe6\x15\x31\x65\xb8\x53\x8d\ -\xdc\xd9\x12\xcf\x3e\x9f\x86\x0f\xd9\x85\x31\x20\x0a\x4f\xd7\xe0\ -\x96\x81\x91\x07\x0b\x9d\x84\x18\x09\x34\x7d\xc8\x17\xed\x21\x41\ -\xcc\xb0\x8a\x60\x1d\xd5\x69\x9a\x49\xfa\xe8\x43\xfc\xa5\xb8\x2b\ -\xc7\x6f\x99\xea\x0c\x41\xe7\x0d\xe0\x89\x40\x3a\x35\x8f\xa8\x47\ -\xf7\x48\x73\x79\x1a\x15\x3b\x2d\x61\x16\x41\xda\x71\x52\x2f\xf5\ -\x31\xe7\x00\x59\x2d\x8c\xb6\x34\x0e\xfd\x26\xe4\x0f\x74\xac\xb1\ -\xee\xaf\xf5\xdb\x51\x98\xd0\x54\x1b\xe2\x57\x18\x99\xd2\x16\x3e\ -\xc6\xda\x2d\x3d\x66\xd0\x3c\xdc\x74\x83\xc5\xed\x0c\xa1\xf0\xe9\ -\xdb\x19\xf0\xf3\x7b\x90\x9b\x28\xa6\x2c\x2a\xb0\x22\x6e\x32\x3a\ -\x6a\x82\xc6\x29\x2e\x31\xc7\x74\xa0\x2a\x0d\xe6\x15\xa0\xd5\x26\ -\x04\xc5\x2f\x4f\x31\xf1\x61\x31\x7f\xab\x33\xdd\xb5\x95\xe9\xae\ -\xa5\x4d\x77\x6c\xf8\x4b\xd3\x5d\xf7\x18\x3e\x87\x3b\xba\xb0\xce\ -\x12\xd6\x3a\xe0\xa1\x05\xa1\x9f\x13\xcc\x61\xeb\x60\x70\x30\x50\ -\xe6\x5e\xf8\x1c\xf2\x94\x60\x05\xee\x77\xef\xcd\xd3\x65\x21\xe4\ -\x66\x2a\xca\x22\xba\x04\x1c\xdc\xa2\x49\x93\x9b\x22\x74\x25\x1b\ -\x5a\xc7\xfe\x4b\x67\xef\x4b\x92\x7c\x22\x53\x45\xb2\x17\xcf\xf6\ -\xa8\x8f\x7d\x72\xe3\x38\xbc\xff\x24\xa2\xeb\x6e\x14\xdc\x71\x40\ -\x1c\x4c\xee\x82\x99\x03\x64\x57\x8c\xae\x4e\xc9\x16\xee\xeb\x23\ -\x45\x13\x03\x5a\x3e\x55\x0c\x32\x84\xec\x52\x14\x41\x17\xe4\x32\ -\x4a\x41\xa8\x6e\x2a\x84\xc1\x16\x2c\xbf\x6c\x54\xb5\xca\x26\xef\ -\x4d\x8c\xf6\x0c\x52\xd6\xb6\x55\x95\xb1\xb8\x9c\xa8\xaa\x59\x7d\ -\x41\x73\xb3\xfe\x4d\xd6\x5c\x47\x4d\xca\x5e\x82\xaf\xca\x37\x0f\ -\xef\x83\x42\x13\x43\xee\x9a\xcd\xa6\x05\x67\x89\x88\xf0\x36\xf2\ -\x44\x7d\x5a\x83\x32\xe2\x52\x57\xb0\x44\xea\xcd\x36\x8d\x61\x6d\ -\xd3\xfa\xa1\x7e\x40\x95\x8d\x51\x98\x21\xd8\xec\xc0\xff\x7b\xf2\ -\xec\x60\x8e\xd9\xdf\x51\xda\xea\x88\x2d\x1c\x72\x93\x90\x9d\x8d\ -\x0b\x1d\x79\xd5\x90\x58\x47\xcf\x1f\xe7\x40\xb2\x27\x87\x39\x09\ -\x7f\x3d\x01\xc8\x88\x79\x7e\x11\xd8\xfa\xea\xc9\x33\x8e\x90\xc2\ -\x10\xaa\x8b\x6d\x68\xfc\xda\xcc\x5a\x3f\xce\x48\xe5\x56\x32\x85\ -\xe8\x62\xa3\xfa\x01\x3a\x37\xe6\xdf\x66\xc3\x2c\x44\x0b\xf8\xd6\ -\x00\x6d\x0d\x12\x95\xe1\xd9\x4c\x3a\x0b\xce\x75\x08\xbf\x9d\xe0\ -\x87\xb4\xfe\x2a\xaa\xd6\x3a\x53\xc9\xda\x6f\x7c\xd7\x0b\x6a\x33\ -\xa9\xe0\xb2\xf1\x9a\xe1\x02\xbb\x70\x9b\xac\xa8\x41\x2f\x6c\xb9\ -\x5f\x52\x41\x2a\x5f\x50\xab\xeb\xa2\x6e\x09\x82\xc3\x19\xf9\x30\ -\x04\xd9\x02\xb7\xa2\x48\x40\xdd\xc7\xfb\x03\xbf\x89\xbd\x88\x2f\ -\xe6\xec\xfe\x9d\x40\xc3\x3b\x68\x68\x48\x89\x3b\x85\x94\x58\x94\ -\x63\xb6\xde\x5e\x81\x29\x3e\x78\x01\xf8\x1e\xd1\x46\xe4\xc6\x6e\ -\x1a\x6e\x56\x51\x2b\x56\x65\x75\x75\x90\x02\x8b\x69\x9d\xcd\x14\ -\x34\x77\xe9\x5e\x90\x5a\x0f\x33\xa1\xca\x8a\x9f\x35\x27\x4e\x98\ -\x37\xd9\x42\x87\xcd\x9a\x6c\xd2\x6c\x67\x75\xee\x17\x07\xc7\x87\ -\x47\x47\x53\x36\x87\xf2\x59\xb4\xb5\x7b\x20\xca\x67\xa2\xde\xcd\ -\x9b\xed\x6c\x28\x73\x45\xbe\xa0\xaa\x84\x59\x82\x16\x99\x74\x1b\ -\x64\x26\xb3\xaf\x37\x4d\x4e\x5a\x0d\x50\xa9\x9a\xb5\xf5\x62\x5a\ -\x2c\xe5\x09\x04\xdd\x96\x52\x84\x71\xc0\x34\x10\x45\x88\x4d\x66\ -\xc4\x97\xc9\xf6\xa9\xad\xc1\x3a\xe0\x4d\x54\x1f\x9f\xb6\xc9\xa7\ -\xb2\x10\x66\x56\x65\x49\x14\xa8\x8d\xd8\xea\xe3\x5f\x08\x29\xd7\ -\xcf\xb6\x50\x18\xec\x07\xc8\xb0\x76\x0f\x1a\x68\xf6\xc8\x7e\xa1\ -\x57\x17\xe2\xea\x42\xbe\x2a\xa0\xb4\x77\xd5\x04\x6d\xb7\x93\x39\ -\x97\x7a\x7d\x5f\xc8\x4b\xaf\xee\xa8\x41\x42\xd5\xac\x5e\x12\xcd\ -\x82\x5e\xb6\x69\x90\x87\xf1\x2c\xcc\xe4\xc2\x03\xb1\xbc\x48\x24\ -\x5f\xe5\x15\xce\x4c\x49\x40\xa5\x89\x1f\x66\xfe\x3a\xf1\xbe\xe2\ -\xef\x60\x39\x3b\xbe\x1a\x48\x78\x5c\x3b\xd1\xc3\xda\x89\xc8\x5e\ -\xcd\x96\x37\x97\x9a\x8e\xb4\x99\xdf\x4e\xd5\x80\xb7\xba\x54\x2f\ -\x6a\xf1\x76\x58\x59\xa2\x63\xa2\xaf\xec\xf7\x94\x53\x37\x75\xcf\ -\x47\xa7\xc1\xec\xd2\xdd\x52\xa5\x6b\x23\x86\x4d\x41\x86\x19\x88\ -\x36\x9b\x86\x0f\x7c\x06\xb2\x61\x12\x93\x9e\x3d\x64\x68\xd3\xa2\ -\x41\xee\x6e\xb7\x6b\x67\x00\xbf\xe1\x94\x1c\x01\x20\x55\xf2\xca\ -\x79\x53\xa0\xfe\xa4\x74\x93\x64\x18\xc4\xee\x0a\x6f\x5e\xa6\xcc\ -\x20\xde\xa6\x2e\xd1\x9e\xb2\x1b\x59\xac\x5c\x93\x9d\x53\x48\xd5\ -\x4a\x76\x97\x4f\xf6\x8f\xf7\x8f\xf5\x61\xa7\x36\x91\x86\xde\x02\ -\x52\xd2\xe6\x3d\x77\xe1\x69\xe8\xcf\x15\x36\x86\x0a\x62\xa5\xa2\ -\x2e\x56\xe0\x8b\x29\xf4\x9f\xba\x71\xa6\x9e\x02\x41\x91\x60\x56\ -\x92\x7b\x5f\x4e\x4e\x9e\xf5\xeb\x43\xa4\xbd\xea\x10\xad\x0f\x53\ -\x26\x99\x48\x6e\x71\xb3\x4e\x96\x4a\x4c\xae\xb5\xc3\xfc\x3d\x6a\ -\xc3\x92\x63\x8a\x8c\x4f\x5b\xde\x67\x89\x65\xaf\x7b\xd2\x55\x2b\ -\x16\xc5\xad\x0e\xa5\x74\x9f\x15\x0a\xb4\xdd\xc1\xe2\x0d\x6d\xfb\ -\x4d\xdb\x19\x28\x2d\x38\x58\xe6\xaf\x5c\xc3\x85\x88\x50\x67\xda\ -\xa9\x52\x86\xa1\x7c\xf3\xcc\xca\xa8\xb1\x4f\xb2\xf7\xca\x10\x52\ -\x5e\xed\xa9\xcb\x81\x03\xf2\xe1\xf1\x2e\x5c\x4d\x43\x88\x77\x5c\ -\x11\x25\x67\x14\xd4\x6d\xe0\x8a\x35\xdc\x73\xef\x7b\x15\x77\xd6\ -\xa4\xfd\x82\xa3\xac\xca\x24\xa4\x11\xb5\x0c\xc9\xe2\xfc\x4a\xb6\ -\x61\x14\x79\x81\xd4\x50\xec\xf3\x89\xef\x62\x31\x99\x11\x92\x57\ -\x98\x3a\x2d\xba\xf4\x13\x1d\x63\x8c\xf3\xef\xd5\x13\xad\x61\xa0\ -\x2b\x82\x94\xad\x25\x0f\x3b\x87\xc7\x47\xfb\x06\xbf\xd2\xd5\x56\ -\x58\x3f\x95\x59\xb9\xeb\x92\x8f\x0a\x03\xd9\x36\x8f\xeb\xb9\xc1\ -\x26\x2b\xea\x2a\x7c\x1b\x9f\xfd\xa8\x7d\xfa\x23\xd3\xb9\x33\x8f\ -\xc3\xa8\x49\xaa\x27\x62\x54\x14\x2b\x32\x5c\xb3\xe5\x45\x2b\x79\ -\x7f\x41\xa9\x0d\xcb\xca\x21\xb6\x11\x9e\xdc\xd2\x42\x0b\xbd\xc7\ -\x05\x9f\xbb\x31\xa8\xc2\x7d\x2c\x36\xb0\x8d\x32\xe2\x0c\x2c\x42\ -\xd8\x2c\xc0\x03\x8e\xa9\x91\xa6\x91\xac\x94\xa4\x24\x6d\x9b\x15\ -\x39\x6d\x24\x1d\x72\x0a\xd5\x7c\x87\x8d\x2a\x4b\x37\x79\xeb\x7e\ -\x83\x3a\x9d\x36\x15\x68\x19\xf7\x33\x1e\x36\x2a\xdf\x7d\xd5\x22\ -\x11\xfa\xb3\x38\x8e\x3b\xb6\xf9\xc1\x58\xf7\xa8\x77\x96\xa7\x56\ -\xa5\xad\xe8\x2f\xc6\x70\xab\x07\xd3\x75\xd4\x9c\xca\x19\x4c\x91\ -\x7d\xe1\x1c\x93\x61\x68\xc9\x47\xda\x8c\x23\x8b\x1d\x24\x10\x83\ -\xcb\x04\x84\x3a\xc9\x0f\x84\xc2\xf6\xd7\x4c\x48\xb2\x1a\x6d\x71\ -\xea\xc9\xcb\xb7\xd9\x0a\xa6\xa4\x4d\xb8\x58\x54\xe6\x96\x65\x1b\ -\x24\x15\xdb\xd9\x7f\x95\x40\x57\xe6\xb2\xda\x05\x7f\x5a\x83\x2a\ -\xd0\xcc\x87\xaf\x41\x58\x69\x6c\x97\xa8\x44\x0e\x1c\x8b\xc5\x37\ -\xc4\xa3\x27\xaa\x45\x0f\x4f\x4f\x8a\x40\x5b\x6f\x2f\xdd\x29\xf6\ -\xb5\x04\xa1\x95\x0d\xe3\xfc\x00\x98\x7c\xa2\xc9\x89\xdc\x00\x57\ -\x1f\x18\xe6\xc7\xa0\xf2\xa3\x8c\x5f\x22\x98\xd1\x60\x85\xf2\xd8\ -\x9c\xc7\xee\xfd\xa9\x9b\xb0\xc3\xa0\xa6\x4c\x32\x1b\xdc\x8c\x80\ -\xf1\x7c\x14\x81\x29\x0d\x1f\xf9\xb4\x1a\xef\xe5\xcc\xfc\x30\xc1\ -\x7c\x08\xa2\xea\x35\x33\x69\x2d\x59\xa5\xf4\xe8\x23\xe9\xd5\x24\ -\xd5\x69\x43\x42\x2c\xed\x38\x9a\x90\x58\x8e\xbb\x3a\xfc\x8c\xf2\ -\xc1\x01\x3d\x7c\x2c\x7e\xb4\x76\xec\x31\xd1\xca\x81\x4f\x27\x6a\ -\x38\x67\x47\x0d\xbb\xfc\x9f\x80\xb8\xf7\x0a\x4d\x46\x37\xa8\x89\ -\x4e\x47\x93\xc9\xe8\x0a\x4d\x7a\xa7\xb7\xe4\x84\x60\x46\x38\x75\ -\xa7\x0e\x49\x23\x4a\xea\x65\x9b\xc6\xff\x9a\x35\x6d\x39\x73\x6a\ -\x6b\x33\x19\xa9\x74\xf7\x0e\x4e\x0e\x4e\x76\x9e\xb4\x60\x2b\xcf\ -\x54\x0b\x33\x9c\x5a\x3f\x66\xa7\x4b\xf5\x1c\x87\x66\x41\xb6\x14\ -\xc7\x92\x04\xc9\x06\x24\x7a\x66\x8c\xff\xaf\xea\x12\x55\xf3\x64\ -\xb1\x54\xdb\xe5\x09\xa5\xe6\xd8\x8e\xef\x26\x29\xa4\x7e\x45\x3b\ -\xd0\x3b\xca\x81\x5e\x01\xab\x65\xa6\xb4\xf0\xe2\x24\x75\x7e\x12\ -\xa7\x69\xcd\x44\xb5\x46\x2a\x7d\xa6\xd3\x96\x0d\xaa\xde\xcb\xe4\ -\x22\xf2\x29\xca\x5c\x31\xe5\xa7\x72\x75\x3e\x66\x70\xc2\x56\x46\ -\x78\xfc\xe6\x06\x08\x05\xb9\xa7\x80\xe4\x7d\xcd\x38\x59\xea\x9b\ -\xc7\xb7\xcb\xfe\x60\x02\x01\x8e\x3d\xe6\x63\x8c\x6f\x44\xed\xdf\ -\x79\xd4\xb5\x0b\xa3\xae\xf5\x0d\xa3\xae\x30\x8e\xb8\x63\x16\x92\ -\xf5\x9a\x25\x1e\xcd\x24\xe6\x08\xf7\x2d\xab\x38\x59\xdb\xec\xf9\ -\xb6\x1f\x17\xe4\xda\xff\x9d\xea\xae\x13\xe2\x8a\x6d\x74\x65\x53\ -\x01\x36\x18\x95\x5c\xb2\xa7\x0c\x4a\xca\x6a\xe3\xb8\xc6\x18\x6e\ -\x80\x50\x33\xc9\x86\x20\x19\x3b\x33\x4a\x11\xdd\x55\x98\x88\x95\ -\xda\xf9\x86\x0e\xf3\x6f\x96\x79\xe3\x80\x66\xf2\xdc\x95\x4b\x52\ -\x4b\xc3\x81\x51\xa0\x8f\x8c\x0c\xa8\x49\x37\xa4\x5f\x3c\xa7\x59\ -\x07\xbe\x58\x89\x6c\x84\xbf\xb0\x7e\xa9\x23\x48\x7d\x4e\x25\x07\ -\x89\xe9\x32\xe4\x3c\x9c\x7d\x66\xeb\x10\xfb\x0a\xa4\xdb\xda\x1f\ -\xec\xf3\xea\x02\x7d\x66\x60\xea\xc6\x4d\x96\x1f\x13\x3e\xb5\x92\ -\xff\xac\x5f\x10\xc6\x2b\xd7\xb7\x77\x04\x9f\x03\x48\x52\x55\x27\ -\x47\xa8\x26\xe5\x90\x0d\xc8\xb7\x16\x7e\xe8\xa6\x62\x6d\x62\x13\ -\xc5\xf2\xc4\x95\x21\x2a\x6c\xb4\x56\x29\x83\x99\x6d\xdc\xda\xc0\ -\xb2\x06\x85\x67\x35\xcd\xcb\x97\x76\xab\x42\x2b\x62\xa9\x52\xc6\ -\xd0\xb2\x9a\x21\x6a\x6a\x66\x3f\x8c\x8f\x9e\x96\x42\x12\x55\xf2\ -\x06\x99\x3f\x92\x54\x2e\x28\x97\x97\xca\x4b\x0a\x5a\x32\x5d\x67\ -\x0a\x86\x98\x2d\x1d\x39\x1d\xd4\x6e\xd9\x56\x82\x06\x3f\x93\xac\ -\x2a\x39\x5b\x46\x30\xa3\xe8\x26\x60\xea\xa9\x0f\x1a\x4a\x9c\x9f\ -\xdc\xf9\xef\xa1\x17\x24\x4d\xf2\x90\x97\xe2\x64\x25\x47\x0a\x9f\ -\xc2\xe8\x3b\xf2\xf9\x89\x30\x9a\x2d\x3d\x7f\x0e\x2d\xd9\xb7\x1f\ -\xc1\xb6\x84\x2b\x75\xdf\x79\xc3\xd0\x89\xdd\x51\xfb\xca\x5d\x2b\ -\x4b\x10\x8c\xce\x27\x46\xa7\x0c\x5e\x18\x71\xd2\x66\x8c\x26\x70\ -\xc5\x2e\x0a\xb4\xba\xd8\x08\x99\x6f\x52\x5c\x56\x4e\xdf\x58\x7d\ -\x4a\xe4\xa9\xa9\xc4\x66\x18\x48\x51\xfd\x29\xba\xb4\xe3\x2d\xd7\ -\x28\x47\xbb\x89\x5e\x8b\x60\x45\x60\xe2\xcf\x69\x66\x59\x52\x16\ -\xa5\x2b\x1b\xe4\xa8\x4d\x0d\x90\x2d\x8e\x43\xe6\xcc\xff\x72\x34\ -\xf2\xf3\xdb\x72\x82\x36\xa0\x7f\xb6\x0c\x60\xab\xb0\x56\x41\xad\ -\x46\x2a\xa2\xb2\x09\x11\x3f\xa6\x02\xc1\x1b\x22\xb9\x03\x3d\x80\ -\xc8\xc6\x2f\x3c\x10\x75\xd8\x63\xd3\xe4\xa2\xec\x62\x48\x8f\x04\ -\xab\x0f\x57\x64\x73\x75\x37\x7b\x0a\x81\x63\xb2\x1d\x56\x91\x79\ -\x3c\x7d\xa3\x71\xb7\xc5\xb7\x54\x1a\xf9\x49\x3d\xf4\xc2\x3d\x26\ -\x1f\x79\xf3\xb1\x43\x3e\x4a\x8d\xd1\xaa\x0d\x51\xa6\xce\xb6\x70\ -\xb3\x32\xb5\x76\xfe\x12\x56\x34\x5d\xab\x1e\x8e\x74\x3d\x70\xdb\ -\x68\x87\x57\xea\x61\xa9\x6f\x98\x56\x61\x5f\xb3\xca\x30\x3a\xa0\ -\x27\x9a\xa5\x68\x10\xcd\x50\x3f\xd0\x2c\x2d\x6a\x98\x72\xb3\xe4\ -\x29\xbc\xf5\x7d\x1c\x9b\xbc\x08\xa0\x2c\x6b\x15\xb0\x0a\xcb\xeb\ -\xe7\x3f\xa5\xa3\x4a\x26\x65\x9d\xf2\x8a\x65\x85\x83\x75\x31\x2f\ -\x95\x5a\xe4\x67\x0b\x6d\xdd\x78\x0b\xab\xea\x0c\xa7\x95\x6c\x27\ -\x49\x25\x16\x59\x84\xb4\x70\x35\xa7\xe4\x35\x79\xb2\xfd\x7c\x95\ -\xe3\xaf\x51\x18\xad\xa3\xab\x70\x8e\x7f\xd9\x6e\x6d\xff\x86\xfe\ -\x24\xaf\x16\x08\x03\xff\x91\xbe\x51\xe0\x1c\xfb\xee\x23\x9e\xdf\ -\x90\x36\xa4\x96\x66\x3c\x09\x44\x7a\xac\xdc\xcf\x18\xdd\xbb\xac\ -\x17\x79\xe1\x10\x25\x8b\xf8\xaa\x87\xbf\x87\xc0\xcc\xb5\x5d\xe0\ -\x3a\x0c\xe8\x7b\x8c\xac\x5c\x3b\xcf\xc0\xb5\x53\xe0\x4a\x5f\x03\ -\x40\xdb\x3d\x8f\xb8\xd0\x8c\xdc\xc9\x37\x72\xd1\x14\xfb\xe1\x3d\ -\x79\x77\xd7\x9a\x2c\x72\x28\x63\xfe\xca\x2c\x45\x62\x5d\xef\x2b\ -\x00\xcc\x0a\x99\xba\x53\x64\x87\x46\x89\x47\x6c\xf2\xec\x10\x1d\ -\x76\x4d\x12\x09\x10\x1b\x52\xcd\x0e\x97\x2c\x59\x7a\x8b\x14\x79\ -\x29\x72\xd1\x14\x7e\x5a\x44\x49\xb8\x2c\xe4\xad\x58\x05\x61\x74\ -\x45\xda\xf1\xe7\x8b\xe2\xb2\xb8\x62\x2d\x4c\xb2\x87\xd8\xcb\xaa\ -\x92\xac\x05\xc0\x6f\xc3\x6f\x2c\x7e\xa2\x7f\xd0\x5d\x31\x62\x38\ -\xfe\x96\x8c\x5f\xa8\x43\x91\x97\x69\x85\x33\xfa\xe2\x33\xf6\x82\ -\x2e\x62\x7f\x11\x71\x0f\x0d\x91\x85\x89\x40\xd5\xba\xa1\xfa\xed\ -\x84\x68\xa6\x49\xa8\xb1\xe9\x21\xb7\x4f\xbb\xcc\x3c\xf2\xf9\x12\ -\xdd\x31\xec\x6f\x51\xa8\x3e\x53\xc4\x37\xa9\xa4\x63\x45\x0c\xcc\ -\xb1\x54\x36\xf3\xb1\x61\x39\x5d\x98\x36\xee\x62\x6f\x4e\x92\xca\ -\xfc\x30\x19\x7f\x9e\xa8\x7a\x95\x2d\x71\x81\xb8\x98\x3f\xfd\x64\ -\x3e\xd2\xdc\x2a\x40\x53\x5f\x4a\x53\x4c\x4e\xa5\xf0\xaf\x66\xa5\ -\xa2\x18\x51\x92\x8e\x5a\xb3\x51\x9d\x7b\x96\xe1\xba\xb3\xd4\xfb\ -\x8a\x4b\x52\xe0\xac\x81\x2d\x87\x66\x0d\x9e\x82\x6a\xcb\xa6\x3d\ -\x36\xec\x0a\x46\x93\x5e\x38\xa1\x4c\xb7\x92\x96\x0d\x0f\xa3\x15\ -\x91\x6d\xf8\x34\x5a\xbd\x07\xd1\x6c\xb6\x27\xd7\x4d\x6f\x2f\xb3\ -\xa0\x75\xf2\x67\x31\xd9\x7e\x9d\xe2\x63\xc6\x66\x24\xd4\xc1\xfa\ -\x4d\x3b\x53\x2f\x06\xac\xe9\x81\xb9\x52\x82\x06\x32\x85\x17\x37\ -\x19\x09\x48\xcf\xf9\x97\x43\x97\x1b\x9a\xc1\x67\x31\xa6\x36\x7a\ -\xdb\x8b\x23\x18\x25\x5d\x00\x33\x11\xf1\x5c\x86\xba\x41\x24\x3d\ -\xfa\x65\x70\x21\xb6\x75\xc3\x8b\xd1\x24\x1e\x92\xc3\x88\x6c\x72\ -\x0a\x63\x08\x8c\x59\xdc\x23\xf3\x8d\xcc\x34\x3f\x46\x53\xb9\x4e\ -\x37\xc6\x6b\x99\x96\x38\xa9\x54\xfb\x84\x94\x7c\x10\x87\x86\x86\ -\xb3\x30\x0e\x70\x2c\x42\xb6\x18\x39\xb5\x06\xce\x66\x19\x78\x4b\ -\x99\xb8\xe8\xbb\x75\xdc\xa9\x95\xd1\x66\x67\x08\xfe\x47\x36\xd8\ -\x4a\x36\x3c\x8b\x67\x61\xd9\x1e\x88\xa4\xcb\x2c\x30\xb3\x6c\xd2\ -\x83\x11\xe1\xcd\xbc\x3f\x30\xca\xae\x43\xa3\x04\xf1\x33\xf1\xf4\ -\xb9\x16\x87\xb7\xe2\xcf\xb5\x20\x83\xf3\xf3\x07\x6f\xd2\x75\x92\ -\xbd\x56\xad\xde\x6a\xd9\xb8\x00\xa3\x7e\x47\x9f\x03\xfa\x95\xad\ -\x18\x7f\xd9\xde\xdf\xfe\x0d\xc2\x05\xbb\x46\x93\x1c\x7a\xa9\x64\ -\x61\xc1\x1e\x07\xfa\x0f\x6c\x87\x74\x3d\ -\x00\x00\x02\x71\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\ -\x95\x2b\x0e\x1b\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x0b\x01\x28\x74\x6d\x24\x49\x00\x00\x01\xf1\x49\x44\x41\x54\x58\ -\xc3\xcd\x57\x41\x4e\x02\x31\x14\xfd\xfd\xb5\x6e\x70\x21\x89\xb8\ -\x11\x8d\x89\x5b\xef\x80\x3b\xb7\xde\x80\x36\x70\x2c\xa0\xbd\x86\ -\x3b\xc2\x19\xd8\xb9\x21\x11\x13\x23\x0b\x4d\x94\x49\xb4\x69\xeb\ -\xc6\xea\xa4\x61\x86\xb6\x40\xf0\xef\xc8\xd0\x79\x7d\xef\xbf\x79\ -\xed\x07\xd8\x73\x91\xaa\x07\x4a\xa9\x57\x00\x00\xe7\xdc\x52\x08\ -\xd1\xce\x79\xb9\x94\x72\x4e\x08\x69\x00\x00\x70\xce\x9b\x51\x1b\ -\x18\x0c\x06\x53\xc6\xd8\xa5\x5f\x08\x00\x60\xad\x5d\x70\xce\x4f\ -\x53\xc0\x95\x52\x2f\x88\xd8\xf2\xbf\x9d\x73\x4b\xad\xf5\xac\xdf\ -\xef\x5f\x97\xff\x87\xe1\xc2\x10\x1c\x00\x00\x11\x5b\x52\xca\x79\ -\x0a\xf3\x32\x38\x00\x00\x21\xa4\xc1\x18\xbb\xac\x54\x60\x15\xf3\ -\xb0\xb4\xd6\xf3\x5e\xaf\x77\x5e\x07\x3e\x1c\x0e\x1f\x19\x63\x95\ -\x2d\x0b\x95\xc0\x3a\xe6\x61\x51\x4a\x6b\x95\x90\x52\xce\x29\xa5\ -\xad\x5a\xd3\x05\x4a\x10\x6f\x38\x44\x3c\x8e\x95\x78\x95\x27\xc2\ -\x9e\x47\xbc\xe3\x8d\x73\xde\xc4\x1c\x77\x87\x9e\x58\xd5\xf3\xd8\ -\x3a\xf0\x7d\x01\x80\xe3\x94\x85\x94\xd2\x33\xa5\xd4\x8b\xdf\x50\ -\x2a\xf0\x0f\xe6\x9f\x09\x53\x25\xdc\xa4\xca\x2d\xfc\x6d\x01\xe7\ -\xfc\xd4\x18\xf3\xb4\x6b\x70\x63\xcc\x53\xd9\x3f\x64\x5d\x80\xec\ -\x8a\x79\x65\x10\xed\x4a\x89\x90\x79\xcc\x59\xb0\x35\x25\xea\xa2\ -\xbc\xf2\x33\xdc\x96\x12\x55\xcc\xd7\x2a\xb0\x0d\x25\x62\x0e\x31\ -\x84\x3d\x17\xa6\x9e\x6a\x9b\x24\x66\xea\x85\x64\x7f\x26\xdc\x94\ -\x79\x8a\x12\xff\x2b\x88\xb6\xcd\x3c\x46\x89\xff\x71\x18\xe5\x32\ -\xb7\xd6\x2e\xac\xb5\x8b\x4d\x94\x40\x7f\x4d\xca\x4d\xb8\xdc\xc4\ -\xf4\x98\x98\x2b\x61\x79\x56\x10\x42\xb4\x73\x94\xf8\xdd\x00\xe7\ -\xbc\xe9\x6f\x28\xb9\xd9\x9e\xa2\x84\x73\x6e\xe9\x07\x15\x2c\x5d\ -\xb9\x67\xeb\x36\x11\x32\x0f\x4b\x08\xd1\x36\xc6\x3c\x03\x80\xad\ -\x21\xf0\xa1\xb5\x9e\x55\xe6\x80\x94\xf2\x1d\x11\x1b\x84\x10\x52\ -\x02\xfe\x72\xce\xdd\x0a\x21\xc6\x91\x83\xc9\x0d\x21\xe4\x1e\x11\ -\x0f\x43\xe6\xdd\x6e\xf7\xa8\x36\x09\xa7\xd3\xe9\x95\xb5\x76\x59\ -\x02\xff\x2c\x8a\xe2\x2e\x16\xfc\x47\x89\x71\x51\x14\x77\xd6\xda\ -\xcf\x70\x20\x49\x1e\x4e\x27\x93\xc9\xc5\x68\x34\x7a\xcf\x31\x58\ -\xa7\xd3\x39\x11\x42\x3c\xd4\x0d\xa7\x7b\xaf\x6f\x1a\x2b\x5a\x88\ -\xa9\x6c\x88\x2e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ +\x00\x56\xb7\x78\x9c\xed\x5c\x59\x73\xdb\x38\x12\x7e\xf7\xaf\xc0\ +\x38\x2f\x71\x56\xb2\x75\xfa\x60\x66\xb6\x4a\xb6\xa5\x58\xb5\xb6\ +\xe5\xc8\x4a\xb2\xa9\xa9\xa9\x14\x25\x51\x16\x27\x14\xc9\x90\x54\ +\x6c\xcf\xd4\xfc\xf7\x6d\x5c\x24\x2e\x5e\x8e\x93\xa9\xdd\xda\x28\ +\x71\x2c\x10\x68\x7c\x7d\xa0\xd1\x68\x00\x3c\x78\xb5\x83\x5e\xa1\ +\xd9\xda\x41\x57\xe3\x19\xba\x74\x17\x8e\x1f\x3b\xe8\x25\x7c\xd9\ +\x83\x07\xf8\xd9\x59\x10\x3e\x46\xee\xdd\x3a\x41\x2f\x17\x7b\xe8\ +\xe7\x4e\xab\xdd\x6d\xc2\x8f\xde\x3f\xd1\xcf\x67\x81\xe7\xfa\xe8\ +\x7c\xfb\x65\xeb\xc4\x7e\xf0\xf8\x4f\xd6\xe2\xc6\x89\x36\x6e\x1c\ +\xbb\x81\x8f\xdc\x18\xad\x9d\xc8\x99\x3f\xa2\xbb\xc8\xf6\x13\x67\ +\xd9\x40\xab\xc8\x71\x50\xb0\x42\x8b\xb5\x1d\xdd\x39\x0d\x94\x04\ +\xc8\xf6\x1f\x51\xe8\x44\x31\x34\x08\xe6\x89\xed\xfa\xae\x7f\x87\ +\x6c\xb4\x80\x9e\x31\x3d\xa8\x9c\xac\x81\x52\x1c\xac\x92\x7b\x3b\ +\x72\xa0\xfe\x12\xd9\x71\x1c\x2c\x5c\x1b\x48\xa2\x65\xb0\xd8\x6e\ +\x1c\x3f\xb1\x13\xdc\xe5\xca\xf5\x9c\x18\xbd\x4c\x80\xa5\xdd\x5b\ +\xd6\x62\x77\x8f\xf4\xb3\x74\x6c\x0f\x13\x04\xd0\xf8\x31\x7f\x8a\ +\xee\xdd\x64\x1d\x6c\x13\x14\x39\x71\x12\xb9\x0b\x4c\xa6\x01\x95\ +\x16\xde\x76\x89\x91\xf0\xc7\x9e\xbb\x71\x59\x27\xb8\x39\x11\x4a\ +\x8c\xe9\x01\xe9\x6d\x0c\xac\x60\xc0\x0d\xb4\x09\x96\xee\x0a\xff\ +\xef\x10\xfe\xc2\xed\xdc\x73\xe3\x75\x03\x2d\x5d\x4c\x7d\xbe\x4d\ +\xa0\x30\xc6\x85\x44\xd6\x0d\xcc\xcd\x41\x10\xa1\xd8\xf1\x08\x38\ +\x20\xe2\x02\x03\x84\xe9\x0c\x23\xa9\x86\x3b\x0a\xb1\x70\x13\x26\ +\xae\x18\x97\xdc\xaf\x83\x8d\xcc\x8f\x4b\x50\xad\xb6\x91\x0f\x1d\ +\x3b\xa4\xd9\x32\x00\xf1\x91\x7e\x7f\x77\x16\x09\x2e\xc1\x2d\x56\ +\x81\xe7\x05\xf7\x98\xc7\x45\xe0\x2f\x5d\xcc\x5a\x6c\xed\x70\x8b\ +\xb0\xe7\xc1\x57\x87\x30\x45\xf5\xef\x07\x09\x60\xa6\x40\xb0\x3e\ +\xc2\x4c\xcf\xec\x51\xbc\xb6\x3d\x0f\xcd\x1d\x26\x3c\xe8\xda\xf5\ +\x31\x35\x5c\xca\xf9\x8a\x30\x88\x38\x01\x6b\x70\x6d\x0f\x85\x41\ +\x44\x7a\x55\xf9\xdd\xa7\x28\x2e\x86\xe8\x76\x32\x9a\x7d\x18\x4c\ +\x87\x68\x7c\x8b\x6e\xa6\x93\xf7\xe3\xf3\xe1\x39\xda\x1d\xdc\xc2\ +\xf7\xdd\x06\xfa\x30\x9e\x5d\x4c\xde\xcd\x10\xd4\x98\x0e\xae\x67\ +\x1f\xd1\x64\x84\x06\xd7\x1f\xd1\xbf\xc6\xd7\xe7\x0d\x34\xfc\xf7\ +\xcd\x74\x78\x7b\x8b\x26\x53\x4c\x6d\x7c\x75\x73\x39\x1e\x42\xf1\ +\xf8\xfa\xec\xf2\xdd\xf9\xf8\xfa\x0d\x3a\x85\xa6\xd7\x13\x30\xfc\ +\x31\x58\x3c\xd0\x9d\x4d\x48\x9f\x8c\xda\x78\x78\x8b\xe9\x5d\x0d\ +\xa7\x67\x17\xf0\x75\x70\x3a\xbe\x1c\xcf\x3e\x36\x30\xad\xd1\x78\ +\x76\x8d\x29\x8f\x26\x53\x34\x40\x37\x83\xe9\x6c\x7c\xf6\xee\x72\ +\x30\x45\x37\xef\xa6\x37\x93\xdb\x21\x80\x38\x07\xca\xd7\xe3\xeb\ +\xd1\x14\x3a\x1a\x5e\x0d\xaf\x67\xfb\xd0\x31\x94\xa1\xe1\x7b\xf8\ +\x82\x6e\x2f\x06\x97\x97\xb8\x37\x4c\x6e\xf0\x0e\xd8\x98\x62\xa0\ +\xe8\x6c\x72\xf3\x71\x3a\x7e\x73\x31\x43\x17\x93\xcb\xf3\x21\x14\ +\x9e\x0e\x01\xdf\xe0\xf4\x72\x48\x7b\x03\xee\xce\x2e\x07\xe3\xab\ +\x06\x3a\x1f\x5c\x0d\xde\x0c\x49\xab\x09\x10\x22\x4c\xe2\x9a\x14\ +\x26\xfa\x70\x31\xc4\xa5\xb8\xd7\x01\xfc\x3d\x9b\x8d\x27\xd7\x98\ +\x9f\xb3\xc9\xf5\x6c\x0a\x5f\x1b\xc0\xee\x74\x96\xb6\xfe\x30\xbe\ +\x1d\x36\xd0\x60\x3a\xbe\xc5\x92\x19\x4d\x27\x57\x84\x53\x2c\x5d\ +\x68\x34\x21\x74\xa0\xe9\xf5\x90\x12\xc2\x92\x97\x15\x04\x55\xf0\ +\xf7\x77\xb7\xc3\x94\x26\x3a\x1f\x0e\x2e\x81\x1c\x68\xeb\x5a\x55\ +\xe8\x3e\x14\x1c\xec\xec\xbc\xbd\x89\x82\x3b\x18\x79\xf1\xa9\x1d\ +\x59\xeb\x20\x72\xff\x08\x60\x28\x7b\xe8\xcf\x1d\x04\x7f\xe6\x41\ +\xb4\x74\x22\x0b\xb5\xc3\x07\x30\x60\xcf\x5d\xa2\x17\xdd\x41\xf7\ +\xa4\x7b\xf2\x9a\x3c\x4e\x9c\x87\xa4\x69\x7b\xee\x9d\x6f\x21\x18\ +\x4e\x89\x13\xd1\xf2\xd0\x5e\xe2\xa1\x4b\xda\xd1\x92\xb9\xbd\xf8\ +\x7c\x17\x05\x5b\x7f\x69\xa1\x17\xe0\xbf\x46\xed\xd1\xeb\x9d\xbf\ +\xe4\xde\xad\xc5\x7a\xeb\x7f\x36\x80\x48\xdb\x36\x17\x81\x17\x00\ +\x9c\x2f\xe0\xf8\x1c\xf0\x5f\x91\xbd\x74\xa1\xdb\x97\x71\x18\x39\ +\xf6\xd2\x8a\x9c\x95\x07\xc3\xab\x81\x1e\xda\x56\xbb\x81\x1e\xdb\ +\x56\x6b\xbf\xdf\xeb\xc3\xf7\x0e\xf9\xde\xb1\x5a\x30\x06\x93\x20\ +\xb4\x5a\x28\xba\x9b\xdb\x2f\x3b\xc7\x0d\x74\x78\xd8\x40\xed\x36\ +\x3c\xee\xf4\xfb\x7b\xec\x71\x9b\x3e\xee\x1e\x35\xd0\x31\xfc\x6b\ +\xf7\x0e\xe9\xe3\x3d\x8c\x79\xe7\xed\x2c\x08\xbc\x99\x1b\xee\x54\ +\x92\x91\x8e\x1e\x68\xbf\x3c\x01\x24\xed\x56\x07\x77\x7d\xb4\xf7\ +\x9a\xd6\x64\x8f\xef\xd7\x6e\xe2\xe4\xc9\x31\x08\xed\x85\x9b\x3c\ +\x5a\xa8\xd3\x6a\x51\x30\x1f\xdc\xe5\x9d\x93\x30\x2c\x8c\x44\xec\ +\x7a\x5f\xb9\x2e\xf4\xfe\x5f\x74\x5b\x9d\x51\x67\x44\x1f\x83\xdf\ +\x73\x88\xcb\x6d\x6a\x15\x5f\x1c\x1d\x1f\x1f\x9d\xcc\xd5\x7a\x8c\ +\xca\xdc\x83\xfa\x7a\x17\x9e\x1b\x5a\x4c\x24\xaf\x05\xf1\x34\xdd\ +\x8d\x7d\xe7\x58\xe0\xa9\x7c\xc6\x1b\xb8\x74\xac\x45\x0b\x49\x7c\ +\x58\xc0\xfb\x06\x4c\x00\xe0\xef\xe4\x69\xff\xed\x25\xd1\xfe\x1b\ +\xae\x7d\xac\x6e\xd4\x22\xfa\xc6\xff\x81\xb2\xc9\x37\xf8\xaf\xdd\ +\xa0\xd8\xb1\x4e\x51\x0b\x31\x86\x98\x92\x51\x9b\x17\xec\x49\xf2\ +\x67\x8c\xa9\x98\xa8\x00\x9c\xe5\x0f\x85\x85\x41\x5c\x39\xfe\x16\ +\x86\x47\x6e\xbf\x92\x3a\x15\x03\x10\xda\x5b\x84\x0d\x8d\x8a\x85\ +\x12\x08\x0d\xe2\x10\x9c\xbe\x9f\x18\x1a\xe4\xf3\xad\xb4\x2c\x19\ +\x0a\x3a\xe1\x10\x8f\xfb\x8c\x6e\xdd\x51\x24\x59\xa7\x6e\x93\x1b\ +\x70\x0f\x2e\x18\x75\x90\x24\xc1\xc6\x6a\xa6\x03\x88\x0d\x29\xfe\ +\x80\x94\x73\x6c\xd5\xa0\x18\xc6\x18\xed\x0c\x06\xa5\x48\x0d\xd8\ +\x84\x69\x9d\xd1\xe4\x35\xfa\x4a\x8d\x4c\x25\xe9\x58\x87\x2a\xa8\ +\xdb\x82\x1f\xfc\x17\x89\x21\xcf\x59\x25\x8c\x8c\x19\xab\xa8\x14\ +\x74\xf0\x0a\x47\x55\x4e\x04\x81\x04\x94\x2d\x70\xc8\x11\x65\x43\ +\x99\xb5\xc6\xf3\x80\x0c\x49\x55\x7a\xee\xc8\x80\xa0\xca\x9e\x7b\ +\x6a\xbd\x17\xbd\x16\xfe\x94\xfa\x1f\x4c\x68\x00\xc1\x48\x64\x2f\ +\x92\x31\x74\xfb\xde\x75\xee\x19\x25\xdb\x83\xc9\xc4\x87\xf8\x52\ +\x77\x4b\xa5\xda\xd0\x65\x22\x59\x12\xf5\x47\x78\x94\x6e\x63\x0b\ +\x75\x15\xc3\x60\xbe\x56\xe0\x71\x05\xf1\x6d\xdc\x40\xa9\xf5\x92\ +\xef\xb9\xa6\x42\x26\x8e\x1e\xcc\x2b\xc7\x74\x5e\xe1\x53\x86\x3d\ +\x57\xc8\x9d\xad\x9d\xc5\xe7\xd3\xe0\x21\x2d\x98\x02\xa2\xe0\x74\ +\x0b\x66\xe9\x1b\xfb\xa0\xae\x13\x13\xc3\x8e\x66\x08\xf1\x62\xbe\ +\x4b\xe0\x33\xac\xc4\x58\x47\x36\x9a\x66\x9c\x3c\x7a\xe0\x7f\x09\ +\xee\xd2\xf1\x5b\x24\x3a\x83\xd3\x79\x03\x78\x42\xe0\x4e\x8e\x23\ +\xaa\xd1\x3d\x52\x4c\x9e\x78\xc5\x4e\x8b\xab\x85\x93\xb6\xac\xc4\ +\x4d\x3c\x87\xf5\x00\x51\x2d\x8c\xb6\x24\x0a\xbc\x26\xc4\x0f\x64\ +\xac\xd1\xe6\xaf\xd5\xc7\x61\x10\x93\x50\x1b\xfc\x57\x10\x9a\xc2\ +\x16\x36\xc6\xda\x2d\xd5\x67\x90\x38\xdc\xf4\x80\xfa\xed\x14\x21\ +\xb7\xe9\xdb\x05\xf4\xe7\x0d\x20\x36\x91\x54\xa9\x0b\xb0\xc4\x6f\ +\x52\x3a\x72\x80\xc6\x28\xae\x1d\x86\xa9\x2f\x0b\x0d\xe6\x15\xa0\ +\xd5\xc6\x04\xf9\x2f\x4f\x51\xf1\xa1\x1e\xbf\x55\x99\xee\xda\xd2\ +\x74\xd7\x52\xa6\x3b\x3a\xfc\x85\xe9\xae\x77\x0c\x9f\xc3\x3d\x95\ +\x59\x6b\x0d\x6b\x1d\xb0\x50\x8d\xe9\xe7\x04\x73\xd8\xea\x8f\xfa\ +\x23\x69\xee\x85\xcf\x21\x0b\x09\x36\x60\x7e\xf7\xee\x32\x59\x6b\ +\x2e\x37\x15\x51\xea\xd1\x05\xe0\x60\x16\x4d\x12\xdc\xe8\xd0\xa5\ +\x68\x68\x1b\x79\x2f\xad\x83\x2f\x71\xfc\x09\x4f\x15\xf1\x41\xb4\ +\x38\x20\x36\xf6\xc9\x8e\xa2\xe0\xfe\x13\xf7\xae\xfb\xa1\x7f\xc7\ +\x00\x31\x30\x99\x09\xa6\x06\x90\x96\x18\x4d\x9d\x90\xd5\x9e\xab\ +\x23\x45\x61\x03\x6a\x3e\x95\x0d\x3c\x84\xf2\xb9\xd0\x41\x6b\x7c\ +\x19\xb9\xc0\x54\xeb\x32\x61\xd0\x05\x8d\x2f\x1b\x65\xb5\xd2\xc9\ +\xbb\x8e\xd2\x9e\x81\xcb\xca\xba\x2a\x53\x16\xe3\x13\x95\x55\xab\ +\xce\x68\xa6\xd6\xbf\x49\x9b\xdb\xb0\x49\xba\x17\xe0\xcb\xfc\x2d\ +\x83\x7b\x5f\xab\x62\x88\x5d\xd3\xd9\x54\x33\x96\x10\x33\x9f\x47\ +\x1e\x8b\x4f\xa9\x50\x44\x5c\x68\x0a\x9a\x48\xdc\x45\x5d\x1f\xd6\ +\x36\xad\x1f\xaa\x3b\x54\x51\x19\xda\x0c\x41\x67\x07\xf6\xdf\x93\ +\x67\x07\xb3\xcf\xfe\x8e\xdc\x96\x7b\x6c\x6e\x90\x75\x5c\x76\x3a\ +\x2e\x54\xe4\x65\x43\x62\x1b\x3e\xbf\x9f\x03\xce\x9e\xec\xe6\x04\ +\xfc\xd5\x18\xc0\x23\xe6\xf9\x59\xa0\xeb\xab\x27\xcf\x38\x9c\x0b\ +\x83\xab\xd6\xeb\x10\xff\x55\x4f\x5b\x3f\x4e\x49\xc5\x5a\x32\xb9\ +\x68\xbd\x52\x75\x07\x9d\x29\xf3\x6f\xd3\x61\xea\xa2\x39\xfc\x5c\ +\x07\x9d\xeb\x24\x4a\xdd\xb3\x99\x74\xea\x9c\xab\x10\x7e\x3b\x73\ +\x1e\x92\xea\xab\xa8\x4a\xeb\x4c\x29\x6a\xbf\xf1\x6c\xd7\xaf\xdc\ +\x49\x49\x2f\xb5\xd7\x0c\x17\x8e\x0d\x8f\xf1\x8a\x1a\xe4\x42\x97\ +\xfb\x05\x19\xa4\xe2\x05\xb5\xbc\x2e\xea\x15\x20\x38\x5c\xe0\x0f\ +\x45\x90\x2e\x70\x4b\x92\x04\xc4\x7c\xdc\x3f\x9c\x37\x91\x1b\xb2\ +\xc5\x5c\xbe\x7d\xc7\x50\xf1\x0e\x2a\x1a\x42\xe2\x8e\x16\x12\xf3\ +\x74\xcc\xce\xdb\x2b\x50\xc5\x07\xd7\x07\xdb\xc3\xd2\x08\xed\xc8\ +\x4e\x82\x7a\x19\x35\x3d\x2b\xab\x8a\x03\x27\x58\x4c\xeb\x6c\x2a\ +\xa0\xa5\x4d\xf6\x82\xe4\x7c\x98\x09\x55\x9a\xfc\xac\x38\x71\xc2\ +\xbc\x49\x17\x3a\x74\xd6\xa4\x93\x66\x3b\xcd\x73\xbf\xe8\x1f\x1f\ +\x1e\x1d\xcd\xe9\x1c\xca\x66\xd1\xd6\x7e\x9f\xa7\xcf\x78\xbe\x9b\ +\x55\xdb\xab\xc9\x73\x49\xbc\x20\x8b\x84\x6a\x82\x24\x99\x54\x1d\ +\xa4\x2a\xcb\x5f\x6f\x9a\x8c\xb4\x1c\xa0\x94\x35\x6b\xab\xc9\xb4\ +\x48\x88\x13\x30\xba\x1d\x29\x09\x63\x81\x6a\xc0\x8b\x60\x9d\x2c\ +\xb0\x2d\xe3\xed\xd3\xbc\x0a\x5b\x9f\x55\x91\x6d\x7c\xde\xc6\x9f\ +\xd2\x44\x98\x59\x94\x05\x5e\xa0\x32\xe2\x5c\x1b\xff\x82\x49\xd9\ +\x5e\xba\x85\x42\x61\x3f\x40\x84\xb5\xdf\x6f\xa0\xc5\x23\xfd\x85\ +\x94\xae\x78\xe9\x4a\x2c\xe5\x50\xda\xfb\x72\x80\xb6\xdf\x49\x8d\ +\x4b\x2e\xef\x72\x7e\x49\xe9\x9e\xec\x24\x64\xc9\xaa\x29\xd1\xd4\ +\xe9\xa5\x9b\x06\x99\x1b\x4f\xdd\x4c\xc6\x3c\x10\xcb\x92\x44\x62\ +\x29\xcb\x70\xa6\x42\x02\x2a\x4d\xe7\x61\xe1\x6d\x63\xf7\xab\xf3\ +\x1d\x34\x97\x8f\xaf\x02\x12\xe6\xd7\x4e\x54\xb7\x76\xc2\xa3\x57\ +\xb3\xe6\xcd\xa9\xa6\x23\x65\xe6\xcf\xa7\x6a\xc0\x5b\x9e\xaa\xe7\ +\xb9\xf8\x7c\x58\x69\xa0\x63\xa2\x2f\xed\xf7\x14\x53\x37\x35\xcf\ +\x46\xa7\x41\xed\xc2\xd3\x42\xa1\x2b\x23\x86\x4e\x41\x86\x19\x88\ +\x54\x9b\x07\x0f\x6c\x06\xca\xc3\xc4\x27\xbd\x7c\x97\xa1\x4c\x8b\ +\x06\xbe\x7b\xbd\x5e\x7e\x07\xf0\x9b\x93\xe0\x23\x00\x38\x4b\x5e\ +\x3a\x6f\x72\xd4\x9f\xa4\x66\x02\x0f\xa3\xc8\xde\x38\xf5\xd3\x94\ +\x29\xc4\xdb\xc4\xc6\xd2\x93\x76\x23\xf5\xcc\x35\xde\x39\x85\x50\ +\xad\x60\x77\xf9\xa4\x7b\xdc\x3d\x56\x87\x9d\x5c\x45\x18\x7a\x2b\ +\x08\x49\x9b\xf7\xcc\x84\xe7\x81\xb7\x94\xba\x31\x64\x10\x4b\x05\ +\x75\xb1\x01\x5b\x4c\xa0\xfd\xdc\x8e\x52\xf1\x68\x04\x79\x80\x59\ +\x4a\xee\x7d\x31\x39\x71\xd6\xaf\x0e\x91\xb4\xaa\x42\xb4\x3a\x4c\ +\x91\x64\x2c\x98\xc5\xcd\x36\x5e\x4b\x3e\xb9\xd2\x0e\xf3\xf7\xc8\ +\x0d\x0b\x86\xc9\x23\x3e\x65\x79\x9f\x06\x96\x83\xde\x49\x4f\xce\ +\x58\xe8\x5b\x1d\x52\xea\x3e\x4d\x14\x28\xbb\x83\xfa\x03\x65\xfb\ +\x4d\xd9\x19\x28\x4c\x38\xe4\xcc\x5f\x99\x84\x35\x8f\x50\x65\xda\ +\x29\x13\x86\x21\x7d\xf3\xcc\xc2\xa8\xb0\x4f\x72\xf0\xca\xe0\x52\ +\x5e\x1d\xc8\xcb\x81\x3e\xfe\x30\x7f\x17\x6c\xe6\x01\xf8\x3b\x26\ +\x88\x82\x33\x0a\xf2\x36\x70\xc9\x1a\xee\xb9\xf7\xbd\xf4\x9d\x35\ +\x61\xbf\xe0\x28\xcd\x32\x71\x6e\x78\x2e\x43\xd0\x38\x2b\x49\x37\ +\x8c\x42\xd7\x17\x2a\xf2\x7d\x3e\xfe\x9d\x2f\x26\x53\x42\xe2\x0a\ +\x53\xa5\x45\x96\x7e\xbc\x61\xe4\x38\xd9\xf7\xf2\x89\xd6\x30\xd0\ +\x25\x46\x8a\xd6\x92\x87\x9d\xc3\xe3\xa3\xae\xc1\xae\x54\xb1\x69\ +\xeb\xa7\x22\x2d\xf7\x6c\xfc\x91\x61\xa0\xbc\xcd\xe3\x6a\x66\x50\ +\x67\x45\x5d\x86\xaf\xf6\xd9\x8f\xca\xa7\x3f\x52\x99\x5b\xcb\x28\ +\x08\x9b\x38\x7b\xc2\x47\x85\x9e\x91\x61\x92\x2d\x4e\x5a\x89\xfb\ +\x0b\x52\x6e\x58\x14\x0e\xd6\x0d\xb7\xe4\x96\xe2\x5a\xc8\x33\xc6\ +\xf8\xd2\x8e\x40\x14\xf6\xa3\x5e\x21\x6f\x94\x61\x63\xa0\x1e\x22\ +\x4f\x03\xcc\xe1\x98\x2a\x29\x12\x49\x53\x49\x52\xd0\x56\x2f\xc9\ +\x99\x47\xd2\xc2\xa7\x50\xcd\x4f\xe8\xa8\xca\x69\x26\x6e\xdd\xd7\ +\xc8\xd3\x29\x53\x81\x12\x71\x3f\xe3\x61\xa3\xe2\xdd\x57\xc5\x13\ +\xa1\x3f\xf5\x71\xdc\xc9\x9b\x1f\x8c\x79\x8f\x6a\x67\x79\x2a\x65\ +\xda\x74\x7b\x31\xba\x5b\xd5\x99\x6e\xc3\xe6\x5c\x8c\x60\xf4\xee\ +\xb5\x73\x4c\x86\xa1\x25\x1e\x69\x33\x8e\x2c\x7a\x90\x80\x0f\x2e\ +\x13\x10\x62\x24\x3f\x10\x0a\xdd\x5f\x33\x21\x49\x73\xb4\xfa\xd4\ +\x93\xa5\x6f\xd3\x15\x4c\x41\x9d\x60\xb5\x2a\x8d\x2d\x8b\x36\x48\ +\x4a\xb6\xb3\xff\x2a\x80\x2e\xcd\x65\x95\x13\xfe\x24\x07\xa5\xd1\ +\xcc\x86\xaf\x81\x59\x61\x6c\x17\x88\x44\x74\x1c\xab\xd5\x37\xf8\ +\xa3\x27\x8a\x45\x75\x4f\x4f\xf2\x40\x3b\x6f\x2f\xed\xb9\xe3\x29\ +\x01\x42\x2b\x1d\xc6\xd9\x01\x30\xf1\x44\x93\x15\xda\xbe\x53\x7e\ +\x60\x98\x1d\x83\xca\x8e\x32\x7e\x09\x61\x46\x83\x15\xca\x63\x73\ +\x19\xd9\xf7\xa7\x76\x4c\x0f\x83\x9a\x22\xc9\x74\x70\x53\x02\xc6\ +\xf3\x51\x18\xa6\x30\x7c\xc4\xd3\x6a\xac\x95\xb5\xf0\x82\xd8\x61\ +\x43\x10\x95\xaf\x99\x71\x6d\x41\x2b\x85\x47\x1f\x71\xab\x26\xce\ +\x4e\x1b\x02\x62\x61\xc7\xd1\x84\x24\xe7\xb8\xab\xc5\xce\x28\xf7\ +\xfb\xe4\xf0\x31\xff\xd1\xda\xcb\xf7\x89\xb9\x3d\xb0\xe9\x44\x76\ +\xe7\xf4\xa8\x61\x8f\xfd\xe3\x10\x0f\x5e\xa1\xd9\xe4\x06\x35\xd1\ +\xe9\x64\x36\x9b\x5c\xa1\xd9\xe0\xf4\x16\x9f\x10\x4c\x09\x27\xf6\ +\xdc\xc2\x61\x44\x41\xbe\xac\xae\xff\xaf\x98\xd3\x16\x23\xa7\xb6\ +\x32\x93\xe1\x4c\xf7\xa0\x7f\xd2\x3f\xd9\x7b\xd2\x82\xad\x38\x52\ +\xd5\x66\x38\x39\x7f\x4c\x4f\x97\xaa\x31\x0e\x89\x82\xf2\x42\x9c\ +\x9c\x20\x48\x54\x20\x96\x33\xed\xf8\xff\xa2\x2e\x10\x35\x0b\x16\ +\x0b\xa5\x5d\x1c\x50\x2a\x86\x6d\x79\x76\x9c\x40\xe8\xa7\xeb\x81\ +\x3c\x91\x0e\xf4\x72\x58\x2d\x33\xa5\x95\x1b\xc5\x89\xf5\x13\x3f\ +\x4d\x6b\x26\xaa\x54\x92\xe9\x53\x99\xb6\xf2\xa0\xaa\xad\x4c\x26\ +\x22\x9e\xa2\xcc\x04\x53\x7c\x2a\x57\xed\xc7\x0c\x8e\xeb\xca\x08\ +\x8f\x3d\xac\x81\x90\x93\x7b\x0a\x48\xd6\xd6\x8c\x93\x86\xbe\x99\ +\x7f\xbb\x1c\x8e\x66\xe0\xe0\xe8\x35\x1f\xa3\x7f\xc3\x62\xff\xce\ +\xa3\xae\xad\x8d\xba\xd6\x37\x8c\x3a\x6d\x1c\x31\xc3\xd4\x82\xf5\ +\x8a\x29\x1e\x45\x25\x66\x0f\xf7\x2d\xab\x38\x51\xda\xf4\x7e\xdb\ +\x8f\x73\x72\xed\xff\x4e\x71\x57\x71\x71\x7a\x1d\x55\xd8\x84\x81\ +\x1a\xa3\x92\x71\xf6\x94\x41\x49\xba\xaa\xed\xd7\x68\x87\x35\x10\ +\x2a\x2a\xa9\x09\x92\x76\x67\x46\xc9\xbd\xbb\x0c\x13\xd1\x54\x3b\ +\xdb\xd0\xa1\xf6\x4d\x23\x6f\xc7\x27\x91\x3c\x33\xe5\x82\xd0\xd2\ +\x70\x60\x14\xe8\x23\x63\x07\x44\xa5\x35\xe9\xeb\xe7\x34\xab\xc0\ +\xe7\x2b\x91\x5a\xf8\xb5\xf5\x4b\x15\x46\xaa\xf7\x54\x70\x90\x98\ +\x2c\x43\xce\x83\xc5\x67\xba\x0e\xc9\x5f\x81\xf4\x5a\xdd\x51\x97\ +\x65\x17\xc8\x9d\x81\xb9\x1d\x35\x69\x7c\x8c\xfb\xa9\x14\xfc\xa7\ +\xed\xfc\x20\xda\xd8\x5e\x7e\x43\xb0\x39\x80\x24\x64\x75\x32\x84\ +\x72\x50\x0e\xd1\x80\xf8\x68\xe5\x05\x76\xc2\xd7\x26\x79\xac\xe4\ +\xdc\xb8\x32\x78\x85\x5a\x6b\x95\x22\x98\xe9\xc6\x6d\x1e\x58\x5a\ +\x41\xbb\xab\x69\x5e\xbe\xb4\x5b\x25\x52\xe1\x4b\x95\xa2\x0e\x73\ +\x56\x33\x58\x4c\xcd\xf4\x87\xf1\xea\x69\x21\x24\x9e\x25\x6f\xe0\ +\xf9\x23\x4e\xc4\x84\x72\x71\xaa\xbc\x20\xa1\x25\xd2\xb5\xe6\xa0\ +\x88\xc5\xda\x12\xc3\x41\xe5\x51\xde\x4a\xd0\x60\x67\x82\x56\x05\ +\x63\x4b\x09\xa6\x14\xed\x18\x54\x3d\xf7\x40\x42\xb1\xf5\x93\xbd\ +\xfc\x3d\x70\xfd\xb8\x89\x2f\x79\x49\x46\x56\x70\xa4\xf0\x29\x1d\ +\x7d\xc7\x7e\x7e\xc2\x1d\x2d\xd6\xae\xb7\x84\x9a\xf4\xdb\x8f\xe8\ +\xb6\xa0\x57\x62\xbe\xcb\x86\xa1\x11\x7d\x22\xb7\x15\x9b\x96\xa6\ +\x20\x28\x9d\x4f\x94\x4e\x11\xbc\x20\x64\xa4\xcd\x18\x4d\xe0\xf4\ +\x26\x12\xb4\xaa\xd8\x30\x99\x6f\x12\x5c\x9a\x4e\xaf\x2d\x3e\xc9\ +\xf3\x54\x14\x62\x33\xf0\x05\xaf\xfe\x14\x59\xe6\xe3\x2d\x96\x28\ +\x43\x5b\x47\xae\x3a\x58\xee\x98\xd8\x3d\xcd\x34\x4a\x4a\xbd\x74\ +\x69\x85\x0c\xb5\xa9\x02\xca\xf3\xe3\x10\x39\xb3\xbf\x0c\x8d\x78\ +\x7f\x5b\x0c\xd0\x46\xe4\xcf\x8e\x01\x6c\x19\xd6\x32\xa8\xe5\x48\ +\xb9\x57\x36\x21\x62\xc7\x54\xc0\x79\x83\x27\xb7\xa0\x05\x10\xa9\ +\xfd\xc2\x03\x9e\x87\x3d\x36\x4d\x2e\xd2\x2e\x86\x70\x25\x58\xbe\ +\x5c\x91\xce\xd5\xbd\xf4\x16\x02\xc3\x94\x77\x58\x45\xec\xe3\xe9\ +\x1b\x8d\xfb\x2d\xb6\xa5\xd2\xc8\x4e\xea\xa1\x17\xf6\x31\xfe\x88\ +\x9b\x8f\x1d\xfc\x91\x72\x8c\xb9\xd2\xe0\x69\xea\x74\x0b\x37\x4d\ +\x53\x2b\xe7\x2f\x61\x45\xd3\xcb\x95\xc3\x91\x2a\x07\xa6\x1b\xe5\ +\xf0\x4a\x35\x2c\xd5\x15\xd3\xd2\xf6\x35\xcb\x14\xa3\x02\x7a\xa2\ +\x5a\x74\x85\x28\x8a\xfa\x81\x6a\x69\x11\xc5\x14\xab\x25\x0b\xe1\ +\x73\xdf\xc7\x51\xf8\x22\x00\x31\x27\x6f\x3a\x9b\xa3\xef\xea\x31\ +\x70\xfa\x39\x8b\xae\x8e\xe9\xd7\x30\x08\xb7\xe1\x55\xb0\x74\x7e\ +\xd9\x6d\xed\xfe\x86\xfe\xc4\x77\xde\x03\xdf\x7b\x24\x57\xdd\xcf\ +\x1d\xcf\x7e\x74\x96\x37\xb8\x0e\x4e\xf2\x18\x8f\xa8\xe0\x16\x1b\ +\xfb\xb3\x83\xee\x6d\xda\x0a\xbf\x09\x87\x90\x45\x2c\x1c\x67\x17\ +\xe4\xcd\xbd\xb6\xb5\x5e\xc9\x4d\x71\x52\x2f\xb7\xe3\x4e\xe5\x8e\ +\x8d\x0b\x1a\x26\xc5\x7c\x50\x1d\x0d\xd4\xd8\x27\x6f\xfd\x79\x06\ +\x51\x94\x20\x12\x21\x65\xae\x5c\x58\x07\x6e\x40\x3c\xc5\x6b\x87\ +\x4a\x76\x65\x38\x1c\x2a\xf4\x92\x2d\x23\xf2\xba\x96\x57\x11\xa6\ +\x33\x27\x9a\xad\xe6\x75\x0c\x52\xc3\x82\xca\x36\x63\xd1\xdc\xf1\ +\x82\x7b\xfc\xfe\xad\x2d\xee\x82\x28\x81\xbd\xf6\x4a\xd2\x83\x6a\ +\xa2\x1b\x50\x1e\x4d\x46\xaa\xa0\xd3\x83\x9f\x18\x6f\x9d\xfb\x3f\ +\xc4\x83\x34\xf1\x68\x46\x34\x51\xd2\xec\x30\x45\xc7\x6b\x77\x95\ +\x20\x37\x41\x36\x9a\xc3\x4f\x6a\xe4\x1a\x2b\x31\xe3\x05\xbf\xd9\ +\x4a\x63\x46\xb5\xf4\x7c\xfc\xd9\xc2\xb6\xc0\x7a\xf2\x93\x8b\xf4\ +\x22\x7a\x51\x66\x91\xd6\x00\xf8\x6d\xf8\x8d\xfa\x40\xf4\x0f\xb2\ +\xb3\x85\xed\x98\xbd\xe9\xe2\x17\x32\xf0\xf0\x0b\xb1\x82\x05\x79\ +\x79\x19\x7d\xc9\x16\x36\x6a\xee\x35\x0f\x75\x1f\xc3\x58\x20\x62\ +\xad\x29\xfe\x7c\x42\x24\x5a\xc4\xd4\xa8\x8b\xcf\xf4\xd3\xce\x55\ +\x4f\xe9\x8d\xa3\xec\xfc\x88\x6a\x34\xf9\x6f\x49\x28\x3f\x33\xc4\ +\x36\xa1\x84\x63\x43\x14\xe8\xb1\x90\x16\xf3\x1c\xc3\x72\x59\x1b\ +\xbe\x77\x91\xbb\xc4\x41\x63\x76\x58\x8c\xdd\x17\x2a\x5f\x45\x0b\ +\xbd\xc0\x98\xce\x6e\x37\x99\x8f\x2c\xb7\x34\x68\xf2\x4b\x67\xf4\ +\xe0\x53\xf0\x17\x72\xd4\xc9\xdd\x44\x41\xb8\x99\x1b\x6d\xaa\xbd\ +\xa7\x11\xac\xbd\x48\xdc\xaf\x4e\x41\x88\x9b\x56\xc8\x8b\x91\x69\ +\x85\xa7\xa0\xda\xc9\x93\x9e\x36\x5d\x2b\xb1\x82\x36\x1d\xa7\x52\ +\x36\x5c\x36\xd3\x91\xd5\xbc\x6d\x56\xed\xa2\x59\x9e\xee\x71\xb9\ +\xe9\xed\x64\x39\x68\xad\xec\xae\x25\xdd\x8f\x93\x6c\xcc\x58\x0d\ +\xbb\x41\x58\x9f\x29\x67\xe6\xf9\x60\x36\x5d\x88\x2b\x24\x68\x20\ +\xa3\xbd\x98\xc9\x48\x40\xb8\xc7\x5f\x0c\x5d\xac\x68\x06\x9f\xfa\ +\x9f\xca\xe8\xf3\x5e\x0c\x41\x29\xa9\x0c\x98\x89\xf0\x7b\x17\xf2\ +\x06\x90\x70\xb5\xcb\x60\x42\x74\x6b\x86\x25\x9b\xb1\xaf\xc4\x87\ +\x0d\xe9\xc4\x15\x44\xe0\x34\x53\xbf\x87\xe7\x22\xb1\xd3\xec\x98\ +\x4c\xe9\x3a\xdc\xe8\xcb\x45\x5a\xfc\x24\x52\xe5\x13\x50\xe2\x41\ +\x1b\xe2\x1a\xce\x82\xc8\x77\x22\xee\xb2\xf9\xc8\xa9\x34\x70\xea\ +\x1d\x59\x6e\x49\x93\x1a\x79\x77\x8e\x3d\xcf\xed\xa8\xde\x19\x81\ +\xff\x91\x0d\xb4\x82\x0d\x4d\xfd\xac\x2b\xdd\xe3\x10\x64\x99\x3a\ +\x66\x1a\x75\xbb\x30\x22\xdc\x85\xfb\x87\x83\xd2\x72\xa8\x14\x23\ +\x76\xe6\x9d\xdc\x5b\xb1\x58\x2d\x76\x6f\x05\x19\x8c\x9f\x5d\xac\ +\x49\xb6\x71\xfa\xda\xb4\x6a\xab\x61\xe3\xd2\x8a\xd8\x1d\xb9\xe7\ +\xf3\x2b\x5d\x11\xfe\xb2\xdb\xdd\xfd\x0d\xdc\x05\x2d\x23\x01\x10\ +\x29\x2a\x08\x89\xe9\x75\x9f\xff\x00\x3c\xf4\x65\x78\ \x00\x00\x00\xa0\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x02\x62\x4b\x47\x44\x00\x9c\x53\x34\xfc\x5d\x00\x00\x00\x09\x70\ +\x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ \x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x0b\x1b\x29\xb3\ -\x47\xee\x04\x00\x00\x00\x24\x49\x44\x41\x54\x08\xd7\x63\x60\x40\ -\x05\x73\x3e\xc0\x58\x4c\xc8\x5c\x26\x64\x59\x26\x64\xc5\x70\x4e\ -\x8a\x00\x9c\x93\x22\x80\x61\x1a\x0a\x00\x00\x29\x95\x08\xaf\x88\ -\xac\xba\x34\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xbb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x3f\x00\x00\x00\x07\x08\x06\x00\x00\x00\xbf\x76\x95\x1f\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ -\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x09\x35\x2b\x55\xca\x52\x6a\x00\x00\x00\x3b\x49\x44\x41\x54\x38\ -\xcb\x63\x60\x18\x05\x23\x13\x30\x12\xa3\xa8\xbe\x7d\x2a\x25\x76\ -\xfc\xa7\x97\x3b\xd1\xc1\xaa\xa5\x73\x18\xae\x5f\x39\x8f\x53\x9e\ -\x69\x34\xe6\x09\x00\x4d\x1d\xc3\x21\x19\xf3\x0c\x0c\x0c\x78\x63\ -\x7e\x14\x8c\x54\x00\x00\x69\x64\x0b\x05\xfd\x6b\x58\xca\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xe4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x36\x00\x00\x00\x0a\x08\x06\x00\x00\x00\xff\xfd\xad\x0b\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\x7f\x00\x87\x00\x95\xe6\xde\xa6\xaf\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ -\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x09\x2a\x2b\x98\x90\x5c\xf4\x00\x00\x00\x64\x49\x44\x41\x54\x48\ -\xc7\x63\xfc\xcf\x30\x3c\x01\x0b\xa5\x06\x34\xb4\x4f\x85\x87\xcd\ -\xaa\xa5\x73\x18\xae\x5d\x39\xcf\x48\x2b\x35\x14\x79\xcc\xd8\xc8\ -\x88\x24\x03\x7c\x89\xd0\x4f\x2d\x35\x84\xc0\xd9\x73\xe7\xe0\x6c\ -\x26\x86\x91\x92\x14\x91\x7d\x4d\x54\x52\x0c\x4d\x26\xa8\x9f\x5a\ -\x6a\x46\x93\xe2\x68\x52\x1c\x82\x49\x91\x91\xd2\x7a\x4c\x4b\xc7\ -\x10\xc5\x08\x6c\xc5\x34\xb5\xd4\xd0\xd5\x63\x83\x15\x00\x00\x7a\ -\x30\x4a\x09\x71\xea\x2d\x6e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x81\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x01\x03\x00\x00\x00\x25\x3d\x6d\x22\ -\x00\x00\x00\x06\x50\x4c\x54\x45\x00\x00\x00\xae\xae\xae\x77\x6b\ -\xd6\x2d\x00\x00\x00\x01\x74\x52\x4e\x53\x00\x40\xe6\xd8\x66\x00\ -\x00\x00\x29\x49\x44\x41\x54\x78\x5e\x05\xc0\xb1\x0d\x00\x20\x08\ -\x04\xc0\xc3\x58\xd8\xfe\x0a\xcc\xc2\x70\x8c\x6d\x28\x0e\x97\x47\ -\x68\x86\x55\x71\xda\x1d\x6f\x25\xba\xcd\xd8\xfd\x35\x0a\x04\x1b\ -\xd6\xd9\x1a\x92\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\xa5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce\x7c\x4e\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x02\x62\x4b\x47\x44\x00\x9c\x53\x34\xfc\x5d\x00\x00\x00\x09\x70\ -\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x0b\x02\x04\x6d\ -\x98\x1b\x69\x00\x00\x00\x29\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ -\x00\x8c\x0c\x0c\xff\xcf\xa3\x08\x18\x32\x32\x30\x20\x0b\x32\x1a\ -\x32\x30\x30\x42\x98\x10\x41\x46\x43\x14\x13\x50\xb5\xa3\x01\x00\ -\xd6\x10\x07\xd2\x2f\x48\xdf\x4a\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x14\x1c\x1f\x24\ +\xc6\x09\x17\x00\x00\x00\x24\x49\x44\x41\x54\x08\xd7\x63\x60\x40\ +\x05\xff\xcf\xc3\x58\x4c\xc8\x5c\x26\x64\x59\x26\x64\xc5\x70\x0e\ +\xa3\x21\x9c\xc3\x68\x88\x61\x1a\x0a\x00\x00\x6d\x84\x09\x75\x37\ +\x9e\xd9\x23\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x00\xce\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -420,62 +323,42 @@ qt_resource_data = b"\ \x64\x60\x60\x62\x60\x60\x34\x44\xe2\x20\x73\x19\x90\x8d\x40\x02\ \x00\x64\x40\x09\x75\x86\xb3\xad\x9c\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ -\x00\x00\x00\xa6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce\x7c\x4e\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ -\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x08\x15\x3b\xdc\ -\x3b\x0c\x9b\x00\x00\x00\x2a\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ -\x00\x8c\x0c\x0c\x73\x3e\x20\x0b\xa4\x08\x30\x32\x30\x20\x0b\xa6\ -\x08\x30\x30\x30\x42\x98\x10\xc1\x14\x01\x14\x13\x50\xb5\xa3\x01\ -\x00\xc6\xb9\x07\x90\x5d\x66\x1f\x83\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xe1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x0a\x00\x00\x00\x36\x08\x06\x00\x00\x00\xfe\x8a\x08\x6b\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ -\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x09\x33\x22\x7a\x4c\x4d\x48\x00\x00\x00\x61\x49\x44\x41\x54\x48\ -\xc7\x63\xfc\xcf\x40\x1c\x60\x62\xa0\x99\x42\x63\x23\x23\x06\x63\ -\x23\x23\x0c\x36\x1d\xac\x1e\x55\x38\xc8\x14\x32\xfe\x67\x60\x60\ -\x68\x68\x9f\x8a\x33\x59\xae\x5a\x3a\x87\xe1\xda\x95\xf3\x8c\x34\ -\xb2\x5a\x4b\xc7\x10\x6f\x8e\xb8\x76\xe5\x3c\x23\xe3\x7f\xa4\x84\ -\xcb\xc0\xc0\xc0\x70\xf6\xdc\x39\x14\xf6\x68\x80\x8f\x06\xf8\x68\ -\x80\x8f\x96\x66\x43\x27\x3d\x0e\x72\x37\x02\x00\x10\x30\x40\xb3\ -\x35\xa0\x7c\x49\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\xa6\ +\x00\x00\x00\xa0\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ \x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ \x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x14\x1f\x20\xb9\ -\x8d\x77\xe9\x00\x00\x00\x2a\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ -\x06\xe6\x7c\x60\x60\x60\x42\x30\xa1\x1c\x08\x93\x81\x81\x09\xc1\ -\x64\x60\x60\x62\x60\x48\x11\x40\xe2\x20\x73\x19\x90\x8d\x40\x02\ -\x00\x23\xed\x08\xaf\x64\x9f\x0f\x15\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xb6\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x14\x1f\x0d\xfc\ +\x52\x2b\x9c\x00\x00\x00\x24\x49\x44\x41\x54\x08\xd7\x63\x60\x40\ +\x05\x73\x3e\xc0\x58\x4c\xc8\x5c\x26\x64\x59\x26\x64\xc5\x70\x4e\ +\x8a\x00\x9c\x93\x22\x80\x61\x1a\x0a\x00\x00\x29\x95\x08\xaf\x88\ +\xac\xba\x34\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xa0\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x18\x00\x00\x00\x11\x08\x06\x00\x00\x00\xc7\x78\x6c\x30\ +\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ -\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x0b\x2c\x0d\x1f\x43\xaa\xe1\x00\x00\x00\x36\x49\x44\x41\x54\x38\ -\xcb\x63\x60\x20\x01\x2c\x5a\xb4\xe8\xff\xa2\x45\x8b\xfe\x93\xa2\ -\x87\x89\x81\xc6\x60\xd4\x82\x11\x60\x01\x23\xa9\xc9\x74\xd0\xf9\ -\x80\x85\x1c\x4d\x71\x71\x71\x8c\xa3\xa9\x68\xd4\x82\x61\x64\x01\ -\x00\x31\xb5\x09\xec\x1f\x4b\xb4\x15\x00\x00\x00\x00\x49\x45\x4e\ +\x02\x62\x4b\x47\x44\x00\x9c\x53\x34\xfc\x5d\x00\x00\x00\x09\x70\ +\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x0b\x1b\x29\xb3\ +\x47\xee\x04\x00\x00\x00\x24\x49\x44\x41\x54\x08\xd7\x63\x60\x40\ +\x05\x73\x3e\xc0\x58\x4c\xc8\x5c\x26\x64\x59\x26\x64\xc5\x70\x4e\ +\x8a\x00\x9c\x93\x22\x80\x61\x1a\x0a\x00\x00\x29\x95\x08\xaf\x88\ +\xac\xba\x34\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xa6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce\x7c\x4e\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x02\x62\x4b\x47\x44\x00\x9c\x53\x34\xfc\x5d\x00\x00\x00\x09\x70\ +\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x0b\x1b\x0e\x16\ +\x4d\x5b\x6f\x00\x00\x00\x2a\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ +\x00\x8c\x0c\x0c\x73\x3e\x20\x0b\xa4\x08\x30\x32\x30\x20\x0b\xa6\ +\x08\x30\x30\x30\x42\x98\x10\xc1\x14\x01\x14\x13\x50\xb5\xa3\x01\ +\x00\xc6\xb9\x07\x90\x5d\x66\x1f\x83\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ \x00\x00\x00\xef\ \x89\ @@ -494,37 +377,37 @@ qt_resource_data = b"\ \x21\x0a\x22\x44\x88\x10\x05\x11\x22\x44\x88\x82\x08\x11\x22\x44\ \x41\x84\x08\x51\x10\x21\x42\xfc\xaa\x07\x12\x55\x04\x74\x56\x9e\ \x9e\x54\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xe0\ +\x00\x00\x01\xc8\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x51\x00\x00\x00\x3a\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\ +\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ \x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ -\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ -\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x0b\x29\x1c\x08\x84\x7e\x56\x00\x00\x00\x60\x49\x44\x41\x54\x78\ -\xda\xed\xd9\xb1\x0d\x00\x20\x08\x00\x41\x71\x50\x86\x63\x51\xed\ -\x8d\x85\x25\x89\x77\xa5\x15\xf9\x48\x45\x8c\xa6\xaa\x6a\x9d\x6f\ -\x99\x19\x1d\x67\x9d\x03\x11\x45\x14\x11\x11\x45\x14\x51\x44\x44\ -\x14\x51\x44\x11\x11\x51\x44\x11\x45\x44\x44\x11\x45\x14\x11\x11\ -\x45\x14\xf1\x5b\xd1\x75\xb0\xdb\xdd\xd9\x4f\xb4\xce\x88\x28\x22\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcf\x36\xce\x69\x07\x1e\xe9\ -\x39\x55\x40\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ -\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdc\x0b\x07\x09\x2e\x37\xff\x44\xe8\xf0\x00\x00\x00\x1d\x69\x54\ -\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ -\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ -\x2e\x65\x07\x00\x00\x00\x27\x49\x44\x41\x54\x78\xda\xed\xc1\x01\ -\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\x40\x40\ -\x00\x01\xaf\x7a\x0e\xe8\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\ +\x95\x2b\x0e\x1b\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ +\x0b\x03\x24\x4f\xed\x0a\xe0\x00\x00\x01\x48\x49\x44\x41\x54\x58\ +\xc3\xed\x57\x41\x8e\x83\x30\x0c\xb4\x21\xd0\x3e\x10\x3f\x8e\x23\ +\xe7\x20\xbe\xb3\x3f\xd9\x55\x03\x9b\xd9\x4b\x2a\x45\x10\x96\x24\ +\x04\xf5\x82\xcf\x2e\x63\x4f\xc6\x63\x97\xe8\xc3\xc1\x57\x7c\x54\ +\x6b\x6d\x98\xb9\x3a\xca\x03\xb0\xa8\x0b\x9b\xab\x23\x72\x7e\xab\ +\x2b\x90\x45\xa4\x05\xb0\xc4\xe4\x56\x57\xb5\x2f\x22\x0d\x80\xf9\ +\x28\x6f\xf3\x04\xe3\x38\x2e\x39\x80\x00\xac\x88\xb4\xa9\xbf\x53\ +\x9e\x70\x7e\x98\xb9\xcd\x64\x65\x03\xae\xb5\x9e\x99\x59\x45\x3f\ +\xc1\x19\x70\x00\x26\x30\x05\x2a\x9a\x01\x47\x7b\x16\x78\xd7\x75\ +\x75\x42\xe7\x76\x8d\x73\x46\x84\xa9\x9d\x5b\x00\x66\x3d\x1d\xca\ +\x5a\x4b\xd3\x34\xad\x05\x35\xa7\x0a\xea\xa8\x73\x9f\x29\x57\x68\ +\x43\x44\x54\x0d\xc3\xf0\x05\x60\x23\xea\x0c\xe7\x53\xb1\x4c\x39\ +\x9f\x30\x44\x64\xd9\xd3\x40\xed\x31\x60\x44\xe4\x51\xba\xf3\xe2\ +\x46\x94\xda\x79\x94\x11\x15\x8a\xe0\x74\x38\xbf\x78\x14\x63\x60\ +\xc7\xf3\x93\xa6\xe3\x34\x03\x22\xd2\x78\xaa\x4e\xf5\x85\x32\xcb\ +\xe8\xad\xea\x1c\x47\x2c\xa6\x81\xd0\xd4\xc4\x1c\x25\x97\xad\xe3\ +\xd8\xb8\x0b\xb8\x0b\xb8\x0b\xa8\x4a\xff\x61\xe9\xfb\xbe\x71\x26\ +\xf4\x1d\x58\xf3\x71\x46\xc4\xcc\x2a\xf7\x3a\x76\xeb\x9d\x00\x44\ +\x19\x91\x7a\x9f\xd4\xcc\x5c\xaf\x18\xa8\xcf\x50\xcb\xcc\xa1\x23\ +\x07\xbb\x54\xc7\x9e\xd1\xb9\x01\xe0\x25\x22\xcf\x7f\xdf\xda\xbf\ +\xd5\xca\x62\xc3\x84\xc0\x83\x62\xd3\x5a\xbf\x4a\x17\xb0\x07\x4e\ +\x44\xf4\x07\xae\xf5\xd5\xa6\x1d\xd1\x22\x08\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x00\x96\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -537,54 +420,23 @@ qt_resource_data = b"\ \x90\x50\x78\x08\x55\x21\x14\xb6\x54\x70\xe6\x48\x8d\x87\xcc\x0f\ \x0d\xe0\xf0\x08\x02\x34\xe2\x2b\xa7\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ -\x00\x00\x01\x57\ +\x00\x00\x00\xe4\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x09\x00\x00\x00\x09\x08\x06\x00\x00\x00\xe0\x91\x06\x10\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ -\x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ -\x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ -\x46\x00\x00\x00\xdd\x49\x44\x41\x54\x78\xda\x5c\x8e\xb1\x4e\x84\ -\x40\x18\x84\x67\xef\x4c\x2c\xc8\xd9\x2c\x0d\x58\x50\x1b\x0b\xc3\ -\xfa\x24\x77\xbd\x0d\x85\x4f\x40\x0b\xbb\xcb\x3b\xd0\x68\x41\x72\ -\xc5\xd2\x28\x4f\x02\xcf\xb1\x97\x40\x61\xd4\xc2\xc4\x62\x2c\xbc\ -\x4d\xd0\x49\xfe\xbf\xf8\x32\xff\x3f\x23\x48\xc2\x5a\x3b\x00\x80\ -\xd6\xfa\x80\xb3\xac\xb5\x03\x49\x18\x63\x0e\x5b\x21\xc4\x90\xe7\ -\xf9\x3e\x49\x92\x9b\xbe\xef\xef\xca\xb2\x7c\xf5\xde\xbf\x04\xe6\ -\x9c\xbb\xbd\x20\xf9\x19\xae\x95\x52\xfb\x2c\xcb\xbe\xa5\x94\x01\ -\x81\xe4\x9b\x38\xbf\x3c\x2a\xa5\x1e\xf0\x4f\xe3\x38\x3e\x37\x4d\ -\xf3\x28\x48\x02\x00\xba\xae\x7b\x97\x52\xee\x82\x61\x59\x96\x8f\ -\xa2\x28\xae\x00\x60\x03\x00\xc6\x98\xe3\xda\x00\x00\x71\x1c\xef\ -\xb4\xd6\x4f\x00\xb0\x05\xf0\x27\x6a\x9e\x67\x44\x51\x04\x00\x48\ -\xd3\xf4\xde\x39\x77\xbd\x21\xf9\xb5\xea\x70\x6a\xdb\xf6\x72\x9a\ -\xa6\xd3\xaa\xf8\xef\xaa\xeb\xda\x57\x55\xe5\x49\x22\xcc\x9a\xfd\ -\x0c\x00\x24\xab\x6e\xfa\x96\x21\xfc\xb8\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\ +\x00\x00\x36\x00\x00\x00\x0a\x08\x06\x00\x00\x00\xff\xfd\xad\x0b\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ -\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x14\x1f\x0d\xfc\ -\x52\x2b\x9c\x00\x00\x00\x24\x49\x44\x41\x54\x08\xd7\x63\x60\x40\ -\x05\x73\x3e\xc0\x58\x4c\xc8\x5c\x26\x64\x59\x26\x64\xc5\x70\x4e\ -\x8a\x00\x9c\x93\x22\x80\x61\x1a\x0a\x00\x00\x29\x95\x08\xaf\x88\ -\xac\xba\x34\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ -\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x14\x1c\x1f\x24\ -\xc6\x09\x17\x00\x00\x00\x24\x49\x44\x41\x54\x08\xd7\x63\x60\x40\ -\x05\xff\xcf\xc3\x58\x4c\xc8\x5c\x26\x64\x59\x26\x64\xc5\x70\x0e\ -\xa3\x21\x9c\xc3\x68\x88\x61\x1a\x0a\x00\x00\x6d\x84\x09\x75\x37\ -\x9e\xd9\x23\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x06\x62\x4b\x47\x44\x00\x7f\x00\x87\x00\x95\xe6\xde\xa6\xaf\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ +\x09\x2a\x2b\x98\x90\x5c\xf4\x00\x00\x00\x64\x49\x44\x41\x54\x48\ +\xc7\x63\xfc\xcf\x30\x3c\x01\x0b\xa5\x06\x34\xb4\x4f\x85\x87\xcd\ +\xaa\xa5\x73\x18\xae\x5d\x39\xcf\x48\x2b\x35\x14\x79\xcc\xd8\xc8\ +\x88\x24\x03\x7c\x89\xd0\x4f\x2d\x35\x84\xc0\xd9\x73\xe7\xe0\x6c\ +\x26\x86\x91\x92\x14\x91\x7d\x4d\x54\x52\x0c\x4d\x26\xa8\x9f\x5a\ +\x6a\x46\x93\xe2\x68\x52\x1c\x82\x49\x91\x91\xd2\x7a\x4c\x4b\xc7\ +\x10\xc5\x08\x6c\xc5\x34\xb5\xd4\xd0\xd5\x63\x83\x15\x00\x00\x7a\ +\x30\x4a\x09\x71\xea\x2d\x6e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ \x00\x00\x00\x93\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -597,6 +449,19 @@ qt_resource_data = b"\ \xc5\x70\x0e\x23\x23\x9c\xc3\xc8\x88\x61\x1a\x0a\x00\x00\x9e\x14\ \x0a\x05\x2b\xca\xe5\x75\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ +\x00\x00\x00\xa6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x06\x00\x00\x00\x09\x08\x04\x00\x00\x00\xbb\x93\x95\x16\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ +\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x14\x1f\x20\xb9\ +\x8d\x77\xe9\x00\x00\x00\x2a\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ +\x06\xe6\x7c\x60\x60\x60\x42\x30\xa1\x1c\x08\x93\x81\x81\x09\xc1\ +\x64\x60\x60\x62\x60\x48\x11\x40\xe2\x20\x73\x19\x90\x8d\x40\x02\ +\x00\x23\xed\x08\xaf\x64\x9f\x0f\x15\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ \x00\x00\x00\x9f\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -609,6 +474,37 @@ qt_resource_data = b"\ \x0d\xe6\x7c\x80\xb1\x18\x91\x05\x52\x04\xe0\x42\x08\x15\x29\x02\ \x0c\x0c\x8c\xc8\x02\x08\x95\x68\x00\x00\xac\xac\x07\x90\x4e\x65\ \x34\xac\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xb6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x18\x00\x00\x00\x11\x08\x06\x00\x00\x00\xc7\x78\x6c\x30\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ +\x0b\x2c\x0d\x1f\x43\xaa\xe1\x00\x00\x00\x36\x49\x44\x41\x54\x38\ +\xcb\x63\x60\x20\x01\x2c\x5a\xb4\xe8\xff\xa2\x45\x8b\xfe\x93\xa2\ +\x87\x89\x81\xc6\x60\xd4\x82\x11\x60\x01\x23\xa9\xc9\x74\xd0\xf9\ +\x80\x85\x1c\x4d\x71\x71\x71\x8c\xa3\xa9\x68\xd4\x82\x61\x64\x01\ +\x00\x31\xb5\x09\xec\x1f\x4b\xb4\x15\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x00\xe1\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x0a\x00\x00\x00\x36\x08\x06\x00\x00\x00\xfe\x8a\x08\x6b\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ +\x09\x33\x22\x7a\x4c\x4d\x48\x00\x00\x00\x61\x49\x44\x41\x54\x48\ +\xc7\x63\xfc\xcf\x40\x1c\x60\x62\xa0\x99\x42\x63\x23\x23\x06\x63\ +\x23\x23\x0c\x36\x1d\xac\x1e\x55\x38\xc8\x14\x32\xfe\x67\x60\x60\ +\x68\x68\x9f\x8a\x33\x59\xae\x5a\x3a\x87\xe1\xda\x95\xf3\x8c\x34\ +\xb2\x5a\x4b\xc7\x10\x6f\x8e\xb8\x76\xe5\x3c\x23\xe3\x7f\xa4\x84\ +\xcb\xc0\xc0\xc0\x70\xf6\xdc\x39\x14\xf6\x68\x80\x8f\x06\xf8\x68\ +\x80\x8f\x96\x66\x43\x27\x3d\x0e\x72\x37\x02\x00\x10\x30\x40\xb3\ +\x35\xa0\x7c\x49\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ \x00\x00\x00\x9e\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -684,7 +580,21 @@ qt_resource_data = b"\ \xee\xdc\xb9\xb3\x44\x59\x47\x94\x22\x46\x90\xef\x08\xba\x89\x6a\ \x41\x00\x10\x60\x00\xae\x24\x16\xd2\xdf\x0c\x7a\x63\x00\x00\x00\ \x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xc8\ +\x00\x00\x00\xbb\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x3f\x00\x00\x00\x07\x08\x06\x00\x00\x00\xbf\x76\x95\x1f\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ +\x09\x35\x2b\x55\xca\x52\x6a\x00\x00\x00\x3b\x49\x44\x41\x54\x38\ +\xcb\x63\x60\x18\x05\x23\x13\x30\x12\xa3\xa8\xbe\x7d\x2a\x25\x76\ +\xfc\xa7\x97\x3b\xd1\xc1\xaa\xa5\x73\x18\xae\x5f\x39\x8f\x53\x9e\ +\x69\x34\xe6\x09\x00\x4d\x1d\xc3\x21\x19\xf3\x0c\x0c\x0c\x78\x63\ +\x7e\x14\x8c\x54\x00\x00\x69\x64\x0b\x05\xfd\x6b\x58\xca\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x71\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ @@ -692,38 +602,128 @@ qt_resource_data = b"\ \x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ \x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\ \x95\x2b\x0e\x1b\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ -\x0b\x03\x24\x4f\xed\x0a\xe0\x00\x00\x01\x48\x49\x44\x41\x54\x58\ -\xc3\xed\x57\x41\x8e\x83\x30\x0c\xb4\x21\xd0\x3e\x10\x3f\x8e\x23\ -\xe7\x20\xbe\xb3\x3f\xd9\x55\x03\x9b\xd9\x4b\x2a\x45\x10\x96\x24\ -\x04\xf5\x82\xcf\x2e\x63\x4f\xc6\x63\x97\xe8\xc3\xc1\x57\x7c\x54\ -\x6b\x6d\x98\xb9\x3a\xca\x03\xb0\xa8\x0b\x9b\xab\x23\x72\x7e\xab\ -\x2b\x90\x45\xa4\x05\xb0\xc4\xe4\x56\x57\xb5\x2f\x22\x0d\x80\xf9\ -\x28\x6f\xf3\x04\xe3\x38\x2e\x39\x80\x00\xac\x88\xb4\xa9\xbf\x53\ -\x9e\x70\x7e\x98\xb9\xcd\x64\x65\x03\xae\xb5\x9e\x99\x59\x45\x3f\ -\xc1\x19\x70\x00\x26\x30\x05\x2a\x9a\x01\x47\x7b\x16\x78\xd7\x75\ -\x75\x42\xe7\x76\x8d\x73\x46\x84\xa9\x9d\x5b\x00\x66\x3d\x1d\xca\ -\x5a\x4b\xd3\x34\xad\x05\x35\xa7\x0a\xea\xa8\x73\x9f\x29\x57\x68\ -\x43\x44\x54\x0d\xc3\xf0\x05\x60\x23\xea\x0c\xe7\x53\xb1\x4c\x39\ -\x9f\x30\x44\x64\xd9\xd3\x40\xed\x31\x60\x44\xe4\x51\xba\xf3\xe2\ -\x46\x94\xda\x79\x94\x11\x15\x8a\xe0\x74\x38\xbf\x78\x14\x63\x60\ -\xc7\xf3\x93\xa6\xe3\x34\x03\x22\xd2\x78\xaa\x4e\xf5\x85\x32\xcb\ -\xe8\xad\xea\x1c\x47\x2c\xa6\x81\xd0\xd4\xc4\x1c\x25\x97\xad\xe3\ -\xd8\xb8\x0b\xb8\x0b\xb8\x0b\xa8\x4a\xff\x61\xe9\xfb\xbe\x71\x26\ -\xf4\x1d\x58\xf3\x71\x46\xc4\xcc\x2a\xf7\x3a\x76\xeb\x9d\x00\x44\ -\x19\x91\x7a\x9f\xd4\xcc\x5c\xaf\x18\xa8\xcf\x50\xcb\xcc\xa1\x23\ -\x07\xbb\x54\xc7\x9e\xd1\xb9\x01\xe0\x25\x22\xcf\x7f\xdf\xda\xbf\ -\xd5\xca\x62\xc3\x84\xc0\x83\x62\xd3\x5a\xbf\x4a\x17\xb0\x07\x4e\ -\x44\xf4\x07\xae\xf5\xd5\xa6\x1d\xd1\x22\x08\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa6\ +\x0b\x01\x28\x74\x6d\x24\x49\x00\x00\x01\xf1\x49\x44\x41\x54\x58\ +\xc3\xcd\x57\x41\x4e\x02\x31\x14\xfd\xfd\xb5\x6e\x70\x21\x89\xb8\ +\x11\x8d\x89\x5b\xef\x80\x3b\xb7\xde\x80\x36\x70\x2c\xa0\xbd\x86\ +\x3b\xc2\x19\xd8\xb9\x21\x11\x13\x23\x0b\x4d\x94\x49\xb4\x69\xeb\ +\xc6\xea\xa4\x61\x86\xb6\x40\xf0\xef\xc8\xd0\x79\x7d\xef\xbf\x79\ +\xed\x07\xd8\x73\x91\xaa\x07\x4a\xa9\x57\x00\x00\xe7\xdc\x52\x08\ +\xd1\xce\x79\xb9\x94\x72\x4e\x08\x69\x00\x00\x70\xce\x9b\x51\x1b\ +\x18\x0c\x06\x53\xc6\xd8\xa5\x5f\x08\x00\x60\xad\x5d\x70\xce\x4f\ +\x53\xc0\x95\x52\x2f\x88\xd8\xf2\xbf\x9d\x73\x4b\xad\xf5\xac\xdf\ +\xef\x5f\x97\xff\x87\xe1\xc2\x10\x1c\x00\x00\x11\x5b\x52\xca\x79\ +\x0a\xf3\x32\x38\x00\x00\x21\xa4\xc1\x18\xbb\xac\x54\x60\x15\xf3\ +\xb0\xb4\xd6\xf3\x5e\xaf\x77\x5e\x07\x3e\x1c\x0e\x1f\x19\x63\x95\ +\x2d\x0b\x95\xc0\x3a\xe6\x61\x51\x4a\x6b\x95\x90\x52\xce\x29\xa5\ +\xad\x5a\xd3\x05\x4a\x10\x6f\x38\x44\x3c\x8e\x95\x78\x95\x27\xc2\ +\x9e\x47\xbc\xe3\x8d\x73\xde\xc4\x1c\x77\x87\x9e\x58\xd5\xf3\xd8\ +\x3a\xf0\x7d\x01\x80\xe3\x94\x85\x94\xd2\x33\xa5\xd4\x8b\xdf\x50\ +\x2a\xf0\x0f\xe6\x9f\x09\x53\x25\xdc\xa4\xca\x2d\xfc\x6d\x01\xe7\ +\xfc\xd4\x18\xf3\xb4\x6b\x70\x63\xcc\x53\xd9\x3f\x64\x5d\x80\xec\ +\x8a\x79\x65\x10\xed\x4a\x89\x90\x79\xcc\x59\xb0\x35\x25\xea\xa2\ +\xbc\xf2\x33\xdc\x96\x12\x55\xcc\xd7\x2a\xb0\x0d\x25\x62\x0e\x31\ +\x84\x3d\x17\xa6\x9e\x6a\x9b\x24\x66\xea\x85\x64\x7f\x26\xdc\x94\ +\x79\x8a\x12\xff\x2b\x88\xb6\xcd\x3c\x46\x89\xff\x71\x18\xe5\x32\ +\xb7\xd6\x2e\xac\xb5\x8b\x4d\x94\x40\x7f\x4d\xca\x4d\xb8\xdc\xc4\ +\xf4\x98\x98\x2b\x61\x79\x56\x10\x42\xb4\x73\x94\xf8\xdd\x00\xe7\ +\xbc\xe9\x6f\x28\xb9\xd9\x9e\xa2\x84\x73\x6e\xe9\x07\x15\x2c\x5d\ +\xb9\x67\xeb\x36\x11\x32\x0f\x4b\x08\xd1\x36\xc6\x3c\x03\x80\xad\ +\x21\xf0\xa1\xb5\x9e\x55\xe6\x80\x94\xf2\x1d\x11\x1b\x84\x10\x52\ +\x02\xfe\x72\xce\xdd\x0a\x21\xc6\x91\x83\xc9\x0d\x21\xe4\x1e\x11\ +\x0f\x43\xe6\xdd\x6e\xf7\xa8\x36\x09\xa7\xd3\xe9\x95\xb5\x76\x59\ +\x02\xff\x2c\x8a\xe2\x2e\x16\xfc\x47\x89\x71\x51\x14\x77\xd6\xda\ +\xcf\x70\x20\x49\x1e\x4e\x27\x93\xc9\xc5\x68\x34\x7a\xcf\x31\x58\ +\xa7\xd3\x39\x11\x42\x3c\xd4\x0d\xa7\x7b\xaf\x6f\x1a\x2b\x5a\x88\ +\xa9\x6c\x88\x2e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x01\x57\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x09\x00\x00\x00\x09\x08\x06\x00\x00\x00\xe0\x91\x06\x10\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ +\x01\x95\x2b\x0e\x1b\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\ +\x25\x00\x00\x80\x83\x00\x00\xf9\xff\x00\x00\x80\xe9\x00\x00\x75\ +\x30\x00\x00\xea\x60\x00\x00\x3a\x98\x00\x00\x17\x6f\x92\x5f\xc5\ +\x46\x00\x00\x00\xdd\x49\x44\x41\x54\x78\xda\x5c\x8e\xb1\x4e\x84\ +\x40\x18\x84\x67\xef\x4c\x2c\xc8\xd9\x2c\x0d\x58\x50\x1b\x0b\xc3\ +\xfa\x24\x77\xbd\x0d\x85\x4f\x40\x0b\xbb\xcb\x3b\xd0\x68\x41\x72\ +\xc5\xd2\x28\x4f\x02\xcf\xb1\x97\x40\x61\xd4\xc2\xc4\x62\x2c\xbc\ +\x4d\xd0\x49\xfe\xbf\xf8\x32\xff\x3f\x23\x48\xc2\x5a\x3b\x00\x80\ +\xd6\xfa\x80\xb3\xac\xb5\x03\x49\x18\x63\x0e\x5b\x21\xc4\x90\xe7\ +\xf9\x3e\x49\x92\x9b\xbe\xef\xef\xca\xb2\x7c\xf5\xde\xbf\x04\xe6\ +\x9c\xbb\xbd\x20\xf9\x19\xae\x95\x52\xfb\x2c\xcb\xbe\xa5\x94\x01\ +\x81\xe4\x9b\x38\xbf\x3c\x2a\xa5\x1e\xf0\x4f\xe3\x38\x3e\x37\x4d\ +\xf3\x28\x48\x02\x00\xba\xae\x7b\x97\x52\xee\x82\x61\x59\x96\x8f\ +\xa2\x28\xae\x00\x60\x03\x00\xc6\x98\xe3\xda\x00\x00\x71\x1c\xef\ +\xb4\xd6\x4f\x00\xb0\x05\xf0\x27\x6a\x9e\x67\x44\x51\x04\x00\x48\ +\xd3\xf4\xde\x39\x77\xbd\x21\xf9\xb5\xea\x70\x6a\xdb\xf6\x72\x9a\ +\xa6\xd3\xaa\xf8\xef\xaa\xeb\xda\x57\x55\xe5\x49\x22\xcc\x9a\xfd\ +\x0c\x00\x24\xab\x6e\xfa\x96\x21\xfc\xb8\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\x81\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x01\x03\x00\x00\x00\x25\x3d\x6d\x22\ +\x00\x00\x00\x06\x50\x4c\x54\x45\x00\x00\x00\xae\xae\xae\x77\x6b\ +\xd6\x2d\x00\x00\x00\x01\x74\x52\x4e\x53\x00\x40\xe6\xd8\x66\x00\ +\x00\x00\x29\x49\x44\x41\x54\x78\x5e\x05\xc0\xb1\x0d\x00\x20\x08\ +\x04\xc0\xc3\x58\xd8\xfe\x0a\xcc\xc2\x70\x8c\x6d\x28\x0e\x97\x47\ +\x68\x86\x55\x71\xda\x1d\x6f\x25\xba\xcd\xd8\xfd\x35\x0a\x04\x1b\ +\xd6\xd9\x1a\x92\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x00\xc3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ +\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ +\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ +\xdc\x0b\x07\x09\x2e\x37\xff\x44\xe8\xf0\x00\x00\x00\x1d\x69\x54\ +\x58\x74\x43\x6f\x6d\x6d\x65\x6e\x74\x00\x00\x00\x00\x00\x43\x72\ +\x65\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x47\x49\x4d\x50\x64\ +\x2e\x65\x07\x00\x00\x00\x27\x49\x44\x41\x54\x78\xda\xed\xc1\x01\ +\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\x40\x40\ +\x00\x01\xaf\x7a\x0e\xe8\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x00\xe0\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x51\x00\x00\x00\x3a\x08\x06\x00\x00\x00\xc8\xbc\xb5\xaf\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\ +\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\ +\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\ +\x0b\x29\x1c\x08\x84\x7e\x56\x00\x00\x00\x60\x49\x44\x41\x54\x78\ +\xda\xed\xd9\xb1\x0d\x00\x20\x08\x00\x41\x71\x50\x86\x63\x51\xed\ +\x8d\x85\x25\x89\x77\xa5\x15\xf9\x48\x45\x8c\xa6\xaa\x6a\x9d\x6f\ +\x99\x19\x1d\x67\x9d\x03\x11\x45\x14\x11\x11\x45\x14\x51\x44\x44\ +\x14\x51\x44\x11\x11\x51\x44\x11\x45\x44\x44\x11\x45\x14\x11\x11\ +\x45\x14\xf1\x5b\xd1\x75\xb0\xdb\xdd\xd9\x4f\xb4\xce\x88\x28\x22\ +\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcf\x36\xce\x69\x07\x1e\xe9\ +\x39\x55\x40\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xa5\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce\x7c\x4e\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ \x02\x62\x4b\x47\x44\x00\x9c\x53\x34\xfc\x5d\x00\x00\x00\x09\x70\ \x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ -\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x0b\x1b\x0e\x16\ -\x4d\x5b\x6f\x00\x00\x00\x2a\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x0b\x02\x04\x6d\ +\x98\x1b\x69\x00\x00\x00\x29\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ +\x00\x8c\x0c\x0c\xff\xcf\xa3\x08\x18\x32\x32\x30\x20\x0b\x32\x1a\ +\x32\x30\x30\x42\x98\x10\x41\x46\x43\x14\x13\x50\xb5\xa3\x01\x00\ +\xd6\x10\x07\xd2\x2f\x48\xdf\x4a\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x00\xa6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x09\x00\x00\x00\x06\x08\x04\x00\x00\x00\xbb\xce\x7c\x4e\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x02\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x09\x70\ +\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\x01\x00\x9a\x9c\x18\ +\x00\x00\x00\x07\x74\x49\x4d\x45\x07\xdc\x08\x17\x08\x15\x3b\xdc\ +\x3b\x0c\x9b\x00\x00\x00\x2a\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\ \x00\x8c\x0c\x0c\x73\x3e\x20\x0b\xa4\x08\x30\x32\x30\x20\x0b\xa6\ \x08\x30\x30\x30\x42\x98\x10\xc1\x14\x01\x14\x13\x50\xb5\xa3\x01\ \x00\xc6\xb9\x07\x90\x5d\x66\x1f\x83\x00\x00\x00\x00\x49\x45\x4e\ @@ -747,32 +747,10 @@ qt_resource_name = b"\ \x00\x00\x07\x83\ \x00\x72\ \x00\x63\ -\x00\x09\ -\x06\x98\x83\x27\ -\x00\x63\ -\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0b\xda\x30\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x11\ -\x08\xc4\x6a\xa7\ -\x00\x56\ -\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x10\ -\x01\x07\x4a\xa7\ -\x00\x56\ -\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x06\x41\x40\x87\ -\x00\x73\ -\x00\x69\x00\x7a\x00\x65\x00\x67\x00\x72\x00\x69\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x04\xa2\xfc\xa7\ -\x00\x64\ -\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x02\x9f\x05\x87\ +\x00\x72\ +\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x08\x8c\x6a\xa7\ \x00\x48\ @@ -782,67 +760,62 @@ qt_resource_name = b"\ \x0e\xde\xfa\xc7\ \x00\x6c\ \x00\x65\x00\x66\x00\x74\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0c\xab\x51\x07\ -\x00\x64\ -\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x01\x00\xca\xa7\ -\x00\x48\ -\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0c\x65\xce\x07\ -\x00\x6c\ -\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x01\x21\xeb\x47\ -\x00\x73\ -\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x73\x00\x68\x00\x65\x00\x65\x00\x74\x00\x2d\x00\x62\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\ -\x00\x2d\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0b\xc5\xd7\xc7\ -\x00\x73\ -\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x73\x00\x68\x00\x65\x00\x65\x00\x74\x00\x2d\x00\x76\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x08\x3e\xcc\x07\ -\x00\x73\ -\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x73\x00\x68\x00\x65\x00\x65\x00\x74\x00\x2d\x00\x62\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\ -\x00\x2d\x00\x65\x00\x6e\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0c\xe2\x68\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x07\x8f\x9d\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2d\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x0c\ -\x04\x56\x23\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x18\ \x03\x8e\xde\x67\ \x00\x72\ \x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ \x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x0b\xda\x30\xa7\ +\x00\x62\ +\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ \x00\x0f\ -\x02\x9f\x05\x87\ -\x00\x72\ -\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x06\x53\x25\xa7\ +\x00\x62\ +\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x14\ +\x0b\xc5\xd7\xc7\ +\x00\x73\ +\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x73\x00\x68\x00\x65\x00\x65\x00\x74\x00\x2d\x00\x76\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ +\x00\x0a\ +\x05\x95\xde\x27\ +\x00\x75\ +\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x12\ +\x07\x8f\x9d\x27\ +\x00\x62\ +\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2d\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x10\ +\x01\x07\x4a\xa7\ +\x00\x56\ +\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x14\ \x06\x5e\x2c\x07\ \x00\x62\ \x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x2d\x00\x6f\x00\x6e\x00\x2e\ \x00\x70\x00\x6e\x00\x67\ +\x00\x17\ +\x0c\x65\xce\x07\ +\x00\x6c\ +\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ +\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x15\ \x0f\xf3\xc0\x07\ \x00\x75\ \x00\x70\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\ \x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1a\ +\x01\x21\xeb\x47\ +\x00\x73\ +\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x73\x00\x68\x00\x65\x00\x65\x00\x74\x00\x2d\x00\x62\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\ +\x00\x2d\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x10\ +\x01\x00\xca\xa7\ +\x00\x48\ +\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x06\xe6\xe6\x67\ \x00\x75\ @@ -852,14 +825,41 @@ qt_resource_name = b"\ \x00\x63\ \x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ \x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0a\ -\x05\x95\xde\x27\ -\x00\x75\ -\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x08\xc4\x6a\xa7\ +\x00\x56\ +\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x09\ +\x06\x98\x83\x27\ +\x00\x63\ +\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x04\x56\x23\x67\ +\x00\x63\ +\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x06\x41\x40\x87\ +\x00\x73\ +\x00\x69\x00\x7a\x00\x65\x00\x67\x00\x72\x00\x69\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0f\ -\x06\x53\x25\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x0c\xe2\x68\x67\ +\x00\x74\ +\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x19\ +\x08\x3e\xcc\x07\ +\x00\x73\ +\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x73\x00\x68\x00\x65\x00\x65\x00\x74\x00\x2d\x00\x62\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\ +\x00\x2d\x00\x65\x00\x6e\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0e\ +\x04\xa2\xfc\xa7\ +\x00\x64\ +\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x17\ +\x0c\xab\x51\x07\ +\x00\x64\ +\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x61\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ +\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ " qt_resource_struct = b"\ @@ -867,31 +867,31 @@ qt_resource_struct = b"\ \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\x00\x4a\x00\x02\x00\x00\x00\x19\x00\x00\x00\x04\ -\x00\x00\x01\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x19\x13\ -\x00\x00\x00\xbc\x00\x00\x00\x00\x00\x01\x00\x00\x14\xd7\ -\x00\x00\x01\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x1a\xa2\ -\x00\x00\x03\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x23\x13\ -\x00\x00\x03\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x20\x93\ -\x00\x00\x03\x06\x00\x00\x00\x00\x00\x01\x00\x00\x1f\xef\ -\x00\x00\x02\xe8\x00\x00\x00\x00\x00\x01\x00\x00\x1e\x94\ -\x00\x00\x01\x00\x00\x00\x00\x00\x00\x01\x00\x00\x16\x44\ -\x00\x00\x04\x16\x00\x00\x00\x00\x00\x01\x00\x00\x26\xe1\ -\x00\x00\x00\xe2\x00\x00\x00\x00\x00\x01\x00\x00\x15\xbf\ -\x00\x00\x04\x30\x00\x00\x00\x00\x00\x01\x00\x00\x28\xad\ -\x00\x00\x03\x60\x00\x00\x00\x00\x00\x01\x00\x00\x21\x37\ -\x00\x00\x00\x54\x00\x00\x00\x00\x00\x01\x00\x00\x10\xff\ -\x00\x00\x03\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x22\x71\ -\x00\x00\x02\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x1d\xfa\ -\x00\x00\x02\x62\x00\x00\x00\x00\x00\x01\x00\x00\x1c\x4f\ -\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\x16\xed\ -\x00\x00\x00\x94\x00\x00\x00\x00\x00\x01\x00\x00\x14\x18\ -\x00\x00\x02\x34\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x5c\ -\x00\x00\x00\x6c\x00\x00\x00\x00\x00\x01\x00\x00\x13\x74\ -\x00\x00\x01\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x19\xf8\ -\x00\x00\x01\x6c\x00\x00\x00\x00\x00\x01\x00\x00\x18\x69\ -\x00\x00\x02\x9a\x00\x00\x00\x00\x00\x01\x00\x00\x1d\x33\ -\x00\x00\x01\x4a\x00\x00\x00\x00\x00\x01\x00\x00\x17\xbf\ -\x00\x00\x03\x8e\x00\x00\x00\x00\x00\x01\x00\x00\x21\xce\ +\x00\x00\x02\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x1b\xf3\ +\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x00\x18\x6d\ +\x00\x00\x02\x6e\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x39\ +\x00\x00\x02\xec\x00\x00\x00\x00\x00\x01\x00\x00\x1d\x7a\ +\x00\x00\x00\x54\x00\x00\x00\x00\x00\x01\x00\x00\x11\x02\ +\x00\x00\x00\xc2\x00\x00\x00\x00\x00\x01\x00\x00\x13\x22\ +\x00\x00\x03\x66\x00\x00\x00\x00\x00\x01\x00\x00\x24\x7c\ +\x00\x00\x03\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x28\x07\ +\x00\x00\x01\x72\x00\x00\x00\x00\x00\x01\x00\x00\x16\x07\ +\x00\x00\x03\x84\x00\x00\x00\x00\x00\x01\x00\x00\x25\xd7\ +\x00\x00\x01\x20\x00\x00\x00\x00\x00\x01\x00\x00\x14\x6a\ +\x00\x00\x01\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x19\x55\ +\x00\x00\x03\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x22\x07\ +\x00\x00\x02\xce\x00\x00\x00\x00\x00\x01\x00\x00\x1c\xd8\ +\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x00\x17\xd3\ +\x00\x00\x03\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x27\x23\ +\x00\x00\x00\x78\x00\x00\x00\x00\x00\x01\x00\x00\x11\xa6\ +\x00\x00\x03\x26\x00\x00\x00\x00\x00\x01\x00\x00\x21\x48\ +\x00\x00\x01\x44\x00\x00\x00\x00\x00\x01\x00\x00\x15\x14\ +\x00\x00\x00\xf8\x00\x00\x00\x00\x00\x01\x00\x00\x13\xc6\ +\x00\x00\x02\x0a\x00\x00\x00\x00\x00\x01\x00\x00\x19\xec\ +\x00\x00\x04\x20\x00\x00\x00\x00\x00\x01\x00\x00\x28\xb0\ +\x00\x00\x03\xa2\x00\x00\x00\x00\x00\x01\x00\x00\x26\x5c\ +\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x12\x78\ +\x00\x00\x02\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x96\ \x00\x00\x00\x32\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\ " diff --git a/qdarkstyle/pyqt_style_rc.py b/qdarkstyle/pyqt_style_rc.py index 36511f4e5..108eeb793 100644 --- a/qdarkstyle/pyqt_style_rc.py +++ b/qdarkstyle/pyqt_style_rc.py @@ -2,7 +2,7 @@ # Resource object code # -# Created: Sat Apr 25 14:03:42 2015 +# Created: Sat Apr 25 14:44:44 2015 # by: The Resource Compiler for PyQt (Qt v4.8.6) # # WARNING! All changes made in this file will be lost! @@ -10,280 +10,280 @@ from PyQt4 import QtCore qt_resource_data = b"\ -\x00\x00\x10\xfb\ +\x00\x00\x10\xfe\ \x00\ -\x00\x56\xd7\x78\x9c\xed\x5c\x6d\x73\xdb\x36\x12\xfe\xee\x5f\x81\ -\x3a\x5f\xe2\x9c\x64\x4b\xb2\xfc\xc6\xb4\x37\x23\xdb\x52\xac\x39\ -\xdb\x72\x64\x25\xb9\x4c\xa7\x93\xa1\x24\xc8\x62\x43\x91\x0c\x49\ -\xc5\x76\x3b\xfd\xef\xb7\x78\x23\x01\x10\x20\x29\xc7\x49\xe7\x6e\ -\x2e\x4a\x1c\x8b\x04\x76\x9f\x7d\xc1\x62\xb1\x00\xb9\xf7\x6a\x0b\ -\xbd\x42\x93\x25\x46\x57\xc3\x09\xba\xf4\x66\x38\x48\x30\x7a\x09\ -\x5f\x76\xe0\x06\xb9\x77\x16\x46\x8f\xb1\x77\xb7\x4c\xd1\xcb\xd9\ -\x0e\xfa\xb9\xd3\x6a\xef\x37\xe1\x47\xf7\x9f\xe8\xe7\xb3\xd0\xf7\ -\x02\x74\xbe\xfe\xb2\xc6\x49\x10\x3e\xfe\x93\xf7\xb8\xc1\xf1\xca\ -\x4b\x12\x2f\x0c\x90\x97\xa0\x25\x8e\xf1\xf4\x11\xdd\xc5\x6e\x90\ -\xe2\x79\x03\x2d\x62\x8c\x51\xb8\x40\xb3\xa5\x1b\xdf\xe1\x06\x4a\ -\x43\xe4\x06\x8f\x28\xc2\x71\x02\x1d\xc2\x69\xea\x7a\x81\x17\xdc\ -\x21\x17\xcd\x80\x33\xa1\x07\x8d\xd3\x25\x50\x4a\xc2\x45\x7a\xef\ -\xc6\x18\xda\xcf\x91\x9b\x24\xe1\xcc\x73\x81\x24\x9a\x87\xb3\xf5\ -\x0a\x07\xa9\x9b\x12\x96\x0b\xcf\xc7\x09\x7a\x99\x82\x48\xdb\xb7\ -\xbc\xc7\xf6\x0e\xe5\x33\xc7\xae\x4f\x08\x02\x68\x72\x5b\xdc\x45\ -\xf7\x5e\xba\x0c\xd7\x29\x8a\x71\x92\xc6\xde\x8c\x90\x69\x40\xa3\ -\x99\xbf\x9e\x13\x24\xe2\xb6\xef\xad\x3c\xce\x84\x74\xa7\x4a\x49\ -\x08\x3d\x20\xbd\x4e\x40\x14\x02\xb8\x81\x56\xe1\xdc\x5b\x90\xff\ -\x31\x95\x2f\x5a\x4f\x7d\x2f\x59\x36\xd0\xdc\x23\xd4\xa7\xeb\x14\ -\x2e\x26\xe4\x22\xd5\x75\x83\x48\xb3\x17\xc6\x28\xc1\x3e\x05\x07\ -\x44\x3c\x10\x80\x0a\x9d\x63\xa4\xcd\x08\xa3\x88\x28\x37\xe5\xea\ -\x4a\xc8\x95\xfb\x65\xb8\x52\xe5\xf1\x28\xaa\xc5\x3a\x0e\x80\x31\ -\xa6\xdd\xe6\x21\xa8\x8f\xf2\xfd\x1d\xcf\x52\x72\x85\xf4\x58\x84\ -\xbe\x1f\xde\x13\x19\x67\x61\x30\xf7\x88\x68\x89\xb3\x25\x3c\xc2\ -\x9d\x86\x5f\x31\x15\x8a\xd9\x3f\x08\x53\xc0\xcc\x80\x10\x7b\x44\ -\xb9\x9d\xf9\xad\x64\xe9\xfa\x3e\x9a\x62\xae\x3c\x60\xed\x05\x84\ -\x1a\xb9\x2a\xe4\x8a\x09\x88\x24\x05\x6f\xf0\x5c\x1f\x45\x61\x4c\ -\xb9\xea\xf2\xee\x32\x14\x17\x7d\x74\x3b\x1a\x4c\x3e\xf4\xc6\x7d\ -\x34\xbc\x45\x37\xe3\xd1\xfb\xe1\x79\xff\x1c\x6d\xf7\x6e\xe1\xfb\ -\x76\x03\x7d\x18\x4e\x2e\x46\xef\x26\x08\x5a\x8c\x7b\xd7\x93\x8f\ -\x68\x34\x40\xbd\xeb\x8f\xe8\x5f\xc3\xeb\xf3\x06\xea\xff\xfb\x66\ -\xdc\xbf\xbd\x45\xa3\x31\xa1\x36\xbc\xba\xb9\x1c\xf6\xe1\xf2\xf0\ -\xfa\xec\xf2\xdd\xf9\xf0\xfa\x0d\x3a\x85\xae\xd7\x23\x70\xfc\x21\ -\x78\x3c\xd0\x9d\x8c\x28\x4f\x4e\x6d\xd8\xbf\x25\xf4\xae\xfa\xe3\ -\xb3\x0b\xf8\xda\x3b\x1d\x5e\x0e\x27\x1f\x1b\x84\xd6\x60\x38\xb9\ -\x26\x94\x07\xa3\x31\xea\xa1\x9b\xde\x78\x32\x3c\x7b\x77\xd9\x1b\ -\xa3\x9b\x77\xe3\x9b\xd1\x6d\x1f\x40\x9c\x03\xe5\xeb\xe1\xf5\x60\ -\x0c\x8c\xfa\x57\xfd\xeb\xc9\x2e\x30\x86\x6b\xa8\xff\x1e\xbe\xa0\ -\xdb\x8b\xde\xe5\x25\xe1\x46\xc8\xf5\xde\x81\x18\x63\x02\x14\x9d\ -\x8d\x6e\x3e\x8e\x87\x6f\x2e\x26\xe8\x62\x74\x79\xde\x87\x8b\xa7\ -\x7d\xc0\xd7\x3b\xbd\xec\x33\x6e\x20\xdd\xd9\x65\x6f\x78\xd5\x40\ -\xe7\xbd\xab\xde\x9b\x3e\xed\x35\x02\x42\x54\x48\xd2\x92\xc1\x44\ -\x1f\x2e\xfa\xe4\x2a\xe1\xda\x83\xbf\x67\x93\xe1\xe8\x9a\xc8\x73\ -\x36\xba\x9e\x8c\xe1\x6b\x03\xc4\x1d\x4f\xb2\xde\x1f\x86\xb7\xfd\ -\x06\xea\x8d\x87\xb7\x44\x33\x83\xf1\xe8\x8a\x4a\x4a\xb4\x0b\x9d\ -\x46\x94\x0e\x74\xbd\xee\x33\x42\x44\xf3\xaa\x81\xa0\x09\xf9\xfe\ -\xee\xb6\x9f\xd1\x44\xe7\xfd\xde\x25\x90\x03\x6b\x5d\xeb\x06\xdd\ -\x85\x0b\x7b\x5b\x5b\x6f\x6f\xe2\xf0\x0e\x46\x5e\x72\xea\xc6\xce\ -\x32\x8c\xbd\x3f\x42\x18\xca\x3e\xfa\x73\x0b\xc1\x9f\x69\x18\xcf\ -\x71\xec\xa0\x76\xf4\x00\x0e\xec\x7b\x73\xf4\x62\xbf\xb7\x7f\xb2\ -\x7f\xf2\x9a\xde\x4e\xf1\x43\xda\x74\x7d\xef\x2e\x70\x10\x0c\xa7\ -\x14\xc7\xec\x7a\xe4\xce\xc9\xd0\xa5\xfd\xd8\x95\xa9\x3b\xfb\x7c\ -\x17\x87\xeb\x60\xee\xa0\x17\x10\xbf\x06\xed\xc1\xeb\xad\xbf\x54\ -\xee\xce\x6c\xb9\x0e\x3e\x1b\x40\x64\x7d\x9b\xb3\xd0\x0f\x01\xce\ -\x17\x08\x7c\x18\xe2\x57\xec\xce\x3d\x60\xfb\x32\x89\x62\xec\xce\ -\x9d\x18\x2f\x7c\x18\x5e\x0d\xf4\xd0\x76\xda\x0d\xf4\xd8\x76\x5a\ -\xbb\x07\xdd\x03\xf8\xde\xa1\xdf\x3b\x4e\x0b\xc6\x60\x1a\x46\x4e\ -\x0b\xc5\x77\x53\xf7\x65\xe7\xb8\x81\x0e\x0f\x1b\xa8\xdd\x86\xdb\ -\x9d\x83\x83\x1d\x7e\xbb\xcd\x6e\xef\x1f\x35\xd0\x31\xfc\x6b\x77\ -\x0f\xd9\xed\x1d\x82\x79\xeb\xed\x24\x0c\xfd\x89\x17\x6d\xd5\xd2\ -\x51\x11\x3d\xd0\x7e\x79\x02\x48\xda\xad\x0e\x61\x7d\xb4\xf3\x9a\ -\xb5\xe4\xb7\xef\x97\x5e\x8a\x6d\x7a\x0c\x23\x77\xe6\xa5\x8f\x0e\ -\xea\xb4\x5a\x0c\xcc\x07\x6f\x7e\x87\x53\x8e\x85\x93\x48\x3c\xff\ -\xab\xb0\x45\x91\xff\x8b\xfd\x56\x67\xd0\x19\xb0\xdb\x10\xf7\x30\ -\x0d\xb9\xcd\x42\xc3\x17\x47\xc7\xc7\x47\x27\x53\xbd\x1d\xa7\x32\ -\xf5\xa1\x7d\x91\x85\xef\x45\x0e\x57\xc9\x6b\x49\x3d\x4d\x6f\xe5\ -\xde\x61\x07\x22\x55\xc0\x65\x83\x90\x4e\xac\xe8\x20\x45\x0e\x07\ -\x64\x5f\x81\x0b\x00\xfc\x2d\x9b\xf5\xdf\x5e\x52\xeb\xbf\x11\xd6\ -\x27\xe6\x46\x2d\x6a\x6f\xf2\x1f\x18\x9b\x7e\x83\xff\xda\x0d\x86\ -\x9d\xd8\x14\xb5\x10\x17\x88\x1b\x19\xb5\xc5\x85\x1d\x45\xff\x5c\ -\x30\x1d\x13\x53\x00\x9e\xff\x50\x58\x04\xc4\x15\x0e\xd6\x30\x3c\ -\xac\x7c\x15\x73\x6a\x0e\x20\xf5\x77\xa8\x18\x05\x2a\x0e\x4a\x21\ -\x35\x48\x22\x08\xfa\x41\x6a\xe8\x60\x97\x5b\xeb\x59\x31\x14\x8a\ -\x84\x23\x32\xee\x73\xba\x9b\x8e\x22\xc5\x3b\x8b\x3e\xb9\x82\xf0\ -\xe0\x81\x53\x87\x69\x1a\xae\x9c\x66\x36\x80\xf8\x90\x12\x37\xe8\ -\x75\x81\xad\x1e\x14\xc3\x18\x63\xcc\x60\x50\xca\xd4\x40\x4c\x98\ -\xd6\x39\x4d\xd1\xe2\x40\x6b\x91\x9b\x24\x1b\xeb\xd0\x04\xed\xb7\ -\xe0\x87\xf8\x45\x11\xc8\xc7\x8b\x94\x93\x31\x63\x95\x8d\x82\xf6\ -\x5e\x91\xac\x0a\xc7\x90\x48\xc0\xb5\x19\x49\x39\xe2\x7c\x28\xf3\ -\xde\x64\x1e\x50\x21\xe9\x46\xb7\x8e\x0c\x48\xaa\xdc\xa9\xaf\xb7\ -\x7b\xd1\x6d\x91\x4f\x65\xfc\x21\x84\x7a\x90\x8c\xc4\xee\x2c\x1d\ -\x02\xdb\xf7\x1e\xbe\xe7\x94\x5c\x1f\x26\x93\x00\xf2\xcb\x62\x58\ -\xaa\xb4\x46\x51\x27\x8a\x27\xb1\x78\x44\x46\xe9\x3a\x71\xd0\xbe\ -\xe6\x18\x3c\xd6\x4a\x32\x2e\x20\xbf\x4d\x1a\x28\xf3\x5e\xfa\xdd\ -\xea\x2a\x74\xe2\xe8\xc2\xbc\x72\xcc\xe6\x15\x31\x65\xb8\x53\x8d\ -\xdc\xd9\x12\xcf\x3e\x9f\x86\x0f\xd9\x85\x31\x20\x0a\x4f\xd7\xe0\ -\x96\x81\x91\x07\x0b\x9d\x84\x18\x09\x34\x7d\xc8\x17\xed\x21\x41\ -\xcc\xb0\x8a\x60\x1d\xd5\x69\x9a\x49\xfa\xe8\x43\xfc\xa5\xb8\x2b\ -\xc7\x6f\x99\xea\x0c\x41\xe7\x0d\xe0\x89\x40\x3a\x35\x8f\xa8\x47\ -\xf7\x48\x73\x79\x1a\x15\x3b\x2d\x61\x16\x41\xda\x71\x52\x2f\xf5\ -\x31\xe7\x00\x59\x2d\x8c\xb6\x34\x0e\xfd\x26\xe4\x0f\x74\xac\xb1\ -\xee\xaf\xf5\xdb\x51\x98\xd0\x54\x1b\xe2\x57\x18\x99\xd2\x16\x3e\ -\xc6\xda\x2d\x3d\x66\xd0\x3c\xdc\x74\x83\xc5\xed\x0c\xa1\xf0\xe9\ -\xdb\x19\xf0\xf3\x7b\x90\x9b\x28\xa6\x2c\x2a\xb0\x22\x6e\x32\x3a\ -\x6a\x82\xc6\x29\x2e\x31\xc7\x74\xa0\x2a\x0d\xe6\x15\xa0\xd5\x26\ -\x04\xc5\x2f\x4f\x31\xf1\x61\x31\x7f\xab\x33\xdd\xb5\x95\xe9\xae\ -\xa5\x4d\x77\x6c\xf8\x4b\xd3\x5d\xf7\x18\x3e\x87\x3b\xba\xb0\xce\ -\x12\xd6\x3a\xe0\xa1\x05\xa1\x9f\x13\xcc\x61\xeb\x60\x70\x30\x50\ -\xe6\x5e\xf8\x1c\xf2\x94\x60\x05\xee\x77\xef\xcd\xd3\x65\x21\xe4\ -\x66\x2a\xca\x22\xba\x04\x1c\xdc\xa2\x49\x93\x9b\x22\x74\x25\x1b\ -\x5a\xc7\xfe\x4b\x67\xef\x4b\x92\x7c\x22\x53\x45\xb2\x17\xcf\xf6\ -\xa8\x8f\x7d\x72\xe3\x38\xbc\xff\x24\xa2\xeb\x6e\x14\xdc\x71\x40\ -\x1c\x4c\xee\x82\x99\x03\x64\x57\x8c\xae\x4e\xc9\x16\xee\xeb\x23\ -\x45\x13\x03\x5a\x3e\x55\x0c\x32\x84\xec\x52\x14\x41\x17\xe4\x32\ -\x4a\x41\xa8\x6e\x2a\x84\xc1\x16\x2c\xbf\x6c\x54\xb5\xca\x26\xef\ -\x4d\x8c\xf6\x0c\x52\xd6\xb6\x55\x95\xb1\xb8\x9c\xa8\xaa\x59\x7d\ -\x41\x73\xb3\xfe\x4d\xd6\x5c\x47\x4d\xca\x5e\x82\xaf\xca\x37\x0f\ -\xef\x83\x42\x13\x43\xee\x9a\xcd\xa6\x05\x67\x89\x88\xf0\x36\xf2\ -\x44\x7d\x5a\x83\x32\xe2\x52\x57\xb0\x44\xea\xcd\x36\x8d\x61\x6d\ -\xd3\xfa\xa1\x7e\x40\x95\x8d\x51\x98\x21\xd8\xec\xc0\xff\x7b\xf2\ -\xec\x60\x8e\xd9\xdf\x51\xda\xea\x88\x2d\x1c\x72\x93\x90\x9d\x8d\ -\x0b\x1d\x79\xd5\x90\x58\x47\xcf\x1f\xe7\x40\xb2\x27\x87\x39\x09\ -\x7f\x3d\x01\xc8\x88\x79\x7e\x11\xd8\xfa\xea\xc9\x33\x8e\x90\xc2\ -\x10\xaa\x8b\x6d\x68\xfc\xda\xcc\x5a\x3f\xce\x48\xe5\x56\x32\x85\ -\xe8\x62\xa3\xfa\x01\x3a\x37\xe6\xdf\x66\xc3\x2c\x44\x0b\xf8\xd6\ -\x00\x6d\x0d\x12\x95\xe1\xd9\x4c\x3a\x0b\xce\x75\x08\xbf\x9d\xe0\ -\x87\xb4\xfe\x2a\xaa\xd6\x3a\x53\xc9\xda\x6f\x7c\xd7\x0b\x6a\x33\ -\xa9\xe0\xb2\xf1\x9a\xe1\x02\xbb\x70\x9b\xac\xa8\x41\x2f\x6c\xb9\ -\x5f\x52\x41\x2a\x5f\x50\xab\xeb\xa2\x6e\x09\x82\xc3\x19\xf9\x30\ -\x04\xd9\x02\xb7\xa2\x48\x40\xdd\xc7\xfb\x03\xbf\x89\xbd\x88\x2f\ -\xe6\xec\xfe\x9d\x40\xc3\x3b\x68\x68\x48\x89\x3b\x85\x94\x58\x94\ -\x63\xb6\xde\x5e\x81\x29\x3e\x78\x01\xf8\x1e\xd1\x46\xe4\xc6\x6e\ -\x1a\x6e\x56\x51\x2b\x56\x65\x75\x75\x90\x02\x8b\x69\x9d\xcd\x14\ -\x34\x77\xe9\x5e\x90\x5a\x0f\x33\xa1\xca\x8a\x9f\x35\x27\x4e\x98\ -\x37\xd9\x42\x87\xcd\x9a\x6c\xd2\x6c\x67\x75\xee\x17\x07\xc7\x87\ -\x47\x47\x53\x36\x87\xf2\x59\xb4\xb5\x7b\x20\xca\x67\xa2\xde\xcd\ -\x9b\xed\x6c\x28\x73\x45\xbe\xa0\xaa\x84\x59\x82\x16\x99\x74\x1b\ -\x64\x26\xb3\xaf\x37\x4d\x4e\x5a\x0d\x50\xa9\x9a\xb5\xf5\x62\x5a\ -\x2c\xe5\x09\x04\xdd\x96\x52\x84\x71\xc0\x34\x10\x45\x88\x4d\x66\ -\xc4\x97\xc9\xf6\xa9\xad\xc1\x3a\xe0\x4d\x54\x1f\x9f\xb6\xc9\xa7\ -\xb2\x10\x66\x56\x65\x49\x14\xa8\x8d\xd8\xea\xe3\x5f\x08\x29\xd7\ -\xcf\xb6\x50\x18\xec\x07\xc8\xb0\x76\x0f\x1a\x68\xf6\xc8\x7e\xa1\ -\x57\x17\xe2\xea\x42\xbe\x2a\xa0\xb4\x77\xd5\x04\x6d\xb7\x93\x39\ -\x97\x7a\x7d\x5f\xc8\x4b\xaf\xee\xa8\x41\x42\xd5\xac\x5e\x12\xcd\ -\x82\x5e\xb6\x69\x90\x87\xf1\x2c\xcc\xe4\xc2\x03\xb1\xbc\x48\x24\ -\x5f\xe5\x15\xce\x4c\x49\x40\xa5\x89\x1f\x66\xfe\x3a\xf1\xbe\xe2\ -\xef\x60\x39\x3b\xbe\x1a\x48\x78\x5c\x3b\xd1\xc3\xda\x89\xc8\x5e\ -\xcd\x96\x37\x97\x9a\x8e\xb4\x99\xdf\x4e\xd5\x80\xb7\xba\x54\x2f\ -\x6a\xf1\x76\x58\x59\xa2\x63\xa2\xaf\xec\xf7\x94\x53\x37\x75\xcf\ -\x47\xa7\xc1\xec\xd2\xdd\x52\xa5\x6b\x23\x86\x4d\x41\x86\x19\x88\ -\x36\x9b\x86\x0f\x7c\x06\xb2\x61\x12\x93\x9e\x3d\x64\x68\xd3\xa2\ -\x41\xee\x6e\xb7\x6b\x67\x00\xbf\xe1\x94\x1c\x01\x20\x55\xf2\xca\ -\x79\x53\xa0\xfe\xa4\x74\x93\x64\x18\xc4\xee\x0a\x6f\x5e\xa6\xcc\ -\x20\xde\xa6\x2e\xd1\x9e\xb2\x1b\x59\xac\x5c\x93\x9d\x53\x48\xd5\ -\x4a\x76\x97\x4f\xf6\x8f\xf7\x8f\xf5\x61\xa7\x36\x91\x86\xde\x02\ -\x52\xd2\xe6\x3d\x77\xe1\x69\xe8\xcf\x15\x36\x86\x0a\x62\xa5\xa2\ -\x2e\x56\xe0\x8b\x29\xf4\x9f\xba\x71\xa6\x9e\x02\x41\x91\x60\x56\ -\x92\x7b\x5f\x4e\x4e\x9e\xf5\xeb\x43\xa4\xbd\xea\x10\xad\x0f\x53\ -\x26\x99\x48\x6e\x71\xb3\x4e\x96\x4a\x4c\xae\xb5\xc3\xfc\x3d\x6a\ -\xc3\x92\x63\x8a\x8c\x4f\x5b\xde\x67\x89\x65\xaf\x7b\xd2\x55\x2b\ -\x16\xc5\xad\x0e\xa5\x74\x9f\x15\x0a\xb4\xdd\xc1\xe2\x0d\x6d\xfb\ -\x4d\xdb\x19\x28\x2d\x38\x58\xe6\xaf\x5c\xc3\x85\x88\x50\x67\xda\ -\xa9\x52\x86\xa1\x7c\xf3\xcc\xca\xa8\xb1\x4f\xb2\xf7\xca\x10\x52\ -\x5e\xed\xa9\xcb\x81\x03\xf2\xe1\xf1\x2e\x5c\x4d\x43\x88\x77\x5c\ -\x11\x25\x67\x14\xd4\x6d\xe0\x8a\x35\xdc\x73\xef\x7b\x15\x77\xd6\ -\xa4\xfd\x82\xa3\xac\xca\x24\xa4\x11\xb5\x0c\xc9\xe2\xfc\x4a\xb6\ -\x61\x14\x79\x81\xd4\x50\xec\xf3\x89\xef\x62\x31\x99\x11\x92\x57\ -\x98\x3a\x2d\xba\xf4\x13\x1d\x63\x8c\xf3\xef\xd5\x13\xad\x61\xa0\ -\x2b\x82\x94\xad\x25\x0f\x3b\x87\xc7\x47\xfb\x06\xbf\xd2\xd5\x56\ -\x58\x3f\x95\x59\xb9\xeb\x92\x8f\x0a\x03\xd9\x36\x8f\xeb\xb9\xc1\ -\x26\x2b\xea\x2a\x7c\x1b\x9f\xfd\xa8\x7d\xfa\x23\xd3\xb9\x33\x8f\ -\xc3\xa8\x49\xaa\x27\x62\x54\x14\x2b\x32\x5c\xb3\xe5\x45\x2b\x79\ -\x7f\x41\xa9\x0d\xcb\xca\x21\xb6\x11\x9e\xdc\xd2\x42\x0b\xbd\xc7\ -\x05\x9f\xbb\x31\xa8\xc2\x7d\x2c\x36\xb0\x8d\x32\xe2\x0c\x2c\x42\ -\xd8\x2c\xc0\x03\x8e\xa9\x91\xa6\x91\xac\x94\xa4\x24\x6d\x9b\x15\ -\x39\x6d\x24\x1d\x72\x0a\xd5\x7c\x87\x8d\x2a\x4b\x37\x79\xeb\x7e\ -\x83\x3a\x9d\x36\x15\x68\x19\xf7\x33\x1e\x36\x2a\xdf\x7d\xd5\x22\ -\x11\xfa\xb3\x38\x8e\x3b\xb6\xf9\xc1\x58\xf7\xa8\x77\x96\xa7\x56\ -\xa5\xad\xe8\x2f\xc6\x70\xab\x07\xd3\x75\xd4\x9c\xca\x19\x4c\x91\ -\x7d\xe1\x1c\x93\x61\x68\xc9\x47\xda\x8c\x23\x8b\x1d\x24\x10\x83\ -\xcb\x04\x84\x3a\xc9\x0f\x84\xc2\xf6\xd7\x4c\x48\xb2\x1a\x6d\x71\ -\xea\xc9\xcb\xb7\xd9\x0a\xa6\xa4\x4d\xb8\x58\x54\xe6\x96\x65\x1b\ -\x24\x15\xdb\xd9\x7f\x95\x40\x57\xe6\xb2\xda\x05\x7f\x5a\x83\x2a\ -\xd0\xcc\x87\xaf\x41\x58\x69\x6c\x97\xa8\x44\x0e\x1c\x8b\xc5\x37\ -\xc4\xa3\x27\xaa\x45\x0f\x4f\x4f\x8a\x40\x5b\x6f\x2f\xdd\x29\xf6\ -\xb5\x04\xa1\x95\x0d\xe3\xfc\x00\x98\x7c\xa2\xc9\x89\xdc\x00\x57\ -\x1f\x18\xe6\xc7\xa0\xf2\xa3\x8c\x5f\x22\x98\xd1\x60\x85\xf2\xd8\ -\x9c\xc7\xee\xfd\xa9\x9b\xb0\xc3\xa0\xa6\x4c\x32\x1b\xdc\x8c\x80\ -\xf1\x7c\x14\x81\x29\x0d\x1f\xf9\xb4\x1a\xef\xe5\xcc\xfc\x30\xc1\ -\x7c\x08\xa2\xea\x35\x33\x69\x2d\x59\xa5\xf4\xe8\x23\xe9\xd5\x24\ -\xd5\x69\x43\x42\x2c\xed\x38\x9a\x90\x58\x8e\xbb\x3a\xfc\x8c\xf2\ -\xc1\x01\x3d\x7c\x2c\x7e\xb4\x76\xec\x31\xd1\xca\x81\x4f\x27\x6a\ -\x38\x67\x47\x0d\xbb\xfc\x9f\x80\xb8\xf7\x0a\x4d\x46\x37\xa8\x89\ -\x4e\x47\x93\xc9\xe8\x0a\x4d\x7a\xa7\xb7\xe4\x84\x60\x46\x38\x75\ -\xa7\x0e\x49\x23\x4a\xea\x65\x9b\xc6\xff\x9a\x35\x6d\x39\x73\x6a\ -\x6b\x33\x19\xa9\x74\xf7\x0e\x4e\x0e\x4e\x76\x9e\xb4\x60\x2b\xcf\ -\x54\x0b\x33\x9c\x5a\x3f\x66\xa7\x4b\xf5\x1c\x87\x66\x41\xb6\x14\ -\xc7\x92\x04\xc9\x06\x24\x7a\x66\x8c\xff\xaf\xea\x12\x55\xf3\x64\ -\xb1\x54\xdb\xe5\x09\xa5\xe6\xd8\x8e\xef\x26\x29\xa4\x7e\x45\x3b\ -\xd0\x3b\xca\x81\x5e\x01\xab\x65\xa6\xb4\xf0\xe2\x24\x75\x7e\x12\ -\xa7\x69\xcd\x44\xb5\x46\x2a\x7d\xa6\xd3\x96\x0d\xaa\xde\xcb\xe4\ -\x22\xf2\x29\xca\x5c\x31\xe5\xa7\x72\x75\x3e\x66\x70\xc2\x56\x46\ -\x78\xfc\xe6\x06\x08\x05\xb9\xa7\x80\xe4\x7d\xcd\x38\x59\xea\x9b\ -\xc7\xb7\xcb\xfe\x60\x02\x01\x8e\x3d\xe6\x63\x8c\x6f\x44\xed\xdf\ -\x79\xd4\xb5\x0b\xa3\xae\xf5\x0d\xa3\xae\x30\x8e\xb8\x63\x16\x92\ -\xf5\x9a\x25\x1e\xcd\x24\xe6\x08\xf7\x2d\xab\x38\x59\xdb\xec\xf9\ -\xb6\x1f\x17\xe4\xda\xff\x9d\xea\xae\x13\xe2\x8a\x6d\x74\x65\x53\ -\x01\x36\x18\x95\x5c\xb2\xa7\x0c\x4a\xca\x6a\xe3\xb8\xc6\x18\x6e\ -\x80\x50\x33\xc9\x86\x20\x19\x3b\x33\x4a\x11\xdd\x55\x98\x88\x95\ -\xda\xf9\x86\x0e\xf3\x6f\x96\x79\xe3\x80\x66\xf2\xdc\x95\x4b\x52\ -\x4b\xc3\x81\x51\xa0\x8f\x8c\x0c\xa8\x49\x37\xa4\x5f\x3c\xa7\x59\ -\x07\xbe\x58\x89\x6c\x84\xbf\xb0\x7e\xa9\x23\x48\x7d\x4e\x25\x07\ -\x89\xe9\x32\xe4\x3c\x9c\x7d\x66\xeb\x10\xfb\x0a\xa4\xdb\xda\x1f\ -\xec\xf3\xea\x02\x7d\x66\x60\xea\xc6\x4d\x96\x1f\x13\x3e\xb5\x92\ -\xff\xac\x5f\x10\xc6\x2b\xd7\xb7\x77\x04\x9f\x03\x48\x52\x55\x27\ -\x47\xa8\x26\xe5\x90\x0d\xc8\xb7\x16\x7e\xe8\xa6\x62\x6d\x62\x13\ -\xc5\xf2\xc4\x95\x21\x2a\x6c\xb4\x56\x29\x83\x99\x6d\xdc\xda\xc0\ -\xb2\x06\x85\x67\x35\xcd\xcb\x97\x76\xab\x42\x2b\x62\xa9\x52\xc6\ -\xd0\xb2\x9a\x21\x6a\x6a\x66\x3f\x8c\x8f\x9e\x96\x42\x12\x55\xf2\ -\x06\x99\x3f\x92\x54\x2e\x28\x97\x97\xca\x4b\x0a\x5a\x32\x5d\x67\ -\x0a\x86\x98\x2d\x1d\x39\x1d\xd4\x6e\xd9\x56\x82\x06\x3f\x93\xac\ -\x2a\x39\x5b\x46\x30\xa3\xe8\x26\x60\xea\xa9\x0f\x1a\x4a\x9c\x9f\ -\xdc\xf9\xef\xa1\x17\x24\x4d\xf2\x90\x97\xe2\x64\x25\x47\x0a\x9f\ -\xc2\xe8\x3b\xf2\xf9\x89\x30\x9a\x2d\x3d\x7f\x0e\x2d\xd9\xb7\x1f\ -\xc1\xb6\x84\x2b\x75\xdf\x79\xc3\xd0\x89\xdd\x51\xfb\xca\x5d\x2b\ -\x4b\x10\x8c\xce\x27\x46\xa7\x0c\x5e\x18\x71\xd2\x66\x8c\x26\x70\ -\xc5\x2e\x0a\xb4\xba\xd8\x08\x99\x6f\x52\x5c\x56\x4e\xdf\x58\x7d\ -\x4a\xe4\xa9\xa9\xc4\x66\x18\x48\x51\xfd\x29\xba\xb4\xe3\x2d\xd7\ -\x28\x47\xbb\x89\x5e\x8b\x60\x45\x60\xe2\xcf\x69\x66\x59\x52\x16\ -\xa5\x2b\x1b\xe4\xa8\x4d\x0d\x90\x2d\x8e\x43\xe6\xcc\xff\x72\x34\ -\xf2\xf3\xdb\x72\x82\x36\xa0\x7f\xb6\x0c\x60\xab\xb0\x56\x41\xad\ -\x46\x2a\xa2\xb2\x09\x11\x3f\xa6\x02\xc1\x1b\x22\xb9\x03\x3d\x80\ -\xc8\xc6\x2f\x3c\x10\x75\xd8\x63\xd3\xe4\xa2\xec\x62\x48\x8f\x04\ -\xab\x0f\x57\x64\x73\x75\x37\x7b\x0a\x81\x63\xb2\x1d\x56\x91\x79\ -\x3c\x7d\xa3\x71\xb7\xc5\xb7\x54\x1a\xf9\x49\x3d\xf4\xc2\x3d\x26\ -\x1f\x79\xf3\xb1\x43\x3e\x4a\x8d\xd1\xaa\x0d\x51\xa6\xce\xb6\x70\ -\xb3\x32\xb5\x76\xfe\x12\x56\x34\x5d\xab\x1e\x8e\x74\x3d\x70\xdb\ -\x68\x87\x57\xea\x61\xa9\x6f\x98\x56\x61\x5f\xb3\xca\x30\x3a\xa0\ -\x27\x9a\xa5\x68\x10\xcd\x50\x3f\xd0\x2c\x2d\x6a\x98\x72\xb3\xe4\ -\x29\xbc\xf5\x7d\x1c\x9b\xbc\x08\xa0\x2c\x6b\x15\xb0\x0a\xcb\xeb\ -\xe7\x3f\xa5\xa3\x4a\x26\x65\x9d\xf2\x8a\x65\x85\x83\x75\x31\x2f\ -\x95\x5a\xe4\x67\x0b\x6d\xdd\x78\x0b\xab\xea\x0c\xa7\x95\x6c\x27\ -\x49\x25\x16\x59\x84\xb4\x70\x35\xa7\xe4\x35\x79\xb2\xfd\x7c\x95\ -\xe3\xaf\x51\x18\xad\xa3\xab\x70\x8e\x7f\xd9\x6e\x6d\xff\x86\xfe\ -\x24\xaf\x16\x08\x03\xff\x91\xbe\x51\xe0\x1c\xfb\xee\x23\x9e\xdf\ -\x90\x36\xa4\x96\x66\x3c\x09\x44\x7a\xac\xdc\xcf\x18\xdd\xbb\xac\ -\x17\x79\xe1\x10\x25\x8b\xf8\xaa\x87\xbf\x87\xc0\xcc\xb5\x5d\xe0\ -\x3a\x0c\xe8\x7b\x8c\xac\x5c\x3b\xcf\xc0\xb5\x53\xe0\x4a\x5f\x03\ -\x40\xdb\x3d\x8f\xb8\xd0\x8c\xdc\xc9\x37\x72\xd1\x14\xfb\xe1\x3d\ -\x79\x77\xd7\x9a\x2c\x72\x28\x63\xfe\xca\x2c\x45\x62\x5d\xef\x2b\ -\x00\xcc\x0a\x99\xba\x53\x64\x87\x46\x89\x47\x6c\xf2\xec\x10\x1d\ -\x76\x4d\x12\x09\x10\x1b\x52\xcd\x0e\x97\x2c\x59\x7a\x8b\x14\x79\ -\x29\x72\xd1\x14\x7e\x5a\x44\x49\xb8\x2c\xe4\xad\x58\x05\x61\x74\ -\x45\xda\xf1\xe7\x8b\xe2\xb2\xb8\x62\x2d\x4c\xb2\x87\xd8\xcb\xaa\ -\x92\xac\x05\xc0\x6f\xc3\x6f\x2c\x7e\xa2\x7f\xd0\x5d\x31\x62\x38\ -\xfe\x96\x8c\x5f\xa8\x43\x91\x97\x69\x85\x33\xfa\xe2\x33\xf6\x82\ -\x2e\x62\x7f\x11\x71\x0f\x0d\x91\x85\x89\x40\xd5\xba\xa1\xfa\xed\ -\x84\x68\xa6\x49\xa8\xb1\xe9\x21\xb7\x4f\xbb\xcc\x3c\xf2\xf9\x12\ -\xdd\x31\xec\x6f\x51\xa8\x3e\x53\xc4\x37\xa9\xa4\x63\x45\x0c\xcc\ -\xb1\x54\x36\xf3\xb1\x61\x39\x5d\x98\x36\xee\x62\x6f\x4e\x92\xca\ -\xfc\x30\x19\x7f\x9e\xa8\x7a\x95\x2d\x71\x81\xb8\x98\x3f\xfd\x64\ -\x3e\xd2\xdc\x2a\x40\x53\x5f\x4a\x53\x4c\x4e\xa5\xf0\xaf\x66\xa5\ -\xa2\x18\x51\x92\x8e\x5a\xb3\x51\x9d\x7b\x96\xe1\xba\xb3\xd4\xfb\ -\x8a\x4b\x52\xe0\xac\x81\x2d\x87\x66\x0d\x9e\x82\x6a\xcb\xa6\x3d\ -\x36\xec\x0a\x46\x93\x5e\x38\xa1\x4c\xb7\x92\x96\x0d\x0f\xa3\x15\ -\x91\x6d\xf8\x34\x5a\xbd\x07\xd1\x6c\xb6\x27\xd7\x4d\x6f\x2f\xb3\ -\xa0\x75\xf2\x67\x31\xd9\x7e\x9d\xe2\x63\xc6\x66\x24\xd4\xc1\xfa\ -\x4d\x3b\x53\x2f\x06\xac\xe9\x81\xb9\x52\x82\x06\x32\x85\x17\x37\ -\x19\x09\x48\xcf\xf9\x97\x43\x97\x1b\x9a\xc1\x67\x31\xa6\x36\x7a\ -\xdb\x8b\x23\x18\x25\x5d\x00\x33\x11\xf1\x5c\x86\xba\x41\x24\x3d\ -\xfa\x65\x70\x21\xb6\x75\xc3\x8b\xd1\x24\x1e\x92\xc3\x88\x6c\x72\ -\x0a\x63\x08\x8c\x59\xdc\x23\xf3\x8d\xcc\x34\x3f\x46\x53\xb9\x4e\ -\x37\xc6\x6b\x99\x96\x38\xa9\x54\xfb\x84\x94\x7c\x10\x87\x86\x86\ -\xb3\x30\x0e\x70\x2c\x42\xb6\x18\x39\xb5\x06\xce\x66\x19\x78\x4b\ -\x99\xb8\xe8\xbb\x75\xdc\xa9\x95\xd1\x66\x67\x08\xfe\x47\x36\xd8\ -\x4a\x36\x3c\x8b\x67\x61\xd9\x1e\x88\xa4\xcb\x2c\x30\xb3\x6c\xd2\ -\x83\x11\xe1\xcd\xbc\x3f\x30\xca\xae\x43\xa3\x04\xf1\x33\xf1\xf4\ -\xb9\x16\x87\xb7\xe2\xcf\xb5\x20\x83\xf3\xf3\x07\x6f\xd2\x75\x92\ -\xbd\x56\xad\xde\x6a\xd9\xb8\x00\xa3\x7e\x47\x9f\x03\xfa\x95\xad\ -\x18\x7f\xd9\xde\xdf\xfe\x0d\xc2\x05\xbb\x46\x93\x1c\x7a\xa9\x64\ -\x61\xc1\x1e\x07\xfa\x0f\x6c\x87\x74\x3d\ +\x00\x56\xb7\x78\x9c\xed\x5c\x59\x73\xdb\x38\x12\x7e\xf7\xaf\xc0\ +\x38\x2f\x71\x56\xb2\x75\xfa\x60\x66\xb6\x4a\xb6\xa5\x58\xb5\xb6\ +\xe5\xc8\x4a\xb2\xa9\xa9\xa9\x14\x25\x51\x16\x27\x14\xc9\x90\x54\ +\x6c\xcf\xd4\xfc\xf7\x6d\x5c\x24\x2e\x5e\x8e\x93\xa9\xdd\xda\x28\ +\x71\x2c\x10\x68\x7c\x7d\xa0\xd1\x68\x00\x3c\x78\xb5\x83\x5e\xa1\ +\xd9\xda\x41\x57\xe3\x19\xba\x74\x17\x8e\x1f\x3b\xe8\x25\x7c\xd9\ +\x83\x07\xf8\xd9\x59\x10\x3e\x46\xee\xdd\x3a\x41\x2f\x17\x7b\xe8\ +\xe7\x4e\xab\xdd\x6d\xc2\x8f\xde\x3f\xd1\xcf\x67\x81\xe7\xfa\xe8\ +\x7c\xfb\x65\xeb\xc4\x7e\xf0\xf8\x4f\xd6\xe2\xc6\x89\x36\x6e\x1c\ +\xbb\x81\x8f\xdc\x18\xad\x9d\xc8\x99\x3f\xa2\xbb\xc8\xf6\x13\x67\ +\xd9\x40\xab\xc8\x71\x50\xb0\x42\x8b\xb5\x1d\xdd\x39\x0d\x94\x04\ +\xc8\xf6\x1f\x51\xe8\x44\x31\x34\x08\xe6\x89\xed\xfa\xae\x7f\x87\ +\x6c\xb4\x80\x9e\x31\x3d\xa8\x9c\xac\x81\x52\x1c\xac\x92\x7b\x3b\ +\x72\xa0\xfe\x12\xd9\x71\x1c\x2c\x5c\x1b\x48\xa2\x65\xb0\xd8\x6e\ +\x1c\x3f\xb1\x13\xdc\xe5\xca\xf5\x9c\x18\xbd\x4c\x80\xa5\xdd\x5b\ +\xd6\x62\x77\x8f\xf4\xb3\x74\x6c\x0f\x13\x04\xd0\xf8\x31\x7f\x8a\ +\xee\xdd\x64\x1d\x6c\x13\x14\x39\x71\x12\xb9\x0b\x4c\xa6\x01\x95\ +\x16\xde\x76\x89\x91\xf0\xc7\x9e\xbb\x71\x59\x27\xb8\x39\x11\x4a\ +\x8c\xe9\x01\xe9\x6d\x0c\xac\x60\xc0\x0d\xb4\x09\x96\xee\x0a\xff\ +\xef\x10\xfe\xc2\xed\xdc\x73\xe3\x75\x03\x2d\x5d\x4c\x7d\xbe\x4d\ +\xa0\x30\xc6\x85\x44\xd6\x0d\xcc\xcd\x41\x10\xa1\xd8\xf1\x08\x38\ +\x20\xe2\x02\x03\x84\xe9\x0c\x23\xa9\x86\x3b\x0a\xb1\x70\x13\x26\ +\xae\x18\x97\xdc\xaf\x83\x8d\xcc\x8f\x4b\x50\xad\xb6\x91\x0f\x1d\ +\x3b\xa4\xd9\x32\x00\xf1\x91\x7e\x7f\x77\x16\x09\x2e\xc1\x2d\x56\ +\x81\xe7\x05\xf7\x98\xc7\x45\xe0\x2f\x5d\xcc\x5a\x6c\xed\x70\x8b\ +\xb0\xe7\xc1\x57\x87\x30\x45\xf5\xef\x07\x09\x60\xa6\x40\xb0\x3e\ +\xc2\x4c\xcf\xec\x51\xbc\xb6\x3d\x0f\xcd\x1d\x26\x3c\xe8\xda\xf5\ +\x31\x35\x5c\xca\xf9\x8a\x30\x88\x38\x01\x6b\x70\x6d\x0f\x85\x41\ +\x44\x7a\x55\xf9\xdd\xa7\x28\x2e\x86\xe8\x76\x32\x9a\x7d\x18\x4c\ +\x87\x68\x7c\x8b\x6e\xa6\x93\xf7\xe3\xf3\xe1\x39\xda\x1d\xdc\xc2\ +\xf7\xdd\x06\xfa\x30\x9e\x5d\x4c\xde\xcd\x10\xd4\x98\x0e\xae\x67\ +\x1f\xd1\x64\x84\x06\xd7\x1f\xd1\xbf\xc6\xd7\xe7\x0d\x34\xfc\xf7\ +\xcd\x74\x78\x7b\x8b\x26\x53\x4c\x6d\x7c\x75\x73\x39\x1e\x42\xf1\ +\xf8\xfa\xec\xf2\xdd\xf9\xf8\xfa\x0d\x3a\x85\xa6\xd7\x13\x30\xfc\ +\x31\x58\x3c\xd0\x9d\x4d\x48\x9f\x8c\xda\x78\x78\x8b\xe9\x5d\x0d\ +\xa7\x67\x17\xf0\x75\x70\x3a\xbe\x1c\xcf\x3e\x36\x30\xad\xd1\x78\ +\x76\x8d\x29\x8f\x26\x53\x34\x40\x37\x83\xe9\x6c\x7c\xf6\xee\x72\ +\x30\x45\x37\xef\xa6\x37\x93\xdb\x21\x80\x38\x07\xca\xd7\xe3\xeb\ +\xd1\x14\x3a\x1a\x5e\x0d\xaf\x67\xfb\xd0\x31\x94\xa1\xe1\x7b\xf8\ +\x82\x6e\x2f\x06\x97\x97\xb8\x37\x4c\x6e\xf0\x0e\xd8\x98\x62\xa0\ +\xe8\x6c\x72\xf3\x71\x3a\x7e\x73\x31\x43\x17\x93\xcb\xf3\x21\x14\ +\x9e\x0e\x01\xdf\xe0\xf4\x72\x48\x7b\x03\xee\xce\x2e\x07\xe3\xab\ +\x06\x3a\x1f\x5c\x0d\xde\x0c\x49\xab\x09\x10\x22\x4c\xe2\x9a\x14\ +\x26\xfa\x70\x31\xc4\xa5\xb8\xd7\x01\xfc\x3d\x9b\x8d\x27\xd7\x98\ +\x9f\xb3\xc9\xf5\x6c\x0a\x5f\x1b\xc0\xee\x74\x96\xb6\xfe\x30\xbe\ +\x1d\x36\xd0\x60\x3a\xbe\xc5\x92\x19\x4d\x27\x57\x84\x53\x2c\x5d\ +\x68\x34\x21\x74\xa0\xe9\xf5\x90\x12\xc2\x92\x97\x15\x04\x55\xf0\ +\xf7\x77\xb7\xc3\x94\x26\x3a\x1f\x0e\x2e\x81\x1c\x68\xeb\x5a\x55\ +\xe8\x3e\x14\x1c\xec\xec\xbc\xbd\x89\x82\x3b\x18\x79\xf1\xa9\x1d\ +\x59\xeb\x20\x72\xff\x08\x60\x28\x7b\xe8\xcf\x1d\x04\x7f\xe6\x41\ +\xb4\x74\x22\x0b\xb5\xc3\x07\x30\x60\xcf\x5d\xa2\x17\xdd\x41\xf7\ +\xa4\x7b\xf2\x9a\x3c\x4e\x9c\x87\xa4\x69\x7b\xee\x9d\x6f\x21\x18\ +\x4e\x89\x13\xd1\xf2\xd0\x5e\xe2\xa1\x4b\xda\xd1\x92\xb9\xbd\xf8\ +\x7c\x17\x05\x5b\x7f\x69\xa1\x17\xe0\xbf\x46\xed\xd1\xeb\x9d\xbf\ +\xe4\xde\xad\xc5\x7a\xeb\x7f\x36\x80\x48\xdb\x36\x17\x81\x17\x00\ +\x9c\x2f\xe0\xf8\x1c\xf0\x5f\x91\xbd\x74\xa1\xdb\x97\x71\x18\x39\ +\xf6\xd2\x8a\x9c\x95\x07\xc3\xab\x81\x1e\xda\x56\xbb\x81\x1e\xdb\ +\x56\x6b\xbf\xdf\xeb\xc3\xf7\x0e\xf9\xde\xb1\x5a\x30\x06\x93\x20\ +\xb4\x5a\x28\xba\x9b\xdb\x2f\x3b\xc7\x0d\x74\x78\xd8\x40\xed\x36\ +\x3c\xee\xf4\xfb\x7b\xec\x71\x9b\x3e\xee\x1e\x35\xd0\x31\xfc\x6b\ +\xf7\x0e\xe9\xe3\x3d\x8c\x79\xe7\xed\x2c\x08\xbc\x99\x1b\xee\x54\ +\x92\x91\x8e\x1e\x68\xbf\x3c\x01\x24\xed\x56\x07\x77\x7d\xb4\xf7\ +\x9a\xd6\x64\x8f\xef\xd7\x6e\xe2\xe4\xc9\x31\x08\xed\x85\x9b\x3c\ +\x5a\xa8\xd3\x6a\x51\x30\x1f\xdc\xe5\x9d\x93\x30\x2c\x8c\x44\xec\ +\x7a\x5f\xb9\x2e\xf4\xfe\x5f\x74\x5b\x9d\x51\x67\x44\x1f\x83\xdf\ +\x73\x88\xcb\x6d\x6a\x15\x5f\x1c\x1d\x1f\x1f\x9d\xcc\xd5\x7a\x8c\ +\xca\xdc\x83\xfa\x7a\x17\x9e\x1b\x5a\x4c\x24\xaf\x05\xf1\x34\xdd\ +\x8d\x7d\xe7\x58\xe0\xa9\x7c\xc6\x1b\xb8\x74\xac\x45\x0b\x49\x7c\ +\x58\xc0\xfb\x06\x4c\x00\xe0\xef\xe4\x69\xff\xed\x25\xd1\xfe\x1b\ +\xae\x7d\xac\x6e\xd4\x22\xfa\xc6\xff\x81\xb2\xc9\x37\xf8\xaf\xdd\ +\xa0\xd8\xb1\x4e\x51\x0b\x31\x86\x98\x92\x51\x9b\x17\xec\x49\xf2\ +\x67\x8c\xa9\x98\xa8\x00\x9c\xe5\x0f\x85\x85\x41\x5c\x39\xfe\x16\ +\x86\x47\x6e\xbf\x92\x3a\x15\x03\x10\xda\x5b\x84\x0d\x8d\x8a\x85\ +\x12\x08\x0d\xe2\x10\x9c\xbe\x9f\x18\x1a\xe4\xf3\xad\xb4\x2c\x19\ +\x0a\x3a\xe1\x10\x8f\xfb\x8c\x6e\xdd\x51\x24\x59\xa7\x6e\x93\x1b\ +\x70\x0f\x2e\x18\x75\x90\x24\xc1\xc6\x6a\xa6\x03\x88\x0d\x29\xfe\ +\x80\x94\x73\x6c\xd5\xa0\x18\xc6\x18\xed\x0c\x06\xa5\x48\x0d\xd8\ +\x84\x69\x9d\xd1\xe4\x35\xfa\x4a\x8d\x4c\x25\xe9\x58\x87\x2a\xa8\ +\xdb\x82\x1f\xfc\x17\x89\x21\xcf\x59\x25\x8c\x8c\x19\xab\xa8\x14\ +\x74\xf0\x0a\x47\x55\x4e\x04\x81\x04\x94\x2d\x70\xc8\x11\x65\x43\ +\x99\xb5\xc6\xf3\x80\x0c\x49\x55\x7a\xee\xc8\x80\xa0\xca\x9e\x7b\ +\x6a\xbd\x17\xbd\x16\xfe\x94\xfa\x1f\x4c\x68\x00\xc1\x48\x64\x2f\ +\x92\x31\x74\xfb\xde\x75\xee\x19\x25\xdb\x83\xc9\xc4\x87\xf8\x52\ +\x77\x4b\xa5\xda\xd0\x65\x22\x59\x12\xf5\x47\x78\x94\x6e\x63\x0b\ +\x75\x15\xc3\x60\xbe\x56\xe0\x71\x05\xf1\x6d\xdc\x40\xa9\xf5\x92\ +\xef\xb9\xa6\x42\x26\x8e\x1e\xcc\x2b\xc7\x74\x5e\xe1\x53\x86\x3d\ +\x57\xc8\x9d\xad\x9d\xc5\xe7\xd3\xe0\x21\x2d\x98\x02\xa2\xe0\x74\ +\x0b\x66\xe9\x1b\xfb\xa0\xae\x13\x13\xc3\x8e\x66\x08\xf1\x62\xbe\ +\x4b\xe0\x33\xac\xc4\x58\x47\x36\x9a\x66\x9c\x3c\x7a\xe0\x7f\x09\ +\xee\xd2\xf1\x5b\x24\x3a\x83\xd3\x79\x03\x78\x42\xe0\x4e\x8e\x23\ +\xaa\xd1\x3d\x52\x4c\x9e\x78\xc5\x4e\x8b\xab\x85\x93\xb6\xac\xc4\ +\x4d\x3c\x87\xf5\x00\x51\x2d\x8c\xb6\x24\x0a\xbc\x26\xc4\x0f\x64\ +\xac\xd1\xe6\xaf\xd5\xc7\x61\x10\x93\x50\x1b\xfc\x57\x10\x9a\xc2\ +\x16\x36\xc6\xda\x2d\xd5\x67\x90\x38\xdc\xf4\x80\xfa\xed\x14\x21\ +\xb7\xe9\xdb\x05\xf4\xe7\x0d\x20\x36\x91\x54\xa9\x0b\xb0\xc4\x6f\ +\x52\x3a\x72\x80\xc6\x28\xae\x1d\x86\xa9\x2f\x0b\x0d\xe6\x15\xa0\ +\xd5\xc6\x04\xf9\x2f\x4f\x51\xf1\xa1\x1e\xbf\x55\x99\xee\xda\xd2\ +\x74\xd7\x52\xa6\x3b\x3a\xfc\x85\xe9\xae\x77\x0c\x9f\xc3\x3d\x95\ +\x59\x6b\x0d\x6b\x1d\xb0\x50\x8d\xe9\xe7\x04\x73\xd8\xea\x8f\xfa\ +\x23\x69\xee\x85\xcf\x21\x0b\x09\x36\x60\x7e\xf7\xee\x32\x59\x6b\ +\x2e\x37\x15\x51\xea\xd1\x05\xe0\x60\x16\x4d\x12\xdc\xe8\xd0\xa5\ +\x68\x68\x1b\x79\x2f\xad\x83\x2f\x71\xfc\x09\x4f\x15\xf1\x41\xb4\ +\x38\x20\x36\xf6\xc9\x8e\xa2\xe0\xfe\x13\xf7\xae\xfb\xa1\x7f\xc7\ +\x00\x31\x30\x99\x09\xa6\x06\x90\x96\x18\x4d\x9d\x90\xd5\x9e\xab\ +\x23\x45\x61\x03\x6a\x3e\x95\x0d\x3c\x84\xf2\xb9\xd0\x41\x6b\x7c\ +\x19\xb9\xc0\x54\xeb\x32\x61\xd0\x05\x8d\x2f\x1b\x65\xb5\xd2\xc9\ +\xbb\x8e\xd2\x9e\x81\xcb\xca\xba\x2a\x53\x16\xe3\x13\x95\x55\xab\ +\xce\x68\xa6\xd6\xbf\x49\x9b\xdb\xb0\x49\xba\x17\xe0\xcb\xfc\x2d\ +\x83\x7b\x5f\xab\x62\x88\x5d\xd3\xd9\x54\x33\x96\x10\x33\x9f\x47\ +\x1e\x8b\x4f\xa9\x50\x44\x5c\x68\x0a\x9a\x48\xdc\x45\x5d\x1f\xd6\ +\x36\xad\x1f\xaa\x3b\x54\x51\x19\xda\x0c\x41\x67\x07\xf6\xdf\x93\ +\x67\x07\xb3\xcf\xfe\x8e\xdc\x96\x7b\x6c\x6e\x90\x75\x5c\x76\x3a\ +\x2e\x54\xe4\x65\x43\x62\x1b\x3e\xbf\x9f\x03\xce\x9e\xec\xe6\x04\ +\xfc\xd5\x18\xc0\x23\xe6\xf9\x59\xa0\xeb\xab\x27\xcf\x38\x9c\x0b\ +\x83\xab\xd6\xeb\x10\xff\x55\x4f\x5b\x3f\x4e\x49\xc5\x5a\x32\xb9\ +\x68\xbd\x52\x75\x07\x9d\x29\xf3\x6f\xd3\x61\xea\xa2\x39\xfc\x5c\ +\x07\x9d\xeb\x24\x4a\xdd\xb3\x99\x74\xea\x9c\xab\x10\x7e\x3b\x73\ +\x1e\x92\xea\xab\xa8\x4a\xeb\x4c\x29\x6a\xbf\xf1\x6c\xd7\xaf\xdc\ +\x49\x49\x2f\xb5\xd7\x0c\x17\x8e\x0d\x8f\xf1\x8a\x1a\xe4\x42\x97\ +\xfb\x05\x19\xa4\xe2\x05\xb5\xbc\x2e\xea\x15\x20\x38\x5c\xe0\x0f\ +\x45\x90\x2e\x70\x4b\x92\x04\xc4\x7c\xdc\x3f\x9c\x37\x91\x1b\xb2\ +\xc5\x5c\xbe\x7d\xc7\x50\xf1\x0e\x2a\x1a\x42\xe2\x8e\x16\x12\xf3\ +\x74\xcc\xce\xdb\x2b\x50\xc5\x07\xd7\x07\xdb\xc3\xd2\x08\xed\xc8\ +\x4e\x82\x7a\x19\x35\x3d\x2b\xab\x8a\x03\x27\x58\x4c\xeb\x6c\x2a\ +\xa0\xa5\x4d\xf6\x82\xe4\x7c\x98\x09\x55\x9a\xfc\xac\x38\x71\xc2\ +\xbc\x49\x17\x3a\x74\xd6\xa4\x93\x66\x3b\xcd\x73\xbf\xe8\x1f\x1f\ +\x1e\x1d\xcd\xe9\x1c\xca\x66\xd1\xd6\x7e\x9f\xa7\xcf\x78\xbe\x9b\ +\x55\xdb\xab\xc9\x73\x49\xbc\x20\x8b\x84\x6a\x82\x24\x99\x54\x1d\ +\xa4\x2a\xcb\x5f\x6f\x9a\x8c\xb4\x1c\xa0\x94\x35\x6b\xab\xc9\xb4\ +\x48\x88\x13\x30\xba\x1d\x29\x09\x63\x81\x6a\xc0\x8b\x60\x9d\x2c\ +\xb0\x2d\xe3\xed\xd3\xbc\x0a\x5b\x9f\x55\x91\x6d\x7c\xde\xc6\x9f\ +\xd2\x44\x98\x59\x94\x05\x5e\xa0\x32\xe2\x5c\x1b\xff\x82\x49\xd9\ +\x5e\xba\x85\x42\x61\x3f\x40\x84\xb5\xdf\x6f\xa0\xc5\x23\xfd\x85\ +\x94\xae\x78\xe9\x4a\x2c\xe5\x50\xda\xfb\x72\x80\xb6\xdf\x49\x8d\ +\x4b\x2e\xef\x72\x7e\x49\xe9\x9e\xec\x24\x64\xc9\xaa\x29\xd1\xd4\ +\xe9\xa5\x9b\x06\x99\x1b\x4f\xdd\x4c\xc6\x3c\x10\xcb\x92\x44\x62\ +\x29\xcb\x70\xa6\x42\x02\x2a\x4d\xe7\x61\xe1\x6d\x63\xf7\xab\xf3\ +\x1d\x34\x97\x8f\xaf\x02\x12\xe6\xd7\x4e\x54\xb7\x76\xc2\xa3\x57\ +\xb3\xe6\xcd\xa9\xa6\x23\x65\xe6\xcf\xa7\x6a\xc0\x5b\x9e\xaa\xe7\ +\xb9\xf8\x7c\x58\x69\xa0\x63\xa2\x2f\xed\xf7\x14\x53\x37\x35\xcf\ +\x46\xa7\x41\xed\xc2\xd3\x42\xa1\x2b\x23\x86\x4e\x41\x86\x19\x88\ +\x54\x9b\x07\x0f\x6c\x06\xca\xc3\xc4\x27\xbd\x7c\x97\xa1\x4c\x8b\ +\x06\xbe\x7b\xbd\x5e\x7e\x07\xf0\x9b\x93\xe0\x23\x00\x38\x4b\x5e\ +\x3a\x6f\x72\xd4\x9f\xa4\x66\x02\x0f\xa3\xc8\xde\x38\xf5\xd3\x94\ +\x29\xc4\xdb\xc4\xc6\xd2\x93\x76\x23\xf5\xcc\x35\xde\x39\x85\x50\ +\xad\x60\x77\xf9\xa4\x7b\xdc\x3d\x56\x87\x9d\x5c\x45\x18\x7a\x2b\ +\x08\x49\x9b\xf7\xcc\x84\xe7\x81\xb7\x94\xba\x31\x64\x10\x4b\x05\ +\x75\xb1\x01\x5b\x4c\xa0\xfd\xdc\x8e\x52\xf1\x68\x04\x79\x80\x59\ +\x4a\xee\x7d\x31\x39\x71\xd6\xaf\x0e\x91\xb4\xaa\x42\xb4\x3a\x4c\ +\x91\x64\x2c\x98\xc5\xcd\x36\x5e\x4b\x3e\xb9\xd2\x0e\xf3\xf7\xc8\ +\x0d\x0b\x86\xc9\x23\x3e\x65\x79\x9f\x06\x96\x83\xde\x49\x4f\xce\ +\x58\xe8\x5b\x1d\x52\xea\x3e\x4d\x14\x28\xbb\x83\xfa\x03\x65\xfb\ +\x4d\xd9\x19\x28\x4c\x38\xe4\xcc\x5f\x99\x84\x35\x8f\x50\x65\xda\ +\x29\x13\x86\x21\x7d\xf3\xcc\xc2\xa8\xb0\x4f\x72\xf0\xca\xe0\x52\ +\x5e\x1d\xc8\xcb\x81\x3e\xfe\x30\x7f\x17\x6c\xe6\x01\xf8\x3b\x26\ +\x88\x82\x33\x0a\xf2\x36\x70\xc9\x1a\xee\xb9\xf7\xbd\xf4\x9d\x35\ +\x61\xbf\xe0\x28\xcd\x32\x71\x6e\x78\x2e\x43\xd0\x38\x2b\x49\x37\ +\x8c\x42\xd7\x17\x2a\xf2\x7d\x3e\xfe\x9d\x2f\x26\x53\x42\xe2\x0a\ +\x53\xa5\x45\x96\x7e\xbc\x61\xe4\x38\xd9\xf7\xf2\x89\xd6\x30\xd0\ +\x25\x46\x8a\xd6\x92\x87\x9d\xc3\xe3\xa3\xae\xc1\xae\x54\xb1\x69\ +\xeb\xa7\x22\x2d\xf7\x6c\xfc\x91\x61\xa0\xbc\xcd\xe3\x6a\x66\x50\ +\x67\x45\x5d\x86\xaf\xf6\xd9\x8f\xca\xa7\x3f\x52\x99\x5b\xcb\x28\ +\x08\x9b\x38\x7b\xc2\x47\x85\x9e\x91\x61\x92\x2d\x4e\x5a\x89\xfb\ +\x0b\x52\x6e\x58\x14\x0e\xd6\x0d\xb7\xe4\x96\xe2\x5a\xc8\x33\xc6\ +\xf8\xd2\x8e\x40\x14\xf6\xa3\x5e\x21\x6f\x94\x61\x63\xa0\x1e\x22\ +\x4f\x03\xcc\xe1\x98\x2a\x29\x12\x49\x53\x49\x52\xd0\x56\x2f\xc9\ +\x99\x47\xd2\xc2\xa7\x50\xcd\x4f\xe8\xa8\xca\x69\x26\x6e\xdd\xd7\ +\xc8\xd3\x29\x53\x81\x12\x71\x3f\xe3\x61\xa3\xe2\xdd\x57\xc5\x13\ +\xa1\x3f\xf5\x71\xdc\xc9\x9b\x1f\x8c\x79\x8f\x6a\x67\x79\x2a\x65\ +\xda\x74\x7b\x31\xba\x5b\xd5\x99\x6e\xc3\xe6\x5c\x8c\x60\xf4\xee\ +\xb5\x73\x4c\x86\xa1\x25\x1e\x69\x33\x8e\x2c\x7a\x90\x80\x0f\x2e\ +\x13\x10\x62\x24\x3f\x10\x0a\xdd\x5f\x33\x21\x49\x73\xb4\xfa\xd4\ +\x93\xa5\x6f\xd3\x15\x4c\x41\x9d\x60\xb5\x2a\x8d\x2d\x8b\x36\x48\ +\x4a\xb6\xb3\xff\x2a\x80\x2e\xcd\x65\x95\x13\xfe\x24\x07\xa5\xd1\ +\xcc\x86\xaf\x81\x59\x61\x6c\x17\x88\x44\x74\x1c\xab\xd5\x37\xf8\ +\xa3\x27\x8a\x45\x75\x4f\x4f\xf2\x40\x3b\x6f\x2f\xed\xb9\xe3\x29\ +\x01\x42\x2b\x1d\xc6\xd9\x01\x30\xf1\x44\x93\x15\xda\xbe\x53\x7e\ +\x60\x98\x1d\x83\xca\x8e\x32\x7e\x09\x61\x46\x83\x15\xca\x63\x73\ +\x19\xd9\xf7\xa7\x76\x4c\x0f\x83\x9a\x22\xc9\x74\x70\x53\x02\xc6\ +\xf3\x51\x18\xa6\x30\x7c\xc4\xd3\x6a\xac\x95\xb5\xf0\x82\xd8\x61\ +\x43\x10\x95\xaf\x99\x71\x6d\x41\x2b\x85\x47\x1f\x71\xab\x26\xce\ +\x4e\x1b\x02\x62\x61\xc7\xd1\x84\x24\xe7\xb8\xab\xc5\xce\x28\xf7\ +\xfb\xe4\xf0\x31\xff\xd1\xda\xcb\xf7\x89\xb9\x3d\xb0\xe9\x44\x76\ +\xe7\xf4\xa8\x61\x8f\xfd\xe3\x10\x0f\x5e\xa1\xd9\xe4\x06\x35\xd1\ +\xe9\x64\x36\x9b\x5c\xa1\xd9\xe0\xf4\x16\x9f\x10\x4c\x09\x27\xf6\ +\xdc\xc2\x61\x44\x41\xbe\xac\xae\xff\xaf\x98\xd3\x16\x23\xa7\xb6\ +\x32\x93\xe1\x4c\xf7\xa0\x7f\xd2\x3f\xd9\x7b\xd2\x82\xad\x38\x52\ +\xd5\x66\x38\x39\x7f\x4c\x4f\x97\xaa\x31\x0e\x89\x82\xf2\x42\x9c\ +\x9c\x20\x48\x54\x20\x96\x33\xed\xf8\xff\xa2\x2e\x10\x35\x0b\x16\ +\x0b\xa5\x5d\x1c\x50\x2a\x86\x6d\x79\x76\x9c\x40\xe8\xa7\xeb\x81\ +\x3c\x91\x0e\xf4\x72\x58\x2d\x33\xa5\x95\x1b\xc5\x89\xf5\x13\x3f\ +\x4d\x6b\x26\xaa\x54\x92\xe9\x53\x99\xb6\xf2\xa0\xaa\xad\x4c\x26\ +\x22\x9e\xa2\xcc\x04\x53\x7c\x2a\x57\xed\xc7\x0c\x8e\xeb\xca\x08\ +\x8f\x3d\xac\x81\x90\x93\x7b\x0a\x48\xd6\xd6\x8c\x93\x86\xbe\x99\ +\x7f\xbb\x1c\x8e\x66\xe0\xe0\xe8\x35\x1f\xa3\x7f\xc3\x62\xff\xce\ +\xa3\xae\xad\x8d\xba\xd6\x37\x8c\x3a\x6d\x1c\x31\xc3\xd4\x82\xf5\ +\x8a\x29\x1e\x45\x25\x66\x0f\xf7\x2d\xab\x38\x51\xda\xf4\x7e\xdb\ +\x8f\x73\x72\xed\xff\x4e\x71\x57\x71\x71\x7a\x1d\x55\xd8\x84\x81\ +\x1a\xa3\x92\x71\xf6\x94\x41\x49\xba\xaa\xed\xd7\x68\x87\x35\x10\ +\x2a\x2a\xa9\x09\x92\x76\x67\x46\xc9\xbd\xbb\x0c\x13\xd1\x54\x3b\ +\xdb\xd0\xa1\xf6\x4d\x23\x6f\xc7\x27\x91\x3c\x33\xe5\x82\xd0\xd2\ +\x70\x60\x14\xe8\x23\x63\x07\x44\xa5\x35\xe9\xeb\xe7\x34\xab\xc0\ +\xe7\x2b\x91\x5a\xf8\xb5\xf5\x4b\x15\x46\xaa\xf7\x54\x70\x90\x98\ +\x2c\x43\xce\x83\xc5\x67\xba\x0e\xc9\x5f\x81\xf4\x5a\xdd\x51\x97\ +\x65\x17\xc8\x9d\x81\xb9\x1d\x35\x69\x7c\x8c\xfb\xa9\x14\xfc\xa7\ +\xed\xfc\x20\xda\xd8\x5e\x7e\x43\xb0\x39\x80\x24\x64\x75\x32\x84\ +\x72\x50\x0e\xd1\x80\xf8\x68\xe5\x05\x76\xc2\xd7\x26\x79\xac\xe4\ +\xdc\xb8\x32\x78\x85\x5a\x6b\x95\x22\x98\xe9\xc6\x6d\x1e\x58\x5a\ +\x41\xbb\xab\x69\x5e\xbe\xb4\x5b\x25\x52\xe1\x4b\x95\xa2\x0e\x73\ +\x56\x33\x58\x4c\xcd\xf4\x87\xf1\xea\x69\x21\x24\x9e\x25\x6f\xe0\ +\xf9\x23\x4e\xc4\x84\x72\x71\xaa\xbc\x20\xa1\x25\xd2\xb5\xe6\xa0\ +\x88\xc5\xda\x12\xc3\x41\xe5\x51\xde\x4a\xd0\x60\x67\x82\x56\x05\ +\x63\x4b\x09\xa6\x14\xed\x18\x54\x3d\xf7\x40\x42\xb1\xf5\x93\xbd\ +\xfc\x3d\x70\xfd\xb8\x89\x2f\x79\x49\x46\x56\x70\xa4\xf0\x29\x1d\ +\x7d\xc7\x7e\x7e\xc2\x1d\x2d\xd6\xae\xb7\x84\x9a\xf4\xdb\x8f\xe8\ +\xb6\xa0\x57\x62\xbe\xcb\x86\xa1\x11\x7d\x22\xb7\x15\x9b\x96\xa6\ +\x20\x28\x9d\x4f\x94\x4e\x11\xbc\x20\x64\xa4\xcd\x18\x4d\xe0\xf4\ +\x26\x12\xb4\xaa\xd8\x30\x99\x6f\x12\x5c\x9a\x4e\xaf\x2d\x3e\xc9\ +\xf3\x54\x14\x62\x33\xf0\x05\xaf\xfe\x14\x59\xe6\xe3\x2d\x96\x28\ +\x43\x5b\x47\xae\x3a\x58\xee\x98\xd8\x3d\xcd\x34\x4a\x4a\xbd\x74\ +\x69\x85\x0c\xb5\xa9\x02\xca\xf3\xe3\x10\x39\xb3\xbf\x0c\x8d\x78\ +\x7f\x5b\x0c\xd0\x46\xe4\xcf\x8e\x01\x6c\x19\xd6\x32\xa8\xe5\x48\ +\xb9\x57\x36\x21\x62\xc7\x54\xc0\x79\x83\x27\xb7\xa0\x05\x10\xa9\ +\xfd\xc2\x03\x9e\x87\x3d\x36\x4d\x2e\xd2\x2e\x86\x70\x25\x58\xbe\ +\x5c\x91\xce\xd5\xbd\xf4\x16\x02\xc3\x94\x77\x58\x45\xec\xe3\xe9\ +\x1b\x8d\xfb\x2d\xb6\xa5\xd2\xc8\x4e\xea\xa1\x17\xf6\x31\xfe\x88\ +\x9b\x8f\x1d\xfc\x91\x72\x8c\xb9\xd2\xe0\x69\xea\x74\x0b\x37\x4d\ +\x53\x2b\xe7\x2f\x61\x45\xd3\xcb\x95\xc3\x91\x2a\x07\xa6\x1b\xe5\ +\xf0\x4a\x35\x2c\xd5\x15\xd3\xd2\xf6\x35\xcb\x14\xa3\x02\x7a\xa2\ +\x5a\x74\x85\x28\x8a\xfa\x81\x6a\x69\x11\xc5\x14\xab\x25\x0b\xe1\ +\x73\xdf\xc7\x51\xf8\x22\x00\x31\x27\x6f\x3a\x9b\xa3\xef\xea\x31\ +\x70\xfa\x39\x8b\xae\x8e\xe9\xd7\x30\x08\xb7\xe1\x55\xb0\x74\x7e\ +\xd9\x6d\xed\xfe\x86\xfe\xc4\x77\xde\x03\xdf\x7b\x24\x57\xdd\xcf\ +\x1d\xcf\x7e\x74\x96\x37\xb8\x0e\x4e\xf2\x18\x8f\xa8\xe0\x16\x1b\ +\xfb\xb3\x83\xee\x6d\xda\x0a\xbf\x09\x87\x90\x45\x2c\x1c\x67\x17\ +\xe4\xcd\xbd\xb6\xb5\x5e\xc9\x4d\x71\x52\x2f\xb7\xe3\x4e\xe5\x8e\ +\x8d\x0b\x1a\x26\xc5\x7c\x50\x1d\x0d\xd4\xd8\x27\x6f\xfd\x79\x06\ +\x51\x94\x20\x12\x21\x65\xae\x5c\x58\x07\x6e\x40\x3c\xc5\x6b\x87\ +\x4a\x76\x65\x38\x1c\x2a\xf4\x92\x2d\x23\xf2\xba\x96\x57\x11\xa6\ +\x33\x27\x9a\xad\xe6\x75\x0c\x52\xc3\x82\xca\x36\x63\xd1\xdc\xf1\ +\x82\x7b\xfc\xfe\xad\x2d\xee\x82\x28\x81\xbd\xf6\x4a\xd2\x83\x6a\ +\xa2\x1b\x50\x1e\x4d\x46\xaa\xa0\xd3\x83\x9f\x18\x6f\x9d\xfb\x3f\ +\xc4\x83\x34\xf1\x68\x46\x34\x51\xd2\xec\x30\x45\xc7\x6b\x77\x95\ +\x20\x37\x41\x36\x9a\xc3\x4f\x6a\xe4\x1a\x2b\x31\xe3\x05\xbf\xd9\ +\x4a\x63\x46\xb5\xf4\x7c\xfc\xd9\xc2\xb6\xc0\x7a\xf2\x93\x8b\xf4\ +\x22\x7a\x51\x66\x91\xd6\x00\xf8\x6d\xf8\x8d\xfa\x40\xf4\x0f\xb2\ +\xb3\x85\xed\x98\xbd\xe9\xe2\x17\x32\xf0\xf0\x0b\xb1\x82\x05\x79\ +\x79\x19\x7d\xc9\x16\x36\x6a\xee\x35\x0f\x75\x1f\xc3\x58\x20\x62\ +\xad\x29\xfe\x7c\x42\x24\x5a\xc4\xd4\xa8\x8b\xcf\xf4\xd3\xce\x55\ +\x4f\xe9\x8d\xa3\xec\xfc\x88\x6a\x34\xf9\x6f\x49\x28\x3f\x33\xc4\ +\x36\xa1\x84\x63\x43\x14\xe8\xb1\x90\x16\xf3\x1c\xc3\x72\x59\x1b\ +\xbe\x77\x91\xbb\xc4\x41\x63\x76\x58\x8c\xdd\x17\x2a\x5f\x45\x0b\ +\xbd\xc0\x98\xce\x6e\x37\x99\x8f\x2c\xb7\x34\x68\xf2\x4b\x67\xf4\ +\xe0\x53\xf0\x17\x72\xd4\xc9\xdd\x44\x41\xb8\x99\x1b\x6d\xaa\xbd\ +\xa7\x11\xac\xbd\x48\xdc\xaf\x4e\x41\x88\x9b\x56\xc8\x8b\x91\x69\ +\x85\xa7\xa0\xda\xc9\x93\x9e\x36\x5d\x2b\xb1\x82\x36\x1d\xa7\x52\ +\x36\x5c\x36\xd3\x91\xd5\xbc\x6d\x56\xed\xa2\x59\x9e\xee\x71\xb9\ +\xe9\xed\x64\x39\x68\xad\xec\xae\x25\xdd\x8f\x93\x6c\xcc\x58\x0d\ +\xbb\x41\x58\x9f\x29\x67\xe6\xf9\x60\x36\x5d\x88\x2b\x24\x68\x20\ +\xa3\xbd\x98\xc9\x48\x40\xb8\xc7\x5f\x0c\x5d\xac\x68\x06\x9f\xfa\ +\x9f\xca\xe8\xf3\x5e\x0c\x41\x29\xa9\x0c\x98\x89\xf0\x7b\x17\xf2\ +\x06\x90\x70\xb5\xcb\x60\x42\x74\x6b\x86\x25\x9b\xb1\xaf\xc4\x87\ +\x0d\xe9\xc4\x15\x44\xe0\x34\x53\xbf\x87\xe7\x22\xb1\xd3\xec\x98\ +\x4c\xe9\x3a\xdc\xe8\xcb\x45\x5a\xfc\x24\x52\xe5\x13\x50\xe2\x41\ +\x1b\xe2\x1a\xce\x82\xc8\x77\x22\xee\xb2\xf9\xc8\xa9\x34\x70\xea\ +\x1d\x59\x6e\x49\x93\x1a\x79\x77\x8e\x3d\xcf\xed\xa8\xde\x19\x81\ +\xff\x91\x0d\xb4\x82\x0d\x4d\xfd\xac\x2b\xdd\xe3\x10\x64\x99\x3a\ +\x66\x1a\x75\xbb\x30\x22\xdc\x85\xfb\x87\x83\xd2\x72\xa8\x14\x23\ +\x76\xe6\x9d\xdc\x5b\xb1\x58\x2d\x76\x6f\x05\x19\x8c\x9f\x5d\xac\ +\x49\xb6\x71\xfa\xda\xb4\x6a\xab\x61\xe3\xd2\x8a\xd8\x1d\xb9\xe7\ +\xf3\x2b\x5d\x11\xfe\xb2\xdb\xdd\xfd\x0d\xdc\x05\x2d\x23\x01\x10\ +\x29\x2a\x08\x89\xe9\x75\x9f\xff\x00\x3c\xf4\x65\x78\ \x00\x00\x00\x96\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -868,31 +868,31 @@ qt_resource_struct = b"\ \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\x00\x4a\x00\x02\x00\x00\x00\x19\x00\x00\x00\x04\ -\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x18\x29\ -\x00\x00\x02\x32\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x5c\ -\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\x16\x1b\ -\x00\x00\x03\x56\x00\x00\x00\x00\x00\x01\x00\x00\x21\x28\ -\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00\x19\x0e\ -\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x14\xa5\ -\x00\x00\x04\x36\x00\x00\x00\x00\x00\x01\x00\x00\x27\xfc\ -\x00\x00\x02\x7c\x00\x00\x00\x00\x00\x01\x00\x00\x1c\x0b\ -\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x1d\x58\ -\x00\x00\x04\x18\x00\x00\x00\x00\x00\x01\x00\x00\x27\x77\ -\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00\x17\x7f\ -\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00\x14\x0e\ -\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x11\x99\ -\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x1f\x24\ -\x00\x00\x00\x54\x00\x00\x00\x00\x00\x01\x00\x00\x10\xff\ -\x00\x00\x03\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x26\x93\ -\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x15\x49\ -\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x1f\xc6\ -\x00\x00\x03\x90\x00\x00\x00\x00\x00\x01\x00\x00\x24\xf6\ -\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x1c\xb4\ -\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x16\xd5\ -\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x19\xb2\ -\x00\x00\x02\x58\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x44\ -\x00\x00\x03\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x25\xe9\ -\x00\x00\x03\x26\x00\x00\x00\x00\x00\x01\x00\x00\x20\x85\ +\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x18\x2c\ +\x00\x00\x02\x32\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x5f\ +\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\x16\x1e\ +\x00\x00\x03\x56\x00\x00\x00\x00\x00\x01\x00\x00\x21\x2b\ +\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00\x19\x11\ +\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x14\xa8\ +\x00\x00\x04\x36\x00\x00\x00\x00\x00\x01\x00\x00\x27\xff\ +\x00\x00\x02\x7c\x00\x00\x00\x00\x00\x01\x00\x00\x1c\x0e\ +\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x1d\x5b\ +\x00\x00\x04\x18\x00\x00\x00\x00\x00\x01\x00\x00\x27\x7a\ +\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00\x17\x82\ +\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00\x14\x11\ +\x00\x00\x00\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x11\x9c\ +\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x1f\x27\ +\x00\x00\x00\x54\x00\x00\x00\x00\x00\x01\x00\x00\x11\x02\ +\x00\x00\x03\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x26\x96\ +\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x15\x4c\ +\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x1f\xc9\ +\x00\x00\x03\x90\x00\x00\x00\x00\x00\x01\x00\x00\x24\xf9\ +\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x1c\xb7\ +\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x16\xd8\ +\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x19\xb5\ +\x00\x00\x02\x58\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x47\ +\x00\x00\x03\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x25\xec\ +\x00\x00\x03\x26\x00\x00\x00\x00\x00\x01\x00\x00\x20\x88\ \x00\x00\x00\x32\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\ " diff --git a/qdarkstyle/pyside_style_rc.py b/qdarkstyle/pyside_style_rc.py index b46f463a7..6542c9130 100644 --- a/qdarkstyle/pyside_style_rc.py +++ b/qdarkstyle/pyside_style_rc.py @@ -2,16 +2,16 @@ # Resource object code # -# Created: Sat Apr 25 14:03:42 2015 +# Created: Sat Apr 25 14:44:44 2015 # by: The Resource Compiler for PySide (Qt v4.8.6) # # WARNING! All changes made in this file will be lost! from PySide import QtCore -qt_resource_data = b"\x00\x00V\xd7/*\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 background-clip: border;\x0a border-image: none;\x0a outline: 0;\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 margin: 2px;\x0a}\x0a\x0aQMenu::icon\x0a{\x0a margin: 5px;\x0a}\x0a\x0aQMenu::item\x0a{\x0a padding: 5px 30px 5px 30px;\x0a margin-left: 5px;\x0a border: 1px solid transparent; /* reserve space for selection border */\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: 20px;\x0a}\x0a\x0aQGroupBox::title {\x0a subcontrol-origin: margin;\x0a subcontrol-position: top center;\x0a padding-left: 10px;\x0a padding-right: 10px;\x0a padding-top: 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::add-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::sub-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::add-line:horizontal:hover,QScrollBar::add-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::sub-line:horizontal:hover, QScrollBar::sub-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, QGroupBox::indicator, QMenu::indicator:non-exclusive{\x0a color: #b1b1b1;\x0a background-color: #302F2F;\x0a border: 1px solid silver;\x0a}\x0a\x0aQCheckBox::indicator, QMenu::indicator:non-exclusive{\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, QGroupBox::indicator:checked, QMenu::indicator:non-exclusive: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\x0aQCheckBox::indicator:indeterminate {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate.png);\x0a}\x0a\x0aQFrame\x0a{\x0a border-radius: 3px;\x0a border: 1px solid #444;\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 min-width: 75px;\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 min-width: 75px;\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\x0a\x0aQTabWidget::pane {\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQTabBar\x0a{\x0a qproperty-drawBase: 0;\x0a padding-right: 15px;\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\x0a/* TOP - BOTTOM TABS */\x0aQTabBar::tab:top {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a padding-top: 3px;\x0a padding-bottom: 2px;\x0a margin-right: -1px;\x0a\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:bottom {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a padding-top: 3px;\x0a padding-bottom: 2px;\x0a margin-right: -1px;\x0a\x0a border-bottom-left-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:top:last, QTabBar::tab:bottom:last\x0a{\x0a margin-right: 0;\x0a}\x0a\x0aQTabBar::tab:top:first:!selected, QTabBar::tab:bottom:first:!selected\x0a{\x0a margin-left: 0px;\x0a}\x0a\x0aQTabBar::tab:top:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-top: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:top:selected\x0a{\x0a margin-bottom: 0px;\x0a}\x0a\x0aQTabBar::tab:bottom:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-bottom: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:bottom:selected\x0a{\x0a margin-top: 0px;\x0a}\x0a\x0a/* LEFT - RIGHT TABS */\x0aQTabBar::tab:left {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:1, y1:0, x2:0, y2:0,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 3px;\x0a padding-right: 2px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a margin-bottom: -1px;\x0a\x0a border-top-right-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:right {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:1, y2:0,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 3px;\x0a padding-right: 2px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a margin-bottom: -1px;\x0a\x0a border-top-left-radius: 3px;\x0a border-bottom-left-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:left:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-right: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:left:selected\x0a{\x0a margin-left: 0px;\x0a}\x0a\x0aQTabBar::tab:right:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-left: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:right:selected\x0a{\x0a margin-right: 0px;\x0a}\x0a\x0aQTabBar QToolButton::right-arrow:enabled {\x0a image: url(:/qss_icons/rc/right_arrow.png);\x0a }\x0a\x0a QTabBar QToolButton::left-arrow:enabled {\x0a image: url(:/qss_icons/rc/left_arrow.png);\x0a }\x0a\x0aQTabBar QToolButton::right-arrow:disabled {\x0a image: url(:/qss_icons/rc/right_arrow_disabled.png);\x0a }\x0a\x0a QTabBar QToolButton::left-arrow:disabled {\x0a image: url(:/qss_icons/rc/left_arrow_disabled.png);\x0a }\x0a\x0a\x0aQDockWidget {\x0a border: 1px solid #403F3F;\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\x0a{\x0a border: 1px solid #78879b;\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:!selected:hover, QListView::item:!selected:hover, QTreeView::item:!selected:hover {\x0a background: rgba(0, 0, 0, 0);\x0a outline: 0;\x0a color: #FFFFFF\x0a}\x0a\x0aQListView::item:selected:hover, QListView::item:selected:hover, QTreeView::item:selected:hover {\x0a background: #78879b;;\x0a color: #FFFFFF;\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\x0aQToolButton {\x0a background-color: transparent;\x0a border: 1px solid #3A3939;\x0a border-radius: 3px;\x0a margin: 3px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a}\x0a\x0aQToolButton:pressed, QToolButton::menu-button:pressed, QToolButton:checked, QToolButton::menu-button:checked {\x0a background-color: #4A4949;\x0a border: 1px solid silver;\x0a}\x0a\x0aQToolButton:hover, QToolButton::menu-button:hover {\x0a background-color: #4A4949;\x0a border: 1px solid gray;\x0a}\x0a\x0aQToolButton[popupMode=\x220\x22] { /* only for DelayedPopup */\x0a padding-right: 10px; /* make way for the popup button */\x0a}\x0a\x0aQToolButton[popupMode=\x221\x22] { /* only for InstantPopup */\x0a padding-right: 20px; /* make way for the popup button */\x0a}\x0a\x0aQToolButton[popupMode=\x222\x22] { /* only for MenuButtonPopup */\x0a padding-right: 10px; /* make way for the popup button */\x0a}\x0a\x0a/* the subcontrol below is used only in the InstantPopup or DelayedPopup mode */\x0aQToolButton::menu-indicator {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a top: -7px; left: -2px; /* shift it a bit */\x0a}\x0a\x0a/* the subcontrols below are used only in the MenuButtonPopup mode */\x0aQToolButton::menu-button {\x0a border: 1px solid #3A3939;\x0a border-top-right-radius: 6px;\x0a border-bottom-right-radius: 6px;\x0a /* 16px width + 4px for border = 20px allocated above */\x0a width: 16px;\x0a}\x0a\x0aQToolButton::menu-arrow {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQToolButton::menu-arrow:open {\x0a top: 1px; left: 1px; /* shift it a bit */\x0a}\x0a\x0aQPushButton::menu-indicator {\x0a subcontrol-origin: padding;\x0a subcontrol-position: bottom right;\x0a left: 8px;\x0a}\x0a\x0aQTableView\x0a{\x0a border: transparent;\x0a gridline-color: #6c6c6c;\x0a background-color: #201F1F;\x0a}\x0a\x0a\x0aQTableView, QHeaderView\x0a{\x0a border-radius: 0px;\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\x0aQHeaderView\x0a{\x0a border: 1px transparent;\x0a margin: 0px;\x0a padding: 0px;\x0a}\x0a\x0aQHeaderView::section {\x0a background-color: #3A3939;\x0a color: silver;\x0a padding: 4px;\x0a border: 1px solid #6c6c6c;\x0a border-radius: 0px;\x0a text-align: center;\x0a}\x0a\x0aQHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one\x0a{\x0a border-top: 1px solid #6c6c6c;\x0a}\x0a\x0aQHeaderView::section::vertical\x0a{\x0a border-top: transparent;\x0a}\x0a\x0aQHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one\x0a{\x0a border-left: 1px solid #6c6c6c;\x0a}\x0a\x0aQHeaderView::section::horizontal\x0a{\x0a border-left: transparent;\x0a}\x0a\x0a\x0aQHeaderView::section:checked\x0a {\x0a color: white;\x0a background-color: #5A5959;\x0a }\x0a\x0a /* style the sort indicator */\x0aQHeaderView::down-arrow {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQHeaderView::up-arrow {\x0a image: url(:/qss_icons/rc/up_arrow.png);\x0a}\x0a\x0a\x0aQTableCornerButton::section {\x0a background-color: #3A3939;\x0a border: 1px solid #3A3939;\x0a border-radius: 0px;\x0a}\x0a\x0aQToolBox::tab {\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 3px;\x0a padding-right: 2px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a margin-bottom: -1px;\x0a\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a color: darkgray;\x0a }\x0a\x0a QToolBox::tab:selected { /* italicize selected tabs */\x0a font: italic bold;\x0a color: white;\x0a }\x0a\x0aQStatusBar::item {\x0a border: 1px solid #3A3939;\x0a border-radius: 3px;\x0a }\x0a\x0a\x0aQFrame[height=\x223\x22], QFrame[width=\x223\x22] {\x0a background-color: #444;\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\x03\xca\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\x19tEXtSoftware\x00Adobe ImageReadyq\xc9e<\x00\x00\x03\x22iTXtXML:com.adobe.xmp\x00\x00\x00\x00\x00 \xab\xbe:\xb1\x00\x00\x00>IDATx\xdab\xfc\xff\xff?\x03!\xc0\xc4@\x04`\x01\x11\x0d\x0d\x0d\xbe\xb8\x14\x00\xe563\xd6\xd7\xd7\xfb\x1a\x19\x19\x19\xe3Rt\xee\xdc\xb9\xb3DYG\x94\x22F\x90\xef\x08\xba\x89jA\x00\x10`\x00\xae$\x16\xd2\xdf\x0czc\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_data = b"\x00\x00V\xb7/*\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 background-clip: border;\x0a border-image: none;\x0a outline: 0;\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 margin: 2px;\x0a}\x0a\x0aQMenu::icon\x0a{\x0a margin: 5px;\x0a}\x0a\x0aQMenu::item\x0a{\x0a padding: 5px 30px 5px 30px;\x0a margin-left: 5px;\x0a border: 1px solid transparent; /* reserve space for selection border */\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: 20px;\x0a}\x0a\x0aQGroupBox::title {\x0a subcontrol-origin: margin;\x0a subcontrol-position: top center;\x0a padding-left: 10px;\x0a padding-right: 10px;\x0a padding-top: 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::add-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::sub-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::add-line:horizontal:hover,QScrollBar::add-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::sub-line:horizontal:hover, QScrollBar::sub-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, QGroupBox::indicator, QMenu::indicator:non-exclusive{\x0a color: #b1b1b1;\x0a background-color: #302F2F;\x0a border: 1px solid silver;\x0a}\x0a\x0aQCheckBox::indicator, QMenu::indicator:non-exclusive{\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, QGroupBox::indicator:checked, QMenu::indicator:non-exclusive: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\x0aQCheckBox::indicator:indeterminate {\x0a image: url(:/qss_icons/rc/checkbox_indeterminate.png);\x0a}\x0a\x0aQFrame\x0a{\x0a border-radius: 3px;\x0a border: 1px solid #444;\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 min-width: 75px;\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 min-width: 75px;\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\x0a\x0aQTabWidget::pane {\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQTabBar\x0a{\x0a qproperty-drawBase: 0;\x0a padding-right: 15px;\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\x0a/* TOP - BOTTOM TABS */\x0aQTabBar::tab:top {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a padding-top: 3px;\x0a padding-bottom: 2px;\x0a margin-right: -1px;\x0a\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:bottom {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 5px;\x0a padding-right: 5px;\x0a padding-top: 3px;\x0a padding-bottom: 2px;\x0a margin-right: -1px;\x0a\x0a border-bottom-left-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:top:last, QTabBar::tab:bottom:last\x0a{\x0a margin-right: 0;\x0a}\x0a\x0aQTabBar::tab:top:first:!selected, QTabBar::tab:bottom:first:!selected\x0a{\x0a margin-left: 0px;\x0a}\x0a\x0aQTabBar::tab:top:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-top: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:top:selected\x0a{\x0a margin-bottom: 0px;\x0a}\x0a\x0aQTabBar::tab:bottom:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-bottom: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:bottom:selected\x0a{\x0a margin-top: 0px;\x0a}\x0a\x0a/* LEFT - RIGHT TABS */\x0aQTabBar::tab:left {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:1, y1:0, x2:0, y2:0,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 3px;\x0a padding-right: 2px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a margin-bottom: -1px;\x0a\x0a border-top-right-radius: 3px;\x0a border-bottom-right-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:right {\x0a color: #b1b1b1;\x0a border: 1px solid #3A3939;\x0a background-color: QLinearGradient(x1:0, y1:0, x2:1, y2:0,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 3px;\x0a padding-right: 2px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a margin-bottom: -1px;\x0a\x0a border-top-left-radius: 3px;\x0a border-bottom-left-radius: 3px;\x0a}\x0a\x0aQTabBar::tab:left:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-right: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:left:selected\x0a{\x0a margin-left: 0px;\x0a}\x0a\x0aQTabBar::tab:right:!selected\x0a{\x0a color: #b1b1b1;\x0a margin-left: 3px;\x0a background-color: #302F2F;\x0a}\x0a\x0aQTabBar::tab:right:selected\x0a{\x0a margin-right: 0px;\x0a}\x0a\x0aQTabBar QToolButton::right-arrow:enabled {\x0a image: url(:/qss_icons/rc/right_arrow.png);\x0a }\x0a\x0a QTabBar QToolButton::left-arrow:enabled {\x0a image: url(:/qss_icons/rc/left_arrow.png);\x0a }\x0a\x0aQTabBar QToolButton::right-arrow:disabled {\x0a image: url(:/qss_icons/rc/right_arrow_disabled.png);\x0a }\x0a\x0a QTabBar QToolButton::left-arrow:disabled {\x0a image: url(:/qss_icons/rc/left_arrow_disabled.png);\x0a }\x0a\x0a\x0aQDockWidget {\x0a border: 1px solid #403F3F;\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\x0a{\x0a border: 1px solid #78879b;\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:!selected:hover, QListView::item:!selected:hover, QTreeView::item:!selected:hover {\x0a background: rgba(0, 0, 0, 0);\x0a outline: 0;\x0a color: #FFFFFF\x0a}\x0a\x0aQListView::item:selected:hover, QListView::item:selected:hover, QTreeView::item:selected:hover {\x0a background: #78879b;;\x0a color: #FFFFFF;\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\x0aQToolButton {\x0a background-color: transparent;\x0a border: 1px transparent #4A4949;\x0a border-radius: 3px;\x0a margin: 3px;\x0a padding: 3px;\x0a}\x0a\x0aQToolButton[popupMode=\x220\x22] { /* only for DelayedPopup */\x0a padding-right: 10px; /* make way for the popup button */\x0a}\x0a\x0aQToolButton[popupMode=\x221\x22] { /* only for MenuButtonPopup */\x0a padding-right: 20px; /* make way for the popup button */\x0a border: 1px solid #4A4949;\x0a}\x0a\x0aQToolButton[popupMode=\x222\x22] { /* only for InstantPopup */\x0a padding-right: 10px; /* make way for the popup button */\x0a border: 1px solid #4A4949;\x0a}\x0a\x0a\x0aQToolButton:hover, QToolButton::menu-button:hover {\x0a background-color: transparent;\x0a border: 1px solid #78879b;\x0a}\x0a\x0aQToolButton:pressed, QToolButton::menu-button:pressed {\x0a background-color: #4A4949;\x0a border: 1px solid #78879b;\x0a}\x0a\x0a/* the subcontrol below is used only in the InstantPopup or DelayedPopup mode */\x0aQToolButton::menu-indicator {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a top: -7px; left: -2px; /* shift it a bit */\x0a}\x0a\x0a/* the subcontrols below are used only in the MenuButtonPopup mode */\x0aQToolButton::menu-button {\x0a border: 1px solid #4A4949;\x0a border-top-right-radius: 6px;\x0a border-bottom-right-radius: 6px;\x0a /* 16px width + 4px for border = 20px allocated above */\x0a width: 16px;\x0a}\x0a\x0aQToolButton::menu-arrow {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQToolButton::menu-arrow:open {\x0a top: 1px; left: 1px; /* shift it a bit */\x0a border: 1px solid #3A3939;\x0a}\x0a\x0aQPushButton::menu-indicator {\x0a subcontrol-origin: padding;\x0a subcontrol-position: bottom right;\x0a left: 8px;\x0a}\x0a\x0aQTableView\x0a{\x0a border: transparent;\x0a gridline-color: #6c6c6c;\x0a background-color: #201F1F;\x0a}\x0a\x0a\x0aQTableView, QHeaderView\x0a{\x0a border-radius: 0px;\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\x0aQHeaderView\x0a{\x0a border: 1px transparent;\x0a margin: 0px;\x0a padding: 0px;\x0a}\x0a\x0aQHeaderView::section {\x0a background-color: #3A3939;\x0a color: silver;\x0a padding: 4px;\x0a border: 1px solid #6c6c6c;\x0a border-radius: 0px;\x0a text-align: center;\x0a}\x0a\x0aQHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one\x0a{\x0a border-top: 1px solid #6c6c6c;\x0a}\x0a\x0aQHeaderView::section::vertical\x0a{\x0a border-top: transparent;\x0a}\x0a\x0aQHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one\x0a{\x0a border-left: 1px solid #6c6c6c;\x0a}\x0a\x0aQHeaderView::section::horizontal\x0a{\x0a border-left: transparent;\x0a}\x0a\x0a\x0aQHeaderView::section:checked\x0a {\x0a color: white;\x0a background-color: #5A5959;\x0a }\x0a\x0a /* style the sort indicator */\x0aQHeaderView::down-arrow {\x0a image: url(:/qss_icons/rc/down_arrow.png);\x0a}\x0a\x0aQHeaderView::up-arrow {\x0a image: url(:/qss_icons/rc/up_arrow.png);\x0a}\x0a\x0a\x0aQTableCornerButton::section {\x0a background-color: #3A3939;\x0a border: 1px solid #3A3939;\x0a border-radius: 0px;\x0a}\x0a\x0aQToolBox::tab {\x0a background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,\x0a stop:1 #302F2F, stop:0 #5A5959);\x0a padding-left: 3px;\x0a padding-right: 2px;\x0a padding-top: 5px;\x0a padding-bottom: 5px;\x0a margin-bottom: -1px;\x0a\x0a border-top-left-radius: 3px;\x0a border-top-right-radius: 3px;\x0a color: darkgray;\x0a }\x0a\x0a QToolBox::tab:selected { /* italicize selected tabs */\x0a font: italic bold;\x0a color: white;\x0a }\x0a\x0aQStatusBar::item {\x0a border: 1px solid #3A3939;\x0a border-radius: 3px;\x0a }\x0a\x0a\x0aQFrame[height=\x223\x22], QFrame[width=\x223\x22] {\x0a background-color: #444;\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\x03\xca\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\x19tEXtSoftware\x00Adobe ImageReadyq\xc9e<\x00\x00\x03\x22iTXtXML:com.adobe.xmp\x00\x00\x00\x00\x00 \xab\xbe:\xb1\x00\x00\x00>IDATx\xdab\xfc\xff\xff?\x03!\xc0\xc4@\x04`\x01\x11\x0d\x0d\x0d\xbe\xb8\x14\x00\xe563\xd6\xd7\xd7\xfb\x1a\x19\x19\x19\xe3Rt\xee\xdc\xb9\xb3DYG\x94\x22F\x90\xef\x08\xba\x89jA\x00\x10`\x00\xae$\x16\xd2\xdf\x0czc\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\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^\x05\x00\x00\x022\x00\x00\x00\x00\x00\x01\x00\x00`8\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00[\xf7\x00\x00\x03V\x00\x00\x00\x00\x00\x01\x00\x00g\x04\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00^\xea\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00Z\x81\x00\x00\x046\x00\x00\x00\x00\x00\x01\x00\x00m\xd8\x00\x00\x02|\x00\x00\x00\x00\x00\x01\x00\x00a\xe7\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00c4\x00\x00\x04\x18\x00\x00\x00\x00\x00\x01\x00\x00mS\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00][\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00Y\xea\x00\x00\x00~\x00\x00\x00\x00\x00\x01\x00\x00Wu\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00e\x00\x00\x00\x00T\x00\x00\x00\x00\x00\x01\x00\x00V\xdb\x00\x00\x03\xe0\x00\x00\x00\x00\x00\x01\x00\x00lo\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00[%\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00e\xa2\x00\x00\x03\x90\x00\x00\x00\x00\x00\x01\x00\x00j\xd2\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00b\x90\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x5c\xb1\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00_\x8e\x00\x00\x02X\x00\x00\x00\x00\x00\x01\x00\x00a \x00\x00\x03\xbe\x00\x00\x00\x00\x00\x01\x00\x00k\xc5\x00\x00\x03&\x00\x00\x00\x00\x00\x01\x00\x00fa\x00\x00\x002\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00" +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]\xe5\x00\x00\x022\x00\x00\x00\x00\x00\x01\x00\x00`\x18\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00[\xd7\x00\x00\x03V\x00\x00\x00\x00\x00\x01\x00\x00f\xe4\x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x00^\xca\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00Za\x00\x00\x046\x00\x00\x00\x00\x00\x01\x00\x00m\xb8\x00\x00\x02|\x00\x00\x00\x00\x00\x01\x00\x00a\xc7\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00c\x14\x00\x00\x04\x18\x00\x00\x00\x00\x00\x01\x00\x00m3\x00\x00\x01\x90\x00\x00\x00\x00\x00\x01\x00\x00];\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00Y\xca\x00\x00\x00~\x00\x00\x00\x00\x00\x01\x00\x00WU\x00\x00\x02\xe0\x00\x00\x00\x00\x00\x01\x00\x00d\xe0\x00\x00\x00T\x00\x00\x00\x00\x00\x01\x00\x00V\xbb\x00\x00\x03\xe0\x00\x00\x00\x00\x00\x01\x00\x00lO\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00[\x05\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00e\x82\x00\x00\x03\x90\x00\x00\x00\x00\x00\x01\x00\x00j\xb2\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00bp\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x5c\x91\x00\x00\x01\xfe\x00\x00\x00\x00\x00\x01\x00\x00_n\x00\x00\x02X\x00\x00\x00\x00\x00\x01\x00\x00a\x00\x00\x00\x03\xbe\x00\x00\x00\x00\x00\x01\x00\x00k\xa5\x00\x00\x03&\x00\x00\x00\x00\x00\x01\x00\x00fA\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.qss b/qdarkstyle/style.qss index d618c4b2f..d84a06e19 100644 --- a/qdarkstyle/style.qss +++ b/qdarkstyle/style.qss @@ -900,35 +900,35 @@ QSlider::handle:vertical { QToolButton { background-color: transparent; - border: 1px solid #3A3939; + border: 1px transparent #4A4949; border-radius: 3px; margin: 3px; - padding-top: 5px; - padding-bottom: 5px; - padding-left: 5px; - padding-right: 5px; -} - -QToolButton:pressed, QToolButton::menu-button:pressed, QToolButton:checked, QToolButton::menu-button:checked { - background-color: #4A4949; - border: 1px solid silver; -} - -QToolButton:hover, QToolButton::menu-button:hover { - background-color: #4A4949; - border: 1px solid gray; + padding: 3px; } QToolButton[popupMode="0"] { /* only for DelayedPopup */ padding-right: 10px; /* make way for the popup button */ } -QToolButton[popupMode="1"] { /* only for InstantPopup */ +QToolButton[popupMode="1"] { /* only for MenuButtonPopup */ padding-right: 20px; /* make way for the popup button */ + border: 1px solid #4A4949; } -QToolButton[popupMode="2"] { /* only for MenuButtonPopup */ +QToolButton[popupMode="2"] { /* only for InstantPopup */ padding-right: 10px; /* make way for the popup button */ + border: 1px solid #4A4949; +} + + +QToolButton:hover, QToolButton::menu-button:hover { + background-color: transparent; + border: 1px solid #78879b; +} + +QToolButton:pressed, QToolButton::menu-button:pressed { + background-color: #4A4949; + border: 1px solid #78879b; } /* the subcontrol below is used only in the InstantPopup or DelayedPopup mode */ @@ -939,7 +939,7 @@ QToolButton::menu-indicator { /* the subcontrols below are used only in the MenuButtonPopup mode */ QToolButton::menu-button { - border: 1px solid #3A3939; + border: 1px solid #4A4949; border-top-right-radius: 6px; border-bottom-right-radius: 6px; /* 16px width + 4px for border = 20px allocated above */ @@ -952,6 +952,7 @@ QToolButton::menu-arrow { QToolButton::menu-arrow:open { top: 1px; left: 1px; /* shift it a bit */ + border: 1px solid #3A3939; } QPushButton::menu-indicator {