# Resource object code (Python 3) # Created by: object code # Created by: The Resource Compiler for Qt version 6.5.0 # WARNING! All changes made in this file will be lost! from PySide6 import QtCore qt_resource_data = b"\ \x00\x00\x06\x9b\ /\ / Copyright (C) \ 2017 The Qt Comp\ any Ltd.\x0a// SPDX\ -License-Identif\ ier: LicenseRef-\ Qt-Commercial OR\ BSD-3-Clause\x0a\x0ai\ mport QtQuick 2.\ 12\x0a\x0aItem {\x0a i\ d: root\x0a impl\ icitHeight: fram\ e.height\x0a imp\ licitWidth: row.\ implicitWidth\x0a \ width: implici\ tWidth\x0a heigh\ t: implicitHeigh\ t\x0a property a\ lias text: label\ .text\x0a proper\ ty bool checked\x0a\ property ali\ as pressed: tapH\ andler.pressed\x0a \ property alia\ s row: row\x0a s\ ignal clicked\x0a\x0a \ SystemPalette\ { id: palette }\ \x0a\x0a Row {\x0a \ id: row\x0a \ anchors.vert\ icalCenter: pare\ nt.verticalCente\ r\x0a spacin\ g: 6\x0a Rec\ tangle {\x0a \ id: frame\x0a \ gradi\ ent: Gradient {\x0a\ \ GradientStop { p\ osition: 0.0; co\ lor: tapHandler.\ pressed ? Qt.dar\ ker(palette.butt\ on, 1.3) : palet\ te.button }\x0a \ Grad\ ientStop { posit\ ion: 1.0; color:\ Qt.darker(palet\ te.button, 1.3) \ }\x0a }\x0a\ heig\ ht: label.implic\ itHeight * 1.5\x0a \ width\ : height\x0a \ anchors.mar\ gins: 1\x0a \ radius: 3\x0a \ antial\ iasing: true\x0a \ border.\ color: Qt.darker\ (palette.button,\ 1.5)\x0a \ Image {\x0a \ id: th\ eX\x0a \ source: \x22imag\ es/checkmark.png\ \x22\x0a \ anchors.fill: \ frame\x0a \ anchors.ma\ rgins: frame.wid\ th / 5\x0a \ fillMode:\ Image.PreserveA\ spectFit\x0a \ smooth:\ true\x0a \ visible: r\ oot.checked\x0a \ }\x0a \ }\x0a Text\ {\x0a i\ d: label\x0a \ color: pale\ tte.text\x0a \ anchors.ver\ ticalCenter: fra\ me.verticalCente\ r\x0a }\x0a \ }\x0a TapHandler\ {\x0a id: t\ apHandler\x0a \ onTapped: {\x0a \ parent\ .checked = !pare\ nt.checked\x0a \ parent.cl\ icked()\x0a \ }\x0a }\x0a}\x0a\ \x00\x00\x04\x1c\ /\ / Copyright (C) \ 2017 The Qt Comp\ any Ltd.\x0a// SPDX\ -License-Identif\ ier: LicenseRef-\ Qt-Commercial OR\ BSD-3-Clause\x0a\x0ai\ mport QtQuick 2.\ 1\x0a\x0aItem {\x0a id\ : root\x0a\x0a prop\ erty alias textI\ nput: textInput\x0a\ property ali\ as text: textInp\ ut.text\x0a sign\ al accepted\x0a \ signal downPress\ ed\x0a implicitW\ idth: textInput.\ implicitWidth + \ rect.radius * 2\x0a\ implicitHeig\ ht: textInput.im\ plicitHeight\x0a\x0a \ function copyA\ ll() {\x0a t\ extInput.selectA\ ll()\x0a tex\ tInput.copy()\x0a \ }\x0a\x0a SystemP\ alette { id: pal\ ette }\x0a heigh\ t: textInput.imp\ licitHeight + 8\x0a\ clip: true\x0a\x0a\ Rectangle {\x0a\ id: rect\ \x0a anchors\ .fill: parent\x0a \ radius: he\ ight / 4\x0a \ color: palette.\ button\x0a b\ order.color: Qt.\ darker(palette.b\ utton, 1.5)\x0a \ }\x0a\x0a TextInput\ {\x0a id: t\ extInput\x0a \ color: palette.\ text\x0a anc\ hors.fill: paren\ t\x0a anchor\ s.leftMargin: re\ ct.radius\x0a \ anchors.rightM\ argin: rect.radi\ us\x0a verti\ calAlignment: Te\ xt.AlignVCenter\x0a\ onAccept\ ed: root.accepte\ d()\x0a Keys\ .onDownPressed: \ root.downPressed\ ()\x0a }\x0a}\x0a\ \x00\x00\x00\xc7\ /\ / Copyright (C) \ 2017 The Qt Comp\ any Ltd.\x0a// SPDX\ -License-Identif\ ier: LicenseRef-\ Qt-Commercial OR\ BSD-3-Clause\x0a\x0ai\ mport QtQuick 2.\ 0\x0a\x0aText {\x0a Sy\ stemPalette { id\ : palette }\x0a \ color: palette.t\ ext\x0a}\x0a\ \x00\x00\x0ax\ /\ / Copyright (C) \ 2017 The Qt Comp\ any Ltd.\x0a// SPDX\ -License-Identif\ ier: LicenseRef-\ Qt-Commercial OR\ BSD-3-Clause\x0aim\ port QtQuick 2.1\ 2\x0a\x0aRectangle {\x0a \ id: container\ \x0a required pr\ operty string na\ me\x0a required \ property string \ description\x0a\x0a \ property Item e\ xampleItem\x0a w\ idth: ListView.v\ iew.width\x0a he\ ight: button.imp\ licitHeight + 22\ \x0a\x0a signal cli\ cked()\x0a\x0a grad\ ient: Gradient {\ \x0a Gradien\ tStop {\x0a \ position: 0\x0a\ Beha\ vior on color {C\ olorAnimation { \ duration: 100 }}\ \x0a col\ or: tapHandler.p\ ressed ? \x22#e0e0e\ 0\x22 : \x22#fff\x22\x0a \ }\x0a Gr\ adientStop {\x0a \ positio\ n: 1\x0a \ Behavior on col\ or {ColorAnimati\ on { duration: 1\ 00 }}\x0a \ color: tapHand\ ler.pressed ? \x22#\ e0e0e0\x22 : button\ .containsMouse ?\ \x22#f5f5f5\x22 : \x22#e\ ee\x22\x0a }\x0a \ }\x0a\x0a Image {\ \x0a id: ima\ ge\x0a opaci\ ty: 0.7\x0a \ Behavior on opac\ ity {NumberAnima\ tion {duration: \ 100}}\x0a so\ urce: \x22images/ne\ xt.png\x22\x0a \ anchors.vertical\ Center: parent.v\ erticalCenter\x0a \ anchors.ri\ ght: parent.righ\ t\x0a anchor\ s.rightMargin: 1\ 6\x0a }\x0a\x0a Ite\ m {\x0a id: \ button\x0a a\ nchors.top: pare\ nt.top\x0a a\ nchors.left: par\ ent.left\x0a \ anchors.bottom:\ parent.bottom\x0a \ anchors.r\ ight:image.left\x0a\ implicit\ Height: col.heig\ ht\x0a heigh\ t: implicitHeigh\ t\x0a width:\ buttonLabel.wid\ th + 20\x0a \ property alias c\ ontainsMouse: ho\ verHandler.hover\ ed\x0a\x0a TapH\ andler {\x0a \ id: tapHand\ ler\x0a \ onTapped: contai\ ner.clicked()\x0a \ }\x0a \ HoverHandler {\x0a \ id: h\ overHandler\x0a \ }\x0a\x0a C\ olumn {\x0a \ spacing: 2\x0a \ id: c\ ol\x0a a\ nchors.verticalC\ enter: parent.ve\ rticalCenter\x0a \ width: \ parent.width\x0a \ Text {\x0a\ \ id: buttonLabel\x0a\ \ anchors.left: pa\ rent.left\x0a \ anchor\ s.leftMargin: 10\ \x0a \ anchors.right: \ parent.right\x0a \ anc\ hors.rightMargin\ : 10\x0a \ text: conta\ iner.name\x0a \ color:\ \x22black\x22\x0a \ font.pi\ xelSize: 22\x0a \ wrap\ Mode: Text.WrapA\ tWordBoundaryOrA\ nywhere\x0a \ styleCol\ or: \x22white\x22\x0a \ styl\ e: Text.Raised\x0a\x0a\ }\x0a \ Text {\ \x0a \ id: buttonLabel\ 2\x0a \ anchors.left: \ parent.left\x0a \ anch\ ors.leftMargin: \ 10\x0a \ text: contain\ er.description\x0a \ w\ rapMode: Text.Wr\ apAtWordBoundary\ OrAnywhere\x0a \ color\ : \x22#666\x22\x0a \ font.pi\ xelSize: 12\x0a \ }\x0a \ }\x0a }\x0a\x0a R\ ectangle {\x0a \ height: 1\x0a \ color: \x22#cc\ c\x22\x0a ancho\ rs.bottom: paren\ t.bottom\x0a \ anchors.left: p\ arent.left\x0a \ anchors.right\ : parent.right\x0a \ }\x0a}\x0a\ \x00\x00\x05\x94\ \x00\ \x00\x16\xecx\xda\xd5X\xebo\xdb6\x10\xff\xae\xbf\x82\ P\xbf\xd8X,\xd9N\xf7\x80\xb6\xb6K\xddb\x0b\x90\ \xae\x0fw\xc3\x80a\x1fh\xe9dq\x95H\x95\xa4\x93\ \x06\x81\xff\xf7\x1deI\x15-\xcav\xda=P\x02\x89\ \xc5#\xefx\xbf{\xe9\xa80$\x0bQ\xdeJ\xb6\xce\ 4\x19-\xc6d>\x9d}K\x16\x92\x15Jpr\xb1\ $?0\x9e\x8a\x1f\xe3\x1d!\xe0\xe2\xb1\x17:Y\xde\ f@^k\x5c)J\xcao\xc9\x95N\x02\xb3s\xf9\ \xea\xd9\xef\x93+\x16\x03W0\xb9L\x80k\x962\x90\ \x11\xa9io \x9d\xbc\xd6\x13d+@\xc6\x8c\xe6\xe4\ \xe5\x1b\xf2t\xf9lr>Y\xe4t\xa3\xc0\xf3XQ\ \x0a\xa9Q\xf8\xeb\x22'\xf3`6\xb7(\xc1\x0b\x91@\ \xae\xf6\x176,~\xb7\xa3yo \xd6\x94\xafs \ w\x1e\xc1\xc1\x92\x88H!t5)\xa5(A\xea[\ \xc2\xb8&4\xd6\xec\x1a^\xd15,\xc4\x86\xeb\x88L\ \xbdjS\x18\x16\xe6\x10\xc2\x14\xa1$gJ\x13\x91\x92\ ;\x9f\xd3\x02\xfc\xc8W\xa2\x80\xea\xf1\x8c\xf8\x1b\x99#\ %e9Da\x18\x9a\x95\x10IaA\xd1\x8aH\x0c\ \xde\x17\xb9\xbf\xade\xa6\x1b\x8e\xe7\xa1\x95\x11eB\xb4\ 4\xa9~vg]\x8c\xcd3\xa0\xf1e\x0cD\xc5\ \x19\x14@\x9eVD\x9a\xe7\xe2\x06A\x06\x12\x94\xc8\xaf\ \xe1W\x89\xaa\xa1\x18\xfc\xa1J\xb15G}\xb4\xda\xa9\ \x1e\x8b\x5c\xa0\xb5\xfd\x07\x00\xe0W\x94\xf6X<\xee\xf9\ \x07Z\x949\x8c\x8c\xfag$\x01\x15\x9f\x191\xe3\xda\ Rf\x14\xb7\x95\x81\x03Z\x96\xc0\x93Q\x83z\xc7\xe1\ \x1b\x16\xc9J#\xcf\x8fv\xfc;\x1b\xe0\xbf\xed\xb8\x12\ \xb2\xb5OU\x99\xb8i\x8e\xdd;\xaa\xac\x0c\x8f.\xe4\ \xa8\x7f\x10K\xa0\x1a^\xae\xfeB\xf7\x8dvK\x5c\xa3\ \x1dA\x9e\x91;\x02;\x11\x08=\xaa\x80o\xc7\x81\x91\ o2\xa6\xeb\xda\xd1\x8c\xb7\xb4\xfc\x99\xf2$\xc7\ \x94\xea\x87P\x18>\xa7Z\xa1\x931\xb7\x08\x5cW\xb5\ h8\x16\xae\x04M@\xf6\xa5\xa4\x22\xde(\x87!\xcc\ Pb\x83E\xb1\x052`\x8e\x93\xe2g\xebYS\xab\ L\x8d\xc6\x0etf\xe1\x82\xb3\x22P\x9aJ=\x1a\x9f\ $\x0d>0\xed\x94f\x16N\x95\xf6\x8aJ\xac\xfc\x90\ \x9b\xfd\xb4\x12\xdb\x97gB\xaa\xd1\xb0\xb7\xb8\xacJ\xf5\ E<\xc0[\xa1\xab\xb6\xd4\x19\xbd\xf7:\xfc\xea\xab\x1e\ \xcb\xb6G\xf9eS\xac@\x1eR\xd1\x0c\x04\xbb\x06}\ \xa0\x9e\xed\x87=\x86a\x9d\xe0\xbes_*E\x11Y\ \x89o\x1d'\xf0U>\xb0\x96ld\xa5iD\xbe\x9e\ N\xffW\x80*\xa69|Y\xf0z\xd5\xcb\x01\xeb\xc3\ !H\x13#\xc1Q\xaa,hG\x80\x9d\x1f\x05f\xcf\ \x96\xf8\x8a3}(=\x9aIMvz\xfft*M\ &\x0e\x8d{\xa4S\x12\xfet\x9f\xdd+,\xef\x93{\ \x1f\xbd9\x14\x84\x8d'g\x07\xd6\x0f\xfb\xd3\x1d\xac\xff\ \x0d\xf8\x03y\xf9\xa5A\x1f\xcc\xd7\xd3r\xb6\x03\xf7 \ \xd8cY\xfd\xa9\xa0\xb7\x9f\x95\x88\x95RxG\xd1R\ \xdc\xee\xbdi\x0f\x95\x8cm\xe7\x16\xe3\xea\xe4L\xa1\xc0\ \x0e\xaa\x9d_3\xc5\xb0%\x8d\xeav\x8b<\xee\x18\xab\ iGVBkc\xc6\xba\x81\xd9M\xbdS\xfa\xb8\xa6\ \x87sU\x15s\x14yB\x1eNI{s5\xe3)\ d\xf4\x9a\x09\x89\x1d{\xa3\x93m\xa8\xe3q4\xec\xac\ \xae\x9d\x8e6\xbc\x8d\xf23g\x9f\xf9 \x8ec\xdf\xd9\ \xfdkQ\xb6\xe6\xc0g\xe7\x9e\x1c\xd2\x8f\xad\xad\x998\ wI\xab\x03\x96V\xcf\xfb\xf9\x00\xd24\xfdt\x00H\ \x7f\x81i\xca\xf8\xbe\xf8\x7f\x05\xe1Z\xd2\x84\x81\xf9\xc6\ \xf1S\xfd\xb4\x07\xb5!/Q/\xbco\x97bw\xfd\ \xc5\xc8\x22\xdf\xdb_\x15\xf62g\x90q\xd6e4\xbe\ v\x07\xcfe\x81\xf1\xec\xb8)\xad\xf0\x96\xec\xb9n\x01\ >3\x1c*4\x1b\x82\x92\xaf\xdd.\xb8\xc6\xd2\xc6\xb0\ \x92/P5\xf3\xfd\xa96\x90M>\x81\xf3e\x9a*\ SJ\xe7\x9f\xe1#\xb3\xd0\xfa\xfa\x1b\xef\xf4\xab\x95\xb1\ \x83n7\xf4o\x13\xcdex\xa8:8.\xf1o\xcd\ \x87\x1ddq\xd7N\xebz\x1c\xc4\x19\xcb\x13\x84\xf6\x87\ \x9b\x8c\xb8\xf8Zgx\xa3\x9c\xfd\x19\xec\xae<\xf7j\ \xcc\x86\xb2\xaek\xba\xb8r\xc2%w\xc4C\xa7t\x9e\ \x7f\xd7[iR\xf7|6(\xdb\xed\xe8I\x9f\xa1n\ \x87\xba\xbe\x08J\x09\xca|Kz\x82q\xeez?v\ \xabp\xf3\xad\xe2n\xbf\xf4\xdeu*\xedl:%\xdb\ \xfe;\xf0h\xe2\xde/\x81\xe7\xf3i5\xfc\x81\x1ec\ XJ0\xef\xca\x99\xcd\x86\xe5\xf4)+!\x13\x138\ 5wB\xe5;\xc4\xe5\xe8/i\xd5\xa73\xaa\x18_\ \x0f|\x0c0\x0a\x9a/\x05\x0f\x8f\xbc\xbf\xb7\xde\xdf>\ \xc5\xc9[\ \x00\x00\x0aH\ /\ / Copyright (C) \ 2016 The Qt Comp\ any Ltd.\x0a// SPDX\ -License-Identif\ ier: LicenseRef-\ Qt-Commercial OR\ BSD-3-Clause\x0a\x0ai\ mport QtQuick 2.\ 12\x0a\x0aItem {\x0a i\ d: slider\x0a he\ ight: 26\x0a // \ default drag ran\ ge is 180: divis\ ible by 2, 3, 4,\ 5, 6, 9, 10, ..\ .\x0a width: sli\ derName.width + \ 223 + handle.wid\ th / 2\x0a\x0a prop\ erty real min: 0\ \x0a property re\ al max: 1\x0a pr\ operty real valu\ e: min + (max - \ min) * dragHandl\ er.value\x0a pro\ perty real init:\ min+(max-min)/2\ \x0a property st\ ring name: \x22Slid\ er\x22\x0a property\ color color: \x22#\ 0066cc\x22\x0a prop\ erty real minLab\ elWidth: 44\x0a\x0a \ DragHandler {\x0a \ id: dragH\ andler\x0a t\ arget: handle\x0a \ xAxis.mini\ mum: Math.round(\ -handle.width / \ 2 + 3)\x0a x\ Axis.maximum: Ma\ th.round(groove.\ width - handle.w\ idth / 2 - 3)\x0a \ property r\ eal value: (hand\ le.x - xAxis.min\ imum) / (xAxis.m\ aximum - xAxis.m\ inimum)\x0a }\x0a\x0a \ Component.onC\ ompleted: setVal\ ue(init)\x0a fun\ ction setValue(v\ ) {\x0a if (\ min < max) {\x0a \ handle.\ x = Math.round( \ v / (max - min) \ *\x0a \ \ (dragHandler.x\ Axis.maximum - d\ ragHandler.xAxis\ .minimum)\x0a \ \ + drag\ Handler.xAxis.mi\ nimum);\x0a// \ console.lo\ g(name, v, \x22-> h\ andle.x\x22, handle\ .x, \x22from fracti\ on\x22, (v / (max -\ min)),\x0a// \ \x22of dr\ ag range\x22, (drag\ Handler.xAxis.ma\ ximum - dragHand\ ler.xAxis.minimu\ m), \x22px\x22, min, \x22\ :\x22, max)\x0a \ }\x0a }\x0a Rec\ tangle {\x0a \ id:sliderName\x0a \ anchors.l\ eft: parent.left\ \x0a anchors\ .leftMargin: 16\x0a\ height: \ childrenRect.hei\ ght\x0a widt\ h: Math.max(slid\ er.minLabelWidth\ , childrenRect.w\ idth)\x0a an\ chors.verticalCe\ nter: parent.ver\ ticalCenter\x0a \ Text {\x0a \ text: sli\ der.name + \x22:\x22\x0a \ font.\ pointSize: 12\x0a \ color:\ \x22#333\x22\x0a \ }\x0a }\x0a\x0a Rec\ tangle {\x0a \ id: groove\x0a \ width: paren\ t.width - 8 - sl\ iderName.width\x0a \ color: \x22#\ eee\x22\x0a hei\ ght: 7\x0a r\ adius: 3\x0a \ antialiasing: t\ rue\x0a bord\ er.color: Qt.dar\ ker(color, 1.2)\x0a\ anchors.\ left: sliderName\ .right\x0a a\ nchors.right: pa\ rent.right\x0a \ anchors.leftM\ argin: 10\x0a \ anchors.rightM\ argin: 24\x0a \ anchors.vertic\ alCenter: parent\ .verticalCenter\x0a\ \x0a Rectang\ le {\x0a \ height: parent.\ height\x0a \ anchors.left:\ parent.left\x0a \ anchors\ .right: handle.h\ orizontalCenter\x0a\ colo\ r: slider.color\x0a\ radi\ us: 3\x0a \ border.width: \ 1\x0a bo\ rder.color: Qt.d\ arker(color, 1.3\ )\x0a op\ acity: 0.8\x0a \ }\x0a Ima\ ge {\x0a \ id: handle\x0a \ source: \ \x22images/slider_h\ andle.png\x22\x0a \ anchors.v\ erticalCenter: p\ arent.verticalCe\ nter\x0a }\x0a \ }\x0a}\x0a\ \x00\x00\x05t\ /\ / Copyright (C) \ 2017 The Qt Comp\ any Ltd.\x0a// SPDX\ -License-Identif\ ier: LicenseRef-\ Qt-Commercial OR\ BSD-3-Clause\x0a\x0ai\ mport QtQuick 2.\ 12\x0aimport QtQuic\ k.Window 2.1\x0a\x0aIt\ em {\x0a id: con\ tainer\x0a\x0a prop\ erty alias text:\ buttonLabel.tex\ t\x0a property a\ lias label: butt\ onLabel\x0a sign\ al clicked\x0a p\ roperty alias co\ ntainsMouse: hov\ erHandler.hovere\ d\x0a property a\ lias pressed: ta\ pHandler.pressed\ \x0a implicitHei\ ght: Math.max(Sc\ reen.pixelDensit\ y * 7, buttonLab\ el.implicitHeigh\ t * 1.2)\x0a imp\ licitWidth: Math\ .max(Screen.pixe\ lDensity * 11, b\ uttonLabel.impli\ citWidth * 1.3)\x0a\ height: impl\ icitHeight\x0a w\ idth: implicitWi\ dth\x0a\x0a SystemP\ alette { id: pal\ ette }\x0a\x0a Rect\ angle {\x0a \ id: frame\x0a \ anchors.fill: \ parent\x0a c\ olor: palette.bu\ tton\x0a gra\ dient: Gradient \ {\x0a Gr\ adientStop { pos\ ition: 0.0; colo\ r: tapHandler.pr\ essed ? Qt.darke\ r(palette.button\ , 1.3) : palette\ .button }\x0a \ GradientSt\ op { position: 1\ .0; color: Qt.da\ rker(palette.but\ ton, 1.3) }\x0a \ }\x0a an\ tialiasing: true\ \x0a radius:\ height / 6\x0a \ border.color\ : Qt.darker(pale\ tte.button, 1.5)\ \x0a border.\ width: 1\x0a }\x0a\x0a\ TapHandler {\ \x0a id: tap\ Handler\x0a \ onTapped: contai\ ner.clicked();\x0a \ }\x0a HoverHa\ ndler {\x0a \ id: hoverHandler\ \x0a }\x0a\x0a Text\ {\x0a id: b\ uttonLabel\x0a \ text: contain\ er.text\x0a \ color: palette.b\ uttonText\x0a \ anchors.center\ In: parent\x0a }\ \x0a}\x0a\ \x00\x00\x03)\ \x89\ PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\ \x00\x00@\x00\x00\x00@\x08\x06\x00\x00\x00\xaaiq\xde\ \x00\x00\x02\xf0IDATx\xda\xe5\x9b_h\xcda\ \x18\xc7?\x9bm1\xab\x91\xc2\xd0Y+5\xbb`h\ \xc9\x85\x0b7HJ\x93H))\xe5\xc2\xcd\xb0\x91R\ \xdc(7\xbbP\xae\x88\x5cXI[v%\xc9\x9fb\ .\xfc\xbd\xc0(\xffN\xc8\xc6\xd9p16\x8c9.\ ~?u\xac\xe3\x9c\xf3}\xb7\xc3\xfb{\xce\xb7\xde\xab\ \xd3\xef=\xef\xe7y\xdf\xe7\xf7{\xde\xe7}^\xb0\xa7\ \x12\xa0\x1aX\x03\xb4\x02W\x8080\x00\x0c\x03\x83@\ w\xf8\xbb9m\x04n\x03\x9f\x80d\x96v\xc3\x12x\ \x05p1\x07\xe8\xd4\xb6\xc2\x0a|5\xf0Z\x84?\x0f\ L\xb0\x00_\x16\xfa\xb6\x02\xff\xde\xca\xccO\x04\xee\x89\ \xf0\x1f\x81\x1a+\x068)\xc2'\x81uV\xe0\x0f8\ \xc0\xef\xb6\x02\xbf\x0a\xf8.\xc2\xb7\x01\xc5\x16\xe0k\x80\ !\x11\xfe!Pj\x01~*\xd0#\xc2\xf7\x02\x95V\ \x96~\x9b\x08?b)\xd89\xec\xf0\xd2\xdbb\xe9\xa5\ \xa7\xc2\x1f\xb3\x14\xec$D\xf8\xa7\xe1s&\xd4-\xc2\ \x0f\x02\xe5\x85\xea\xf7?\x81\x95V\xe0\xeb\x1d\xfc\xbe\xd5\ \x0a\xfcl\xe0\xb3\x08\x7f\xd6\x0a|)pI\x84\xef\x01\ \xa6Y1@\x93\x83\xdf7X\x81_V\xc8\xdb\xdb\x0a\ \xe0\xb9\x83\xdf\x17Y1\xc0\x09\x11>\x8e!m\x10\xe1\ \x07\x809V\xe0g\x02}\xa2\x01\xb6Y\x9a\xfd\x0e\x87\ \xcc\x8e\x19\xed\x13\xe1\xef[\xda\xe4\xd4\x91\xdb\xf1Uj\ rc\x91\xa5\xd9\xbf.\xce\xfe&K\xf0\x07E\xf8\xd3\ \x96\xbe\xf7\x0b\xd0R\xda\x09`J!/\xfd\x98%\xf8\ \xfd\x22\xfc^K\xf0\x0d\xc07\xb4\xc3\x0cS\xba\x8av\ \x82;\xd9\x12\xfc\x1e\xf1{\xdf\xe8\xcb\xc0g\x01k\x09\ \x8e\xa1\xaf\x01G\x80*\xb1\x8fZ\xd1\xef;|\x00/\ &8X\xe8O3\xc0w\xe2\xf2\xbc \xc0?\xc2\x83\ \x13\xdc%\xc0\x87,\x03=\x9ac_\x8d\x02\xfcW\x1f\ B\xdd\x96\xd0\x07\xb3\x0d\xf6Y\x98\xc1\xc9\xa4\x18AM\ ^\xae\x068\xf4\xbf\xe1\xeb\xc5\x08m^\x16\x17:'\ \xf4u\xc7\x07\xbfW\x8f\x9e\x8fg\xe8k\xb9\x98\xdd\xf1\ \xa2h\xe9.zF6\x9d\x8a\xc4\xa5\xdf\xe2\xcb'\xaf\ \xdd\xc1\x00;\xd2\xf4\xa3$7;}\x0aV\x9a\x1c\x0c\ p\x8b?ko\xe6\x0a\xef\x91^`\xbaO\x06X\xec\ `\x80a`~J\x1f\x0f\x84g\xb7\xfa\x16\xaeV\x85\ A\x8ej\x84\xc7\x0e.\xe4eb\xb3$\x5c\xd2\xc9<\ \xb77\xc0$\x9f\xc0\x7f\x87\x9e?\x80\xcb\xff\xe0\xff\x9a\ \x81/\xbe\xee\xdaj\xf3<\xfb\xedQ\xd8\xba\xbe\xca\x13\ \xfc\x8b\x1c\xc2g/\xb4+O\x06\x88LZ;\x86^\ \x88\x9c\xad\x9d\x89R\xf6\xa6\x1c\xfd\x12B\xa6\xf6\xd6w\ \xe0\xd1\x09\x88!\xa0k\x1c\xfb\xdf\x19\xc5\x1c\xde\xc2q\ \x9a\xfd.\x22\xac'c\x84\xef'\xe2\x15\x9b\xab\xc7\x00\ ?\x02l&\xe2*\x03^:\x1a\xe0f\x94@\xffv\ yp\x04\x98AP\xba\xa6\xaa.\xdc)F^\x95\xe8\ %\xab\xdb1\xa6\xa5\x02\xfc)\x8c\xdc\xcc\x1a\xad\xf5a\ \xce0\x1efr\xfa\x08\xae\x9f&\x08.'t:\xba\ \x8a\x17\xfa\x05\xc1\xf2\xa6\x01\x10\xe5*G\x00\x00\x00\x00\ IEND\xaeB`\x82\ \x00\x00\x066\ \x89\ PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\ \x00\x00\x0d\x00\x00\x00\x17\x08\x06\x00\x00\x00\xd0\xa6\xc5\x81\ \x00\x00\x00\x19tEXtSoftware\ \x00Adobe ImageRead\ yq\xc9e<\x00\x00\x03$iTXtXML\ :com.adobe.xmp\x00\x00\ \x00\x00\x00 \ \x97\xa0=\xd8\x00\x00\x02\xa8IDATx\xda\x8c\ \x94_HSQ\x1c\xc7\xcf\xbd\xbb\xd7;\xb7\xdd\xddQ\ \x90\xbe\x0cb\x9b\x93\xd4\xf5\x10\xc1\x0a\xf4\xc5)\xd8\x1f\ )Fd\xd4C\xeaK\xe4CB\xf6\x98\xb4\xb5\xad=\ \xc8\xe8\xc9\xf5\x1e\xf4\x92\xd2\x96E\xeb!Y\x96\xc5\x94\ \xc2\x94\x05\xb2\xf9\x10H\xed\xa1\x8767\xc1\xfd\xf3\xf6\ =\xd7ML\x97z\xe0\xcb\xdd\xef\xdc}8\xbf\xf3\xfd\ \x9es\x19Y\x96\xc9A\xc3j\xb5\x0ep\x1c\xf7\x98\xc8\ r\xa1P,\xde`\x0e\x82\xdaZ[\xefiu\xba1\ \xb5 \x90r\xb9Lr\xeb\xeb1n?\xc0f\xb3\xb9\ \x0c\x06\xc3\x03Q\xaf'u \ \xd9\x0c\xdf\xc0\x00\x00\x01\xcdIDATx\xda\xac\ \x95;K\x03A\x14\x857\x994\xdaF1>@\xc5\ \x88A\x8c,*\x16b#XZ\x08\x06\x04\x0b\xa3\xad\ \x85\x9d`\x13\x0b\x1bm,5\x8d\x88\x89\xd8(B4\ >@B\x88\x16\x16\x22b:\xff\x86 X\x04]\xcf\ \x95+\x84e\xe6\xee\xaef\xe0\xec\xcc\xee\x1c\xbey\xec\ \xbd3\x91\xa5t\xba\xd9\xb2\xac\x03h\x0ez\x832\x87\ \xb9\x5c\xd6\x0aX\xc2\xd0\x064\x0fE\xa0(\xb4\x07\xf8\ \xfa_@\xe3\x9a\xef[\x80e\x82\x82\x1e\x0d}\x9b\x80\ m\xfb\x05)\xdb\xb6\x1fPO@\xbd\x9a\xfeI\xf47\ \xbdT\xab%/P\x88\x1e\xbc\xe1\x97\xd0\x94\xc1\xb7\x03\ \xad\xe1'8\xc6\x19\xd1\x03#\xd60\xf2\xa903\xfa\ \xde\x06\xcf5\xbcf\x90\x0b6\x0c\x0dh\xbcc\x12L\ \xd5\xbf0\xec\x0cM[\x80\xb5\xc3s\x03\xafc\x041\ \xec\xd3\x036\x0a\xc5\xe19\xaf\x87)\xddz\xeb`q\ (\xa9\xb1$\xdd0e\xfa\x0b\x0c+x\xc0\xfa\xe1)\ \x927\xe4\x15\x1f\x08\x0d\x1a,\x0f-\x18,E(\xa5\ \xbc@4uZ\x02\x9a1\xde\x1fw\xa1}\x8c)?\ \xe1\xcf\xb0+4;\xa1\x11\xdd2\xc3\x01\xf22\xca1\ \xa6+\xef!?\x04\xecS+\xaa24d\xb0\xac\xa8\ \x06@V\x91\x83\xbb\xca\x03\xd2\x81\xaa$\xcd\x84 b\ \x1c\x01\xd2\x85\xea\x0eJ\x08\x90\xac\x18\xd9\x0c\xa9@}\ \x9a\xee/h\x19\x90}1\xd7\x00\xe9\xe1=1A\x16\ \x019\x12\xb3\x1f\x10J\x87{\xa8[\x80\x1c\x8b\xe7\x11\ C*\x1ct\xeeR\xa3\x9b\x06\x90\x13\xf1\x84\x04$\xc1\ \xcb1AR\x80\x14\xc4\xc3\x1f\x90A^NL\x80\x5c\ x\xc5\x1b]\x8a\xb4q-\x9a\xbe\x0fh\x16\x90[?\ \xd1\x1f1$!Af\x00)\x07\xb9 \x9f\xff\x0b\xf9\ \x05\xd1\x81\xf5\xc4\xef\xaf\xd0tP\xc8\xcf\x05\xe98\x8e\ \xd5\x88\xf2-\xc0\x00\xaa\xfa\xae\x1fG|9m\x00\x00\ \x00\x00IEND\xaeB`\x82\ \x00\x00\x03w\ \x89\ PNG\x0d\x0a\x1a\x0a\x00\x00\x00\x0dIHDR\x00\ \x00\x00\x1b\x00\x00\x00\x1c\x08\x06\x00\x00\x00\x90\xd1\xc4\xed\ \x00\x00\x00\x09pHYs\x00\x00\x0b\x13\x00\x00\x0b\x13\ \x01\x00\x9a\x9c\x18\x00\x00\x03)IDATH\x0d\xbd\ V=LZQ\x14\x06\xa4\xd1PE\x03\x14\x08\x83\xc8\ fL\xd3\x10\x93\x06\x97\xa6\xdd\xbb3th\x8c\xa1\x1b\ \x9d\x18\xbauaj\x22k'6\x17\x87v\xec\xd6\xa5\ \x1b.\x84\x04\x02&\x18\x15\x02\x89\xd2\x8a\xfc$\xb6D\ y\xaf\xdfw\xfb\xde\xf5\xf9\xfa\xe4\xa76\x9e\xe4\xe4\xde\ \xc7\xbd\xdf\xf9\xee\xf9\xdey\xe7bWU\xd5v_\xe6\ \xb8/\x22\xf28'%\xb3\xc3\xb4\xbd\xfah\x84\x0ay\ \xa0\xd2H\x99\xecc\xd6m\x1a\x09\x09\x8cn$\xe2\x9c\ $\xd2o#\x1dI\x06\x22\xcaL\x12\xf3\xa8\x13K\x02\ \xecQ4B1\x82\x90\xe3\x0d\xb3\x94\xd1\x90\x0dI\xe8\ 3\xf0\xd9\x85\x85\x85@\x22\x91x\xbe\xbc\xbc\xbc\xb6\xb8\ \xb8\xf8\xa8\xdb\xed~\xaf\xd7\xeb\xe5l6\xfb\xad\xdf\xef\ \x9fb\xcf\x00>\x84+\x9a\xeaL\xf2ZZ\xce\xcd\x8e\ \xcd$\xe0Af\xe1\x0f\xa3\xd1\xe8\xd3\x9d\x9d\x9dO\xd5\ j\xf5\xe7\xd9\xd9\x99z~~\xae\xb6\xdbm1\xf2\x99\ \xbfs=\x16\x8b=\xe1~\x0dG\xbc\xc3\x18{\x1c\xd1\ <2y]\xa9T\xba$h6\x9b\xea\xe1\xe1!\x83\ K\xe73\x7f\xe7z\xa9T\xea\xc6\xe3\xf17 \x99\xb7\ \x22\xbc\xf1\xce4\xf9t\xd9\x1e\x00\xf8j{{\xfb#\ \xe4s\x22\x03q0\x04\xb14\xca\xe6\xf7\xfbm \xbd\ L\xa7\xd3\x09H\xfb\x19\x1b/\xe1BVd\xa8\x9a\xc9\ t\x22'\xa4{\xbc\xbb\xbb\xfb5\x14\x0a\xb9OO\xf9\ :&3\x9f\xcfg;99\xe9mnn>\xdb\xdb\ \xdb\xab\x02u\x05\x1f\x82Kapa\x86\xa2`\xa5\xcd\ \xa6R\xa9w\x81@\xc0\xddj\xb5\xb4\x1d\x93\x0dT \ \x18\x0c\xba\x93\xc9\xe4{\xc6\x81\x8b\xcae|I\xa6\x85\ \x12e\xce\xaa\xdb\xd8\xd8xyqq1R:+z\ \x16\x04q\xc43\x0e\xf6\x90\x83q\xc5\x84#M\x9c\x80\ \xe3\xd6\xd6\xd6\x0b\x8f\xc737\x18\xb0\x92\xa77\xe2\x88\ g\x1c\xa0e\x5csf\x8cl\x8fD\x22\xab\x0e\x87\xc3\ 6\x1c\xf2\xddNo\xc4\x11\x1f\x0e\x87\xd7\x80&\x990\ K2\xb7\xdb\xed\xa7\x1cw1\xe2\x97\x96\x96|\x881\ \x92L\xed\xf5z-\x96\xf2]\x8c\xf8N\xa7\xf3\x031\ \xe4\xa9\xad2S\x8f\x8e\x8e\xf6\x15E\xb1\xcd\xcc\xb0K\ Mo\xc4\x11_\xab\xd5\xca@K2\xf9\x9d\xb14\xb1\ \xc0\xe8NTQ8\x9f\xcf\x17\x5c.\xd7\x1c+kZ\ \x03\x8e\x15\xf9k}}=\x8a\x9eY\x03^|k\xe6\ \xccx\x0a\x85M5\x97\xcb}!hZ9\xb9\x9f8\ \xe2\xb5\xe6\xac\xdf\x06\xd7\xa5\x8f\x17J\x22\xdd\x07\x99L\ \xe6\x03;\x81\xd7\xeb\x9d*1\xb6\xacF\xa3\xd1'\x1e\ @~;\x22&\xe3[f\x86\x0d\xc3B\xa1P\x06\xe0\ -Nw\x85N26Cf\xc4V\x85\xa2\xb8Bo\ L\x11\xcf8p\x99\xd9\xd8\xae\xcf.^,\x16{\x93\ t\xfd\x83\x83\x83\x0eo\x09\x10Xv\xfd\xbf\xc8\xfe\xa8\ \xf9o\xf7\x19\xef=\x10\xddz\x9f\xc9j\xc4&i\x90\ \x84\x95I\xa7\xcc\xf4\x1b7\xf5\xca\xca\xca*\xfb\x1e\x0b\ \xe0\xf8\xf8x\xdf\xea\xa6\x06F\xc8\xc7w\x85\xb90K\ 2\xb9\xf8\x9f\xff\x83\x8c$#\xa9!K=[\x8ef\ \xd3\xabXV\x9ey\x03\x9f\xc7\x92\xe9 \x8dT`\xf4\ \xdf\x0c\xa3\x90\xca(\x99aMN'&\x93\x88;L\ ~\x03}U80w\xf4\xee\xee\x00\x00\x00\x00IE\ ND\xaeB`\x82\ " qt_resource_name = b"\ \x00\x05\ \x00x\xbf\x9b\ \x00q\ \x00u\x00i\x00c\x00k\ \x00\x06\ \x07\x9e\x88\xb4\ \x00s\ \x00h\x00a\x00r\x00e\x00d\ \x00\x0c\ \x00V'\xdc\ \x00C\ \x00h\x00e\x00c\x00k\x00B\x00o\x00x\x00.\x00q\x00m\x00l\ \x00\x0d\ \x01\xb8P\x9c\ \x00T\ \x00e\x00x\x00t\x00F\x00i\x00e\x00l\x00d\x00.\x00q\x00m\x00l\ \x00\x09\ \x08\xbf\xf4\xdc\ \x00L\ \x00a\x00b\x00e\x00l\x00.\x00q\x00m\x00l\ \x00\x1a\ \x04'S\xdc\ \x00S\ \x00i\x00m\x00p\x00l\x00e\x00L\x00a\x00u\x00n\x00c\x00h\x00e\x00r\x00D\x00e\x00l\ \x00e\x00g\x00a\x00t\x00e\x00.\x00q\x00m\x00l\ \x00\x10\ \x09\x8e}\x5c\ \x00L\ \x00a\x00u\x00n\x00c\x00h\x00e\x00r\x00L\x00i\x00s\x00t\x00.\x00q\x00m\x00l\ \x00\x0a\ \x0a\xce\x15\xdc\ \x00S\ \x00l\x00i\x00d\x00e\x00r\x00.\x00q\x00m\x00l\ \x00\x06\ \x07\x03}\xc3\ \x00i\ \x00m\x00a\x00g\x00e\x00s\ \x00\x0a\ \x0bhq\x5c\ \x00B\ \x00u\x00t\x00t\x00o\x00n\x00.\x00q\x00m\x00l\ \x00\x0d\ \x0b]\x12\x87\ \x00c\ \x00h\x00e\x00c\x00k\x00m\x00a\x00r\x00k\x00.\x00p\x00n\x00g\ \x00\x08\ \x07\x9eZG\ \x00b\ \x00a\x00c\x00k\x00.\x00p\x00n\x00g\ \x00\x08\ \x0c\xf7Y\xc7\ \x00n\ \x00e\x00x\x00t\x00.\x00p\x00n\x00g\ \x00\x11\ \x02G!g\ \x00s\ \x00l\x00i\x00d\x00e\x00r\x00_\x00h\x00a\x00n\x00d\x00l\x00e\x00.\x00p\x00n\x00g\ \ " qt_resource_struct = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x10\x00\x02\x00\x00\x00\x08\x00\x00\x00\x03\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x00@\x00\x00\x00\x00\x00\x01\x00\x00\x06\x9f\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x00x\x00\x00\x00\x00\x00\x01\x00\x00\x0b\x8a\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x00\xf2\x00\x02\x00\x00\x00\x04\x00\x00\x00\x0b\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00`\x00\x00\x00\x00\x00\x01\x00\x00\x0a\xbf\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x00\xb2\x00\x01\x00\x00\x00\x01\x00\x00\x16\x06\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x00\xd8\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x9e\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x01\x04\x00\x00\x00\x00\x00\x01\x00\x00%\xea\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x01j\x00\x00\x00\x00\x00\x01\x00\x00:(\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x01>\x00\x00\x00\x00\x00\x01\x00\x00.\x8f\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x01\x1e\x00\x00\x00\x00\x00\x01\x00\x00+b\ \x00\x00\x01\x85\x9c\x922\x82\ \x00\x00\x01T\x00\x00\x00\x00\x00\x01\x00\x004\xc9\ \x00\x00\x01\x85\x9c\x922\x82\ " def qInitResources(): QtCore.qRegisterResourceData(0x03, qt_resource_struct, qt_resource_name, qt_resource_data) def qCleanupResources(): QtCore.qUnregisterResourceData(0x03, qt_resource_struct, qt_resource_name, qt_resource_data) qInitResources()