/home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/Compressed/qml.zip
PK�[6�~O����builtins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -builtins'

Module {
    dependencies: []
    Component {
        name: "Qt"
        Enum {
            name: "GlobalColor"
            values: {
                "color0": 0,
                "color1": 1,
                "black": 2,
                "white": 3,
                "darkGray": 4,
                "gray": 5,
                "lightGray": 6,
                "red": 7,
                "green": 8,
                "blue": 9,
                "cyan": 10,
                "magenta": 11,
                "yellow": 12,
                "darkRed": 13,
                "darkGreen": 14,
                "darkBlue": 15,
                "darkCyan": 16,
                "darkMagenta": 17,
                "darkYellow": 18,
                "transparent": 19
            }
        }
        Enum {
            name: "KeyboardModifiers"
            values: {
                "NoModifier": 0,
                "ShiftModifier": 33554432,
                "ControlModifier": 67108864,
                "AltModifier": 134217728,
                "MetaModifier": 268435456,
                "KeypadModifier": 536870912,
                "GroupSwitchModifier": 1073741824,
                "KeyboardModifierMask": -33554432
            }
        }
        Enum {
            name: "MouseButtons"
            values: {
                "NoButton": 0,
                "LeftButton": 1,
                "RightButton": 2,
                "MidButton": 4, // For backwards compatibility
                "MiddleButton": 4,
                "BackButton": 8,
                "XButton1": 8,
                "ExtraButton1": 8,
                "ForwardButton": 16,
                "XButton2": 16,
                "ExtraButton2": 16,
                "TaskButton": 32,
                "ExtraButton3": 32,
                "ExtraButton4": 64,
                "ExtraButton5": 128,
                "ExtraButton6": 256,
                "ExtraButton7": 512,
                "ExtraButton8": 1024,
                "ExtraButton9": 2048,
                "ExtraButton10": 4096,
                "ExtraButton11": 8192,
                "ExtraButton12": 16384,
                "ExtraButton13": 32768,
                "ExtraButton14": 65536,
                "ExtraButton15": 131072,
                "ExtraButton16": 262144,
                "ExtraButton17": 524288,
                "ExtraButton18": 1048576,
                "ExtraButton19": 2097152,
                "ExtraButton20": 4194304,
                "ExtraButton21": 8388608,
                "ExtraButton22": 16777216,
                "ExtraButton23": 33554432,
                "ExtraButton24": 67108864,
                "AllButtons": 134217727,
                "MaxMouseButton": 67108864,
                "MouseButtonMask": -1
            }
        }
        Enum {
            name: "Orientation"
            values: {
                "Horizontal": 1,
                "Vertical": 2
            }
        }
        Enum {
            name: "Orientations"
            values: {
                "Horizontal": 1,
                "Vertical": 2
            }
        }
        Enum {
            name: "FocusPolicy"
            values: {
                "NoFocus": 0,
                "TabFocus": 1,
                "ClickFocus": 2,
                "StrongFocus": 11,
                "WheelFocus": 15
            }
        }
        Enum {
            name: "TabFocusBehavior"
            values: {
                "NoTabFocus": 0,
                "TabFocusTextControls": 1,
                "TabFocusListControls": 2,
                "TabFocusAllControls": 255
            }
        }
        Enum {
            name: "SortOrder"
            values: {
                "AscendingOrder": 0,
                "DescendingOrder": 1
            }
        }
        Enum {
            name: "SplitBehavior"
            values: {
                "KeepEmptyParts": 0,
                "SkipEmptyParts": 1
            }
        }
        Enum {
            name: "Alignment"
            values: {
                "AlignLeft": 1,
                "AlignLeading": 1,
                "AlignRight": 2,
                "AlignTrailing": 2,
                "AlignHCenter": 4,
                "AlignJustify": 8,
                "AlignAbsolute": 16,
                "AlignHorizontal_Mask": 31,
                "AlignTop": 32,
                "AlignBottom": 64,
                "AlignVCenter": 128,
                "AlignBaseline": 256,
                "AlignVertical_Mask": 480,
                "AlignCenter": 132
            }
        }
        Enum {
            name: "TextFlag"
            values: {
                "TextSingleLine": 256,
                "TextDontClip": 512,
                "TextExpandTabs": 1024,
                "TextShowMnemonic": 2048,
                "TextWordWrap": 4096,
                "TextWrapAnywhere": 8192,
                "TextDontPrint": 16384,
                "TextIncludeTrailingSpaces": 134217728,
                "TextHideMnemonic": 32768,
                "TextJustificationForced": 65536,
                "TextForceLeftToRight": 131072,
                "TextForceRightToLeft": 262144,
                "TextLongestVariant": 524288,
                "TextBypassShaping": 1048576
            }
        }
        Enum {
            name: "TextElideMode"
            values: {
                "ElideLeft": 0,
                "ElideRight": 1,
                "ElideMiddle": 2,
                "ElideNone": 3
            }
        }
        Enum {
            name: "WindowType"
            values: {
                "Widget": 0,
                "Window": 1,
                "Dialog": 3,
                "Sheet": 5,
                "Drawer": 7,
                "Popup": 9,
                "Tool": 11,
                "ToolTip": 13,
                "SplashScreen": 15,
                "Desktop": 17,
                "SubWindow": 18,
                "ForeignWindow": 33,
                "CoverWindow": 65,
                "WindowType_Mask": 255,
                "MSWindowsFixedSizeDialogHint": 256,
                "MSWindowsOwnDC": 512,
                "BypassWindowManagerHint": 1024,
                "X11BypassWindowManagerHint": 1024,
                "FramelessWindowHint": 2048,
                "WindowTitleHint": 4096,
                "WindowSystemMenuHint": 8192,
                "WindowMinimizeButtonHint": 16384,
                "WindowMaximizeButtonHint": 32768,
                "WindowMinMaxButtonsHint": 49152,
                "WindowContextHelpButtonHint": 65536,
                "WindowShadeButtonHint": 131072,
                "WindowStaysOnTopHint": 262144,
                "WindowTransparentForInput": 524288,
                "WindowOverridesSystemGestures": 1048576,
                "WindowDoesNotAcceptFocus": 2097152,
                "MaximizeUsingFullscreenGeometryHint": 4194304,
                "CustomizeWindowHint": 33554432,
                "WindowStaysOnBottomHint": 67108864,
                "WindowCloseButtonHint": 134217728,
                "MacWindowToolBarButtonHint": 268435456,
                "BypassGraphicsProxyWidget": 536870912,
                "NoDropShadowWindowHint": 1073741824,
                "WindowFullscreenButtonHint": -2147483648
            }
        }
        Enum {
            name: "WindowFlags"
            values: {
                "Widget": 0,
                "Window": 1,
                "Dialog": 3,
                "Sheet": 5,
                "Drawer": 7,
                "Popup": 9,
                "Tool": 11,
                "ToolTip": 13,
                "SplashScreen": 15,
                "Desktop": 17,
                "SubWindow": 18,
                "ForeignWindow": 33,
                "CoverWindow": 65,
                "WindowType_Mask": 255,
                "MSWindowsFixedSizeDialogHint": 256,
                "MSWindowsOwnDC": 512,
                "BypassWindowManagerHint": 1024,
                "X11BypassWindowManagerHint": 1024,
                "FramelessWindowHint": 2048,
                "WindowTitleHint": 4096,
                "WindowSystemMenuHint": 8192,
                "WindowMinimizeButtonHint": 16384,
                "WindowMaximizeButtonHint": 32768,
                "WindowMinMaxButtonsHint": 49152,
                "WindowContextHelpButtonHint": 65536,
                "WindowShadeButtonHint": 131072,
                "WindowStaysOnTopHint": 262144,
                "WindowTransparentForInput": 524288,
                "WindowOverridesSystemGestures": 1048576,
                "WindowDoesNotAcceptFocus": 2097152,
                "MaximizeUsingFullscreenGeometryHint": 4194304,
                "CustomizeWindowHint": 33554432,
                "WindowStaysOnBottomHint": 67108864,
                "WindowCloseButtonHint": 134217728,
                "MacWindowToolBarButtonHint": 268435456,
                "BypassGraphicsProxyWidget": 536870912,
                "NoDropShadowWindowHint": 1073741824,
                "WindowFullscreenButtonHint": -2147483648
            }
        }
        Enum {
            name: "WindowState"
            values: {
                "WindowNoState": 0,
                "WindowMinimized": 1,
                "WindowMaximized": 2,
                "WindowFullScreen": 4,
                "WindowActive": 8
            }
        }
        Enum {
            name: "WindowStates"
            values: {
                "WindowNoState": 0,
                "WindowMinimized": 1,
                "WindowMaximized": 2,
                "WindowFullScreen": 4,
                "WindowActive": 8
            }
        }
        Enum {
            name: "ApplicationState"
            values: {
                "ApplicationSuspended": 0,
                "ApplicationHidden": 1,
                "ApplicationInactive": 2,
                "ApplicationActive": 4
            }
        }
        Enum {
            name: "ScreenOrientation"
            values: {
                "PrimaryOrientation": 0,
                "PortraitOrientation": 1,
                "LandscapeOrientation": 2,
                "InvertedPortraitOrientation": 4,
                "InvertedLandscapeOrientation": 8
            }
        }
        Enum {
            name: "ScreenOrientations"
            values: {
                "PrimaryOrientation": 0,
                "PortraitOrientation": 1,
                "LandscapeOrientation": 2,
                "InvertedPortraitOrientation": 4,
                "InvertedLandscapeOrientation": 8
            }
        }
        Enum {
            name: "WidgetAttribute"
            values: {
                "WA_Disabled": 0,
                "WA_UnderMouse": 1,
                "WA_MouseTracking": 2,
                "WA_ContentsPropagated": 3,
                "WA_OpaquePaintEvent": 4,
                "WA_NoBackground": 4,
                "WA_StaticContents": 5,
                "WA_LaidOut": 7,
                "WA_PaintOnScreen": 8,
                "WA_NoSystemBackground": 9,
                "WA_UpdatesDisabled": 10,
                "WA_Mapped": 11,
                "WA_MacNoClickThrough": 12,
                "WA_InputMethodEnabled": 14,
                "WA_WState_Visible": 15,
                "WA_WState_Hidden": 16,
                "WA_ForceDisabled": 32,
                "WA_KeyCompression": 33,
                "WA_PendingMoveEvent": 34,
                "WA_PendingResizeEvent": 35,
                "WA_SetPalette": 36,
                "WA_SetFont": 37,
                "WA_SetCursor": 38,
                "WA_NoChildEventsFromChildren": 39,
                "WA_WindowModified": 41,
                "WA_Resized": 42,
                "WA_Moved": 43,
                "WA_PendingUpdate": 44,
                "WA_InvalidSize": 45,
                "WA_MacBrushedMetal": 46,
                "WA_MacMetalStyle": 46,
                "WA_CustomWhatsThis": 47,
                "WA_LayoutOnEntireRect": 48,
                "WA_OutsideWSRange": 49,
                "WA_GrabbedShortcut": 50,
                "WA_TransparentForMouseEvents": 51,
                "WA_PaintUnclipped": 52,
                "WA_SetWindowIcon": 53,
                "WA_NoMouseReplay": 54,
                "WA_DeleteOnClose": 55,
                "WA_RightToLeft": 56,
                "WA_SetLayoutDirection": 57,
                "WA_NoChildEventsForParent": 58,
                "WA_ForceUpdatesDisabled": 59,
                "WA_WState_Created": 60,
                "WA_WState_CompressKeys": 61,
                "WA_WState_InPaintEvent": 62,
                "WA_WState_Reparented": 63,
                "WA_WState_ConfigPending": 64,
                "WA_WState_Polished": 66,
                "WA_WState_DND": 67,
                "WA_WState_OwnSizePolicy": 68,
                "WA_WState_ExplicitShowHide": 69,
                "WA_ShowModal": 70,
                "WA_MouseNoMask": 71,
                "WA_GroupLeader": 72,
                "WA_NoMousePropagation": 73,
                "WA_Hover": 74,
                "WA_InputMethodTransparent": 75,
                "WA_QuitOnClose": 76,
                "WA_KeyboardFocusChange": 77,
                "WA_AcceptDrops": 78,
                "WA_DropSiteRegistered": 79,
                "WA_ForceAcceptDrops": 79,
                "WA_WindowPropagation": 80,
                "WA_NoX11EventCompression": 81,
                "WA_TintedBackground": 82,
                "WA_X11OpenGLOverlay": 83,
                "WA_AlwaysShowToolTips": 84,
                "WA_MacOpaqueSizeGrip": 85,
                "WA_SetStyle": 86,
                "WA_SetLocale": 87,
                "WA_MacShowFocusRect": 88,
                "WA_MacNormalSize": 89,
                "WA_MacSmallSize": 90,
                "WA_MacMiniSize": 91,
                "WA_LayoutUsesWidgetRect": 92,
                "WA_StyledBackground": 93,
                "WA_MSWindowsUseDirect3D": 94,
                "WA_CanHostQMdiSubWindowTitleBar": 95,
                "WA_MacAlwaysShowToolWindow": 96,
                "WA_StyleSheet": 97,
                "WA_ShowWithoutActivating": 98,
                "WA_X11BypassTransientForHint": 99,
                "WA_NativeWindow": 100,
                "WA_DontCreateNativeAncestors": 101,
                "WA_MacVariableSize": 102,
                "WA_DontShowOnScreen": 103,
                "WA_X11NetWmWindowTypeDesktop": 104,
                "WA_X11NetWmWindowTypeDock": 105,
                "WA_X11NetWmWindowTypeToolBar": 106,
                "WA_X11NetWmWindowTypeMenu": 107,
                "WA_X11NetWmWindowTypeUtility": 108,
                "WA_X11NetWmWindowTypeSplash": 109,
                "WA_X11NetWmWindowTypeDialog": 110,
                "WA_X11NetWmWindowTypeDropDownMenu": 111,
                "WA_X11NetWmWindowTypePopupMenu": 112,
                "WA_X11NetWmWindowTypeToolTip": 113,
                "WA_X11NetWmWindowTypeNotification": 114,
                "WA_X11NetWmWindowTypeCombo": 115,
                "WA_X11NetWmWindowTypeDND": 116,
                "WA_MacFrameworkScaled": 117,
                "WA_SetWindowModality": 118,
                "WA_WState_WindowOpacitySet": 119,
                "WA_TranslucentBackground": 120,
                "WA_AcceptTouchEvents": 121,
                "WA_WState_AcceptedTouchBeginEvent": 122,
                "WA_TouchPadAcceptSingleTouchEvents": 123,
                "WA_X11DoNotAcceptFocus": 126,
                "WA_MacNoShadow": 127,
                "WA_AlwaysStackOnTop": 128,
                "WA_TabletTracking": 129,
                "WA_ContentsMarginsRespectsSafeArea": 130,
                "WA_StyleSheetTarget": 131,
                "WA_AttributeCount": 132
            }
        }
        Enum {
            name: "ApplicationAttribute"
            values: {
                "AA_ImmediateWidgetCreation": 0,
                "AA_MSWindowsUseDirect3DByDefault": 1,
                "AA_DontShowIconsInMenus": 2,
                "AA_NativeWindows": 3,
                "AA_DontCreateNativeWidgetSiblings": 4,
                "AA_PluginApplication": 5,
                "AA_MacPluginApplication": 5,
                "AA_DontUseNativeMenuBar": 6,
                "AA_MacDontSwapCtrlAndMeta": 7,
                "AA_Use96Dpi": 8,
                "AA_X11InitThreads": 10,
                "AA_SynthesizeTouchForUnhandledMouseEvents": 11,
                "AA_SynthesizeMouseForUnhandledTouchEvents": 12,
                "AA_UseHighDpiPixmaps": 13,
                "AA_ForceRasterWidgets": 14,
                "AA_UseDesktopOpenGL": 15,
                "AA_UseOpenGLES": 16,
                "AA_UseSoftwareOpenGL": 17,
                "AA_ShareOpenGLContexts": 18,
                "AA_SetPalette": 19,
                "AA_EnableHighDpiScaling": 20,
                "AA_DisableHighDpiScaling": 21,
                "AA_UseStyleSheetPropagationInWidgetStyles": 22,
                "AA_DontUseNativeDialogs": 23,
                "AA_SynthesizeMouseForUnhandledTabletEvents": 24,
                "AA_CompressHighFrequencyEvents": 25,
                "AA_DontCheckOpenGLContextThreadAffinity": 26,
                "AA_DisableShaderDiskCache": 27,
                "AA_DontShowShortcutsInContextMenus": 28,
                "AA_CompressTabletEvents": 29,
                "AA_DisableWindowContextHelpButton": 30,
                "AA_DisableSessionManager": 31,
                "AA_AttributeCount": 32
            }
        }
        Enum {
            name: "ImageConversionFlags"
            values: {
                "ColorMode_Mask": 3,
                "AutoColor": 0,
                "ColorOnly": 3,
                "MonoOnly": 2,
                "AlphaDither_Mask": 12,
                "ThresholdAlphaDither": 0,
                "OrderedAlphaDither": 4,
                "DiffuseAlphaDither": 8,
                "NoAlpha": 12,
                "Dither_Mask": 48,
                "DiffuseDither": 0,
                "OrderedDither": 16,
                "ThresholdDither": 32,
                "DitherMode_Mask": 192,
                "AutoDither": 0,
                "PreferDither": 64,
                "AvoidDither": 128,
                "NoOpaqueDetection": 256,
                "NoFormatConversion": 512
            }
        }
        Enum {
            name: "BGMode"
            values: {
                "TransparentMode": 0,
                "OpaqueMode": 1
            }
        }
        Enum {
            name: "Key"
            values: {
                "Key_Escape": 16777216,
                "Key_Tab": 16777217,
                "Key_Backtab": 16777218,
                "Key_Backspace": 16777219,
                "Key_Return": 16777220,
                "Key_Enter": 16777221,
                "Key_Insert": 16777222,
                "Key_Delete": 16777223,
                "Key_Pause": 16777224,
                "Key_Print": 16777225,
                "Key_SysReq": 16777226,
                "Key_Clear": 16777227,
                "Key_Home": 16777232,
                "Key_End": 16777233,
                "Key_Left": 16777234,
                "Key_Up": 16777235,
                "Key_Right": 16777236,
                "Key_Down": 16777237,
                "Key_PageUp": 16777238,
                "Key_PageDown": 16777239,
                "Key_Shift": 16777248,
                "Key_Control": 16777249,
                "Key_Meta": 16777250,
                "Key_Alt": 16777251,
                "Key_CapsLock": 16777252,
                "Key_NumLock": 16777253,
                "Key_ScrollLock": 16777254,
                "Key_F1": 16777264,
                "Key_F2": 16777265,
                "Key_F3": 16777266,
                "Key_F4": 16777267,
                "Key_F5": 16777268,
                "Key_F6": 16777269,
                "Key_F7": 16777270,
                "Key_F8": 16777271,
                "Key_F9": 16777272,
                "Key_F10": 16777273,
                "Key_F11": 16777274,
                "Key_F12": 16777275,
                "Key_F13": 16777276,
                "Key_F14": 16777277,
                "Key_F15": 16777278,
                "Key_F16": 16777279,
                "Key_F17": 16777280,
                "Key_F18": 16777281,
                "Key_F19": 16777282,
                "Key_F20": 16777283,
                "Key_F21": 16777284,
                "Key_F22": 16777285,
                "Key_F23": 16777286,
                "Key_F24": 16777287,
                "Key_F25": 16777288,
                "Key_F26": 16777289,
                "Key_F27": 16777290,
                "Key_F28": 16777291,
                "Key_F29": 16777292,
                "Key_F30": 16777293,
                "Key_F31": 16777294,
                "Key_F32": 16777295,
                "Key_F33": 16777296,
                "Key_F34": 16777297,
                "Key_F35": 16777298,
                "Key_Super_L": 16777299,
                "Key_Super_R": 16777300,
                "Key_Menu": 16777301,
                "Key_Hyper_L": 16777302,
                "Key_Hyper_R": 16777303,
                "Key_Help": 16777304,
                "Key_Direction_L": 16777305,
                "Key_Direction_R": 16777312,
                "Key_Space": 32,
                "Key_Any": 32,
                "Key_Exclam": 33,
                "Key_QuoteDbl": 34,
                "Key_NumberSign": 35,
                "Key_Dollar": 36,
                "Key_Percent": 37,
                "Key_Ampersand": 38,
                "Key_Apostrophe": 39,
                "Key_ParenLeft": 40,
                "Key_ParenRight": 41,
                "Key_Asterisk": 42,
                "Key_Plus": 43,
                "Key_Comma": 44,
                "Key_Minus": 45,
                "Key_Period": 46,
                "Key_Slash": 47,
                "Key_0": 48,
                "Key_1": 49,
                "Key_2": 50,
                "Key_3": 51,
                "Key_4": 52,
                "Key_5": 53,
                "Key_6": 54,
                "Key_7": 55,
                "Key_8": 56,
                "Key_9": 57,
                "Key_Colon": 58,
                "Key_Semicolon": 59,
                "Key_Less": 60,
                "Key_Equal": 61,
                "Key_Greater": 62,
                "Key_Question": 63,
                "Key_At": 64,
                "Key_A": 65,
                "Key_B": 66,
                "Key_C": 67,
                "Key_D": 68,
                "Key_E": 69,
                "Key_F": 70,
                "Key_G": 71,
                "Key_H": 72,
                "Key_I": 73,
                "Key_J": 74,
                "Key_K": 75,
                "Key_L": 76,
                "Key_M": 77,
                "Key_N": 78,
                "Key_O": 79,
                "Key_P": 80,
                "Key_Q": 81,
                "Key_R": 82,
                "Key_S": 83,
                "Key_T": 84,
                "Key_U": 85,
                "Key_V": 86,
                "Key_W": 87,
                "Key_X": 88,
                "Key_Y": 89,
                "Key_Z": 90,
                "Key_BracketLeft": 91,
                "Key_Backslash": 92,
                "Key_BracketRight": 93,
                "Key_AsciiCircum": 94,
                "Key_Underscore": 95,
                "Key_QuoteLeft": 96,
                "Key_BraceLeft": 123,
                "Key_Bar": 124,
                "Key_BraceRight": 125,
                "Key_AsciiTilde": 126,
                "Key_nobreakspace": 160,
                "Key_exclamdown": 161,
                "Key_cent": 162,
                "Key_sterling": 163,
                "Key_currency": 164,
                "Key_yen": 165,
                "Key_brokenbar": 166,
                "Key_section": 167,
                "Key_diaeresis": 168,
                "Key_copyright": 169,
                "Key_ordfeminine": 170,
                "Key_guillemotleft": 171,
                "Key_notsign": 172,
                "Key_hyphen": 173,
                "Key_registered": 174,
                "Key_macron": 175,
                "Key_degree": 176,
                "Key_plusminus": 177,
                "Key_twosuperior": 178,
                "Key_threesuperior": 179,
                "Key_acute": 180,
                "Key_mu": 181,
                "Key_paragraph": 182,
                "Key_periodcentered": 183,
                "Key_cedilla": 184,
                "Key_onesuperior": 185,
                "Key_masculine": 186,
                "Key_guillemotright": 187,
                "Key_onequarter": 188,
                "Key_onehalf": 189,
                "Key_threequarters": 190,
                "Key_questiondown": 191,
                "Key_Agrave": 192,
                "Key_Aacute": 193,
                "Key_Acircumflex": 194,
                "Key_Atilde": 195,
                "Key_Adiaeresis": 196,
                "Key_Aring": 197,
                "Key_AE": 198,
                "Key_Ccedilla": 199,
                "Key_Egrave": 200,
                "Key_Eacute": 201,
                "Key_Ecircumflex": 202,
                "Key_Ediaeresis": 203,
                "Key_Igrave": 204,
                "Key_Iacute": 205,
                "Key_Icircumflex": 206,
                "Key_Idiaeresis": 207,
                "Key_ETH": 208,
                "Key_Ntilde": 209,
                "Key_Ograve": 210,
                "Key_Oacute": 211,
                "Key_Ocircumflex": 212,
                "Key_Otilde": 213,
                "Key_Odiaeresis": 214,
                "Key_multiply": 215,
                "Key_Ooblique": 216,
                "Key_Ugrave": 217,
                "Key_Uacute": 218,
                "Key_Ucircumflex": 219,
                "Key_Udiaeresis": 220,
                "Key_Yacute": 221,
                "Key_THORN": 222,
                "Key_ssharp": 223,
                "Key_division": 247,
                "Key_ydiaeresis": 255,
                "Key_AltGr": 16781571,
                "Key_Multi_key": 16781600,
                "Key_Codeinput": 16781623,
                "Key_SingleCandidate": 16781628,
                "Key_MultipleCandidate": 16781629,
                "Key_PreviousCandidate": 16781630,
                "Key_Mode_switch": 16781694,
                "Key_Kanji": 16781601,
                "Key_Muhenkan": 16781602,
                "Key_Henkan": 16781603,
                "Key_Romaji": 16781604,
                "Key_Hiragana": 16781605,
                "Key_Katakana": 16781606,
                "Key_Hiragana_Katakana": 16781607,
                "Key_Zenkaku": 16781608,
                "Key_Hankaku": 16781609,
                "Key_Zenkaku_Hankaku": 16781610,
                "Key_Touroku": 16781611,
                "Key_Massyo": 16781612,
                "Key_Kana_Lock": 16781613,
                "Key_Kana_Shift": 16781614,
                "Key_Eisu_Shift": 16781615,
                "Key_Eisu_toggle": 16781616,
                "Key_Hangul": 16781617,
                "Key_Hangul_Start": 16781618,
                "Key_Hangul_End": 16781619,
                "Key_Hangul_Hanja": 16781620,
                "Key_Hangul_Jamo": 16781621,
                "Key_Hangul_Romaja": 16781622,
                "Key_Hangul_Jeonja": 16781624,
                "Key_Hangul_Banja": 16781625,
                "Key_Hangul_PreHanja": 16781626,
                "Key_Hangul_PostHanja": 16781627,
                "Key_Hangul_Special": 16781631,
                "Key_Dead_Grave": 16781904,
                "Key_Dead_Acute": 16781905,
                "Key_Dead_Circumflex": 16781906,
                "Key_Dead_Tilde": 16781907,
                "Key_Dead_Macron": 16781908,
                "Key_Dead_Breve": 16781909,
                "Key_Dead_Abovedot": 16781910,
                "Key_Dead_Diaeresis": 16781911,
                "Key_Dead_Abovering": 16781912,
                "Key_Dead_Doubleacute": 16781913,
                "Key_Dead_Caron": 16781914,
                "Key_Dead_Cedilla": 16781915,
                "Key_Dead_Ogonek": 16781916,
                "Key_Dead_Iota": 16781917,
                "Key_Dead_Voiced_Sound": 16781918,
                "Key_Dead_Semivoiced_Sound": 16781919,
                "Key_Dead_Belowdot": 16781920,
                "Key_Dead_Hook": 16781921,
                "Key_Dead_Horn": 16781922,
                "Key_Dead_Stroke": 16781923,
                "Key_Dead_Abovecomma": 16781924,
                "Key_Dead_Abovereversedcomma": 16781925,
                "Key_Dead_Doublegrave": 16781926,
                "Key_Dead_Belowring": 16781927,
                "Key_Dead_Belowmacron": 16781928,
                "Key_Dead_Belowcircumflex": 16781929,
                "Key_Dead_Belowtilde": 16781930,
                "Key_Dead_Belowbreve": 16781931,
                "Key_Dead_Belowdiaeresis": 16781932,
                "Key_Dead_Invertedbreve": 16781933,
                "Key_Dead_Belowcomma": 16781934,
                "Key_Dead_Currency": 16781935,
                "Key_Dead_a": 16781952,
                "Key_Dead_A": 16781953,
                "Key_Dead_e": 16781954,
                "Key_Dead_E": 16781955,
                "Key_Dead_i": 16781956,
                "Key_Dead_I": 16781957,
                "Key_Dead_o": 16781958,
                "Key_Dead_O": 16781959,
                "Key_Dead_u": 16781960,
                "Key_Dead_U": 16781961,
                "Key_Dead_Small_Schwa": 16781962,
                "Key_Dead_Capital_Schwa": 16781963,
                "Key_Dead_Greek": 16781964,
                "Key_Dead_Lowline": 16781968,
                "Key_Dead_Aboveverticalline": 16781969,
                "Key_Dead_Belowverticalline": 16781970,
                "Key_Dead_Longsolidusoverlay": 16781971,
                "Key_Back": 16777313,
                "Key_Forward": 16777314,
                "Key_Stop": 16777315,
                "Key_Refresh": 16777316,
                "Key_VolumeDown": 16777328,
                "Key_VolumeMute": 16777329,
                "Key_VolumeUp": 16777330,
                "Key_BassBoost": 16777331,
                "Key_BassUp": 16777332,
                "Key_BassDown": 16777333,
                "Key_TrebleUp": 16777334,
                "Key_TrebleDown": 16777335,
                "Key_MediaPlay": 16777344,
                "Key_MediaStop": 16777345,
                "Key_MediaPrevious": 16777346,
                "Key_MediaNext": 16777347,
                "Key_MediaRecord": 16777348,
                "Key_MediaPause": 16777349,
                "Key_MediaTogglePlayPause": 16777350,
                "Key_HomePage": 16777360,
                "Key_Favorites": 16777361,
                "Key_Search": 16777362,
                "Key_Standby": 16777363,
                "Key_OpenUrl": 16777364,
                "Key_LaunchMail": 16777376,
                "Key_LaunchMedia": 16777377,
                "Key_Launch0": 16777378,
                "Key_Launch1": 16777379,
                "Key_Launch2": 16777380,
                "Key_Launch3": 16777381,
                "Key_Launch4": 16777382,
                "Key_Launch5": 16777383,
                "Key_Launch6": 16777384,
                "Key_Launch7": 16777385,
                "Key_Launch8": 16777386,
                "Key_Launch9": 16777387,
                "Key_LaunchA": 16777388,
                "Key_LaunchB": 16777389,
                "Key_LaunchC": 16777390,
                "Key_LaunchD": 16777391,
                "Key_LaunchE": 16777392,
                "Key_LaunchF": 16777393,
                "Key_MonBrightnessUp": 16777394,
                "Key_MonBrightnessDown": 16777395,
                "Key_KeyboardLightOnOff": 16777396,
                "Key_KeyboardBrightnessUp": 16777397,
                "Key_KeyboardBrightnessDown": 16777398,
                "Key_PowerOff": 16777399,
                "Key_WakeUp": 16777400,
                "Key_Eject": 16777401,
                "Key_ScreenSaver": 16777402,
                "Key_WWW": 16777403,
                "Key_Memo": 16777404,
                "Key_LightBulb": 16777405,
                "Key_Shop": 16777406,
                "Key_History": 16777407,
                "Key_AddFavorite": 16777408,
                "Key_HotLinks": 16777409,
                "Key_BrightnessAdjust": 16777410,
                "Key_Finance": 16777411,
                "Key_Community": 16777412,
                "Key_AudioRewind": 16777413,
                "Key_BackForward": 16777414,
                "Key_ApplicationLeft": 16777415,
                "Key_ApplicationRight": 16777416,
                "Key_Book": 16777417,
                "Key_CD": 16777418,
                "Key_Calculator": 16777419,
                "Key_ToDoList": 16777420,
                "Key_ClearGrab": 16777421,
                "Key_Close": 16777422,
                "Key_Copy": 16777423,
                "Key_Cut": 16777424,
                "Key_Display": 16777425,
                "Key_DOS": 16777426,
                "Key_Documents": 16777427,
                "Key_Excel": 16777428,
                "Key_Explorer": 16777429,
                "Key_Game": 16777430,
                "Key_Go": 16777431,
                "Key_iTouch": 16777432,
                "Key_LogOff": 16777433,
                "Key_Market": 16777434,
                "Key_Meeting": 16777435,
                "Key_MenuKB": 16777436,
                "Key_MenuPB": 16777437,
                "Key_MySites": 16777438,
                "Key_News": 16777439,
                "Key_OfficeHome": 16777440,
                "Key_Option": 16777441,
                "Key_Paste": 16777442,
                "Key_Phone": 16777443,
                "Key_Calendar": 16777444,
                "Key_Reply": 16777445,
                "Key_Reload": 16777446,
                "Key_RotateWindows": 16777447,
                "Key_RotationPB": 16777448,
                "Key_RotationKB": 16777449,
                "Key_Save": 16777450,
                "Key_Send": 16777451,
                "Key_Spell": 16777452,
                "Key_SplitScreen": 16777453,
                "Key_Support": 16777454,
                "Key_TaskPane": 16777455,
                "Key_Terminal": 16777456,
                "Key_Tools": 16777457,
                "Key_Travel": 16777458,
                "Key_Video": 16777459,
                "Key_Word": 16777460,
                "Key_Xfer": 16777461,
                "Key_ZoomIn": 16777462,
                "Key_ZoomOut": 16777463,
                "Key_Away": 16777464,
                "Key_Messenger": 16777465,
                "Key_WebCam": 16777466,
                "Key_MailForward": 16777467,
                "Key_Pictures": 16777468,
                "Key_Music": 16777469,
                "Key_Battery": 16777470,
                "Key_Bluetooth": 16777471,
                "Key_WLAN": 16777472,
                "Key_UWB": 16777473,
                "Key_AudioForward": 16777474,
                "Key_AudioRepeat": 16777475,
                "Key_AudioRandomPlay": 16777476,
                "Key_Subtitle": 16777477,
                "Key_AudioCycleTrack": 16777478,
                "Key_Time": 16777479,
                "Key_Hibernate": 16777480,
                "Key_View": 16777481,
                "Key_TopMenu": 16777482,
                "Key_PowerDown": 16777483,
                "Key_Suspend": 16777484,
                "Key_ContrastAdjust": 16777485,
                "Key_LaunchG": 16777486,
                "Key_LaunchH": 16777487,
                "Key_TouchpadToggle": 16777488,
                "Key_TouchpadOn": 16777489,
                "Key_TouchpadOff": 16777490,
                "Key_MicMute": 16777491,
                "Key_Red": 16777492,
                "Key_Green": 16777493,
                "Key_Yellow": 16777494,
                "Key_Blue": 16777495,
                "Key_ChannelUp": 16777496,
                "Key_ChannelDown": 16777497,
                "Key_Guide": 16777498,
                "Key_Info": 16777499,
                "Key_Settings": 16777500,
                "Key_MicVolumeUp": 16777501,
                "Key_MicVolumeDown": 16777502,
                "Key_New": 16777504,
                "Key_Open": 16777505,
                "Key_Find": 16777506,
                "Key_Undo": 16777507,
                "Key_Redo": 16777508,
                "Key_MediaLast": 16842751,
                "Key_Select": 16842752,
                "Key_Yes": 16842753,
                "Key_No": 16842754,
                "Key_Cancel": 16908289,
                "Key_Printer": 16908290,
                "Key_Execute": 16908291,
                "Key_Sleep": 16908292,
                "Key_Play": 16908293,
                "Key_Zoom": 16908294,
                "Key_Exit": 16908298,
                "Key_Context1": 17825792,
                "Key_Context2": 17825793,
                "Key_Context3": 17825794,
                "Key_Context4": 17825795,
                "Key_Call": 17825796,
                "Key_Hangup": 17825797,
                "Key_Flip": 17825798,
                "Key_ToggleCallHangup": 17825799,
                "Key_VoiceDial": 17825800,
                "Key_LastNumberRedial": 17825801,
                "Key_Camera": 17825824,
                "Key_CameraFocus": 17825825,
                "Key_unknown": 33554431
            }
        }
        Enum {
            name: "ArrowType"
            values: {
                "NoArrow": 0,
                "UpArrow": 1,
                "DownArrow": 2,
                "LeftArrow": 3,
                "RightArrow": 4
            }
        }
        Enum {
            name: "PenStyle"
            values: {
                "NoPen": 0,
                "SolidLine": 1,
                "DashLine": 2,
                "DotLine": 3,
                "DashDotLine": 4,
                "DashDotDotLine": 5,
                "CustomDashLine": 6
            }
        }
        Enum {
            name: "PenCapStyle"
            values: {
                "FlatCap": 0,
                "SquareCap": 16,
                "RoundCap": 32,
                "MPenCapStyle": 48
            }
        }
        Enum {
            name: "PenJoinStyle"
            values: {
                "MiterJoin": 0,
                "BevelJoin": 64,
                "RoundJoin": 128,
                "SvgMiterJoin": 256,
                "MPenJoinStyle": 448
            }
        }
        Enum {
            name: "BrushStyle"
            values: {
                "NoBrush": 0,
                "SolidPattern": 1,
                "Dense1Pattern": 2,
                "Dense2Pattern": 3,
                "Dense3Pattern": 4,
                "Dense4Pattern": 5,
                "Dense5Pattern": 6,
                "Dense6Pattern": 7,
                "Dense7Pattern": 8,
                "HorPattern": 9,
                "VerPattern": 10,
                "CrossPattern": 11,
                "BDiagPattern": 12,
                "FDiagPattern": 13,
                "DiagCrossPattern": 14,
                "LinearGradientPattern": 15,
                "RadialGradientPattern": 16,
                "ConicalGradientPattern": 17,
                "TexturePattern": 24
            }
        }
        Enum {
            name: "SizeMode"
            values: {
                "AbsoluteSize": 0,
                "RelativeSize": 1
            }
        }
        Enum {
            name: "CursorShape"
            values: {
                "ArrowCursor": 0,
                "UpArrowCursor": 1,
                "CrossCursor": 2,
                "WaitCursor": 3,
                "IBeamCursor": 4,
                "SizeVerCursor": 5,
                "SizeHorCursor": 6,
                "SizeBDiagCursor": 7,
                "SizeFDiagCursor": 8,
                "SizeAllCursor": 9,
                "BlankCursor": 10,
                "SplitVCursor": 11,
                "SplitHCursor": 12,
                "PointingHandCursor": 13,
                "ForbiddenCursor": 14,
                "WhatsThisCursor": 15,
                "BusyCursor": 16,
                "OpenHandCursor": 17,
                "ClosedHandCursor": 18,
                "DragCopyCursor": 19,
                "DragMoveCursor": 20,
                "DragLinkCursor": 21,
                "LastCursor": 21,
                "BitmapCursor": 24,
                "CustomCursor": 25
            }
        }
        Enum {
            name: "TextFormat"
            values: {
                "PlainText": 0,
                "RichText": 1,
                "AutoText": 2,
                "MarkdownText": 3
            }
        }
        Enum {
            name: "AspectRatioMode"
            values: {
                "IgnoreAspectRatio": 0,
                "KeepAspectRatio": 1,
                "KeepAspectRatioByExpanding": 2
            }
        }
        Enum {
            name: "DockWidgetArea"
            values: {
                "LeftDockWidgetArea": 1,
                "RightDockWidgetArea": 2,
                "TopDockWidgetArea": 4,
                "BottomDockWidgetArea": 8,
                "DockWidgetArea_Mask": 15,
                "AllDockWidgetAreas": 15,
                "NoDockWidgetArea": 0
            }
        }
        Enum {
            name: "DockWidgetAreas"
            values: {
                "LeftDockWidgetArea": 1,
                "RightDockWidgetArea": 2,
                "TopDockWidgetArea": 4,
                "BottomDockWidgetArea": 8,
                "DockWidgetArea_Mask": 15,
                "AllDockWidgetAreas": 15,
                "NoDockWidgetArea": 0
            }
        }
        Enum {
            name: "ToolBarArea"
            values: {
                "LeftToolBarArea": 1,
                "RightToolBarArea": 2,
                "TopToolBarArea": 4,
                "BottomToolBarArea": 8,
                "ToolBarArea_Mask": 15,
                "AllToolBarAreas": 15,
                "NoToolBarArea": 0
            }
        }
        Enum {
            name: "ToolBarAreas"
            values: {
                "LeftToolBarArea": 1,
                "RightToolBarArea": 2,
                "TopToolBarArea": 4,
                "BottomToolBarArea": 8,
                "ToolBarArea_Mask": 15,
                "AllToolBarAreas": 15,
                "NoToolBarArea": 0
            }
        }
        Enum {
            name: "DateFormat"
            values: {
                "TextDate": 0,
                "ISODate": 1,
                "SystemLocaleDate": 2,
                "LocalDate": 2,
                "LocaleDate": 3,
                "SystemLocaleShortDate": 4,
                "SystemLocaleLongDate": 5,
                "DefaultLocaleShortDate": 6,
                "DefaultLocaleLongDate": 7,
                "RFC2822Date": 8,
                "ISODateWithMs": 9
            }
        }
        Enum {
            name: "TimeSpec"
            values: {
                "LocalTime": 0,
                "UTC": 1,
                "OffsetFromUTC": 2,
                "TimeZone": 3
            }
        }
        Enum {
            name: "DayOfWeek"
            values: {
                "Monday": 1,
                "Tuesday": 2,
                "Wednesday": 3,
                "Thursday": 4,
                "Friday": 5,
                "Saturday": 6,
                "Sunday": 7
            }
        }
        Enum {
            name: "ScrollBarPolicy"
            values: {
                "ScrollBarAsNeeded": 0,
                "ScrollBarAlwaysOff": 1,
                "ScrollBarAlwaysOn": 2
            }
        }
        Enum {
            name: "CaseSensitivity"
            values: {
                "CaseInsensitive": 0,
                "CaseSensitive": 1
            }
        }
        Enum {
            name: "Corner"
            values: {
                "TopLeftCorner": 0,
                "TopRightCorner": 1,
                "BottomLeftCorner": 2,
                "BottomRightCorner": 3
            }
        }
        Enum {
            name: "Edge"
            values: {
                "TopEdge": 1,
                "LeftEdge": 2,
                "RightEdge": 4,
                "BottomEdge": 8
            }
        }
        Enum {
            name: "Edges"
            values: {
                "TopEdge": 1,
                "LeftEdge": 2,
                "RightEdge": 4,
                "BottomEdge": 8
            }
        }
        Enum {
            name: "ConnectionType"
            values: {
                "AutoConnection": 0,
                "DirectConnection": 1,
                "QueuedConnection": 2,
                "BlockingQueuedConnection": 3,
                "UniqueConnection": 128
            }
        }
        Enum {
            name: "ShortcutContext"
            values: {
                "WidgetShortcut": 0,
                "WindowShortcut": 1,
                "ApplicationShortcut": 2,
                "WidgetWithChildrenShortcut": 3
            }
        }
        Enum {
            name: "FillRule"
            values: {
                "OddEvenFill": 0,
                "WindingFill": 1
            }
        }
        Enum {
            name: "MaskMode"
            values: {
                "MaskInColor": 0,
                "MaskOutColor": 1
            }
        }
        Enum {
            name: "ClipOperation"
            values: {
                "NoClip": 0,
                "ReplaceClip": 1,
                "IntersectClip": 2
            }
        }
        Enum {
            name: "ItemSelectionMode"
            values: {
                "ContainsItemShape": 0,
                "IntersectsItemShape": 1,
                "ContainsItemBoundingRect": 2,
                "IntersectsItemBoundingRect": 3
            }
        }
        Enum {
            name: "ItemSelectionOperation"
            values: {
                "ReplaceSelection": 0,
                "AddToSelection": 1
            }
        }
        Enum {
            name: "TransformationMode"
            values: {
                "FastTransformation": 0,
                "SmoothTransformation": 1
            }
        }
        Enum {
            name: "Axis"
            values: {
                "XAxis": 0,
                "YAxis": 1,
                "ZAxis": 2
            }
        }
        Enum {
            name: "FocusReason"
            values: {
                "MouseFocusReason": 0,
                "TabFocusReason": 1,
                "BacktabFocusReason": 2,
                "ActiveWindowFocusReason": 3,
                "PopupFocusReason": 4,
                "ShortcutFocusReason": 5,
                "MenuBarFocusReason": 6,
                "OtherFocusReason": 7,
                "NoFocusReason": 8
            }
        }
        Enum {
            name: "ContextMenuPolicy"
            values: {
                "NoContextMenu": 0,
                "DefaultContextMenu": 1,
                "ActionsContextMenu": 2,
                "CustomContextMenu": 3,
                "PreventContextMenu": 4
            }
        }
        Enum {
            name: "InputMethodQuery"
            values: {
                "ImEnabled": 1,
                "ImCursorRectangle": 2,
                "ImMicroFocus": 2,
                "ImFont": 4,
                "ImCursorPosition": 8,
                "ImSurroundingText": 16,
                "ImCurrentSelection": 32,
                "ImMaximumTextLength": 64,
                "ImAnchorPosition": 128,
                "ImHints": 256,
                "ImPreferredLanguage": 512,
                "ImAbsolutePosition": 1024,
                "ImTextBeforeCursor": 2048,
                "ImTextAfterCursor": 4096,
                "ImEnterKeyType": 8192,
                "ImAnchorRectangle": 16384,
                "ImInputItemClipRectangle": 32768,
                "ImPlatformData": -2147483648,
                "ImQueryInput": 16570,
                "ImQueryAll": -1
            }
        }
        Enum {
            name: "InputMethodQueries"
            values: {
                "ImEnabled": 1,
                "ImCursorRectangle": 2,
                "ImMicroFocus": 2,
                "ImFont": 4,
                "ImCursorPosition": 8,
                "ImSurroundingText": 16,
                "ImCurrentSelection": 32,
                "ImMaximumTextLength": 64,
                "ImAnchorPosition": 128,
                "ImHints": 256,
                "ImPreferredLanguage": 512,
                "ImAbsolutePosition": 1024,
                "ImTextBeforeCursor": 2048,
                "ImTextAfterCursor": 4096,
                "ImEnterKeyType": 8192,
                "ImAnchorRectangle": 16384,
                "ImInputItemClipRectangle": 32768,
                "ImPlatformData": -2147483648,
                "ImQueryInput": 16570,
                "ImQueryAll": -1
            }
        }
        Enum {
            name: "InputMethodHint"
            values: {
                "ImhNone": 0,
                "ImhHiddenText": 1,
                "ImhSensitiveData": 2,
                "ImhNoAutoUppercase": 4,
                "ImhPreferNumbers": 8,
                "ImhPreferUppercase": 16,
                "ImhPreferLowercase": 32,
                "ImhNoPredictiveText": 64,
                "ImhDate": 128,
                "ImhTime": 256,
                "ImhPreferLatin": 512,
                "ImhMultiLine": 1024,
                "ImhNoEditMenu": 2048,
                "ImhNoTextHandles": 4096,
                "ImhDigitsOnly": 65536,
                "ImhFormattedNumbersOnly": 131072,
                "ImhUppercaseOnly": 262144,
                "ImhLowercaseOnly": 524288,
                "ImhDialableCharactersOnly": 1048576,
                "ImhEmailCharactersOnly": 2097152,
                "ImhUrlCharactersOnly": 4194304,
                "ImhLatinOnly": 8388608,
                "ImhExclusiveInputMask": -65536
            }
        }
        Enum {
            name: "InputMethodHints"
            values: {
                "ImhNone": 0,
                "ImhHiddenText": 1,
                "ImhSensitiveData": 2,
                "ImhNoAutoUppercase": 4,
                "ImhPreferNumbers": 8,
                "ImhPreferUppercase": 16,
                "ImhPreferLowercase": 32,
                "ImhNoPredictiveText": 64,
                "ImhDate": 128,
                "ImhTime": 256,
                "ImhPreferLatin": 512,
                "ImhMultiLine": 1024,
                "ImhNoEditMenu": 2048,
                "ImhNoTextHandles": 4096,
                "ImhDigitsOnly": 65536,
                "ImhFormattedNumbersOnly": 131072,
                "ImhUppercaseOnly": 262144,
                "ImhLowercaseOnly": 524288,
                "ImhDialableCharactersOnly": 1048576,
                "ImhEmailCharactersOnly": 2097152,
                "ImhUrlCharactersOnly": 4194304,
                "ImhLatinOnly": 8388608,
                "ImhExclusiveInputMask": -65536
            }
        }
        Enum {
            name: "EnterKeyType"
            values: {
                "EnterKeyDefault": 0,
                "EnterKeyReturn": 1,
                "EnterKeyDone": 2,
                "EnterKeyGo": 3,
                "EnterKeySend": 4,
                "EnterKeySearch": 5,
                "EnterKeyNext": 6,
                "EnterKeyPrevious": 7
            }
        }
        Enum {
            name: "ToolButtonStyle"
            values: {
                "ToolButtonIconOnly": 0,
                "ToolButtonTextOnly": 1,
                "ToolButtonTextBesideIcon": 2,
                "ToolButtonTextUnderIcon": 3,
                "ToolButtonFollowStyle": 4
            }
        }
        Enum {
            name: "LayoutDirection"
            values: {
                "LeftToRight": 0,
                "RightToLeft": 1,
                "LayoutDirectionAuto": 2
            }
        }
        Enum {
            name: "DropAction"
            values: {
                "CopyAction": 1,
                "MoveAction": 2,
                "LinkAction": 4,
                "ActionMask": 255,
                "TargetMoveAction": 32770,
                "IgnoreAction": 0
            }
        }
        Enum {
            name: "DropActions"
            values: {
                "CopyAction": 1,
                "MoveAction": 2,
                "LinkAction": 4,
                "ActionMask": 255,
                "TargetMoveAction": 32770,
                "IgnoreAction": 0
            }
        }
        Enum {
            name: "CheckState"
            values: {
                "Unchecked": 0,
                "PartiallyChecked": 1,
                "Checked": 2
            }
        }
        Enum {
            name: "ItemDataRole"
            values: {
                "DisplayRole": 0,
                "DecorationRole": 1,
                "EditRole": 2,
                "ToolTipRole": 3,
                "StatusTipRole": 4,
                "WhatsThisRole": 5,
                "FontRole": 6,
                "TextAlignmentRole": 7,
                "BackgroundRole": 8,
                "ForegroundRole": 9,
                "BackgroundColorRole": 8,
                "TextColorRole": 9,
                "CheckStateRole": 10,
                "AccessibleTextRole": 11,
                "AccessibleDescriptionRole": 12,
                "SizeHintRole": 13,
                "InitialSortOrderRole": 14,
                "DisplayPropertyRole": 27,
                "DecorationPropertyRole": 28,
                "ToolTipPropertyRole": 29,
                "StatusTipPropertyRole": 30,
                "WhatsThisPropertyRole": 31,
                "UserRole": 256
            }
        }
        Enum {
            name: "ItemFlags"
            values: {
                "NoItemFlags": 0,
                "ItemIsSelectable": 1,
                "ItemIsEditable": 2,
                "ItemIsDragEnabled": 4,
                "ItemIsDropEnabled": 8,
                "ItemIsUserCheckable": 16,
                "ItemIsEnabled": 32,
                "ItemIsAutoTristate": 64,
                "ItemIsTristate": 64,
                "ItemNeverHasChildren": 128,
                "ItemIsUserTristate": 256
            }
        }
        Enum {
            name: "MatchFlags"
            values: {
                "MatchExactly": 0,
                "MatchContains": 1,
                "MatchStartsWith": 2,
                "MatchEndsWith": 3,
                "MatchRegExp": 4,
                "MatchWildcard": 5,
                "MatchFixedString": 8,
                "MatchCaseSensitive": 16,
                "MatchWrap": 32,
                "MatchRecursive": 64
            }
        }
        Enum {
            name: "WindowModality"
            values: {
                "NonModal": 0,
                "WindowModal": 1,
                "ApplicationModal": 2
            }
        }
        Enum {
            name: "TextInteractionFlag"
            values: {
                "NoTextInteraction": 0,
                "TextSelectableByMouse": 1,
                "TextSelectableByKeyboard": 2,
                "LinksAccessibleByMouse": 4,
                "LinksAccessibleByKeyboard": 8,
                "TextEditable": 16,
                "TextEditorInteraction": 19,
                "TextBrowserInteraction": 13
            }
        }
        Enum {
            name: "TextInteractionFlags"
            values: {
                "NoTextInteraction": 0,
                "TextSelectableByMouse": 1,
                "TextSelectableByKeyboard": 2,
                "LinksAccessibleByMouse": 4,
                "LinksAccessibleByKeyboard": 8,
                "TextEditable": 16,
                "TextEditorInteraction": 19,
                "TextBrowserInteraction": 13
            }
        }
        Enum {
            name: "SizeHint"
            values: {
                "MinimumSize": 0,
                "PreferredSize": 1,
                "MaximumSize": 2,
                "MinimumDescent": 3,
                "NSizeHints": 4
            }
        }
        Enum {
            name: "TouchPointStates"
            values: {
                "TouchPointPressed": 1,
                "TouchPointMoved": 2,
                "TouchPointStationary": 4,
                "TouchPointReleased": 8
            }
        }
        Enum {
            name: "GestureState"
            values: {
                "NoGesture": 0,
                "GestureStarted": 1,
                "GestureUpdated": 2,
                "GestureFinished": 3,
                "GestureCanceled": 4
            }
        }
        Enum {
            name: "GestureType"
            values: {
                "TapGesture": 1,
                "TapAndHoldGesture": 2,
                "PanGesture": 3,
                "PinchGesture": 4,
                "SwipeGesture": 5,
                "CustomGesture": 256,
                "LastGestureType": -1
            }
        }
        Enum {
            name: "NativeGestureType"
            values: {
                "BeginNativeGesture": 0,
                "EndNativeGesture": 1,
                "PanNativeGesture": 2,
                "ZoomNativeGesture": 3,
                "SmartZoomNativeGesture": 4,
                "RotateNativeGesture": 5,
                "SwipeNativeGesture": 6
            }
        }
        Enum {
            name: "CursorMoveStyle"
            values: {
                "LogicalMoveStyle": 0,
                "VisualMoveStyle": 1
            }
        }
        Enum {
            name: "TimerType"
            values: {
                "PreciseTimer": 0,
                "CoarseTimer": 1,
                "VeryCoarseTimer": 2
            }
        }
        Enum {
            name: "ScrollPhase"
            values: {
                "NoScrollPhase": 0,
                "ScrollBegin": 1,
                "ScrollUpdate": 2,
                "ScrollEnd": 3,
                "ScrollMomentum": 4
            }
        }
        Enum {
            name: "MouseEventSource"
            values: {
                "MouseEventNotSynthesized": 0,
                "MouseEventSynthesizedBySystem": 1,
                "MouseEventSynthesizedByQt": 2,
                "MouseEventSynthesizedByApplication": 3
            }
        }
        Enum {
            name: "MouseEventFlag"
            values: {
                "MouseEventCreatedDoubleClick": 1,
                "MouseEventFlagMask": 255
            }
        }
        Enum {
            name: "ChecksumType"
            values: {
                "ChecksumIso3309": 0,
                "ChecksumItuV41": 1
            }
        }
        Enum {
            name: "HighDpiScaleFactorRoundingPolicy"
            values: {
                "Unset": 0,
                "Round": 1,
                "Ceil": 2,
                "Floor": 3,
                "RoundPreferFloor": 4,
                "PassThrough": 5
            }
        }
    }
    Component { name: "QEasingCurve"; prototype: "QQmlEasingValueType" }
}
PK�[�{���� QtQuick/Layouts/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        file: "qquicklinearlayout_p.h"
        name: "QQuickColumnLayout"
        prototype: "QQuickLinearLayout"
        exports: [
            "QtQuick.Layouts/ColumnLayout 1.0",
            "QtQuick.Layouts/ColumnLayout 1.1",
            "QtQuick.Layouts/ColumnLayout 1.11",
            "QtQuick.Layouts/ColumnLayout 1.4",
            "QtQuick.Layouts/ColumnLayout 1.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
    }
    Component {
        file: "qquicklinearlayout_p.h"
        name: "QQuickGridLayout"
        prototype: "QQuickGridLayoutBase"
        exports: [
            "QtQuick.Layouts/GridLayout 1.0",
            "QtQuick.Layouts/GridLayout 1.1",
            "QtQuick.Layouts/GridLayout 1.11",
            "QtQuick.Layouts/GridLayout 1.4",
            "QtQuick.Layouts/GridLayout 1.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Flow"
            values: ["LeftToRight", "TopToBottom"]
        }
        Property { name: "columnSpacing"; type: "double" }
        Property { name: "rowSpacing"; type: "double" }
        Property { name: "columns"; type: "int" }
        Property { name: "rows"; type: "int" }
        Property { name: "flow"; type: "Flow" }
    }
    Component {
        file: "qquicklinearlayout_p.h"
        name: "QQuickGridLayoutBase"
        prototype: "QQuickLayout"
        Property { name: "layoutDirection"; revision: 1; type: "Qt::LayoutDirection" }
        Signal { name: "layoutDirectionChanged"; revision: 1 }
    }
    Component {
        file: "qquicklayout_p.h"
        name: "QQuickLayout"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick.Layouts/Layout 1.0",
            "QtQuick.Layouts/Layout 1.1",
            "QtQuick.Layouts/Layout 1.11",
            "QtQuick.Layouts/Layout 1.4",
            "QtQuick.Layouts/Layout 1.7"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        attachedType: "QQuickLayoutAttached"
        Method { name: "invalidateSenderItem" }
        Method { name: "_q_dumpLayoutTree" }
    }
    Component {
        name: "QQuickLayoutAttached"
        prototype: "QObject"
        Property { name: "minimumWidth"; type: "double" }
        Property { name: "minimumHeight"; type: "double" }
        Property { name: "preferredWidth"; type: "double" }
        Property { name: "preferredHeight"; type: "double" }
        Property { name: "maximumWidth"; type: "double" }
        Property { name: "maximumHeight"; type: "double" }
        Property { name: "fillHeight"; type: "bool" }
        Property { name: "fillWidth"; type: "bool" }
        Property { name: "row"; type: "int" }
        Property { name: "column"; type: "int" }
        Property { name: "rowSpan"; type: "int" }
        Property { name: "columnSpan"; type: "int" }
        Property { name: "alignment"; type: "Qt::Alignment" }
        Property { name: "margins"; type: "double" }
        Property { name: "leftMargin"; type: "double" }
        Property { name: "topMargin"; type: "double" }
        Property { name: "rightMargin"; type: "double" }
        Property { name: "bottomMargin"; type: "double" }
    }
    Component {
        file: "qquicklinearlayout_p.h"
        name: "QQuickLinearLayout"
        prototype: "QQuickGridLayoutBase"
        Property { name: "spacing"; type: "double" }
    }
    Component {
        file: "qquicklinearlayout_p.h"
        name: "QQuickRowLayout"
        prototype: "QQuickLinearLayout"
        exports: [
            "QtQuick.Layouts/RowLayout 1.0",
            "QtQuick.Layouts/RowLayout 1.1",
            "QtQuick.Layouts/RowLayout 1.11",
            "QtQuick.Layouts/RowLayout 1.4",
            "QtQuick.Layouts/RowLayout 1.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
    }
    Component {
        file: "qquickstacklayout_p.h"
        name: "QQuickStackLayout"
        prototype: "QQuickLayout"
        exports: [
            "QtQuick.Layouts/StackLayout 1.11",
            "QtQuick.Layouts/StackLayout 1.3",
            "QtQuick.Layouts/StackLayout 1.4",
            "QtQuick.Layouts/StackLayout 1.7"
        ]
        exportMetaObjectRevisions: [11, 3, 4, 7]
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "currentIndex"; type: "int" }
        Method {
            name: "itemAt"
            type: "QQuickItem*"
            Parameter { name: "index"; type: "int" }
        }
    }
}
PK�[>�����)QtQuick/Layouts/libqquicklayoutsplugin.sonuȯ��ELF>��@X@8	@�*�* H0H0"H0"H0�0 �X�X"�X"��888$$�*�*�*  S�td�*�*�*  P�td0�0�0���Q�tdR�tdH0H0"H0"�/�/GNUE�Il�U�n�\�+?Uc����@08����l�⍺�|BE��jx�����qX-���k����	X�"	�U�+)�/r�7��/�����o�
��%�	)4e
D����Tr���R;
Rz4�]tp�
E�n'X%g	�8di~�, |6�wa?�J�/

Z� <�F"�6
}���]^��
��
�Z~
4�
 �
�����/�����{��i�	��o��A�;��7���	�����O	��$��H>m��\s�H�
.�T
-��P�	��c����f��� a"
�`"f!���!0G"�`"���=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN17QQuickItemPrivateD2Ev_ZN9QHashData11free_helperEPFvPNS_4NodeEE_ZN7QStringC1Ei5QChar_ZN7QString17fromLatin1_helperEPKci_ZNK7QString3argERKS_i5QCharstrlen_ZN7QString16fromAscii_helperEPKci_ZN10QArrayData10deallocateEPS_mm__stack_chk_fail_ZN16QLoggingCategoryC1EPKc_ZN16QLoggingCategoryD1Ev_ZN7QObjectC2EPS__ZN10QQuickItem16staticMetaObjectE_ZNK11QMetaObject4castEP7QObject_ZNK10QQuickItem10parentItemEv_ZN5QtQml10qmlWarningEPK7QObject_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString_ZN8QQmlInfoD1Ev_ZN11QTextStreamlsEc_ZNK14QMessageLogger5debugEv_ZN6QDebugD1Ev_ZN10QQuickItemC2ER17QQuickItemPrivatePS__ZN10QQuickItem6polishEv_Zls6QDebugP10QQuickItem_ZNK14QMessageLogger7warningEv_ZNK13QQuickAnchors16activeDirectionsEv_ZNK7QObject6senderEv_ZN17QQuickItemPrivate24removeItemChangeListenerEP24QQuickItemChangeListener6QFlagsINS_10ChangeTypeEE_ZN9QListData7disposeEPNS_4DataE_ZN5QtQml27qmlAttachedPropertiesObjectEP7QObjectPFS1_S1_Eb_ZN5QtQml29qmlAttachedPropertiesFunctionEP7QObjectPK11QMetaObject_ZNK10QQuickItem14baselineOffsetEv_ZNK10QQuickItem5widthEv_ZNK10QQuickItem6heightEv_ZNK10QQuickItem14implicitHeightEv_ZNK10QQuickItem13implicitWidthEv_ZNK17QQuickItemPrivate26isTransparentForPositionerEv_ZN10QQuickItem15setImplicitSizeEdd_ZN12QQmlMetaType14prettyTypeNameEPK7QObject_ZN7QString6appendERKS__ZNK7QString3argExii5QChar_ZN7QString6numberEdci_ZNK7QString3argEdici5QChar_ZNK10QQuickItem10childItemsEv_ZN7QString11reallocDataEjb_ZNK7QString3argE13QLatin1Stringi5QChar_ZN9QListData6detachEimemcpy_ZN10QArrayData11shared_nullE_ZN7QString18toLocal8Bit_helperEPK5QChari_ZNK14QMessageLogger5debugEPKcz_ZN10QQuickItemD2Ev_ZN10QQuickItem17componentCompleteEv_ZN11QMetaObject7connectEPK7QObjectiS2_iiPi_ZN11QMetaObject10ConnectionD1Ev_ZN17QQuickItemPrivate21addItemChangeListenerEP24QQuickItemChangeListener6QFlagsINS_10ChangeTypeEE_ZN10QQuickItem10itemChangeENS_10ItemChangeERKNS_14ItemChangeDataE_ZN11QMetaObject10disconnectEPK7QObjectiS2_i_ZNK11QMetaObject13indexOfSignalEPKc_ZNK11QMetaObject11indexOfSlotEPKc_ZN10QQuickItem15geometryChangedERK6QRectFS2__Zls6QDebugRK6QRectF_ZTI17QQuickItemPrivate_ZN17QQuickItemPrivate17addPointerHandlerEP20QQuickPointerHandler_ZN17QQuickItemPrivate20implicitWidthChangedEv_ZN17QQuickItemPrivate21implicitHeightChangedEv_ZNK17QQuickItemPrivate14accessibleRoleEv_ZN17QQuickItemPrivate16transformChangedEv_ZN17QQuickItemPrivate18handlePointerEventEP18QQuickPointerEventb_ZN17QQuickItemPrivate10setVisibleEb_ZN17QQuickItemPrivate19createTransformNodeEv_ZNK17QGridLayoutEngine8sizeHintEN2Qt8SizeHintERK6QSizeFPK24QAbstractLayoutStyleInfo_ZNK17QGridLayoutEngine9itemCountEv_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZNK17QGridLayoutEngine6itemAtEi_ZN11QTextStreamlsEi_ZN17QQuickItemPrivateC2Ev_ZN9QHashData11shared_nullE_ZN17QGridLayoutEngineC2E6QFlagsIN2Qt13AlignmentFlagEEb_ZNK15QGridLayoutItem8firstRowEN2Qt11OrientationE_ZN17QGridLayoutEngine10removeItemEP15QGridLayoutItem_ZN17QGridLayoutEngine18insertOrRemoveRowsEiiN2Qt11OrientationE_ZNK17QGridLayoutEngine7spacingEN2Qt11OrientationEPK24QAbstractLayoutStyleInfo_ZN17QGridLayoutEngine10setSpacingEd6QFlagsIN2Qt11OrientationEE_ZN15QGridLayoutItemC2Eiiii6QFlagsIN2Qt13AlignmentFlagEE_ZN17QGridLayoutEngine10insertItemEP15QGridLayoutItemi_ZNK17QGridLayoutEngine6itemAtEiiN2Qt11OrientationE_ZNK17QGridLayoutEngine8rowCountEN2Qt11OrientationE_ZN10QQuickItem11setPositionERK7QPointF_ZN10QQuickItem7setSizeERK6QSizeF_ZN12QMapDataBase8freeTreeEP12QMapNodeBasei_ZN12QMapDataBase8freeDataEPS__ZN9QListData11shared_nullE_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEE_ZN17QGridLayoutEngine18setVisualDirectionEN2Qt15LayoutDirectionE_ZN17QGridLayoutEngine13setGeometriesERK6QRectFPK24QAbstractLayoutStyleInfo_ZN11QTextStreamlsEj_ZNK7QObject10objectNameEv_ZN6QDebug9putStringEPK5QCharm_Zls6QDebugRK6QSizeF_Zls6QDebugPK7QObject_ZN17QGridLayoutEngine10invalidateEv_ZN11QTextStreamlsEPKc_ZTI15QGridLayoutItem_ZNK15QGridLayoutItem12controlTypesE10LayoutSide_ZN10QQuickItem5eventEP6QEvent_ZNK10QQuickItem12boundingRectEv_ZNK10QQuickItem8clipRectEv_ZNK10QQuickItem8containsERK7QPointF_ZNK10QQuickItem16inputMethodQueryEN2Qt16InputMethodQueryE_ZNK10QQuickItem17isTextureProviderEv_ZNK10QQuickItem15textureProviderEv_ZN10QQuickItem10classBeginEv_ZN10QQuickItem13keyPressEventEP9QKeyEvent_ZN10QQuickItem15keyReleaseEventEP9QKeyEvent_ZN10QQuickItem16inputMethodEventEP17QInputMethodEvent_ZN10QQuickItem12focusInEventEP11QFocusEvent_ZN10QQuickItem13focusOutEventEP11QFocusEvent_ZN10QQuickItem15mousePressEventEP11QMouseEvent_ZN10QQuickItem14mouseMoveEventEP11QMouseEvent_ZN10QQuickItem17mouseReleaseEventEP11QMouseEvent_ZN10QQuickItem21mouseDoubleClickEventEP11QMouseEvent_ZN10QQuickItem16mouseUngrabEventEv_ZN10QQuickItem16touchUngrabEventEv_ZN10QQuickItem10wheelEventEP11QWheelEvent_ZN10QQuickItem10touchEventEP11QTouchEvent_ZN10QQuickItem15hoverEnterEventEP11QHoverEvent_ZN10QQuickItem14hoverMoveEventEP11QHoverEvent_ZN10QQuickItem15hoverLeaveEventEP11QHoverEvent_ZN10QQuickItem14dragEnterEventEP15QDragEnterEvent_ZN10QQuickItem13dragMoveEventEP14QDragMoveEvent_ZN10QQuickItem14dragLeaveEventEP15QDragLeaveEvent_ZN10QQuickItem9dropEventEP10QDropEvent_ZN10QQuickItem21childMouseEventFilterEPS_P6QEvent_ZN10QQuickItem21windowDeactivateEventEv_ZN10QQuickItem15updatePaintNodeEP7QSGNodePNS_19UpdatePaintNodeDataE_ZN10QQuickItem16releaseResourcesEv_ZThn16_N10QQuickItem10classBeginEv_ZN10QQuickItem10setVisibleEb_ZNK10QQuickItem19isComponentCompleteEv_ZN9QHashData12allocateNodeEi_ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Eii_ZN9QHashData6rehashEi_Z14qt_defaultDpiXv_ZTS24QAbstractLayoutStyleInfo_ZTI24QAbstractLayoutStyleInfo_ZTVN10__cxxabiv117__class_type_infoE_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZNK11QMetaObject9classNameEv_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZN7QObjectD2Ev_ZN10QQuickItem11qt_metacastEPKc_ZN10QQuickItem11qt_metacallEN11QMetaObject4CallEiPPv_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI10QQuickItem_ZTI7QObject__cxa_pure_virtual_ZN7QObject16staticMetaObjectElibQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.14GLIBC_2.2.5GLIBC_2.4GLIBCXX_3.4CXXABI_1.3CXXABI_1.3.9Qt_5.15.3_PRIVATE_APIQt_5Qt_5.15	

								
							@���"ui	-ii

9�@t)�
CӯkOyѯZ}0YxO
g%�}W0YxO
	g%�}�0���%�}�%�}YxO
gH0"��P0"��X0"P�`0"`0"p0"�x0"��0"1"�0"���0"`��0"p&�0"1"�0"���0"@��0"p#1"`C"1"��1" �1"�7@1"`C"H1"��P1"@�X1"�3x1"@G"�1"Ѝ�1"��1"���1"���1"��1"��1"���1"Ќ�1"`��1"�1"�1"���1" ��1"��2"��2"��X2"�1"`2"��h2"��2"���2"���2"���2"���2"�2"�2"� �2"� �2"  �2"p�3"��@3"0 H3"@ X3"��p3"��x3" U"�3"��3"�2"�3" ��3"h3"�3"@��3"�3"�3"`��3"h3"�3"���3"�3"4"��4"�3"4"�� 4"�3"04"P3"84" ]@4"0]H4"0cP4"@]X4"�\`4"`ch4"�\p4"�\�4"�3"�4"�f�4"�n�4"  �4"p��4"���4"]5"@ 5"�3"5"�n 5"�n05"  85"p�@5"���5"]�5"@ �5"�3"�5"o�5" o�5"  �5"p��5"��6"]6"@  6"h3"(6"�$06"�W86"�Y@6"$H6"�$�6"��6" M�7"�7"���7"�#�7"�#�7"`P�7"pC�7"�'�7"�$�7"�F�7"���7" ��7"`��7"`.�7"�&8"�\8"h3"8"p$ 8"�$08"PP@8"h3"H8"�$P8"�$X8"@\`8"�h8"�'p8"P\x8"`\�8"0�8"p\�8"�\�8"�\�8"�\�8"P��8"���8"�\�8"�3"�8"%�8"PX�8"�Z�8"�a�8"0b`9"�p9" M(:"@:"��H:"�#P:"�#X:"`P`:"pCh:"�'p:"�$x:"�F�:"���:" ��:"`��:"`.�:"�&�:"�8�:"�3"�:"b�:"�b�:"PP�:"�3"�:"�a�:"pb;"@\;"�;"�';"P\ ;"`\(;"00;"p\8;"�\@;"�\H;"�\P;"P�X;"��`;"�\p;"�3"x;"0%�;"�X�;"`[�;"�]�;"@^<"�<" M�<"�<"���<"�#�<"�#="`P="pC="�'="�$ ="�F(="��0=" �8="`�@="`.H="�&P="0A`="�3"h="^p="�^�="PP�="�3"�="�]�="�^�="@\�="��="�'�="P\�="`\�="0�="p\�="�\�="�\�="�\�="P�>"��>"�\>"�3" >"P%(>"Y0>" \8>"P`@>"�`�>"��>" Mx?"�?"���?"�#�?"�#�?"`P�?"pC�?"�'�?"�$�?"�F�?"���?" ��?"`��?"`.�?"�&�?"0A@"�3"@"�`@"`a(@"PP8@"�3"@@"�`H@" aP@"@\X@"�`@"�'h@"P\p@"`\x@"0�@"p\�@"�\�@"�\�@"�\�@"P��@"���@"�\�@"4"�@"p%�@"pY�@"0\�@"_�@"�_XA"�hA" M B"8B"��@B"�#HB"�#PB"`PXB"pC`B"�'hB"�$pB"�FxB"���B" ��B"`��B"`.�B"�&�B"0A�B"4"�B"`_�B"`�B"PP�B"4"�B"0_�B"�_�B"@\C"�C"�'C"P\C"`\ C"0(C"p\0C"�\8C"�\@C"�\HC"P�PC"��XC"�\`C"�X"hC"`�pC"��xC"P-�C"��C" U"�C"0��C"�2"�C"�C"�C"p��C"Є�C"  �C"p��C"��8D"0 @D"@ PD"�C"XD"�p`D"�hD"p�pD"@�xD"Ї�D"@}�D"�|�E"�E"���E"�z�E"�p�E"�}�E"q�E"`y�E"zF"�F"��F" �F"`� F"��(F"��8F"�C"@F"��HF"@�XF"0}hF"�C"pF"0�xF"���F"@\�F"��F"���F"P\�F"`\�F"���F"p\�F"�\�F"�\�F"�\�F"P��F"���F"�\G"�X"G" �G"`�G"�tHG"�`G"��hG"4"xG"���G"�3"�G"��G"h3"�G"@��G"�3"�G"���G"�C"�G"XG"�G"p%�G"pY�G"0\�G"��H"��pH"��H" M8I"PI"��XI"�#`I"�#hI"`PpI"pCxI"�'�I"�$�I"�F�I"���I" ��I"`��I"`.�I"�&�I"0A�I"XG"�I"`��I"0��I"PP�I"XG"J"�J"��J"@\J"� J"�'(J"P\0J"`\8J"0@J"p\HJ"�\PJ"�\XJ"�\`J"P�hJ"��pJ"�\�J"pG"�J"%�J"PX�J"�Z�J"��J"�K"�(K" M�K"�K"��L"�#L"�#L"`PL"pC L"�'(L"�$0L"�F8L"��@L" �HL"`�PL"`.XL"�&`L"�8pL"pG"xL"��L"p��L"PP�L"pG"�L"p��L"��L"@\�L"��L"�'�L"P\�L"`\�L"0�L"p\�L"�\�L"�\M"�\M"P�M"��M"�\(M"�G"0M"�$8M"�W@M"�YHM"P�PM"��M"��M" M�N"�N"���N"�#�N"�#�N"`P�N"pC�N"�'�N"�$�N"�F�N"���N" ��N"`��N"`.O"�&O"�\O"�G" O"��(O"��8O"PPHO"�G"PO"ДXO"P�`O"@\hO"�pO"�'xO"P\�O"`\�O"0�O"p\�O"�\�O"�\�O"�\�O"P��O"���O"�\�O"�G"�O"P%�O"Y�O" \�O"Б�O"`�hP"�xP" M0Q"HQ"��PQ"�#XQ"�#`Q"`PhQ"pCpQ"�'xQ"�$�Q"�F�Q"���Q" ��Q"`��Q"`.�Q"�&�Q"0A�Q"�G"�Q"���Q"���Q"PP�Q"�G"�Q"0�R"�R"@\R"�R"�' R"P\(R"`\0R"08R"p\@R"�\HR"�\PR"�\XR"P�`R"��hR"�\xR"�G"�R"�p�R"��R"p��R"���R"p�S"@} S"�|�S"�S"���S"�zT"�pT"�}T"qT"`y T"z(T"�0T"��8T" �@T"`�HT"��PT"��`T"�G"hT"�pT"���T"0}�T"�G"�T"@��T"��T"@\�T"��T"���T"P\�T"`\�T"���T"p\�T"�\�T"�\�T"�\�T"P�U"��U"�\U"`�(U"��HU"U"`U"��xU" U"�U"p��U"���U"P�V"� V"P�V"�V"��W"�(W"�0W"��8W" �@W"`�HW"��PW"��`W" U"�W"��W" U"�W"@\�W"��W"���W"P\�W"`\�W"���W"p\�W"�\�W"�\�W"�\�W"P�X"��X"�\X"XU" X"��(X"��0X" �8X"��@X"��X"���X"���X"��X"`��X"���X"�� `"�!0`"` @`"�!``"�!p`"P �`""�1"��2"�P3"�h3"��3"��3"��3"��3"��3"��3"�4"��C"��C"�@G"�XG"�pG"��G"��G"��G"�XU"��1"|2"5HX"52"�X6"�9"��;"�P>"��@"��D"�H"��J"�`M"�P"��R"��U"�PX"� 2"h`6"h9"h�;"hX>"hA"h�D"hH"h�J"hhM"hP"h�R"h�U"hXX"h(2"uh6"u9"u�;"u`>"uA"u�D"u H"u�J"upM"uP"u�R"u�U"u`X"u02"�p6"�9"��;"�h>"�A"��D"�(H"��J"�xM"� P"��R"��U"�hX"�82"�x6"� 9"��;"�p>"�A"��D"�0H"��J"��M"�(P"��R"��U"�pX"�@2"�6"(9"�;"x>" A"�D"8H"�J"�M"0P"�R"�U"xX"H2"Ap2"G�2"!�2"
�2"��4"�(5"��5"��C"�3"(�4"(H5"(�5"(D"(3"v�4"vP5"v�5"vD"v3";�4";X5";�5";D"; 3"/�4"/`5"/�5"/D"/(3"�4"h5"�5" D"03"}�4"}p5"}�5"}(D"}83"��4"�x5"�6"�0D"�`3"�x4"�P6"��8"��;"�H>"��@"��D"�H"��J"�XM"�P"��R"��U"��6"_09"_�;"_�>"_(A"_�D"_@H"_�J"_�M"_8P"_�R"_�U"_�6"X89"X�;"X�>"X0A"X�D"XHH"X�J"X�M"X@P"X�R"X�U"X�6":@9":�;":�>":8A":�D":PH":�J":�M":HP":�R":�U":�6"ZH9"Z�;"Z�>"Z@A"Z�D"ZXH"ZK"Z�M"ZPP"Z�R"Z�U"Z�6"�P9"��;"��>"�HA"��D"�`H"�K"��M"�XP"�S"�V"��6"#X9"#<"#�>"#PA"#�D"#hH"#K"#�M"#`P"#S"#V"#�6"�h9"�<"��>"�`A"��D"�xH"� K"��M"�pP"�S"�V"��6"x9" <"�>"pA"E"�H"0K"�M"�P"(S"(V"�6"F�9"F(<"F�>"FxA"FE"F�H"F8K"F�M"F�P"F0S"F0V"F�6"�9"0<"�>"�A"E"�H"@K"�M"�P"8S"8V"�6"n�9"n8<"n�>"n�A"nE"n�H"nHK"n�M"n�P"n@S"n@V"n�6"4�9"4@<"4�>"4�A"4 E"4�H"4PK"4�M"4�P"4HS"4HV"4�6"�9"H<"�>"�A"(E"�H"XK"N"�P"PS"PV"7"?�9"?P<"?�>"?�A"?0E"?�H"?`K"?N"?�P"?XS"?XV"?7"��9"�X<"�?"��A"�8E"��H"�hK"�N"��P"�`S"�`V"�7"��9"�`<"�?"��A"�@E"��H"�pK"�N"��P"�hS"�hV"�7"��9"�h<"�?"��A"�HE"��H"�xK"� N"��P"�pS"�pV"� 7"��9"�p<"�?"��A"�PE"��H"��K"�(N"��P"�xS"�xV"�(7"��9"�x<"� ?"��A"�XE"��H"��K"�0N"��P"��S"��V"�07"��9"��<"�(?"��A"�`E"��H"��K"�8N"��P"��S"��V"�87"��9"��<"�0?"��A"�hE"��H"��K"�@N"��P"��S"��V"�@7"��9"��<"�8?"��A"�pE"��H"��K"�HN"��P"��S"��V"�H7"��9"��<"�@?"��A"�xE"�I"��K"�PN"��P"��S"��V"�P7"U�9"U�<"UH?"U�A"U�E"UI"U�K"UXN"UQ"U�S"U�V"UX7":"�<"P?"�A"�E"I"�K"`N"Q"�S"�V"`7"�:"��<"�X?"�B"��E"�I"��K"�hN"�Q"��S"��V"�h7"�:"��<"�`?"�B"��E"� I"��K"�pN"�Q"��S"��V"�p7"�:"��<"�h?"�B"��E"�(I"��K"�xN"� Q"��S"��V"�x7"� :"��<"�p?"�B"��E"�0I"��K"��N"�(Q"��S"��V"��7"J0:"J�<"J�?"J(B"J�E"J@I"J�K"J�N"J8Q"J�S"J�V"J�7"8:"�<"�?"0B"�E"HI"�K"�N"@Q"�S"�V"(8"W�:"Wx="W @"W�B"WPF"W�I"W�L"W0O"W�Q"WxT"WxW"W0G"U"8G"�PG"� U"p8U"=hU"�V"NW"NW"NW"N W"N�X"Q�X"d�_"d�_"�_"�_"�_"V�_"f�_"j�_"l�_"s�_"~�_"��["�["�["�["�["�["�["	�["
�["�["�["�["�["\"\"\"\" \"(\"0\" 8\""@\"$H\"%P\"&X\"'`\")h\"*p\"+x\",�\"-�\".�\"0�\"1�\"2�\"3�\"6�\"7�\"8�\"9�\"<�\">�\"@�\"B�\"C�\"D]"E]"H]"I]"K ]"L(]"M0]"O8]"P@]"RH]"SP]"TX]"Y`]"[h]"\p]"]x]"^�]"`�]"a�]"b�]"c�]"e�]"g�]"i�]"j�]"k�]"m�]"o�]"q�]"r�]"t�]"w�]"x^"y^"z^"{^"� ^"�(^"�0^"�8^"�@^"�H^"�P^"�X^"�`^"�h^"�p^"�x^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"��^"�_"�_"�_"�_"� _"�(_"�0_"�8_"�@_"�H_"�P_"�X_"�`_"�h_"�p_"�x_"��_"��_"��_"��_"���H��H���!H��t��H����5"�!�%#�!��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h���������%
�!D���%�!D���%��!D���%��!D���%�!D���%�!D���%ݚ!D���%՚!D���%͚!D���%Ś!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%}�!D���%u�!D���%m�!D���%e�!D���%]�!D���%U�!D���%M�!D���%E�!D���%=�!D���%5�!D���%-�!D���%%�!D���%�!D���%�!D���%
�!D���%�!D���%��!D���%��!D���%�!D���%�!D���%ݙ!D���%ՙ!D���%͙!D���%ř!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%}�!D���%u�!D���%m�!D���%e�!D���%]�!D���%U�!D���%M�!D���%E�!D���%=�!D���%5�!D���%-�!D���%%�!D���%�!D���%�!D���%
�!D���%�!D���%��!D���%��!D���%�!D���%�!D���%ݘ!D���%՘!D���%͘!D���%Ř!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%}�!D���%u�!D���%m�!D���%e�!D���%]�!D���%U�!D���%M�!D���%E�!D���%=�!D���%5�!D���%-�!D���%%�!D���%�!D���%�!D���%
�!D���%�!D���%��!D���%��!D���%�!D���%�!D���%ݗ!D���%՗!D���%͗!D���%ŗ!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%��!D���%}�!D���%u�!D���%m�!D���%e�!D���%]�!D���%U�!D���%M�!D���%E�!D���%=�!D���%5�!D���%-�!D���%%�!D���%�!D���%�!D���%
�!D��H���H�5�H�=M�!H�
>����H�=�!H��H��g!H�5(�!���f.��H�=��!H���!H9�tH�Ζ!H��t	�����H�=y�!H�5r�!H)�H��H��H��?H�H�tH�}�!H��t��fD�����=5�!u+UH�=j�!H��tH�=�f!�I����d����
�!]������w������Ðf.���H�H�(t	����@H��h!���H��#�@��SH�����!����H���!H��t<�P��t5H�=��!t+H�����@����H���!H��[�f.���F���1�H��H�����H��g!H��H�H��xH�CH�}�H�D$H�D$�~���H�='�!H�(�!H��!H���u����/u�%���H���!H���c���H��1�[�DH�=ѕ!���������H�}e!H�5ƕ!H���!H�=DH���!�d���H�=��!��������f���H��tGUH��SH��H�5��H��H�������H���uH��[]�@H��H��H��[]�g����1�Ðff.�����w������H�Mf!H�H��xH�G�U���D��H�-f!H��H�H��xH�G�1������H�
f!SH��H�H��xH�G����H�߾[�����H��e!SH�_�H�G�H��xH�H������H�߾[��f.�D��H�H��t�(uH�?H��t�q�����f.�D��H�GH�P��0u���f�SH�H���H���x��[Ð��H�GH�P��0u���f�SH�H���H���xf(���[Ðff.����H�G��0���f��f/�rR�f/�rf/�v�f(��f/�rf/�wZ�f/�s:�@�	f/�v<��f��f/�rf/�s��f/�rf/�v��f/�s�Ð����fDAUATI�Ժ USH��H��8�6dH�%(H�D$(1�L�l$H�l$ ��L���$����H�=���#���A� 1�L��H�t$H��H�D$�v���L���n�L����D���H��H�T$1�A� H��H�D$�G���H�|$��������t�/H�|$��H�|$ ��������t�/H�|$ �H�|$��������t�/H�|$t~H�|$��������t�/H�|$t}H�L$(dH3%(H��u~H��8[]A\A]�D����H�|$ ����m�������H�|$����r�������H�|$����s������g��o�����ff.�f����E�!��tH�J�!�f�H��H�=%�!�����uH�%�!H���H�5?�H�=�!�]�H�=&�!H��`!H�5��!��H�=ܐ!�'���H��!H��Ðf.���SH���c���H���!���H�C�
��H�CH���C H�H�H�������C(f%��K0���K8H�C@H�CHH�CPH�CXH�C`�Ch�CpH�Cx����f���ǃ�[Ð@��U��S��H��H�GH�=�!H�p��H�=ׇ!H�����H��t:H���H���x��tH��f(�[]�@H��f(�f(�[]�f�f�Ƀ�u��
o�H��[]f(��@��AUATUH��SH��8dH�%(H�D$(1�H�GH�=D�!H�p�[�H��H��tCH�����H�=$�!H���<�H��H�L$(dH3%(H����H��8[]A\A]��H�EL�d$H�l$L��H�p�&�L�l$�(H��H�5"��=���L��H���2�H�|$���t/���t�/H�|$tH�|$� u,L�����f�������i����� �V�������ff.���AUATUH��SH��HdH�%(H�D$81������@��uZH�����H��H��t'H�H�=��!L���H�EH�p��H��H��A��H�D$8dH3%(��H��H[]A\A]�@�c���H��H�t$L�d$H�D$H�@H��H�D$H�D$(H�D$ �*�L�,$�$L��H�5�����L��L�����H�|$���t,���t�/H�|$tH�<$� u+H���z�����D����H�<$� tվ ������fD��f.�z+f/��������������	�f.G���z
u�f.�SH���G�b���H��[������f.�z+f/^�������������	�f.G���z
u�f.�SH���G����H��[�I�����f.�z	f.G zu�@SH���G ����H��[�1����f.�z	f.G(zu�@SH���G(���H��[�!����f.�z+f/�������������	�f.G0���z
u�f.�SH���G0�B���H��[�������f.�z+f/>������������	�f.G8���z
u�f.�SH���G8���H��[������S���H���ƒ� �uH�f.Gzt;�C��uj�Ff.Czt\�CH�����H����H��[���fD��t[�f.��Ff.Czt�H���C�E���H��[��@H���0���H��[�W��fD��S���H���@u=�f.G0zt0�C0��x�Ff.C8zKuIH�����H��[�����x�Ff.C8zu[�@H���C8���H��[�r�f��C8H�����H���;�H��[�R�f���������ˆ����@8�uÐ����SH��	��I���H��[�0���������ˆ�����@8�u������SH���	����H��[��fD����x9wxu�f�SH���wx����H��[���f.�����x9w|u�f�SH���w|���H��[���f.���f.G@zu�f�SH��H���G@�D$�h�������D$�uf.CH�����u	f.CPz[uY�u	f.CXz.u,�u	f.C`zuH��H��[���f�H������fDH���D$�b�����D$�H���D$�"�����D$�H���D$�������D$�Z��������t#�OH���f.��GHzu�f��O@��f�SH���W���H��[�~�ff.������t�G@f.GHzu
�����DSH����������H��[�/��ff.������t#�OP���f.��GPzu�f��O@��f�SH�����H��[���ff.������t�G@f.GPzu
�����DSH�������X���H��[���ff.������t#�OX���f.��GXzu�f��O@��f�SH�����H��[�^�ff.������t�G@f.GXzu
�����DSH���������H��[���ff.������t#�O`���f.��G`zu�f��O@��f�SH���G���H��[���ff.������t�G@f.G`zu
�����DSH���������H��[���ff.���9��u�SH��������H��[������9��u�SH��������H��[�����;��u�AUATU��SH��H������&���I��H��t1H�H�=��!L���H�CH�p��L���H��A��H������H��H��[]A\A]�[��f.���H�GH�=1�!H�p�H����SH����H��x!�c(�H�PH�H���H(H�SH�C [�f.���UH����SH����H��H��H����H��H��[]Ð��AVAUATUSH��PH�odH�%(H�D$H1���0t#H�D$HdH3%(�#H��P[]A\A]A^�f�H�����@��up��0H����H�=:{!H���R�H��u��S(��t��B������C(��	ЈC(��<����@����H�����^������L�l$H�t$ H�@L��L�d$H�D$ H�D$(H�D$8H�D$0�P�L�t$�L��H�5����L��L����H�|$���tY���t�/H�|$tIH�|$� uVH�|$L�t$H�ڃGL��L���j�L����L���z�L���r�����D���	���� ��H�|$��H�l$H�>�H�D$ H�t$ H��H�D$8H�\$H�D$(H�D$0��L�d$�FH��H�5v���L��H����H�|$��������t�/H�|$��H�|$� ��H������������H�l$H�t$ H�@H��L�d$H�D$ H�D$(H�D$8H�D$0��L�l$�$L��H�5���g�L��L���\�H�|$���ta���t�/H�|$tQH�|$� u^H�������f������)���@� �~��%���f����a���� �N������fD��ATUSH��0dH�%(H�D$(1�H�FH�xpH��tH���_���u#H�D$(dH3%(��H��0[]A\�fDH�l$H��H�\$H���#�L�d$�rH��H�5���:�L��H���/�H�|$���t,���t�/H�|$tH�|$� u)H�����q���@���i����� �V��������ff.���H�G��0u�fDSH�����H�H��[H��H�����ff.����H�G��0�����f.���H�G��0��AUATU1�SH��H��H��H�D�-�����9�~PH���H����H�s D��H�xI����H�=}v!L����H��tH�����H���H����9��H�C��0�H��[]A\A]��ÐfD��H�G��0��Ðff.����H�G��0���Ðf.���H�G�����Ðff.����H�1�H�����ff.���H�� ��fD��H�G��0tH�F�@ u
H����@����H�� ��fD��H�G��0tH�F�@ u
H����@����H�� ��fD���ff.����ff.���Ðf.���H��t/�����t�t�����tN����u�@H��H��H�=�t!���H��t�H���fD1�H���f�1�Ðff.����AWAVI��AUATM�fUSH��X�7�H�<$��F�F�F�F �F(�F0�F81�H�T$�L$��=L�d$I��I�F0H�D$8I�F8H�D$0I�FH�D$@I�FH�D$(I�F H�D$HI�F(H�D$ M����H�&{!H�-_{!E1�A��tA����A������KH�}H�EL��tH�H�D����AD$�H�H�{A��tA����A���y1L��tH�H�D����A$A��H��H��I��A���m���H�L$8H�T$HL��H�t$@�b�H�T$ H�L$0H�t$(H�|$�I�A������I��@�AW8�"�AF(f��fA/N vH���I�F f/�vH���I�F(�Aff/�f(�rfA/f v�Af �Anf/�f(�rfA/n(v�An(�A6f/�fD(�rfA/v v�Av �A^f/�f(�rfA/^(v�A^(M��t1A����� �����EOf(���fD(�f(�f(�fA/�vI�f/�vI�Ff/�r�Af/�v�Af/�r�A^f/�v�AF�A^ f/�r�A&f/�v�A�A^(f/�r�Aff/�v�A^f/���f/����|$t'�AFf/���AFf/�����Af/�rfA/Fv�AF�AVf/�rfA/Vv�AV�AF f/�r�A^f/�v�AF�AF(f/�r�ANf/�v�AFH�<$�T$����T$�\��AV8M����A�������Ag`�����A_X�����AGP�����AOH�X��A�X��X��X��A�A^�AV8�X��A^�A^�X��A^�A^�X��A^�A^ �X��AXN0�A^ �A^(�AN0�X��A^(H�D$H��tL�8H��X[]A\A]A^A_�DA����� �U����g���f.���L����A���f��f(��@���AF(�������f/�������AV(f(��~���fDM����H�<$�L$����L$fA/N�~H�<$�L$�/���L$fA/N�����AWpf/�v
�AGpf(��AV���@A���@�/���H�H�{�Z���fD��L���T$��f��A����T$��@����fA/N �����AF A�����fD�1�L���L$�K�A����L$fD(��uJ�1�L���L$ �DL$��A����DL$�L$ ��ufA/v
�AA����� �A~�tf/�� �E�AF�AV���f.��AO@�H���D�AG@�)���D�A_@�
���D�Ag@���DH�$�L$H������L$f/����H������N��%.�f(��L$fT�f.�v3�H,�f��f(��-
�fU�f(��H*����fT��X�fV��,�f��*��AF�r����H�<$�L$�����L$f/�w=�AF�:���f.��AWhf/�v
�AGhf(��AV�a����H�<$�L$����q��%Q�f(��L$fT�f.�v3�H,�f��f(��-0�fU�f(��H*����fT��X�fV��,�f��*��AF�AF���DI�N0I�V L��I�v�,�H�|$I�N8I�V(I�v���AF(f�������EN�EfA(��AF�AV����H�<$��L$�$5�L$I���'����Af�An�A6�E���H�H�{���@��AWAVAUATUSH��L�nA���uH���[]A\A]A^A_�@H��H���I��H��H������f�f.C(�A��DE�f.C A��DE�E��tE��u�I�$�H�������tUI�$�H�����f��u f.C�A��DE�E��t	E���T���H��L��[]A\A]A^A_�^��fD�KI�$�H���L$�L����L$f�f.�A��DE�t�뙐f.���U�SH��HH�_dH�%(H�D$81�H���31�H��H��H���xH��H���D$�L$��xH��H���D$ �L$(��xH�t$H���D$�$�r�H�t$ H�����$�D$H������H�D$8dH3%(uH��H[]�����fD��SH�_��0tH������0�H��[����D[�ff.���AUATUSH��H��hdH�%(H�D$X1�����@����H�C�K(��0�YH�H��H�������H���D$�����L$H�����D$0�L$8H9��gH�C��0��c(�����@���H�D$XdH3%(�BH��h[]A\A]������L�d$H�t$0H�@L��H�l$(H�D$0H�D$8H�D$HH�D$@���L�l$�H��H�5F��W��L��H���L��H�|$(����=���t�/H�|$(�)H�|$� �8H�|$ L�l$ H�ڃGL��H�����H������L�����L���������H������������L�d$H�t$0H�@L��H�l$(H�D$0H�D$8H�D$HH�D$@���L�l$�H��H�5~��w��L��H���l��H�|$(��������t�/H�|$(��H�|$� ��H�|$ L�l$ H�ڃGL��H������H������L������L�������*�������q��H�|$� ����� �X��H�|$���fD���9��H�|$� �p���� � ��H�|$�\���fDH�t$0H���������ff.����AWI��AVAUATI�Ժ USH���t$lL��$���H��$�L��H��$�L��$�dH�%(H��$�1������H�=������A� 1�L��H��H��H��$��/���H�=�����L��A� 1�H��$�H��$�H��H��H�$����H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���L��H�����A� 1�H��L��H���/��L��H�����H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$����D$l� L��p�t$l������H�=���
��A� 1�L��H��H��H��$��_���H�=#��.��H�$L��1�A� H��H��$��/��H��$��������t�/H��$��H��$�����l���t�/H��$��UH��$�����d���t�/H��$��MH��$�����J���t�/H��$��3L��L�����H��$���������t�/H��$���D$l� L��4�����H�=�����A� 1�L��H��H��H��$�����H�=������H�$L��1�A� H��H��$�����H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���I�GA� 1�L��A�
H����0���5��L��H�����H��$���������t�/H��$���H��$���������t�/H��$��xI�1�L����x�D$l� L���D$�4��L$����H�=�����A� 1�L��H��H��H��$��W���H�=+��&��H�$L��1�A� H��H��$��'��H��$�����%���t�/H��$��H��$���������t�/H��$���H��$���������t�/H��$��}H��$���������t�/H��$��u�D$H�<$��g���H�$L��H��A� ��P���D$A� A������g�H��H������L��H�����H��$�����$���t�/H��$��
H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���I��L����x�D$l� L���D$�4��L$�����H�=������A� 1�L��H��H��H��$�����H�=�����H�$L��1�A� H��H��$�����H��$�����4���t�/H��$��H��$��������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$����g�L��H���D$A� A���������D$A� A������g�H��H�����L��H���i��H��$�����_���t�/H��$��HH��$�����^���t�/H��$��GH��$�����V���t�/H��$��?I��L����x�D$l� L���D$�4��L$����H�=�����A� 1�L��H��H��H��$��
���H�=�����H�$L��1�A� H��H��$�����H��$���������t�/H��$���H��$�����?���t�/H��$��(H��$�����7���t�/H��$�� H��$�����/���t�/H��$���D$��gL�����H�<$L��L��A� �����D$�H��g�|��H�4$H��H��A� �����L��H���G��H��$���������t�/H��$���H��$�����<���t�/H��$��%H��$�����4���t�/H��$��H��$���������t�/H��$��sH��$���������t�/H��$��kH�D$xL��H��H�D$ ���H�D$x�����H�D$xHcPL�|������HcPH�D�H�D$I9���H�D$lL�t$M��H�D$I�$M�>����	HcP�H�r���9�v�L�����I�$HcP�JH�=~Y!L���HH@1�H�P�
f�f�H�}��H�����t$lL��H���U�I��L9t$�s���L�t$H�|$ �"�D$l� L��p��t$l���\���H�=0��[��A� 1�L��H��H��H��$�����H�=���|��H�$L��1�A� H��H��$��}��H��$������
���t�/H��$���
H��$�����B
���t�/H��$��+
H��$�����:
���t�/H��$��#
H��$������	���t�/H��$���	L��L���N��H��$���������t�/H��$���H��$�dH3%(��H�ĸ[]A\A]A^A_�@�p������D�D$l� L��4������H�=������A� 1�L��H��H��H��$��!���H�=������H�|$H�$1�A� H��H��$�����H��$�����
���t�/H��$���H��$�����4���t�/H��$��H��$�����,���t�/H��$��H��$�����$���t�/H��$��
L��H��萾��H�t$1�H��A� H���(��L��H�����H��$���������t�/H��$���H��$�����Z���t�/H��$��CH��$��������t�/H��$��L���D$l���f��f/���	L�����f��f/���
L��1��GI��H�������� ��Aw�t$H���A�|$@�Aw(�A �t$0�|$(���4�A_8�\$P�@�H�AW0�T$8��\� �.�d$(f��f/���l$0f��f/���A����@������
���
���H�t$H�{�H�����A���H�
I,!���L�<�1�M��tL���Q�����A� E1�L��H�����H��H��H#T$XH	�H�T$X�Q��L��H�����H��$���������t�/H��$��mH��$���������t�/H��$���@�D$l� L��p��t$l���%����H�=���$���A� 1�L��H��H��H��$��v����H�=���E��H�|$H�$1�A� H��H��$��D���H��$�����z���t�/H��$��cH��$�����!���t�/H��$��
H��$���������t�/H��$���H��$���������t�/H��$���H�t$L������H��$����t%����g����/H��$��U���f.���聻���7���@�1�L���i��A����D$H�����1�L���D��A����D$@��������!���H��$�����&�������H��$�����.����ߺ��H��$�����6���辺���9�f���衺��H��$����������耺��H��$�����������_�������f.����A���H��$�����H������ ����K������	������@�������@���ٹ�����@��������@��詹�����@��葹���h���@���y�����@���a����t�@���I���H��$���������(���H��$�����&��������)�f�����H��$�����
����и��H��$��������诸��H��$��������莸����f����q���H��$�����l����P���H��$�����t����/����w�f.����������@������m�@���������@���ɷ��H��$�������訷��H��$�����
��臷����f����q���H��$���������P��������9����+���@���!���H��$������������������������`���@���Ѷ��H��$�����~��谶������虶����@��聶��H��$���������`���H��$���������?������f.����!���H��$�����%�������H��$�����-����ߵ���0�f.���������@��詵��H��$���������舵�������q���H��$���������P���������9����#�@���!������@���	������@������@���ٴ����@H�t$H�<$H������L�������gH������H�4$1�H��A� H���Z���L��H���Ϲ��H��$�����M	���t�/H��$��6	H��$�����	���t�/H��$���H��$����t����_����/H��$��M���@�����5���@H�t$H�<$H���ÿ��L���+�����gH������H�4$1�H��A� H���r���L��H�����H��$�����}���t�/H��$��fH��$�����u���t�/H��$��^H��$����t�������/H��$��{�@���	����c�@H�|$ �p賵��I��H�D$xHcHH��H�|I9�tHcPH��H)�H����A���t&�����������A�H�D$x�����DL�����H�D$x��fDHcPH�|$ �pL�|��*���H�T$xH��HcBH��H�|I9�tHcRH��H)�H���\���t����(��)��H���H�����H�t$H�<$H�j�����D$0�H��g�C���H�4$1�H��A� H��蜵��L��H������H��$��������t�/H��$���H��$���������t�/H��$���H��$����t!����t��/H��$��b�fD���1���A����@�M�H�t$H�<$H�������D$8�H��g�S���H�4$1�H��A� H��謴��L��H���!���H��$�����?���t�/H��$��(H��$���������t�/H��$��oH��$�����E���t�/H��$��.A������z�H�t$H�<$H�Ӻ�!����D$P�H��g�y���H�4$1�H��A� H���ҳ��H��L���G���H���oH���gH�<$�^A�����
�H�t$H�x�H��誻��A���H�
[!��H��1�H��tH��H�L$(�`���H�L$(��A� E1�H��H�����H#T$`H��H	�H�T$`�^���L��H��裴��H��$���������t�/H��$���H��$����� ���t�/H��$��	A����0�@H�t$H�<$H�0��˺���D$(�H��g�#���H�4$1�H��A� H���|���L��H����H��$��������t�/H��$���H��$���������t�/H��$��H��$����t!����@��/H��$��.�fD��������@��L�����A����D$P�@�����L���μ��A����D$8����H�t$H�<$H�Ƿ蓹���D$@�H��g���H�4$1�H��A� H���D���L��H��蹲��H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���A���� ���H�t$H�<$H��蹸���D$H�H��g����H�4$1�H��A� H���j���L��H���߱��H��$��������t�/H��$���H��$�����t���t�/H��$��]H��$����t������/H��$���@���������@L��L�D$蛮��L�D$�����L��H�L$胮��H�L$���f�H�D$x���fD��衫����@��艫���D���@���q�������@���Y������@���A�������@���)������@���������@�����H��$������������ت�����������m���@��詪���5���@��葪����@���y������@���a����l�@���I����V���@���1�������@���������@�������}���@��������@���ѩ������g����fD��S1�H��@H��G!dH�%(H�D$81�H��H�$���H��1�H�D$H�D$(H�$H�D$H�D$ �PH9�tH@H��H�|$�|���H�T$1�H�|$H�5�HR���H�|$���tE���t�/H�|$t5H�<$���tD���t
�/H�<$t5H�D$8dH3%(u6H��@[�fD���Ѩ��H�<$���u���踨����Q������AWAVAUI��ATM�e USH��H�wdH�%(H�D$1�H�,<!I��H�PH�H���H(H�WH�G L����0�H���g	H�$D�=�H�PHcHHc@H��H�,�H9�tH�D��L��H��H�x蚨��H9�u�L���}L���u���H�D$dH3%(uH��[]A\A]A^A_��q������H��������H�� �����f���SH����H�߾0[饦��D��H�� ��fD��H����fD��SH�_��0苧����0������0[�fD��H����fD��AWI��AVAUATUH��S��H��hdH�%(H�D$X1������5DE!L�wL�"����D�*E!E���L�l$0H��L��L��j�E!A�L���D���L�������~�I�|$I�w ����A��0�;����@ZY����I�G��0tI�1�L�����H���L���5���H�D$XdH3%(�qH��h[]A\A]A^A_�f���uɋiD!L�"���
�
TD!����5JD!L��L���ˤ��I�|$�ȲI�w �w���蒳���@���Y���聳��L�t$H�t$0H�@L��L�l$(H�D$0H�D$8H�D$HH�D$@�F���H�D$�H�5��H�D$L�����H�|$L�����H�|$(�������t�/H�|$(�H�|$� �H�|$ H�D$ L��GH��L��H�D$�H���L���`���H�D$H���S���L���K����y���fDH�=�B!H�5ȯ�m���D�C!�C!E�����H�=�;!H�5������A����B!����fD�K���L�t$L��L�l$(H�@L��H�D$0H�D$8H�D$HH�D$@����H�D$�
H�5l�H�D$��������1������@� ����H�|$����@H�=	B!H�5�荩���;B!����f�H�=�:!H�5��=������B!�����k����f.���AWAVAUATI��UH��SH��H��hL�odH�%(H�D$X1����A��0urH�C��0te�Mf�f/�vV�Mf/�vK�����@��ufH��EH�����MH����D$8�L$0H9��.H�C��0�H�D$XdH3%(�HH��h[]A\A]A^A_�D蓰��L�t$ H�t$0H�@L��L�l$(H�D$0H�D$8H�D$HH�D$@�X���L�|$ �L��H�5ǭ����L��L������H�|$(��������t�/H�|$(��H�|$ � ��H�|$(L�|$H��L��GL�����H�D$L��L��H��H�D$�ާ��H�D$H���a���L���Y���L���Q���L���I������@H�t$0H�����������ѡ���k���@� 辥��H�|$ �b����O���f.�D���f.�����f.�����f.�����G �fD���G(�fD���f.����H�M!SH��H�H��8�G��t'���t
H�W�*tH��[�(����H��8H�5����荡��H��[����@��H��!SH��H�H��8�G��t/���t
H�W�*tH���ɤ��H�߾@[髟��H��8H�5:����%�������H����t���t�(t��H�?���N���f.�@����� t�G�D�1�����f.�f������t�G�D�1����f.�f������y�G8�D��鹮��f������@t�G0�D��鉮��f���H����t���t�(t��H�?鈞�����UH��S��H���b>!��tH�5_>!H����H��[]����fDH�=9>!謢����t�H�56!1��:���H�=>!H�>!�7����D��H�H����t���u�f.���UH��SH��H���p�d���H�EHcPH�t�H�HcBH��H�|H9�tHcRH��H)�H��
H��[]�H��[]�
���f.���Ðf.���U��SH��(H�_dH�%(H�D$1��������H���H���H��@�$�D$�`���H�D$dH3%(uH��([]��t���@��H�H��@��gff.����UH�!SH��H��H�H�H�oH�GH��0H�G 螽��H���H��tH��PH��H��[]��ff.���H���fD��H�� �fD��SH���s���H�߾0[�%���D��H�� ��fD��H����fD��SH�_���H��@[�����@��H�H�(t	�̞��@H�Q!���H�H�(t	鬞��@H�!���H�H�(t	錞��@H��!���H�H�(t	�l���@H�Q!���H�H�(t	�L���@H��
!���1�1�H�5�!�<���ff.����1�1�H�5�!����ff.����1ɺH�5^!�������1ɺH�5>!�١������1ɺH�5!鹡������1ɺH�5�
!陡������1�1�H�5�
!�|���ff.����Ðf.���AVAUATUH��SH��H��@dH�%(H�D$81�������u!H�D$8dH3%(��H��@[]A\A]A^�蛨���@��uH�H��H�����f��{���I��H�t$L�l$H�D$H�@L��H�D$H�D$(H�D$ �B���L�4$�-L��H�5�����L��L�����H�|$���t,���t�/H�|$tH�<$� u*L��蒜���Z���D���)������� ������诙��ff.�@��H�� ����f���AWAVAUA��ATI��USH��HH�_dH�%(H�D$81��o����@��uWL���o���Z����@���NH��@D������H�L$8dH3%(H�@(�-H��H[]A\A]A^A_������I��H�t$H�l$H�@L��H�D$H�D$H�D$(H�D$ �ҙ��L�<$�H��H�5�A�G 腟��L��H���z���H�|$��������t�/H�|$��H�<$� ��D���Q���L�<$A� �2�H�5�H������L��H������H�|$����t���t�/H�|$�`H�<$� �oL��誚�����D���I��H�t$H�l$H�@L��H�D$H�D$H�D$(H�D$ �˜��L�$$�H��H�5ҧA�D$ �t���L��H���i���H�|$��������t�/H�|$��H�<$� ��D���@���L�$$A�|$ �@�	H�5#�H������L��H������H�|$��������t�/H�|$��H�<$� ��L��蘙��������1���H�<$� �Z���� ����H�<$�G���������H�<$� ������ ������@���і��H�<$� ����� 蹚��H�<$�����衖��H�<$� �C���� 艚���4���@L��� �s���L�<$���f.�L�� �S���L�$$�������@��UH����SH�����H��H��辗�������0H��@������0H��3!H��8H��!H�蝕��H��H��1�H��3!������H���蔰��H�
!H�EH�H�EH��0H�E H��[]���U��H��SH��H���Y���H��	!� H�H�H�CH��0H�C H�[�������H��H���`H���H��[]���H�G���Ð��H�G9��t���H�1�H�����@ÐfD��H�G�����Ðff.����H�W�������9�t8����SH��	�1����H����H��1�1�H�5-![駚���Ðff.�����u��t$���
t+��tN��u��u�H��0�s���1�H�5�!�R���f�H�AH�����H9u�H�xu�H������u�H�GH����������H�W����������1Ѓ���Ðf.���AUATI��USH��H�_L�狳�H��@趓��L��H��A���x���D��H��������H��[]A\A]�ؙ�����AWAVAUATI��UH��SH��HdH�%(H�D$81��3�����u'H�D$8dH3%(�WH��H[]A\A]A^A_�@I�\$讠���@��uvH��@HcN�F)ȉƒ�x�Hc�H�H�\�H;k(t!��H��H�D��x�H�\�H��H;k(u�H��L�����H�H��PI�$1�L����V���D�+���I��H�t$L�t$H�D$H�@L��H�D$H�D$(H�D$ ��L�<$�#L��H�5�誘��L��L��蟑��H�|$���t,���t�/H�|$tH�<$� u*L���B������D���ّ������ �ƕ�����_���ff.�@��H�� �C����f���ATI��UH���S�X���H��H�����������0H��@������0H�2/!H��8H�!H����L��H��H��H�D/!�������H���H�c!H�Hǃ�����ǃ�^���H��![H�EH�H�EH��0H�E ]A\�ff.����H��H���H��@鐓����f.�H�G�~UH��@�SH��H��H��H����D$�T����L$f.�zuH��[]��H��f(����H�H��1����H��H��1�[1�H�5�� ]�0���Ðff.���H��H���H��@�В����f.�H�G��UH��@�SH��H��H��H����D$蔒���L$f.�zuH��[]��H��f(��7���H�H��1����H��H��1�[�H�5� ]�m���DÐfD��H�G���Ð��H�G9��t0SH�����H�1����H��1ɺH�5z� [����@Ðff.���H�G���Ð��H�G9��t0SH�����H�1����H��1ɺH�5� [鴔��@Ðff.���H�G��Ð��H�G9�t0SH����H�1����H��1ɺH�5�� [�T���@Ðff.�����u ��w2H�
l���Hc�H�1�>��fD��
��������tyúH�5T� �����H�5<� �ד����H�5$� 鿓���1�H�5� 骓��f.��H�5� 鏓���H�1���{���H�
ɝ��Hc�H�>��f�H�QH�1H�
"�H�H9�tzH�
3�H9��jH�
C�H9��rH�
S�H9�ufH�z������@SH���w#H�
`���Hc�H�>��@H�G���[�f.�H�z������fDH�
�H9������H�z�������fDH��H���H��@�D����[�fDH��H���H��@�����[�fDH�G����[�f�H�G����[�f��6���f��6����f��6���f������������H�z������fDH�z�������fD��AUI��ATA��UH����SH���/���H��H���������0H��@������0H�	)!H��8H�� H��ӊ��L��D��H��H�)!H�����H���H�� H��L���H��!H�EH�H�EH��0H�E H��[]A\A]�@��H�H������H��@�����ff.���f.�H�G�~UH��@SH��H��H��H�������D$�3����L$f.�zu
H��[]�fDH��f(��א��H�H��1����H��H��1�[1�H�56� ]����Ðff.�����u��t$���
t+��tN��u��u�H���1����1�H�5� ���f�H�AH�%�H9u�H�xu�H������u�SH�H�H������H��@�C����[Ðff.����AWH��AVAUATUSH��(H�W��H�|$0�����dH�%(H��$1���|$l)ȅ�E��H�T$P�D$h�������L$\HDŽ$�I���$��D$H�D$xH��H�D$`��$���$���$���$���$���$��$���H�D$xH�HHcPHc@H��H��H�D$8H9���H��$�H�T$H�D$@H��$�H�D$H�aD�px�P|E�����ҾH։T$;T$l������t$��$�����t$ ��$����<�T$�������Lcl$\�D$XB�����D$$9D$�A����.H�D$P�|$�D��$�H��@�\�D$D�t$��$��x�"����T$�t$D�L$XD�D$ H��H�ËL$���������H��H��fo�$�H��� fo�$�fo�$�H�H�D$(K0fo�$S@H�C(�Cp[P��c`��Cp�}���H�D$H�D$H9D$8�'H�D$L�t$0H�L��H��H��H�D$(�W���H�L$@H��L��H�T$HHDŽ$��6�����u�H�H��$�H��$�H���7���Lcl$\B�����D$$9D$��H�D$P�D$�D$ �D$XH��@F�����fDA��F����D;|$���D$$D�9D$|܋�$���$��D$�T$ �D$�t$D�$fDD�t$�\$\$�D���H��辊��H��u�A��E9�u�D$�D$;D$|�����A�����D�t$���i���E1��I����HcD$hBDŽ�������"���H�t$(H��$�H��$�H���e���L��$��H��H�5
��y���L��H���n���H��$��������t�/H��$���H��$�� ���t$�:���H��$�� ��H������H�|$`��H��$dH3%(��H��([]A\A]A^A_�H�D$PH��@�D$����4�����$��(���H�t$(H��$�H��$�H���k����BH�=���j����H��H��$�H��$�H��$�A� A�
�H|��IP|1�Hc�軅��H�D$01�H��H��$�A� A�
H�@Hc��荅��H��$�1�H;�!!�PtH@H��H��$�裉��H��$������H��$�H@I��t
H��������L��$�L��L��踉��H��L��譂��H��$�����}���t�/H��$��fH��$�� ��H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���H��$���������t�/H��$���H���ƃ��H��$��D$�����A���� �'���H��$�����5���������H��$�����=��������H��$�����E������ā��H��$�����M�����裁���P�����菁�����H�t$(H��$�H��$�H��轁��L��$��H��H�5G��ч��L��H���ƀ��H��$����ts���t�/H��$�t`H��$�� u*�t$ 螄��H��$�� �d���� ���U���� ���H��$��º��ʀ��������趀��돾 誄��H��$�����8������AWAVAUATI��UL��SH���U�L�odH�%(H��$�1�H�|$@�D$P�D$X�D$`�D$h�D$p�D$x��$���$�H�|$8葀��H�D$@H�PHcHHc@H��H��H�D$H9��[H�D$PH�D$H�D$HH�D$�@H��H9\$�2H�+L��H���s���H�L$H��L��H�D$HH�T$�U�����u�H�D$HE1�H��tD���I��@A���D�L$4H��I���߁��A����L����L�t$ E1�A��讅��A���D���xAD�EE�H���t$(����t$(D�L$4D��H��A��H�D$(�ń��H�D$(H�|$ H�
\� foL$PfoT$`�Ppfo\$pH�H��fo�$�H�h(��H0��P@�PpD��XP``�J���H9\$����H�|$8���H��$�dH3%(uH�Ĩ[]A\A]A^A_��}���f.���AWAVAUATUH��SH��XH�_dH�%(H�D$H1��"�����t����t3�����H�D$HdH3%(��H��X[]A\A]A^A_��苋���@����L�|$ L�l$L�t$L��@L��L���>+H��!L��H�D$ H��@H��@H�T$�g"L���_"L�������L��1��؉��σ��L�������L��1��؉�诃��H�D$H�PHcHHc@L�$�H��I9�t�H�;H��tH��PH��I9�u�L����!H�EH���蟊���@������莊��L�d$L��H�@L��H�D$ H�D$(H�D$8H�D$0�Z}��H�\$�1L��H�5������H��L���|��H�|$���t���t�/H�|$u���Y|��H�|$� �H�|$H��L���GL���c��L���{~��L���s~��L���k~������fD軉��L�d$L�|$ H�@L��L��L�l$H�D$ H�D$8H�D$(H�D$0�}|��L�t$�0L��H�5y��4���L��L���){��H�|$���t���t�/H�|$u���{��H�|$� uTH�|$L�t$H��GL��L���~��L���}��L���}��L���}���{���� �.��H�|$����@� ���H�|$��z��f.���AWAVAUATI��USH��H��hH�odH�%(H�D$X1��Ϛ����u+H�D$XdH3%(�H��h[]A\A]A^A_���K���L�t$0�@�������������Q��	Ј�����$H��������������@����H�CL��@L������@�ƃ�1ƃ�@����x��L��H���H����A$L��L��H���H�D$0�D$@�AD$H�D$8�D$H�;|��H�������H�HHcpL�,�L�$H��I�M9�t%f�H�I�4$I��H����M9�u�H����P��u)�������P���	Ј�����@�L�������H����p�����1ҹ����x��H���H�‹���u�r������1Ҿ��x��H����@�����Q���H���s�����������4���fD�C���L�|$L��L�l$(H�@L��H�D$0H�D$8H�D$HH�D$@�
y��H�D$�L��H�5v�H�D$�~��H�|$L���w��H�|$(��������t�/H�|$(��H�|$� ��������}��H�|$� ��H�|$ H�D$ H�ڃGH��L��H�D$��z��L���z��H�D$H���y��L����y������@�C���L�|$L��H�@L��H�D$0H�D$8H�D$HH�D$@�x��H�|$H����v��H�t$L���VHv�v��H�D$�x �WL�l$(�!H�D$H�5��L���}��H�D$L��H���v��H�|$(��������t�/H�|$(��H�|$� ��H�|$ H�D$ L��GH��L��H�D$�|��L���x��H�D$H����x��H�|$���t���t�/H�|$tL����x���-�������av��������Iv���f���@H�\$ H��L��H�D$0H��H�D$HL�d$(H�D$8H�D$@��v��L�l$ �NL��H�5@��k|��L��L���`u��H�|$(���t���t�/H�|$(uD���u��H�|$ � ��H����w������$���fDH�����H���H���i�������au���P���@1�L���n#H����q���f�1�L���V#H���H�������� �y��H�|$�-���@� �x��H�|$���@� ��x��H�|$�
���@� H����x��H�D$���� �x�������Mt���ff.����AVAUATUSH��H��`dH�%(H�D$X1��(����@��u`H�����H�1�H����H������H���
x��H�=C!H���[w��H���H�D$XdH3%(��H��`[]A\A]A^Ð軁��L�l$H�t$0H�@L��H�l$(H�D$0H�D$8H�D$HH�D$@�t��L�d$�)H��H�5���7z��L��H���,s��H�|$(��������t�/H�|$(��H�|$� ��H�|$L�d$ L�t$H�ڃGL��L���v��H�CL��H��H�P�v��H���u��L���u��L���~u��L���vu������H�H��H�l$0L����)u��H���D$�Ky���L$H��H���D$0�L$8A��苀���@��������z���L�l$H��H�l$(H�@L��H�D$0H�D$8H�D$HH�D$@�As��L�d$�4H��H�5u��x��L��H����q��H�|$(���t���t�/H�|$(uf����Ar��H�|$� ��H�|$L�d$ L�t$H�ڃGL��L���Au��H�CL��H��H�P�>u��H���Ft��L���>t��L���6t��L���.t�����f����q��H�|$� �8���� �u��H�|$�$���fD� �u��H�|$�R����q��ff.�@��H�������f���AWAVAUATUH��SH��H��hL�gdH�%(H�D$X1��/�����u+H�D$XdH3%(�6H��h[]A\A]A^A_���~���@����H��跑����u��~���@����A��$��H��tUI��$@HcV�F)Љ���x=Hc�H�L�l�I9m(����H��H��fDL�l�H��I9m(����y�I��$@�Lv���~���@����1�H��葋��H���s��H�=2!H���Js��H��tH�H��H�����}���@�������}��L�|$H�t$0H�@L��L�l$(H�D$0H�D$8H�D$HH�D$@�up��H�l$�*L��H�5Y�,v��H��L���!o��H�|$(��������t�/H�|$(��H�|$� �/H�|$ H�l$ H�ڃGH��L���r��L���q��H���q��L���q������fD��|��L�t$ H�t$0H�@L��L�l$(H�D$0H�D$8H�D$HH�D$@�o��L�|$ �L��H�5�Wu��L��L���Ln��H�|$(���t���t�/H�|$(u����n��H�|$ � �"A��$�@�����s��H�|$ � ��L���p�������|��H�|$H�t$0H�@H�|$L�l$(H�D$0H�D$HH�D$8H�D$@��n��L�t$�"L��H�5:}�t��L��L���zm��H�|$(��������t�/H�|$(��H�|$� ��H�|$L�t$ L�|$H�ڃGL��L����p��H�D$ �L��H�5�}H�$�
t��H�<$L���l��H�|$(��������t�/H�|$(��H�|$ � �|H������H�5�xH�|$ ��H��xHD��o��H�|$ � �7L���_o��L���Wo��H�|$�Mo���	��������l������@�z���@���gA�Mp�T���D���l���I���@�Kz��L�t$ H�t$0H�@L��H�l$(H�D$0H�D$8H�D$HH�D$@�m��L�d$ �#H��H�5�{��r��L��H���k��H�|$(����u���t�/H�|$(�aH�|$ � ��L���Rn�����D� ��o��H�|$����@� ��o������� ��o���u����I��$�I��$��P�pD��J���A���l1�9��z�I��$�HcHH��H��HHH�)���P�5����y��L�t$ H�t$0H�@L��H�l$(H�D$0H�D$8H�D$HH�D$@��k��L�|$ �"H��H�5dz�q��L��H���|j��H�|$(��������t�/H�|$(��H�|$ � ��L���m�����D���j�����@���j������@� �~n������f�� �fn��H�|$ ����@� �Nn���?���f�� �6n��H�|$���@9�wHc�H��HHH�)��������z������i������� ��m�������|i��ff.����H��tGUH��SH��H�50�H��H���n����H���uH��[]�@H��H��H��[]�o�1�Ðff.����H��tGUH��SH��H�5�H��H���\n����H���uH��[]�@H��H��H��[]�W����1�Ðff.����H��tGUH��SH��H�58|H��H���m����H���uH��[]�@H��H��H��[]����1�Ðff.����H��tGUH��SH��H�5�zH��H���m����H���uH��[]�@H��H��H��[]�W����1�Ðff.����H��tGUH��SH��H�5�yH��H���<m����H���uH��[]�@H��H��H��[]����1�Ðff.����ATI��UH��S��H���gn��x4��t?��tj�S���vB��t=��t,��t'��t"��t1҃���)�H��[]A\�fD��t<H����[]A\É�L���H��D$����D$����@��u�I�$�������1�1�H�5�� H��D$�Ym���D$말f���ATI��UH��S��H���'�����x3��t?��tr�S���vJ��tE��t-��t(��t#��t�P���D�H��[]A\����~KH����[]A\����H���L��D$����D$���@���H�U���������H��1�L��D$�M���D$뜐fD��ATI��UH��S��H���W�����x4��t?��tj�S���vB��t=��t,��t'��t"��t1҃���)�H��[]A\�fD��t<H����[]A\É�L���H��D$����D$����@��u�I�$�������1�1�H�5�� H��D$��k���D$말f����7����fD���'�������f.�����f.�����f.�����f.�����f.�����f.�����f.����1��f���1��f���1��f�����fD���f.����H�1�H�H�����f.����f.�����x�c��f���ATL�g0US��H���Op��tH����H�(1҃�L���߆���ep�Hc�H��I�4I�D4H�T$�D$H�D$�L$H��[]A\�f.�f���H��� H�H�H�GH��0H�G �;��ff.���H��� H�� H�H�H�GH��0H�G ������H�]� H��H�H�H�GH��0H�G �������H�-� SH��H�H�H�GH��0H�G ���H�߾0[�Yb��f���H��� SH�_�H�G�H�H�G�H��0H�H���c��H�߾0[�b��D��H��� SH�_�H�G�H�H�H��0H�GH���#��H�߾0[��a��D��H�m� H�H�H�GH��0H�G ����ff.���H�=� H�� H�H�H�GH��0H�G ������H�
� H��H�H�H�GH��0H�G ������H��� SH��H�H�H�GH��0H�G �W��H�߾0[�	a��f���H��� SH�_�H�G�H�H�G�H��0H�H�����H�߾0[��`��D��H�]� SH�_�H�G�H�H�H��0H�GH������H�߾0[�`��D��H�� H�H�H�GH��0H�G ���ff.���H��� H�� H�H�H�GH��0H�G �g�����H��� H��H�H�H�GH��0H�G �7�����H��� SH��H�H�H�GH��0H�G ���H�߾0[�_��f���H�M� SH�_�H�G�H�H�G�H��0H�H������H�߾0[�u_��D��H�
� SH�_�H�G�H�H�H��0H�GH�����H�߾0[�5_��D��H�%� H�H�H�GH��0H�G �K��ff.���H��� H�� H�H�H�GH��0H�G ������H��� H��H�H�H�GH��0H�G ������H��� SH��H�H�H�GH��0H�G ���H�߾0[�i^��f���H�U� SH�_�H�G�H�H�G�H��0H�H���s���H�߾0[�%^��D��H�� SH�_�H�G�H�H�H��0H�GH���3���H�߾0[��]��DSH��H��t
H�wH����H�3H��tH�~H�^H��u�H�3H��u�[�f.����U��1�SH��H��H�(�&���H�{(H����[H��]�r���f���ATI��1�USH��H��`H�(dH�%(H�D$X1����H����H��H���m��H����H���m��H����������������e`����]H����UP��O�MX�AD$�\��AXT$�\��T$ �D$�AD$�\��AX$�\��L$�D$(�~�������e@����]X����UP����MH�x�����A,$�At$�A|$�l$�Al$�t$(�l$ �|$H�{(�_��H�{(�D$�5c���t$(�|$H�t$@H�{(�$�t$0�t$�|$8�|$ �t$@�|$H��^���\$0�$f���d$f(��\�f/�sfW
�vf/��-�v�Y�sfW}vf/�sfWov�]�H�{(f/����L$8f(��\�f/�sfWAv�Y�f/�sfW%/vf/�sfW
!v�]�f/�rGH��H�=�� �_��H��H��tH����|����ul@H�D$XdH3%(��H��`[]A\�H�t$0�f\����@�e`��7����]@��7����U@��7����M@����H�H�t$0H�����D�U@�v���fD�]@�Y���fD�e@�<����Z�����H����t���t�(t��H�?�(Z�����H��� AVAUATUSH��H�H�����������t
�/��H��@L��@H�PHcHHc@L�$�H�,�I9�tH�}H��tH��PH��I9�u�H�����������t
�/��H�����������t
�/�pH�����������t
�/�`H�����������t
�/�PH�����������t
�/�@H�����������t
�/�0H�����������t
�/� H����E�������t�m�H��x����E���t
�/�.H��p�������t
�/��H��`����E���t
�/�.H��X����E���t
�/��H��P�E���E���t�m��H��H����s���t
�/�\H��@����3���t
�/�H���L��HA�H�} ����j���t�������D9��KH�}����%���t�������D9��H�}��������t�������D9���H�}��������t�������D9��|H��(I9��_���H��H��������t
�/��L�����H��� H��8H��H�WH��G���b���t
�*�LH��[]A\A]A^�[��@H�}@���YW���h���@H�}@���9W���#���@H�}@���W������@H�} @��(�V�����@H�������V������DH���f����V��H�������Y������V��H�������Y������qV��H�������Y������QV��H�������Y������1V��H�������Y������V��H�������Y�������U��H����E���Y���L�EM����I�@I�Hf.�H��tH�PH�@H��t�H�zH�r����H��u�H����H�AH�I��f�H��@f����aU������@H��H���(�AU�����@H��8H�5ڳ����U��H��[]A\A]A^�5Y��DH��Hf�����T���-���@H��`�����T��H��X�����������T��H��P�E�������L�EM����I�@I�Hf.�H��tH�PH�@H��t�H�zH�r���H��u�H��toH�AH�I��DH��p����1T�����@H��x���(�T�����@�L��H���X��H����T���u����L��H���hX��H����T�����H�������@H����,���@H����<���@H����L���@H����\���@H����l���@H����}���@H��X���@H��P���f.�f���SH���3���H�߾�[�%R��D��H�]� H��
���f.���H�=� SH��H����H�߾[��Q��f.����H��� H����f.���H�u� SH��H����H�߾�[�Q��f.����H�H����t���u�f.���UH��SH��H���p��T��H�EHcPH�t�H�HcBH��H�|H9�tHcRH��H)�H��
H��[]�H��[]�T��f.���UHc���H��SH��H��H����Q��H�uH�ËFH�{�CHcVH�HvH���BT��H�U�C�J����	ȈC���t���t�*tH�]H��[]��H�}���EQ��H�]H��[]�f.���Ðf.���H�H�(t	�S��@H�A� ���1�1�H�51� �W��ff.����1ɺH�5� ��V������AVAUATUH��SL�oH��� I��8I��8�G�������tH�W�*���C�������t�k��H�EH���A��HA��u/1�E��A��D����A��D9�t1�1�H�5^� H���6V��E9�@tE��@1ɺH��H�55� �V��1�E��~Cf�H�E��H���H��H��I���n��1�A9�DL��@�ƃ��N��A9�u�[]A\A]A^�DH�5A����,P���C������H�5*���H���P�������ff.����ATI��USH���P�R��H��H����P��L��H��H����0ƅH������0H��� H��8H�� H�EH�����H��@��i��H�|� ��[H�H�H�CH��0H�C H��� �C@H�C0H��� �CHH�C8�CP�CX�C`�Ch�Cp�Cx[]A\�@��SH�_�2|����@[�f.���SH�_�|����D[�f.���AVAUATUSH��0H�odH�%(H�D$(1�9�Du$H�D$(dH3%(��H��0[]A\A]A^�H��A���{��H���DH����D��H��I��H����D��DI��ƅHM��t
1�L���L��M��t
�L���oL��H���Q�����k���H�H��H����O��H���D$�S���L$H�t$H���D$�L$��1�1�H�5x� H���PS��������L��fD��USH����u"��tM����1Ʌ�tEH��[]����
tK������u߃�u�H��0H��[]����1ɺH��H�5�� []��R���H�QH�1H�
����H�H9���H�
����H9��x���H�z�m�����b���H�QH�H�L$�2���H�L$H�H���=���H��5���H���tI���"���H�o��y����D�����f.�H�z���������f.�H�o�y����@�����f.���S�H��H��dH�%(H�D$1�H��H�$�n��H�$H��t;����t�u�C��C ����t�u�C�C�C(H�D$dH3%(uH��[���J����AWAVAUI��ATUSH��H��H�~�M��A�Ƅ�uH��D��[]A\A]A^A_�fDL�{I��8M��8�GH������L��K H��D1�3k$��tC��1��H�CL�$�I�$H9�u�-f�I��H�H9�t ;hu�L9hu�I9$�x����	fDM��9K���H���_P��I�$L�hH��hI�$I��8�@�5���DA�H�ۨ���L�L$H�5��L��I��8H�ËGH�WL�L$��t"���t�*tI��8����@I��8H�5����L�L$�hJ��L�L$�ѐ�sH��L�L$���lN��I��8L�L$�K M�̅��&�����1��H�CL�$�I�$H9�u�
���fDI��H�H9������9hu�L9hu�������AWAVAUI��ATUH��SH��(dH�%(H�D$1���v��M����H�|$H��H�|$�I��H�D$H�PHcHHc@H��L�$�I9�t.E1��L�3H��L�������u	M9�tIA��H��I9�u�H�|$A������,���H�L$dH3%(D��u-H��([]A\A]A^A_�f.�H�|$�����A�������H���fD��AWAVAUATI��U��H��SH��dH�%(H�D$1�I��L���H��H�$H�PHcHHc@H��L�,�I9�t(fDL�;L��L��������u��t��H��I9�u�E1�L���[���L��H�L$dH3%(uH��[]A\A]A^A_��TG��@��AVH��AUI��ATU1�SH��dH�%(H�D$1�I��L���G��H�$H�PHcHHc@H��L�$�I9�tH�3L���%���<��H��I9�u�L��迧����H�L$dH3%(u
H��[]A\A]A^��F���f.���AWAVAUATA��USH��H��L�w�t��Ic�f�H�D$H��H��H��f/�rN�Hf/�rCL�d$A��0�I��I��J�#J�D#H�$�$H�$�$H��[]A\A]A^A_�@�hSH�H��H�C@H�CHH�CPH�CX�C`�Ch�����H�C8��H��H�$����c���D�m�E1��f.��1Ҿ�@��E��H�C8L��D��H��H��HhH�H����H��H�������E�MI�G�_CH�_K@�CH�K@�E�M�_CX�_KP�CX�KPM9�����I��H�C8E������z����p����Q���H�<$1���H�C8�W����ff.����USH��H��8dH�%(H�D$(1�讝��H����r��H����H��H�=� H���H��H��tH�D$(dH3%(uHH��8[]�H�H��H�����F��H���D$�K���L$H�t$H���D$�L$����=D��ff.�f���H���C����f���UH��S��H���<�����t��uH�EH��1�H���H��[]��H��[]Ð��ATUSH��H�������QHc��xH�C8��P;h||H���C@H���CH�CP�CX�C`�Ch�Cp�Cx�)_��H���G��H�=�� H����F��H��tH�H��H��H���H��[]A\��H��[]A\���L�c8��v)�p�����1Ҿ�@�@C��H�C8H��H�HH���1PH�H���A������r�D$�����1ҹ��@��B���D$H�C8H��H�HH�H��A�A���vT�r�D$������1Ҿ�@�B���D$H�C8HhH��@ �@(����H���H����1�L���	H�S8�D$H���m���@1�L����H�S8H����f.�1�L����H�C8�D$����fD��AWf��AVAUATUH��SH��H��X�dH�%(H�D$H1�f.�z:u8�Ff�f.�z8u6H�D$HdH3%(��H��X[]A\A]A^A_�@f�f/�r��Cf��f/�r�L�e�>O���@����H���:o��A��$DA�����t�H�E8;p}����v1�p����+��1ҿ@�A��A��$DH�E8Mc�H��L�t$ I��L`I�H�E���L��H�D$ H�D$(I��H���C��L���C��L���D$�#G���AL$�_KL���A$�A]L$(L���$�_�A]T$ �L$(�T$ �SA���T$ �$f��f(��\�f/��\$sfW
�Zf��%tZf/��Y�sfWjZf�f/�sfWXZ�]�f/�rN�L$(f�f(��\�f/��2�Y�f��f/��f�f/����]�f/�rL���E��H��H���K������{M��L�l$H�t$ H�@L��L�t$H�D$ H�D$(H�D$8H�D$0�@@��L�|$�L��H�5�Y�E��L��L����>��H�|$���t���t�/H�|$u���B?��H�|$� ugL���A�����f.�H�}81��H�E8A��$D����@fW
Y����fWY���fW�X���� ��B����_>���ff.���H��tGUH��SH��H�50[H��H���C����H���uH��[]�@H��H��H��[]�wD�1�Ðff.����ATI��UH��S��H����D��x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$��D$���@H����[]A\�@���H�U���������H��1�L��D$�]�D$�����GH��FH�GH�F�fD��H�M� SH��H��H�H��8�G��t#���t
H�W�*t
H��[�4A��@H��8H�5�����=��H��[�A��@��H�� SH��H��H�H��8�G��t3���t
H�W�*tH����@��H�߾P[�;���H��8H�5B����-=����f.����H�
� SH��H�H�H�GH��0H�G H�8���t&���t�/tH�{0辜��H��[酓��DH�{8��@�<����ff.���UH��� SH��H��H�G�H�H�H��0H�GH�(���t1���t�/t"H�{ H�k��E���H��H��[]�����H�{(��@�;����ff.���UH�� SH��H��H�G�H�H�G�H��0H�H����t1���t�/t"H�{H�k��ś��H��H��[]釒���H�{��@�;����f.����UH��� H�o�SH��H��H�G�H�H�G�H��0H�H����t=���t�/t.H�{�E���H���
���H��H�タ[]�9��f.�H�{��@�:���ff.���UH�� H�o�SH��H��H�G�H�H�H��0H�GH�(���t=���t�/t.H�{ 赚��H���}���H��H�タ[]�*9��f.�H�{(��@�9��뽐f.���H�}� SH��H�H�H�GH��0H�G H�8���t6���t�/t'H�{0�.���H�����H�߾�[�8���H�{8��@�}9����f.����AU��ATI��U��SH��H��@�HcƾH���!9��I��I�$I�}�PL�@L�A�UHcPJ�4H��Lƒ���H�H��H9�t6DH��@�oF�H��@G��oN�O��oV�W��o^�_�H9�u��pA�U�怃�	�A�U���t$���t�)thM�,$H��[]A\A]�f.�I�<$��@�}8��M�,$H��[]A\A]�fDL)��;��I�$A�E�Q����	�A�E���u�I�<$��t���w���@�%8��M�,$H��[]A\A]�fD��ATI��USH�9q���A���%���9���L���j���I�$9i�~O���2�q�����1Ҿ�@�7��I�$�H�����	��i[]A\Ã�v8�q���u�1Ҿ�@�:7��I�$H���1�L������I�$H��Hc�H��HXHË��v,�q������1Ҿ�@��6��I�$H��HcQH��HQH�H9��_�����C�H��@�B��B��B��B��B��B��B��B�H9�u�����1�L���(���I�$H�ȋ��������q���u?�1Ҿ�@�E6��H��I�$����f�����o�����1��Z���1�L������I�$���1�L�����I�$�������������q���u�1Ҿ�@��5��I�$�\���[1�]A\�f���fD��L�A�JA�B)�A��A��xFLc�Mc�M�K�L�H;q(t*��O��H���I�L�H��H;q(t	��y��@�Q �`;��Ðff.���L�A�PA�@)Љǃ�x;Hc�Hc�H�I�T�H;r(t4��I��H��f�H�T�H��H;r(t��y�1��f.��B �f.�f���f�ÐfD��1�Ð���H����5��f��*��^R�YRf/�Ar!�XRH���,�f��*���f(��\
tA�,�f���*��\��X�QH���,�f���*�Ð���H��� �g�H��f.�����@�����@����f.�����f.����� ��2��f���H��H��� �H�=eQ�H�)� �H�=MQ�H�1� �H�=5Q�H�y� �H�=Q�"H�a� �H�=Q�%H��� �H�=�P�H*��H�=�PH���2��f.�@���f.����H��H��tH�H��f.����f.����1��f���1��f���1��f���1��f���1��f���1��f����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����H�E� SH��H�H�H�GH��0H�G ��1��H��� H��H�PH�H��H0H�SH�C [�+���ff.���UH�� H�o�SH��H��H�G�H�H�G�H��0H�H���k1��H�<� H��H�PH�S�H��H0H�S�H�H��[]麒��f.���UH�t� H�o�SH��H��H�G�H�H�H��0H�GH���0��H�̩ H��H�PH�S�H��H0H�H�CH��[]�J���f.���H��� SH��H�H�H�GH��0H�G �0��H�h� H��H�PH�H��H0H�SH�C [���ff.���UH��� H�o�SH��H��H�G�H�H�G�H��0H�H���+0��H��� H��H�PH�S�H��H0H�S�H�H��[]�z���f.���UH�,� H�o�SH��H��H�G�H�H�H��0H�GH���/��H��� H��H�PH�S�H��H0H�H�CH��[]�
���f.���H�m� SH��H�H�H�GH��0H�G �W/��H��� H��H�PH�H��H0H�SH�C [髐��ff.���UH�� H�o�SH��H��H�G�H�H�G�H��0H�H����.��H�� H��H�PH�S�H��H0H�S�H�H��[]�:���f.���UH��� H�o�SH��H��H�G�H�H�H��0H�GH���{.��H��� H��H�PH�S�H��H0H�H�CH��[]�ʏ��f.���H�ո SH��H�H�H�GH��0H�G �.��H��[鎏��ff.���H��� SH�_�H�G�H�H�H��0H�GH����-��H��[�J���f.���H�U� SH�_�H�G�H�H�G�H��0H�H���-��H��[�
���f.���H�� SH��H�H�H�GH��0H�G �W-��H���ώ��H��[�,��fD��H�շ SH�_�H�G�H�H�G�H��0H�H���-��H��苎��H��[�B,��f���H��� SH�_�H�G�H�H�H��0H�GH����,��H���K���H��[�,��f���S1ҾH���\���H��� H�H�H�CH��0H�C [�f.�@��S1ҾH������H��� H�H�H�CH��0H�C [�f.�@��S1�H�����H�"� H�H�H�CH��0H�C [���SH����H��� H�H�H�CH��0H�C [�D��S1�H�����H��� H�H�H�CH��0H�C [���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���UH�L� H�o�SH��H��H�G�H�H�H��0H�GH����(��H��� H��H�PH�S�H��H0H�H�C�0���H��H��[]��'��f���UH�ܵ H�o�SH��H��H�G�H�H�G�H��0H�H���k(��H�<� H��H�PH�S�H��H0H�S�H����H��H��[]�r'��f���H�m� SH��H�H�H�GH��0H�G �(��H�ؠ H��H�PH�H��H0H�SH�C �\���H��[�'����UH�� H�o�SH��H��H�G�H�H�G�H��0H�H���'��H�l� H��H�PH�S�H��H0H�S�H���H��H��[]�&��f���UH��� H�o�SH��H��H�G�H�H�H��0H�GH���+'��H��� H��H�PH�S�H��H0H�H�C耈��H��H��[]�2&��f���H�5� SH��H�H�H�GH��0H�G ��&��H��� H��H�PH�H��H0H�SH�C ����H��[��%����UH�|� H�o�SH��H��H�G�H�H�G�H��0H�H���[&��H��� H��H�PH�S�H��H0H�S�H�谇��H��H��[]�b%��f���UH�� H�o�SH��H��H�G�H�H�H��0H�GH����%��H�� H��H�PH�S�H��H0H�H�C�@���H��H��[]��$��f���H��� SH��H�H�H�GH��0H�G �%��H��� H��H�PH�H��H0H�SH�C �܆��H��[�$����UH�4� H�o�SH��H��H�G�H�H�G�H��0H�H���%��H�̦ H�{H�PH�S�H���H(H�S�H����t*���t�/tH�{芄��H��H��[]�L{��@H�{��@��#������UH��� H�o�SH��H��H�G�H�H�H��0H�GH���{$��H�,� H�{(H�PH�S�H���H(H�H�C���t*���t�/tH�{ ���H��H��[]�z��@H�{(��@�E#���Аf���H��� SH��H�H�H�GH��0H�G ��#��H��� H�{8H�PH�H���H(H�SH�C ���t&���t�/tH�{0�V���H��[�z��DH�{8��@�"������UH�d� H�o�SH��H��H�G�H�H�G�H��0H�H���K#��H��� H�{H�PH�S�H���H(H�S�H����t2���t�/t#H�{躂��H���y��H��H��[]�4"��@H�{��@�
"����ff.���UH��� H�o�SH��H��H�G�H�H�H��0H�GH���"��H�L� H�{(H�PH�S�H���H(H�H�C���t2���t�/t#H�{ �
���H����x��H��H��[]�!��@H�{(��@�]!���Ȑf.���H�� SH��H�H�H�GH��0H�G �!��H��� H�{8H�PH�H���H(H�SH�C ���t.���t�/tH�{0�f���H���.x��H��[�� ��DH�{8��@� ����f.����ATU��SH��H��dH�%(H�D$1�H��tR���L�
{� H�t��H�5[�H��0�D�����H�L$dH3%(��H��[]A\�DD�%�� E��uXI��H�5�=L���
!��L��H������V���H�<$A�ċ��t���t�/H�<$u������D�%,� A����@���D��H���� ���`����U��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H���H�5��E1�0�D�����H�L$dH3%(��H��[]A\ÐD�%�� E��uXI��H�5�<L��� ��L��H������^���H�<$A�ċ��t���t�/H�<$u������D�%0� A����H���D��H�������d����]��f.���AWAVAUATUSH��HL�-T� H�<$�t$L��H�T$dH�%(H��$81����H��H���1���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���� ��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�<�@<L��H��L�|$ H�\$(H��$�H�yH�L$�D ��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�[�L��L�l$XH�D$@H�g�H��$��D$<0�2���l� ���������M��A��L��H���H�5|��'��H�|$ �D$4����$���t�/H�|$ �H��$������H�����H��E1ɹ@A�H�#�H�5L�����H�|$(�D$8��������t�/H�|$(��H�$�L��I��DŽ$�����H�D$H�D$�D$PH�D$H�D$`H�G7��H�D$hH�۲ H�D$pH�����H�D$x����H��$�L9�t����H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_Ð���������@������$���@��L���������L�����H�y� H��H�D$H�T$(���H�`� �p�
����9rCrH�\$(�H�߃����H�t$H���!���*H������H��M��H���A�H�5u�� ���*� H�|$(���t���������/H�|$(��������D$����D$���Ic�� ��D��$�L��$�H��$����Hc�������$�H��$�H��H��$�����f��J�����9����J��������f.�@��AWAVAUATUSH��HL�-t� H�<$�t$L��H�T$dH�%(H��$81��|��H��H������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���*��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo!8�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�;�L��L�l$XH�D$@H���H��$��D$<0����ȷ ���������M��A��L��H�3�H�5����H�|$ �D$4����$���t�/H�|$ �H��$������H�����H��E1ɹ@A�H���H�5���'��H�|$(�D$8��������t�/H�|$(��H�$�L��I��DŽ$�����H�D$H�D$�D$PH�D$H�D$`H��2��H�D$hH�;� H�D$pH�����H�D$x�B��H��$�L9�t�0��H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_Ð���������@�������$���@��L���������L���x��H�ٴ H��H�D$H�T$(���H��� �p�
����9rCrH�\$(�H�߃����H�t$H������*H���D��H��M��H�2�A�H�5������� H�|$(���t���������/H�|$(��������D$����D$���Ic��`��D��$�L��$�H��$����Hc��8����$�H��$�H��H��$�����f��J�����9����J��������f.�@��AWAVAUATUSH��HL�-� H�<$�t$L��H�T$dH�%(H��$81�����H��H�������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL�����H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�3�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH�D$@H�G�H��$��D$<0�����$� ���������M��A��L��H���H�5������H�|$ �D$4����$���t�/H�|$ �H��$������H���{��H��E1ɹ@A�H���H�5�����H�|$(�D$8��������t�/H�|$(��H�$�L��I��DŽ$�����H�D$H�D$�D$PH�D$H�D$`H�.��H�D$hH��� H�D$pH�����H�D$x���H��$�L9�t���H��$�H��H9�t�z��H��$8dH3%(��H��H[]A\A]A^A_Ð���a������@���I���$���@��L���V������L������H�9� H��H�D$H�T$(����H� � �p�
����9rCrH�\$(�H�߃��~��H�t$H���a���*H�����H��M��H����A�H�5��������� H�|$(���t���������/H�|$(��������D$�d���D$���Ic����D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J������~��f.�@��AWI��AVAUATUSH��HH�=�� �t$H�T$dH�%(H��$81��@��H��H���U���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL������H��$�B�0*A�EH��$�H��D��$�A��@�L��$�DŽ$�@I�D$H��$�fo�.�@<H��L��H�\$(L��$�I�xL�D$�m��L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�s� H���D$<0H�D$XH����H��$��_��H�ߺ1���H�|$(�D$4����
���t�/H�|$(��H��$������H�����H�ߺ1��E�H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$DŽ$�����H�D$`H��)��H�D$hH�M� H�D$pH�����H�D$x�T��H��$�L9�t�B��H��$�H��H9�t�,��H��$8dH3%(��H��H[]A\A]A^A_��������@���
���&���@Ic��X��D��$�L��$�H��$�����Hc��0����$�H��$�H��H��$��Q����<
��f.�f���AWAVAUATUSH��HL�-t| H�<$�t$L��H�T$dH�%(H��$81����H��H���
���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL�����H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�+�@<L��H��L�|$ H�\$(H��$�H�yH�L$�$��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�{�L��L�l$XH�D$@H����H��$��D$<0�
���@� ���������M��A��L��H�3��H�5�����H�|$ �D$4����$���t�/H�|$ �H��$������H�����H��E1ɹ@A�H�S�H�5����
��H�|$(�D$8��������t�/H�|$(��H�$�L��I��DŽ$�����H�D$H�D$�D$PH�D$H�D$`H�'&��H�D$hH��� H�D$pH�����H�D$x����H��$�L9�t�
��H��$�H��H9�t�
��H��$8dH3%(��H��H[]A\A]A^A_���
������@���i
���$���@��L���v������L���	��H�Y� H��H�D$H�T$(�	��H�@� �p�
����9rCrH�\$(�H�߃����H�t$H������*H������H��M��H�2��A�H�5���	����� H�|$(���t���������/H�|$(��������D$�	���D$���Ic�����D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J��������f.�@��AWAVAUATUSH��HL�-� H�<$�t$L��H�T$dH�%(H��$81��\��H��H���q���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���
��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo'�@<L��H��L�|$ H�\$(H��$�H�yH�L$�
��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�{��L��L�l$XH�D$@H����H��$��D$<��r����� ���������M��A��L��H����H�5����g��H�|$ �D$4����$���t�/H�|$ �H��$������H�����H��E1ɹ@A�H�#��H�5������H�|$(�D$8��������t�/H�|$(��H�$�L��I��DŽ$�����H�D$H�D$�D$PH�D$H�D$`H��!��H�D$hH�� H�D$pH�����H�D$x�"
��H��$�L9�t�	��H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_����������@�������$���@��L����������L���X��H��� H��H�D$H�T$(�_��H��� �p�
����9rCrH�\$(�H�߃��	��H�t$H�������*H���$
��H��M��H����A�H�5����`���Z� H�|$(���t���������/H�|$(��������D$�����D$���Ic��@
��D��$�L��$�H��$����Hc��
����$�H��$�H��H��$�����f��J�����9����J��������f.�@��H�H�(t	�L��@H�1� ���H�H�(t	�,��@H�њ ���1�1�H�5�� �
��ff.����1ɺH�5�� �	������1ɺH�5~� ��	������1ɺH�5^� �	������1ɺH�5>� �	������1ɺH�5� �y	������1ɺH�5�� �Y	������1ɺH�5ޙ �9	������1ɺH�5�� �	������1ɺ	H�5�� �������1ɺ
H�5~� ��������1ɺH�5^� �������1ɺH�5>� �������1ɺ
H�5� �y������1ɺH�5�� �Y������1ɺH�5ޘ �9������1ɺH�5�� �������1ɺH�5�� ���������u0��w&H�
� ��Hc�H�1�>��fDH�z��@��
tc������t5��u����������������f.�H�1��w�H�
� ��Hc�H�>��DH�QH�1H�
���H�H9��n���H�
���H9��FH�
/���H9��NH�
?���H9��VH�
O���H9��^H�
_���H9��H�
o���H9��H�
���H9���H�
����H9���H�
����H9���H�
����H9��H�
����H9��.H�
���H9��6H�
���H9��>H�
��H9��VH�
����H9��^H�
���H9��kH�z�n�����@SH���w+H�
���Hc�H�>������Gf��[�f.�H�z������fDH�z������fD�H�5D� ����1�H�5/� ���f.��H�5� �o����H�5�� �W����H�5� �?����H�5̕ �'����H�5�� �����H�5�� �����H�5�� ������H�5l� ������	H�5T� �����
H�5<� �����H�5$� �����H�5� �g����
H�5� �O����H�5ܔ �7����H�5Ĕ �����H�5�� ����H�z�8�����fDH�z� �����fDH�z�����	�fD�������G`�������}�GX����Wx���IGx�[�������[��������[À�����G8�L������@���G0�5����G �+����G(�!������ ���G�
�������[������GH����G@�[������GP��������[ËG|���IG|�[Ë���[����������6����6�a���6�*���6�C���6����6�t���6���������J�������������o������������d�����������J��f.�H�z������fDH�z������fDH�z�����fDH�z������fDH�z������
�fD����H�z�������fDH�z�x�����fDH�z�`����
�fD�G@����fDH�z�8�����fDH�z� �������������H�
����H9������H�z���ú��z	��������f	������1��U	������1��D	���o����ff.���t��u�bP��f��������f�����u����@Ðff.���H��toUH��SH��H�5�$H��H��������t@�H�=<%H�E H����€���u	H��[]�f�H��H��H��[]�_����H��H��[]�fD1�Ð@��ATI��UH��S��H���7�����x��u��~*��H��[]A\�fD��u��I�$�������f���H��D$����D$��ff.����H��tGUH��SH��H�5�H��H�������H���uH��[]�@H��H��H��[]����1�Ðff.����ATI��UH��S��H�������x3��t?��tr�S���vJ��tE��t-��t(��t#��t�P�D�H��[]A\����~KH����[]A\����H���L��D$�E����D$���@���H�U���������H��1�L��D$�
����D$����H�%� H��}���f.���H�� SH��H��Y���H�߾�[�����H��H���20QtQuickLayoutsPlugin����QtQuickLayoutsPlugin%1%2
qt.quick.layoutsQQuickLayout::invalidate()defaultupdatePolish() ENTERINGupdatePolish() LEAVING%1 {sizeHintDirty: %2sizeHint.min : [%1, %2]sizeHint.pref: [%1, %2]sizeHint.max : [%1, %2]}implicitWidth: %1implicitHeight: %1Layout.minimumWidth: %1Layout.minimumHeight: %1Layout.preferredWidth: %1Layout.preferredHeight: %1Layout.maximumWidth: %1Layout.maximumHeight: %1Layout.fillWidth: %1Layout.fillHeight: %1
%s2baselineOffsetChanged(qreal)1invalidateSenderItem()ChildAddedChildRemovedQQuickLayout::geometryChangedfalsetrueLayout must be attached to Item elementsQQuickLayoutAttached::invalidateItemQQuickLayout::invalidate(), polish()Qt Quick Layouts: Polish loop detected. Aborting after two iterations.Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.// Effective calculated values:19QQuickLayoutPrivate��0C�?�������QQuickGridLayoutBase::itemVisibilityChanged()QQuickGridLayoutBase::itemDestroyedLayout: column (%1) should be less than the number of columns (%2)QQuickGridLayoutBase::updateLayoutItems ENTERINGQQuickGridLayoutBase::updateLayoutItems() LEAVINGQQuickGridLayoutBase::rearrangeQt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.QQuickGridLayoutBase::rearrange()QQuickGridLayoutBase::componentComplete()QQuickGridLayoutBase::componentComplete(). COMPLETEDQQuickGridLayoutBase::invalidate()QQuickGridLayoutItem::invalidate()calling QQuickLayout::invalidate();QQuickGridLayoutBase::invalidate() LEAVINGQQuickGridLayoutBase::itemAt(Layout: invalid column span: Layout: invalid row span: , invalidated:d->m_rearranging:b���a���a���a�� b���c���c���c���c���c��0c��c��hc��Xc���b������H����C����7QQuickColumnLayoutQML.ElementColumnLayout����H����@����	4QQuickRowLayoutQML.ElementRowLayout+QI����`����[����R����;QQuickLinearLayoutspacingChangedspacing.B)*+,-+++++	QI
QIQIQI
�QIG��������������
�����x����u����^����X����O����C����
7����
-���� ������������������������QQuickGridLayoutQML.ElementGridLayoutcolumnSpacingChangedrowSpacingChangedcolumnsChangedrowsChangedflowChangedcolumnSpacingrowSpacingcolumnsrowsflowFlowLeftToRightTopToBottom�+�Q���������������	�������������������������������QQuickGridLayoutBaseQML.ElementanonymousQML.AddedInMinorVersion1layoutDirectionChangedlayoutDirectionQt::LayoutDirection20QQuickGridLayoutItem20QQuickGridLayoutBase27QQuickGridLayoutBasePrivate16QQuickGridLayout23QQuickGridLayoutPrivate18QQuickLinearLayout25QQuickLinearLayoutPrivate15QQuickRowLayout18QQuickColumnLayout��mB�QQuickStackLayout::rearrange17QQuickStackLayout24QQuickStackLayoutPrivate&!"#++	�
PIQI����8����2����&����������������������������������������������QQuickStackLayoutQML.ElementStackLayoutQML.AddedInMinorVersion3currentIndexChangedcountChangeditemAtQQuickItem*indexcountcurrentIndex24QAbstractLayoutStyleInfo21QQuickLayoutStyleInfoX@@�?QQuickLayout *QQmlListProperty<QQuickLayout>QtQuick.LayoutsN11QQmlPrivate11QQmlElementI18QQuickColumnLayoutEEN11QQmlPrivate11QQmlElementI16QQuickGridLayoutEEN11QQmlPrivate11QQmlElementI20QQuickGridLayoutBaseEEN11QQmlPrivate11QQmlElementI15QQuickRowLayoutEEN11QQmlPrivate11QQmlElementI17QQuickStackLayoutEEQQmlListPropertyh��������������(�@�X�p�����������P�������~�u�l�d�\�U�N�G�@�9�0�'�������l�_�K�U�4��
�����������v�����������zhijklmn	o
pqr
stuvwxy++++++++++++++++++QIQIQIQIQIQIQIQIQIQIQIQI !�QI"QI#QI$QI%QI&QI
	
��������������������������������������������}����v����p����j����c����^����Z����
Q����
D����:����1����+����$����
�����������������
�����
�����	��������������������
�����	�����
~����t����
d����	W����I����=QQuickLayoutAttachedminimumWidthChangedminimumHeightChangedpreferredWidthChangedpreferredHeightChangedmaximumWidthChangedmaximumHeightChangedfillWidthChangedfillHeightChangedleftMarginChangedtopMarginChangedrightMarginChangedbottomMarginChangedmarginsChangedrowChangedcolumnChangedrowSpanChangedcolumnSpanChangedalignmentChangedminimumWidthminimumHeightpreferredWidthpreferredHeightmaximumWidthmaximumHeightfillHeightfillWidthrowcolumnrowSpancolumnSpanalignmentQt::AlignmentmarginsleftMargintopMarginrightMarginbottomMargin	 
	!
++���� ��������	����
���������������%��������������������������QQuickLayoutQML.ElementLayoutQML.CreatablefalseQML.UncreatableReasonDo not create objects of type Layout.QML.AttachedQQuickLayoutAttachedinvalidateSenderItem_q_dumpLayoutTreeQQuickItemChangeListener24QQuickItemChangeListener12QQuickLayout20QQuickLayoutAttached(QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacetQtQuickLayoutsPlugincuri�oQtQuick.Layouts�;�t0���P���`��49p�����������������P�� 
`��0���`���D���t���@���
����
����
����
���L@�������� �hP�������`���4��P �l���0�������`���4��P��t��`�������p��� �8p�T��p���P��p������� P�dP������`�����0��D��X��l ����0����`����p������������������� ���XP�������P��8���X�����)����*��@�+����+����+���,���,��� ,���P,��`,��(�/����1��8
2��L
2��`
 2��t
02���
@2���
P2���2��03���P3���3��,�3��@�3��T4��@4��,�4��@5���P5��H�5��t�5���@6���P6���`6����6����6���6����6����6��7��  7��4@7��H`7��\�7��p�7����7����7���8��� 8���@8��P8����9����9���P=��<>��d`>���p>����>����>��� ?����?����?�� 0@��D �A��� �A��� �B��� �B��� �C��!�C��0!PD��h!`D��|!�D���!�D���!E���! E���!pE���!H��4"�H��l"I���"�I���"PJ���"S��$#@U���$�X��p%�^���% b��&0b��&�i��`& j���&�j���&�j��'@k��@'�k��x'`l���'0m��(�m��D(n��X(n��� n���0n��@n��Pn��(`n��<pn��P�n��d�n��x�n����n����n����n����n���o��o���o���o����o���p��0Pp����p����p��Lq��0q��,`q��`�q����q�� r��|Pr��@�r��T�r����r��`0s��|ps����s��h�s��|t���@t��(�t��D�t���u��t#0u���#px���#�x���#`���<$����X$����l$Ѐ���$��$ ����$����<%`���p(p����(�����(�����(Ђ��)0���P)���|)0����)P����)p����)Ї��<*`���`*@����*0���+��`+����-P���X-����-����-P����-p���.��\.@����. ����(@����(�����(����*����,���H,�����+����+�����+ ���t,�����,�����.0����.����L/����`/�����/P����/p���/����$/����8/����t/�����/����9�����/�����/�����/����0Р�� 0��40�H0���\0���p0 ����00����0P����0`����0p����0�����0�����0����1С��$1��81�L1���`1 ���t10����1P����1`����1����50���D5�����1����4p����5���1@���l5�����5 ���2`���@3����\3�� 2 ����4`����4����<2��X2 ���t2P����2�����2�����2 ����2�����2���3p���3��,3P���x3�����30���h4�����3����3p����4Э��4@���@4�����4����5����h6P����6��6����<6@����6���6��7��<7�����7 ����7���,8��|8����8@��P9`��d9���x9����9����9����9���9 ���9@���9`��:���:���,:���@:���T:��h: ��|:@���:`���:����:����:����:`��x;����;����; ���;���<���P<���H;���\;zRx�$`��� FJw�?:*3$"DX��\`��p\�� �(���T��-L�\����T��1L�`�x��!����,���=E�D K
AK
CF4<��SJ�D�Q R
AAEDG�A�t(��	��$����$����$����$��
��$��
����?a�]���Ca�a(���<����P<$��d8$��\L�g
MW�x$��]L�t
H8�,���B�B�I �A(�G`
(A ABBF��$��2�����d[
AD���E��<,����E�C�F 
EAED
IAJUAAl0$��$�L$��$�h$��'��$��'8����!F�B�A �D(�D`a
(A ABBH8����JF�B�A �D(�Dpl
(A ABBE4���WA�Q�P���WA�Q�l@��/Y�Q��T��/Y�Q��h��WA�Q�����WA�Q�(�����E�P
KE
K_
IL(t���E�~
MS
EQ
GY4���@g�T�P��Jo�V�l@��%Q�O��T��%Q�O� �h���Q�G ]
D�G�4��RA�L��x��Ai�S����RA�L����Ai�S�8$��RA�L�Th��Ai�S�p���RA�L�����Ai�S����(Q�R��(��(Q�R�8�<��uR�B�A �C(�G0H(D� A�B�B����0���6E�p$L���/E�I�D WDA@t���iF�B�B �A(�A0�D�u
0A(A BBBC0�����F�A�A �DPA
 AABG����4Y�O����<����W�B�A �C(�J0s(A ABBH����\P�p\��h��t����
�|�)���
���)���
	��$	��8	��L	��s|]
GFl	���((�	��kE�D�F V
GAKL�	��,	F�B�E �B(�E0�A8�D��
8A0A(B BBBF`�	��%F�B�B �B(�A0�A8�DPR
8F0A(B BBBE�
8D0A(B BBBK(`
l��E�F�D`�
AAA�
�2E�a
JA8�
0�F�B�A �A(�G��
(A ABBIL�
�)%F�E�B �B(�I0�A8�G�
8A0A(B BBBE 8���E�FP�
AG4\����i�D�G ~
AADDA�A�H�����F�B�B �E(�E0�A8�DP�
8A0A(B BBBA�,��
�(��
$��E�Q$(��
8$��
L ��*E�dh4��
\|0��eF�E�B �B(�A0�D8�F�F�H�B�A�H
8A0A(B BBBCL�@��F�B�B �B(�D0�D8�G��
8A0A(B BBBF,
0U��@
,U��T
(U��h
$U��|
 U���
U���
U���
U���
U���
U���
U��
U��U��0\��D�T��X�T��,l�T��dF�E�A �F0M AAB(���lE�C�D@X
AAA�D��$�P��RE�H�G tDA���
���
,���E�QH���
\���
p\T��%��T��7L�f�|U��%��U��7L�f��V��%�W��7L�f�W��%8X��7L�f0���E�QL��� `��� t��� ���� ���� ����������� ��,��8��(D��<�W��5A�sX4��l�S��)��S��)�U��)�$U��)�0V��)�LV��)�R��)�4R��)�R��;L�j(�R��;L�jD�S��;L�j`�S��;L�j|V��;L�j�4V��;L�j��T��;L�j��T��;L�j@����1F�B�B �A(�D0�Gpq
0A(A BBBA0���
HD����F�B�B �E(�D0�A8�D�e
8A0A(B BBBI$����E�I�D �AA$����`E�F�G KAA��������)������Q_�e�84���L���%4`���XF�B�D �A(�D0|(A ABBH�����F�B�B �B(�D0�D8�D�q
8A0A(B BBBE�H!��
(�D!���F�D�I ��WB$�!�� 48"���S�M�J0d
AAHcF�J�pl"�� 4�x"���S�M�J0d
AAHcF�M���"����"��AQ�f��#��#��AQ�f�@#��0<#��AQ�f�8Lp#���9�lK�@�a
Ga
GM
CMC�4��%���F�E�D �I(�D0�(A ABB�l&��!4��&���S�H�J0j
AAGcF�J��&���m�eL(t'���F�E�B �B(�A0�A8�G��
8A0A(B BBBALx�/��5F�B�B �B(�D0�D8�G�

8A0A(B BBBA$��Q��.E�E�G QCD4��Q��?F�F�A �G��
 AABD(�T��(P<�T���M�B�B �A(�A0�]
(A BBBIO
(A BBBJ�\��E�Q� \���,\��%L�T�@\���L\��%L�T4`\���i�D�G ~
AADDA�A�HDH0��FF�B�B �B(�A0�D8�D�I
8A0A(B BBBH0�l\���E�I�L d
AAH[AAH�3��SF�B�B �B(�D0�A8�G�u
8A0A(B BBBI@,9��!F�B�B �A(�A0�G�s
0A(A BBBBT<��
Hh<���F�B�B �B(�A0�D8�G�u
8A0A(B BBBI4�XC��SJ�D�Q R
AAEDG�A�4��C��SJ�D�Q R
AAEDG�A�4$�C��SJ�D�Q R
AAEDG�A�4\�C��SJ�D�Q R
AAEDG�A�4��C��SJ�D�Q R
AAEDG�A�@� D���F�D�D �F0A
 AABGH
 DABA@�D���F�D�D �F0@
 AABHI
 DABH@T(E���F�D�D �F0A
 AABGH
 DABA��E��	��E��	��Y����m����Y�� �Y���Y��(dm��\L�k
IWH�m��eL�x
L<d�Y��SF�B�B �A(�D0�
(A BBBF(��Z���F�D�A ��AB��[��E�P��[��E�P@�[��F�B�B �A(�A0�D`t
0A(A BBBD@Lp\��VE�A�D0\
AAHa
AAMK
HAL ��]���E�L x
AAH��]���F�B�B �E(�A0�A8�GPT
8D0A(B BBBG\l��eL�z
JHp_���F�B�B �E(�A0�D8�D`�
8A0A(B BBBKHh`���F�B�B �B(�D0�F8�DP�
8A0A(B BBBA@�x`���F�E�E �A(�C0�D@o
0A(A BBBA(��l���E�L�G 
IAO($ 8m���E�L�G 
IAOP �m��uL�G
M(p \k��uE�H�G {
DAL(� �k��uE�H�G {
DAL\� �m��ZF�D�D �C(�D0�
(A ABBK[
(A ABBGK(A ABB4(!�n��:F�D�A ��
ABA�CBH`!l_���F�B�B �B(�D0�A8�GPi
8A0A(B BBBE(�!�`���E�A�GPM
AAD�!ta��
0�!pa��?E�D�F b
AAEDAA@ "|a��F�A�A �G0�
 AABED
 AABHHd"Xc��aF�F�B �B(�A0�D8�G�E
8A0A(B BBBE4�"|f��SJ�D�Q R
AAEDG�A�P�"�f���F�D�D �F0D
 AABDI
 DABHd
 DABE<#�n��aP#,o��dd#Xp��
x#Tp��
�#Pp���#Lo��	�#Ho���#$p���#0o���Hs
Uh�#p��$�o��$$�p��8$�p��L$�p��`$�p��t$�p���$�p���$�p���$�p���$�p���$�p���$�p��%�p��%�p��(%�p��<%�p��P%�p��d%�p��x%�p���%�p���%�p���%�p���%�p���%�p���%�p��&�p��UL�D &�q��UL�D<&�r��UL�DX&t��2L�at&�t��:L�i�&\u��2E�l�&�u��2E�l�&�u��-E�g�&�u��+E�e'�u��-E�g'�u��p0'<v��pD'�v��pX'�v��pl'Pw��p�'�w��p�'s��6L�e�'<s��6L�e$�'�w��nE�L�G LDA$�'x��nE�L�G LDA$(�x��nE�L�G LDA$D(y��nE�L�G LDA$l(�y��nE�L�G LDA$�(�y��nE�L�G LDA�(�w��]L�L�($z��]L�L�(�x��]L�L)\r��>L�m,)�r��>L�m$H)o��fE�L�G GAA$p)�m��fE�L�G GAA$�)�m��fE�L�G GAA$�)�o��fE�L�G GAA$�)p��fE�L�G GAA$*�n��fE�L�G GAA(8*$y���E�L�G b
DAI(d*�z���E�L�G j
DAI(�*L{���E�L�G j
DAI(�*@y���E�L�G b
DAI�*�y���L�b
J+�{���L�j
J0(+|���F�A�C �G0]
 AABF0\+�|���F�A�C �G0Y
 AABBL�+�}���F�B�B �B(�A0�A8�G��
8A0A(B BBBBL�+���F�B�B �B(�A0�A8�G��
8A0A(B BBBBL0,<����F�B�B �B(�A0�A8�G��
8A0A(B BBBBL�,����4F�E�B �B(�A0�A8�G��
8A0A(B BBBDL�,|����F�B�B �B(�A0�A8�G��
8A0A(B BBBBL -̑���F�B�B �B(�A0�A8�G��
8A0A(B BBBBp-�f���H��-$���EHj�-�� �-� �-����-����-���.$���.0���0.<���D.H���X.T���l.`����.l����.x����.�����.�����.�����.�����.����/���� /̖��d4/ؖ�����tK�/�
AM
AO
Ab
Aa
A`
AQ
AIA���P�W��/p����/|���%L�T�/���/��@�/����{J�D�Q l
AACD
G�A�LDDAG��0804���dF�D�D �F0Y
 AABG4l0p���SJ�D�Q R
AAEDG�A�@�0�����F�D�D �F0@
 AABHI
 DABHGNU�����P�`0"��1"��`�p&1"��@�p#`C"�� ��7`C"��@��3@G"Ѝ���������Ќ`��1"�� �������������1"������������2"� �   p���0 @ ���� U"��2" �h3"@��3"`�h3"���3"���3"���3"P3" ]0]0c@]�\`c�\�\�3"�f�n  p���]@ �3"�n�n  p���]@ �3"o o  p���]@ h3"�$�W�Y$�$� M���#�#`PpC�'�$�F�� �`�`.�&�\�����h3"p$�$PP������h3"�$�$@\��'P\`\0p\�\�\�\P����\�3"%PX�Z�a0b� M���#�#`PpC�'�$�F�� �`�`.�&�8������3"b�bPP�������3"�apb@\��'P\`\0p\�\�\�\P����\�3"0%�X`[�]@^� M���#�#`PpC�'�$�F�� �`�`.�&0A������3"^�^PP�������3"�]�^@\��'P\`\0p\�\�\�\P����\�3"P%Y \P`�`� M���#�#`PpC�'�$�F�� �`�`.�&0A������3"�``aPP�������3"�` a@\��'P\`\0p\�\�\�\P����\4"p%pY0\_�_� M���#�#`PpC�'�$�F�� �`�`.�&0A�����4"`_`PP������4"0_�_@\��'P\`\0p\�\�\�\P����\�X"`���P-� U"0��2"�C"p�Є  p���0 @ �C"�p�p�@�Ї@}�|���z�p�}q`yz��� �`�����������C"��@�0}�������C"0���@\���P\`\��p\�\�\�\P����\�X" �`��t���4"���3"�h3"@��3"���C"XG"p%pY0\����� M���#�#`PpC�'�$�F�� �`�`.�&0A�����XG"`�0�PP������XG"���@\��'P\`\0p\�\�\�\P����\pG"%PX�Z��� M���#�#`PpC�'�$�F�� �`�`.�&�8�����pG"�p�PP������pG"p��@\��'P\`\0p\�\�\�\P����\�G"�$�W�YP��� M���#�#`PpC�'�$�F�� �`�`.�&�\������G"����PP�������G"ДP�@\��'P\`\0p\�\�\�\P����\�G"P%Y \Б`�� M���#�#`PpC�'�$�F�� �`�`.�&0A������G"����PP�������G"0��@\��'P\`\0p\�\�\�\P����\�G"�p�p���p�@}�|���z�p�}q`yz��� �`�����������G"���0}�������G"@��@\���P\`\��p\�\�\�\P����\`���U" �� U"p���P��P������ �`���������� U"������� U"@\���P\`\��p\�\�\�\P����\XU"���� ���������`�����Wh}��������@�
8�H0"X0"���o`8�
��["(��8�s	���o���oh7���o�o�5���o��X"p�������������� �0�@�P�`�p�������������� �0�@�P�`�p�������������� �0�@�P�`�p�������������� �0�@�P�`�p�������������� �0�@�P�`�p�������������� �0�@�P�`�p�������������� �0�@�P�`�p�������������� �0�@�P�`�p������������������!` �!�!P "GA$3a1@�E�GA$3p1113��b�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113p�5�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY����GA+GLIBCXX_ASSERTIONS
GA*FORTIFY�p5�GA+GLIBCXX_ASSERTIONSlibqquicklayoutsplugin.so-5.15.3-2.el8.x86_64.debug?�b
�7zXZ�ִF!t/���]?�E�h=��(a�K"�`�[mhV1ٶ���$'f��y"����νWGEN�t�`L�1���h1�Շk�p֔�w#��ٰN��2�K	Q���:bx�Y���]�c[���0��v�׬
�����ih��@��T�)�Di����㢰L�����ڨ|�iv�Q�nD%���=w�=|Ԙ�ꗻx���J�h4��p9���غ��
�%�P�X)UG��9@j�P+ ��!�³_�la%z�V�Po,���%N� q	���_����6��<"r�z�(9
��rf�>=��b�#� �%;�*�c�uRTU7���S��,G�k��T,�M��#^Է5����V*�m�9O�?;4���+-`�|����X��N�Y2�\�a��# ���ReG���9�S7������7Y��3@_+"�����z�4�v����R�CO��	(��i"��؆=y��s��3�½���L�|��'Y��+O�?+a�1��S�Q�n�̨���kd��X�9]?sNMc6tsς�ʦ
�d)H>��9�p1���zRk���	`����
������2(ӈê��-i���?�kթPղ�<�T���Kɋ۸[o�2�����j�a�8l ���[�!Xv����0��h�Hy�`�GXQE�)~=�A�X&V~��Xo�$=��:k��e�n�?Z��d�e����EDΤ�����#�=.���Z��ha�'2��g(E�f�oe�K)븄���q�5�O�u�p}|6��%�W�\�'\�bH8�*���K�񕥰�+e<F�/�E��`V!]�Уtڄ��'�����c��d�n�8N�!T�氼��l�O�]&�v�0J��-���O��b�o�;�ʧ��	�Gy:n]�@U�X3�-����fJ!����i�����Iy���:�
v�<��f1�wͷ��v)����agk�E��9���^j��X>C��v�{6-G:3ǻ;�Nv8j�����;L�g]�f>E#((f�	�DX,��=�'�3�����V��ū�=$|&���p���D/i�X�����G���3J��2������>�x�R'��;fM�s��������\O�{�W�Q��<���̼{l~S�I�ØK"&�!�Vlj�3H�d�Z����DL�"~��c�N��)$�w��f:� s]�
�1�"h!����\�������w����w�b�E�������h�~%�x��KL�&7�Q��yi�m4S�uY�{b�\̒T���IV;�'^הB��q�@�#)�R��V��#�T���
-�p��r����c��}]V5
ȷ��γ��gJ�|�;�s�֒L�Cy]�F(��n���a�g_���G�S������Za�*�=��^�����kR��vUO<Y�`��)�'� �wl(��i�����gu��`L�g���|?��dhy���r:1N��by8)v��1�eLo1�q�)�'��
�!w�%A�"�2��Ք.�����}Z��ݯ�2�x�ntk~�T�~��εS�����U�WV�=�n|�׵�Oõ���<��_�*F�����2��#;�x�&���J�-�cdj�`��r�)B���A�ڿ�:������n���������W`C�]�k�EA8�R�+s����i�D�.�f���l���0N���{PF)��n�_��?_xXW]m��0��ݾ���^�^��7V	6���]�{9'���tN8�j5b�ȉ����l�t�֢�
�*D�����՝t��8�ڷ/����F���8|#��啖�@�)鐎�6��j���5*���٣+��|X�w�����hr���[Stn��g/�t!}삽��acL�M��I�8�D�dx���5"^���4�V�K���p"a����u�jF��EG��,6O/�;�zE�7��87�c���b��a0m,�գ�L���]R	��֋�8E��q���=F��3���z��)��4ǁ��RK���M�@�_m�Us�d/�š��b��gg��}�����f�Ҟ���,�3zY�U��ab��Έ1U�+60S��t���Inn}B��Toͨ��J,����j����{�U��zN*0B�5��û™�CM��e�V���{�Y!'�qY��:����O�l�E�C`���`�;EޭCTQ�	���78>W�O��D:���$&9?\�o����b?q;b�3yu��k����	�i5}�=n��މ`�e�D����U�
/���{r�٣��6�ϱ���^+��L�F�����!:�S�r��'�D~�\#
�ŷ�dt�]��y�ՒsZ����g}Ǹl}��]����:�� �3���թY.���
#-W���p�̌T�\#l%d�G9<r��p�^L����4]��B��9�t��%�`�!���0�*D�+���ɴ: ��d�ib�Xr��S_�a���T�-y+�.��\g���m)NI&�ɚ��f�AmF�iR�!��'>��&T�-NGG'��E�HB�����*	�
�a�0�_^p��<:��v����De�l@@�x�\�.|��^�(��
D����GI�ga�cS6�"�m��9G�[�~���֞�0Zp�#�h��},�`ꚉ�u@�G@��n���<�� ��}���;#$�co��C+�K���Aj��"~3�����#�Bܥ4p	����C��4���&�8�؋	0P�F���|\��0i�	Z�7�⃎�5��I}���`͡�c���x��l�Aꚡ�%q��1���L�O����3�!��}�4�K���������eL�U�pI����;�=�l����-���sE��wJ(!p�V�p%�������bl���T0�]�O#�E�LQof�$��3b�	X*	X��F�$|�_D�����\` ��Pt�r�#���m^,�f�����1�{�V]��[�,S��b�Q�E��v!���{�q2��A�0��ܒ�WՍ(��@�)�8Y�E#G�_v�򦎅uĠ���QTJ
Y"6z��N��^���&u1`5:��P@��}]�������U��'H�9T:�(ш�;}a�8Ծ��l�*x�6^�#BYp��)��5�uu'��wp5L��G�K'���@s�$�k��7�'#r*�3���AI�ߎ=Iv���Ɔh�]
Ѩ��ظ�1�֨��a���acX�x��:ۿ��Li�:�aU1��F^��-xz���g]�X���Q���p���0���+$b.��ơbc׼]� �1^���"r���
]�I�d�h���0\Λ���%A3iT�(��S7�ꃀLO�w�T i�]#��h0.�	���� -߭}r����[S���mP��,�=�y�R:uf-�T:��2��_[Ff�r��,;�;'%�n3��m�#���.MX�xe�9;���B�}�w�)�
^�~��B���=h��	/����h�Y#������!��5`�@O�#fmf�E��U�7ӓ+�zY=��a.u������*�������6�G*���������y�K��.�Ķٯ��
�(
1�G+��<F&:j�N��lG��Q�=�L=8CB�Ͷ`B���V�'�!2��	�'1���YOE��b.-�m�{Wn/�����lİ�;���a:d����>�W��f(�����H��+�pU���4P� IW��[�vQ�\"}����zч���X_R�vF�˩9,
!����|a�����`�i���"�.mC>5��^|���nl���9e��-��X����W�DWT5��t�R�Z�OZ����H���
GJZ+����}��^5����n��v��.	�U�RJA���*�۟5�~�wЈBsD�B:���Oj���'�Wq�]����bms�
sߜ��*2��xF�"]�omC"�~���~�Hϙ����@�n^��Q۱F�²�L�n���0@�GT�<5���Te�U�Yx�ԷaG������PV�����P�/|A!�0��5a�\�Hrq���^eV�O;V[HOD�y���M��5<���H�
>�G�Q����CS���SE��k���>P��ͬ���d�0^ACX���`�)�y:�����5�'\j-���gO�>��!���/�+V�[ԟwW��]����8�Iב��ّ��'ȏ/Y)�'�آ
��Gʛ(i!�!d{������ �O�"��v�{n�g�ѕ3U��\FTi�H�1��Cg˱� H)>'M���W��VBª5�r����j�ih��uɡ3cͭyS��m�j�5��_0F
G����*��P��u��k�-��d�}85&(�1]@p+[BM��_@�@h�n�Ef�d �ɇq��1���M
Ag��B�����vpg��̽,�%m\B����K����Y�,Ө
�NȎJSu$��m��tK㴔����u;��H��1�s,�QI��j�B��y���uO���I��@h��Q��Ӆ�]���
������ �<�aqw��ߍ���M����15[�pj����֩��/g"��rH���(�C4;�`�K�
	co;�.��}Ĉ���"ߒ��M�-�݇HH��X���u�FlB����H���:b)���'\�@�[?���kj*`r�Yɤ�w
x+���V(��h�m ��C%֕���.�Z��C�Y�_��Yxbm��N|�oY>�#~�����Pm���O��@ҁ�x��^H6jLP(;{
��r���
������ߧZ�K��vMع,�B�	[}��6K�bo�&ׂ�U��t����D��I{L�S_M�Q524��
��J+<2�
��d������6
M����3B�/EoGS���T��{���3c��@�O��+��`�q�l��	���\|�'��[����l���Ӈ��gx(�Pg&�8�kI�:WSAC6
�MR�!�:!R"%���E7%B��Oy�[��酒�����v�.T�~���m�ڮ<�?6����V�y�y��e;�����<���=��?�nHj76��E��+�]�P�44��J��V�=2|K����G�S����߆i;���~���|9�H�f��qt����)o|�ƟTC����+�2v]�*��@��G�8��;rσgw�yRV`-�,��na�j!	U�T�"^�ɡж� �f���3�!y<�P��?�驆��8a2�zkg�>�^����T�~���M�<}�aVo�2D�SRa��W�^B���ڈf;ѵwV�ߓ���6l�h҃?�8
�S	��}�x��
J{FH6,r8��1�n��*x�9�����r���ӊ�^�jPW�Փ99�Z���Y�ox��<�"���S� ��"QJ�L2���4̏P^ϳ�30���6Xkj��x�x-�ߐ�YѲ���Ę�M�]��"�K�~?G
�d[r��dtҡ��,�klM���P�wq��ff"j��7H�f
���{��u[����7R\�9��Qą���y�G����3r����5�&���Kd1�XW^,7�y����b�Wzs:	מ)x����!\g�}H��E9�����Њ������W�����-h���d��?j��v|
 '�B�9%�#��c�E\�PׂqP�P>;�I��6c��FZ,�>�,@
��JY�I2�]v(�Վ�;�[�Cݙ��D9�6��K��/�Y����؛i�fћ������٣��	��Y;"m��፵z<�q{Ssq���Zq�9bksX>oV�|���3<,�2@�ǀPB1�=�Y)L����,���a�+����dn���,�A��]k7�ϻ�N���(�rĔ��a�ֆ�%�j��0��ˋ;�ƨj�s�}b�r>�Ù=��rh�L�D�𕞺�3UXd+��?x���ȉ0��Vy�~K��!C�OA�(�*iأJ�BZ4@x+�S΁�Ja)�ig�S��Gv8qn#K��xL���w�<���V��f᳍2���諑�f�}*���\��s�D6��sOW��܀�U�(�3ĉ`���FJ���/�>KV�i�wϢ�z|������P@<8�)h	�L�m;L���8+�>
�P����_�ն`��yx�B��}�����m�B��1��o�H:��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``@(���088�8���o�5�5�E���oh7h7@T�8�8�s^B(�(�h@�@�c`�`� n����w�����}8�8�
�`�`�G# ����������n �0�0������0��*�* �H0"H0�X0"X0�`0"`0�( ��X"�X���["�[x`"`� �`"�`� ab�`d!�d80,e�~?PK�[�1V�}}QtQuick/Layouts/qmldirnu�[���module QtQuick.Layouts
plugin qquicklayoutsplugin
classname QtQuickLayoutsPlugin
typeinfo plugins.qmltypes
designersupported
PK�[́겑�%QtQuick/LocalStorage/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        file: "qquicklocalstorage_p.h"
        name: "QQuickLocalStorage"
        prototype: "QObject"
        exports: ["QtQuick.LocalStorage/LocalStorage 2.0"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Method {
            name: "openDatabaseSync"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
    }
}
PK�[�����0QtQuick/LocalStorage/libqmllocalstorageplugin.sonuȯ��ELF>PY@��@8	@���� ���� �� 
h
 ���� �� ``888$$������  S�td������  P�td��������Q�tdR�td���� �� 

GNU3�{#+�c�b`��:i/���B28���l��Pb�!��|CE���qX�z+b��-����d�rKfd�� �U��*s�*z��&	��F"/��*
�?�
�
Wvh4�	����
�Z�����
K ]`	]��J�����
c�
�:{cC�	��
�!	n�E�
F�z�+I]o�!�	T]dr
s|k�	N9���z�����?�n�
H6�;�|-n
�8<
, d��1y���
�����Te;8

;���&��T�`'��Z�!`�"�P� �� �� ��@�h�!� ��Z=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN3QV415PersistentValueD1Ev_ZN3QV415ExecutionEngine9toVariantERKNS_5ValueEib__stack_chk_fail_ZNK9QSqlQuery2atEv_ZN9QSqlQuery4seekEib_ZNK9QSqlQuery6recordEv_ZN3QV415ExecutionEngine9newObjectEv_ZNK8QVariant6isNullEv_ZN8QVariantD1Ev_ZNK10QSqlRecord5countEv_ZNK10QSqlRecord5valueEi_ZNK10QSqlRecord9fieldNameEi_ZN3QV415ExecutionEngine13newIdentifierERK7QString_ZN10QArrayData10deallocateEPS_mm_ZNK3QV46String21createPropertyKeyImplEv_ZN3QV415ExecutionEngine11fromVariantERK8QVariant_ZN10QSqlRecordD1Ev_ZN3QV46Object10virtualGetEPKNS_7ManagedENS_11PropertyKeyEPKNS_5ValueEPb_ZN12QSqlDatabaseD1Ev_ZN9QSqlQueryD1Ev_ZN7QString16fromAscii_helperEPKci_ZN3QV415ExecutionEngine9newStringERK7QString_ZN3QV415ExecutionEngine19throwReferenceErrorERKNS_5ValueE_ZNK9QSqlQuery13isForwardOnlyEv_ZNK9QSqlQuery4sizeEv_ZN9QSqlQuery4lastEv_ZN3QV45Value12toNumberImplES0__ZN9QSqlQuery14setForwardOnlyEb_ZN3QV45Value13toBooleanImplES0__ZN3QV415ExecutionEngine14throwTypeErrorEv_ZN3QV46Object21defineDefaultPropertyERK7QStringPFyPKNS_14FunctionObjectEPKNS_5ValueES9_iEiNS_18PropertyAttributesE_ZN3QV46Object22defineAccessorPropertyERK7QStringPFyPKNS_14FunctionObjectEPKNS_5ValueES9_iESB__ZN3QV415PersistentValueaSEPNS_6ObjectE_ZN12QSqlDatabaseC1ERKS__ZN10QArrayData11shared_nullE_ZNK7QString10startsWithE13QLatin1StringN2Qt15CaseSensitivityE_ZN9QSqlQueryC1E12QSqlDatabase_ZN9QSqlQuery7prepareERK7QString_ZN9QSqlQuery9bindValueEiRK8QVariant6QFlagsIN4QSql13ParamTypeFlagEE_ZN9QSqlQuery4execEv_ZNK9QSqlQuery9lastErrorEv_ZNK9QSqlError4textEv_ZN9QSqlErrorD1Ev_ZN3QV415ExecutionEngine14newErrorObjectERKNS_5ValueE_ZN3QV415ExecutionEngine10throwErrorERKNS_5ValueE_ZN10QQmlEngine16staticMetaObjectE_ZNK11QMetaObject2trEPKcS1_i_ZNK3QV45Value9toQStringEv_ZN3QV44Heap13InternalClass16changeVTableImplEPKNS_6VTableE_ZN3QV44Heap13InternalClass19changePrototypeImplEPNS0_6ObjectE_ZN3QV413MemoryManager25allocObjectWithMemberDataEPKNS_6VTableEj_ZN12QSqlDatabaseC1Ev_ZN9QSqlQueryC1ERK7QString12QSqlDatabase_ZN3QV46Object21setPrototypeUncheckedEPKS0__ZN12QSqlDatabaseaSERKS__ZN9QSqlQueryaSERKS__ZNK9QSqlQuery15numRowsAffectedEv_ZNK9QSqlQuery12lastInsertIdEv_ZNK8QVariant8toStringEv_ZN3QV415ExecutionEngine16setExtensionDataEiPNS0_9DeletableE_ZN9QSqlQuery9bindValueERK7QStringRK8QVariant6QFlagsIN4QSql13ParamTypeFlagEE_ZN3QV414ObjectIterator16nextPropertyNameEPNS_5ValueE_ZNK3QV44Heap6String14simplifyStringEv_ZN3QV415ExecutionEngine17registrationMutexEv_ZN6QMutex4lockEv_ZN6QMutex6unlockEv_ZN3QV415ExecutionEngine17registerExtensionEv_ZN7QStringaSERKS__ZN12QSqlDatabase11transactionEv_ZN12QSqlDatabase6commitEv_ZN12QSqlDatabase8rollbackEv_ZZZNK3QV414FunctionObject4callEPKNS_5ValueES3_iENKUlvE_clEvE15qstring_literal_ZN3QV415ExecutionEngine14throwTypeErrorERK7QString_ZN9QListData7disposeEPNS_4DataE_ZeqRK7QStringS1__ZN7QString17fromLatin1_helperEPKci_ZNK12QSqlDatabase14connectionNameEv_ZNK17QQmlEnginePrivate31offlineStorageDatabaseDirectoryEv_ZN7QString6appendERKS__ZN9QSettingsC1ERK7QStringNS_6FormatEP7QObject_ZN8QVariantC1ERK7QString_ZN9QSettings8setValueERK7QStringRK8QVariant_ZN9QSettingsD1Ev_ZNK7QString3argERKS_i5QChar_ZNK10QQmlEngine18offlineStoragePathEv_ZNK3QV45Value16toQStringNoThrowEv_ZNK10QQmlEngine30offlineStorageDatabaseFilePathERK7QString_ZN9QFileInfoC1ERK7QString_ZN4QDirC1ERK7QString_ZNK9QFileInfo3dirEv_ZNK4QDir12absolutePathEv_ZNK4QDir6mkpathERK7QString_ZN4QDirD1Ev_ZNK9QFileInfo8fileNameEv_ZN12QSqlDatabase15connectionNamesEv_ZN9QtPrivate20QStringList_containsEPK11QStringListRK7QStringN2Qt15CaseSensitivityE_ZN12QSqlDatabase8databaseERK7QStringb_ZNK9QSettings5valueERK7QStringRK8QVariant_ZNK12QSqlDatabase6isOpenEv_ZN4QDir18toNativeSeparatorsERK7QString_ZN9QFileInfoD1Ev_ZN5QFile6existsERK7QString_ZN12QSqlDatabase11addDatabaseERK7QStringS2__ZN12QSqlDatabase15setDatabaseNameERK7QString_ZN12QSqlDatabase4openEv_ZN8QVariantC1Ei_ZN8QVariantC1E13QLatin1String_ZNK8QVariant3cmpERKS__ZTSN3QV415ExecutionEngine9DeletableE_ZTIN3QV415ExecutionEngine9DeletableE_ZTVN10__cxxabiv117__class_type_infoE_ZN3QV44Heap6Object11markObjectsEPNS0_4BaseEPNS_9MarkStackE_ZN3QV47Managed16virtualIsEqualToEPS0_S1__ZN3QV46Object10virtualPutEPNS_7ManagedENS_11PropertyKeyERKNS_5ValueEPS4__ZN3QV46Object21virtualDeletePropertyEPNS_7ManagedENS_11PropertyKeyE_ZN3QV46Object18virtualHasPropertyEPKNS_7ManagedENS_11PropertyKeyE_ZN3QV46Object21virtualGetOwnPropertyEPKNS_7ManagedENS_11PropertyKeyEPNS_8PropertyE_ZN3QV46Object24virtualDefineOwnPropertyEPNS_7ManagedENS_11PropertyKeyEPKNS_8PropertyENS_18PropertyAttributesE_ZN3QV46Object19virtualIsExtensibleEPKNS_7ManagedE_ZN3QV46Object24virtualPreventExtensionsEPNS_7ManagedE_ZN3QV46Object21virtualGetPrototypeOfEPKNS_7ManagedE_ZN3QV46Object21virtualSetPrototypeOfEPNS_7ManagedEPKS0__ZN3QV46Object16virtualGetLengthEPKNS_7ManagedE_ZN3QV46Object22virtualOwnPropertyKeysEPKS0_PNS_5ValueE_ZN3QV46Object17virtualInstanceOfEPKS0_RKNS_5ValueE_ZN3QV46Object26virtualResolveLookupGetterEPKS0_PNS_15ExecutionEngineEPNS_6LookupE_ZN3QV46Object26virtualResolveLookupSetterEPS0_PNS_15ExecutionEngineEPNS_6LookupERKNS_5ValueE_ZN7QObjectC2EPS__ZNK11QMetaObject9classNameEvstrlenmemcpy_ZN10QByteArrayC1EPKci_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZTVN10__cxxabiv120__function_type_infoE_ZTVN10__cxxabiv119__pointer_type_infoE_ZN7QObjectD2Ev_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTI7QObject_ZN7QObject16staticMetaObjectElibQt5Qml.so.5libQt5Sql.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBCXX_3.4CXXABI_1.3CXXABI_1.3.9GLIBC_2.4GLIBC_2.2.5GLIBC_2.14Qt_5Qt_5.15.3_PRIVATE_APIQt_5.15	







	







w@t)�	�ӯk�yѯ��@ii
�ui	�����&0%�
YxO

5 %�W�� %��� �Z�� �Y�� `Z� � �  � � �] � �]0� ��H� (� P� �ZX� 0\`� �\h� �\p� �\�� (� �� �\�� ]��  ��� ��� �Z(� ��X� 1�`� ��x� p`� ��� �(� � 8� @�P� 0� X� @�`� ��h� �p� P�x� p��� ���� `��� `�(� z � z0� z8� ,x� e�� e�� a�� a�� �� �� %�� %�� R�� R�� ��� ��� !�� !�� `�� l�� 2� 6� �0� �h� �p� _�� i�� �� ��� X�� w�� x�� ��� �� s�� ��� o�� ��� ��� � A� @� ?�� ��� 
�� �� �� �� �� ��� ;�� S�� �h� p� x� �� �� �� �� �� 	�� 
�� �� �� �� �� �� �� �� �� �� � � � �   � "(� #0� $8� &@� 'H� (P� )X� *`� +h� -p� .x� /�� 0�� 1�� 3�� 4�� 5�� 7�� 8�� 9�� :�� <�� =�� >�� @�� B�� C�� D� E� F� G� H � I(� J0� K8� L@� MH� NP� OX� P`� Qh� Tp� Ux� V�� W�� Y�� Z�� [�� \�� ]�� ^�� b�� c�� d�� f�� g�� h�� j�� k�� m� n� p� q� r � t(� u0� v8� y@� {H� |P� }X� ~`� h� �p� �x� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� ��� �� �� �� �� � � �(� �0� �8� �@� �H� �P� �X� �`� �h� �p� �x� ��� ��� ��� ��� ��� ��� ���H��H�ї H��t��H����52� �%3� ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h��������h���������h��������h��������h��������h��������h��������h���q������h���a�������%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%݉ D���%Չ D���%͉ D���%ʼn D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%݈ D���%Ո D���%͈ D���%ň D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%݇ D���%Շ D���%͇ D���%Ň D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%݆ D���%Ն D���%͆ D���%ņ D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� DI�H�%H�%H�%H�%H�%�H�%f.�f���H���H�5�iH�=�� H�
�[�i���H�=� H��H�'| H�5`� ���f.��H�=� H�
� H9�tH��� H��t	�����H�=� H�5څ H)�H��H��H��?H�H�tH��� H��t��fD�����=�� u+UH�=Z� H��tH�=~{ ����d����}� ]������w������Ðf.���H�H�(t	���@H�| ���H�Uk�@��SH��� � ����H�!� H��t<�P��t5H�=� t+H�����@����H��� H��[�f.���f���1�H��H���Y���H��z H��H�H��xH�CH��YH�D$H�D$���H�=�� H��� H��� H���u����/u���H�n� H���c���H��1�[�DH�=A� �,���������H�
z H�56� H�+� H�=DH�!� ���H�=�� �X��������f���H��tGUH��SH��H�5�_H��H��������H���uH��[]�@H��H��H��[]�w����1�Ðff.�����7������H��y H�H��xH�G�%���D��H��y H��H�H��xH�G�������H�ey SH��H�H��xH�G���H�߾[�S���H�5y SH�_�H�G�H��xH�H�����H�߾[��f.�D��H�H��t�(uH�?H��t����f.�D��H��x SH��H�H�G��4���H�{�+���H�{[�!������SH������H�߾ [��DSH��H��H�dH�%(H�D$1��z�u,H��G�H�L$dH3%(H��uH��[�DA������������y�f�AWAVAUATA��UH��SH��H��hH�L$ dH�%(H�D$X1�H�FH�D$(H�H�x8����D9�tH�E1�D��H�x8��������H�EL�d$01�L�t$@L��H�p8���H�����L�kI�UH�SI�EH�D$8H�D$�o���t�/H�|$8��L�����H������H�SH�BH�CH�2I�EI�7H�H�vH�@H�@@H����L��L�����L������L���I���9�����L��L������L�|$��L��L�����L��H����L�{I�WH�SI�H�|$8����9������*��9���DL��H�D$H�T$��I�H�D$H�T$H�q�T����L��H������H������DH�D$ H��t�L��I�m��H�D$(H�CH��H�L$XdH3%(u'H��h[]A\A]A^A_�@H�|$ tH�D$ �1���G�fD��H��H��1tH��t	H��xt��H���H�@H�����ff.�@��ATUSH��dH�%(H�D$1�H�H�H�XH�H�kH�UH��tBH��H��1u9H�H�@H��t-H�
>v H9�u�@H9���H�H��u��H�SH�E�H�=[�k���H��H��H�$���L�cI�T$H�SI�$H�<$���tA���t
�/H�<$t2L��H���w�1�H�kH�L$dH3%(urH��[]A\�����!���H�SH�H�EH���X���H��H��1�K����x�A���H�x8�4�H���H	��z�����f.���ATUSH��dH�%(H�D$1�H�H�H�XH�H�kH�UH��tBH��H��1u9H�H�@H��t-H�
�t H9�u�@H9���H�H��u��H�SH�E�H�=�Z���H��H��H�$�,���L�cI�T$H�SI�$H�<$���tA���t
�/H�<$t2L��H����1�H�kH�L$dH3%(ucH��[]A\��������H�SH�H�EH���X���H��H��1�K����P���@���H�p(H�������9�f���ATUSH��dH�%(H�D$1�H�H�H�XH�H�kH�UH��tBH��H��1u9H�H�@H��t-H�
ns H9�u�@H9���H�H��u��H�SH�E�H�=@X��H��H��H�$���L�cI�T$H�SI�$H�<$���tA���t
�/H�<$t2L��H��E1���H�kL��H�L$dH3%(��H��[]A\ú��Q���H�SH�H�EH���X���H��H��1�K����x�A���H�x8�t��xLc�H��I	��w���I��H�EH�x8�����X���H�EH�x8���I	��@�����ff.�@��ATUSH�� dH�%(H�D$1�H�H�H�XH�H�kH�}H��tBI��I��1u9H�H�@H��t-L��q L9�u��@L9���H�H��u��H�{H�E�H�=�V���H��H�t$H�D$��L�cI�T$H�SI�$H�|$���tE���t�/H�|$t5L��H�����1�H�kH�L$dH3%(�LH�� []A\��������H�{H�H�EH���P���H��H��1�C����x�9�����uH��1�1�H������H�H��H��1H��uH��1�HD���H��H��2��H���f��H1�H�t$�D$�,��*�f.�{GH�<6H��5����3x=��pH��H��?A��H�������A��H!�H��tH��4��A���s����m���뱃��|3H�������H��H��?H!΃�H��tH��4�3)�H�����3���1��,����7�H����f���,��*�f.���fH~�H�H��5�с�3xG��>H�������fH~�H��?H!���H��tH��4���Ɖ�H�E1�H����������1����|�H�������fH~�H��?H!ȃ�H��tH��4�3)щ�H�����t��b���ff.���AUATUSH��dH�%(H�D$1�H�H�H�XH�H�kH�}H��t@I��I��1u7H�H�@H��t+L��n L9�u��f�L9���H�H��u��H�{H�E�H�=�S���H��H��H�$��L�cI�T$H�SI�$H�<$���tI���t
�/H�<$t:L��H��E1����H�kL��H�L$dH3%(��H��[]A\A]�fD������H�{H�H�EH���P���I��I��1�C����x�9�����~8H�:L�h8H��H��1H��u������L������d��������H���A�I���E������@��AWL�AVL�wAUATUSH��H��(dH�%(H�D$1�H�l L�d$H�GH�H�GH�GH�GH��L�nH�D$�g�H�k1�L��A�����H�UH��H�SH��H�EH�WH�D$���H�|$��������t�/H�|$��H��VH��1�L��A�����H�bH�D$��H�|$��������t�/H�|$��H�VH��1�L��H����H�D$��H�|$����n���t�/H�|$�ZH��UH��1�L��A�����H��H�D$��H�|$����=���t�/H�|$�)H�EH����1�H��L�����H����H�k1�L��A�����H�UH��H�SH��H�EH��TH�D$��H�|$����*���t�/H�|$�H�EH����H��1�HE�H��L���i�H����H�k1�L��A�����H�UH��H�SH��H�EH��SH�D$��H�|$��������t�/H�|$�xH��SH��1�L��H��H�D$��H�|$��������t�/H�|$�}H��RH��L��H�
q���H���H�D$��H�|$����1���t�/H�|$�H�EH����H��1�HE�H�|$H���V�L�kH�D$dH3%(�
H��([]A\A]A^A_��H��1�HE�����fD���a�����@���I����@���1�H�EH�������f���������@1��-����1��6���f�������t���@���������@��������@�����o����_�ff.�@��AWI��AVAUATUSH��dH�%(H��$�1�H�H�L�`H�I�\$H�SH��tBA��H��H��1u6H�H�@H��t*L�-{h L9�u���L9���H�H��u��I�T$H��H�=pM��L��H��$�H��$����I�l$H�UI�T$H�EH��$����tS���t�/H��$�t@H��L��1���I�\$H��H��$�dH3%(��H�ĸ[]A\A]A^A_�f����A���I�T$H�H�H���8���H��H��1�+����x�!����x0��H�p H�|$@H�|$�`�E���H��o H�D$HH�D$HH�D$H��x1t H�|$1ɾH�VM������H��$�H�t$H��H�$��H�L$PH�4$H��H�L$�)�H�<$�p�I�T$H�t$H�|$H�BH�T$ I�D$H��G���tuA��~]I�D$H�PH�D$XI�T$I�WH�H���>	L�4$H�T$XL��L����H�|$L��1�����L���*�f.�H�|$�v����LL�4$H�t$L�l$pL����L��L����L��L����M�l$I�UI�T$I�EH�|$p��������t�/H�|$p��L�<$L�����L��L�����M�l$L��L��I�UI�T$I�EM�t$I�FI�D$H��I�H��PH��$���I�L$H�QI�T$H�I�UH�pH�H�RL�z@H���DL��L��L��A��H��$���������t�/H��$���L��L���r�H�|$���H�|$H����y���t�/H�|$H�eH�|$�k�����fDH��$�H�5Ym A�����1�I��H��IH��H�$����L��L���8�M�l$I�UI�T$I�EH��$���������t�/H��$���L��L���R�M�|$H�4$L��I�WI�T$I�M�l$I�EI�D$H��I�EH��OH��$��J��I�L$H�QI�T$H�I�H�pH�H�RL�r@H��tvL��L��L��A��H��$����t#���t�/H��$�tL��L���
�������&��ߺ����#����������H��H�$���H�$H�H�p�n���H�D$HL��H��H�D$�k��������������������1���H��H�$�B��H�$H�H�p���M�t$I�L�yH���I�GH�AH�D$I�?L9o��H�5�b H�L$(����H�L$(I�I�H��H���H�rH9p tH�L$(��I�H�����H�L$(H��1H�L$0H���y�M�H�5Nb L��A�P`L�D$(����L�D$(H�L$0�I��L�H�D$H�L$(H�AM�/A�E���I��H�����M�u ��q��H�rj H�I�E(H�D$pH��H��$�H�D$�y����?��H�T$H�4$I��H���[��M�u8H�|$�=��H��$��H�L$(���e���t�/H��$��NI�L�yM�l$I�UI�T$I�EHcj �����I��$�;B�2H��HBL�8M���I�t$I�GH�VH���DH�I�T$H����H��H��1uH�H�I�yHE�H��H�.L������I�EH�t$�@I�EH�x �W�I�EH�t$H�x8����L���
��I�l$H�L$ H�|$H�UI�T$H�EH�M�t$I�FI�D$I�M�|$I�GI�D$I��_��H��H�=�F��H	�I���H�4$L��H��$��h��I�H�UH�pH�H�RL�R@H����H��H��L��A��H��$�����.���t�/H��$��H�t$H�<$���H�4$H�|$���H�t$L���K��H�=�EI���H�t$hL��H�D$h����I�H�UH�pH�H�RL�R@H���H��H��L��A��H�|$h����z���t�/H�|$h�fH�|$p����C���t�/H�|$p�/L�<$L�������H�=`E�W�L��L��H��$��$��I�H�UH�pH�H�RL�z@H���bH��H��L��A��H��$���������t�/H��$��iH�D$ H�(�q���H��$�H�5g A�����1�I��H��DH��H�$�v��L��L������M�l$I�UI�T$I�EH��$���������t�/H��$��{L��L�����M�|$H�4$L��I�WI�T$I�M�l$I�EI�D$H��I�EH�:IH��$����I�L$H�QI�T$H�I�H�pH�H�RL�r@H����L��L��L��A��H��$���������t�/H��$���L��L������D���H��H��1�����H�H�R�z�aM�t$I�VI�T$H�H�����I��I��1���H�H�R�z����I�H�L��H�@���I�T$H�JI�L$H�T$pH����q�����H�L$pH�\$(H�$H�l$0L��M��I��H�L$�H��I�1�L��L��H��H�H	�H�@�P8H�T$pL��H��H�H�T$���H�|$H�ډ����H�����H�EI9�u�H�\$(H�l$0������������� �y��L��H��I�����5�d L��L�����������f��������R��������>���������*���9���������q���L��L�T$(���I�L�T$(H�p�Z���L�����I�H�p���L��L�T$���I�L�T$H�p������H�L$(���H�L$(���I�H���H�pH;w �f���H���y���H��H�$�'��H�$H�H�p�F���I�T$�����z�9�I�T$H�JI�L$H�H��tH��H��1uH�H�I�y��H�HDŽ$�L��$�I�D$H�PI�T$H��$�DŽ$�H�M�t$H�L$hH�\$(L�|$pH�l$0H�$I�FH�L$I�D$I�I�t$H�FH�t$`I�D$H�D$`H�H����H����H�H�@�x
���~�QH�V������VH�|$H�t$H�T$h�L�����H�|$h��������t�/H�|$h�L���@��H�t$`H�����I�H�� H=�t2L��H��L������I�6H��H��1�F���H�|$�L������H��$�H�\$(H�l$0H�����H��P����}���p���H�HDŽ$�L��$�I�D$H�HI�L$H�H��$�DŽ$�H�H�H��$�H�H��H�H�@���H��$��+���H��H�t$8�>��H�t$8����������H������=�` �t%���H���(��Hc�` ����1��6������������` ��AWAVAUATUH��SH��dH�%(H�D$x1�H�H�H�PH�BH�T$@H�D$HH�H�ZH����I��H�{I��1��H�zH�H�\$@�H�=�=����H�t$PH��H�D$P� ��H�T$@H�ZH�KH�JH�H�|$P����=���t�/H�|$P�)H�|$@H������H�D$@H�T$HH�P1�H�L$xdH3%(��H�Ĉ[]A\A]A^A_�fDH�H�@H���=���L�=�V L9�u	�f�L9�tH�H��u�����fDH�zH�H�H���
���H��H��1�����P�����������H�UH����H��H��1�sH�H�R�z�bH�p L�t$0D�D$L���T��H�D$@D�D$L�`M�,$I�MI���H�AI�EH�9L9H�D$H����H�5V D�D$H�L$���H�L$D�D$H��H�I�$H���H�rH9p t%H�L$D�D$����H�L$H�H������D�D$H��1D�D$H�D$����L�	H�5�U L��H�L$(A�Q`L�L$ ���L�L$ H�L$(�I��L�H�D$I�EL�9A�G����I��H������M�g �L�d$P���H��] H�I�G(H�D$8H��H�T$PH�D$�����{��H�T$L��H��H�D$ ���H�D$ H�|$I�G8�s��H�|$P�H�L$(D�D$���h���t�/H�|$P�TH�D$@H�I�ML�xI�OH�HHcG] I�L�l$@�����I���9B��H��HBH�H����H�PH�D$@H�pH�NH���9H�H�HH����H��H��1uH�
H�I�yHE�H�D$H�D$L��D�D$H�����I�L���@I�H�x �}��H�H�p(I�H�x(�J��D�D$I�L��D�@1���H�t$@E1�1ɺL���0H�D$@H�t$hH�@<H���-H�H�H�T$`I�H�I�I��I��0t�C0H�}�L$XH�G(H����H���M��t�C0L���l�����
L����������H�CH�B�t������������@H�\$@L�d$PH�5�[ 1�H�W9A�����L�����H��L���u��H�T$@H�ZH�KH�JH�H�|$P���t���t �/H�|$PufD���!��H�|$@H�����H�T$@L��H�ZH�KH�JH�H�|$@H�oH�EH�GH��H�EH��<H�D$P�}��H�T$@L�bI�L$H�JI�$H�H�pH�H�RL�j@H��tXH��H��H��A��H�|$P���t���t#�/H�|$Puf����a��H�|$@H���$������L������I�$H�p떿 D�D$ ���L��H��H�D$��H�D$�5,Z L��H���!��D�D$ H�D$������D�D$ H�L$����H�L$D�D$ ���L��������I�$H���H�rH;w �5����U���H�H���D�D$���H������=�Y �D�D$��D�D$���H�����HcyY D�D$�9���H�H�t$H�xH�4Y H�D$8���H�|$8���t����1����/H�|$8�"������������H�H�t$h����H�D$�1������D�D$��X �U������f���A��������E1�����@��AWAVAUATUSH���dH�%(H��$�1�H�H�H�@H�xH�D$pH�|$x���7H�hH�}H�xH�6H����H�EH�\$p�H�=�5����H��$�H��H��$����H�T$pH�ZH�KH�JH�H��$���������t�/H��$���H�|$pH��1�����H�D$pH�|$xH�xH��H��$�dH3%(�H���[]A\A]A^A_�H��H��1�4���H�H�@H���$���L�5�N L9�u�EDL9�t;H�H��u����fD���)���X���@1��f���f�H�u�F������H�v L�l$8�L$L�d$@L��H�$�S��H�$L��H��H�T$�o��H�T$H�|$HH�<$H�r�X���L$H�T$���6H�D$pL�PI�RH�P1�I�H�EL��L�T$H�p(����L�T$���nH�D$pI�L�xM�I�HI���L�aH��H���lH��1�bM�`H�9L9w�n
H�5�M H�L$L�D$L�T$���H�L$L�T$H��H��L�D$H�I�H���H�pH9w t2H�L$L�D$L�T$�^��H�L$H��H�H���O��L�T$L�D$H��1L�D$L�T$�1��L�	H�5�L L��H�L$ L��$�A�Q`L�L$�d��L�D$H�L$ �L�L$H�D$L�D$(L�M�`H��@� ��H��I���E��L�\$�M�c L��$����L�\$H��T L��H�I�C(L�\$H��$���������L��L��H��H�D$����H�D$L�\$L��I�C8���H��$��H�L$ L�D$(L�T$�������t�/H��$���H�D$pH�I�HL�XI�KH�HI�H�D$pH�D$Hc{T �����H�T$H���9B��
H��HBH�H����
H�T$pH�@H�rH�NH���KH�H�JH��tH��H��1�[H�H�I�yHD�H�L��L�T$L�\$�"��L�\$L��I��@I�H�x ���L�\$H�EH�p(I�H�x(�{��L���S��H�t$pE1�1ɺL����'H�D$pL�\$H��$�L�T$H�@<H���H�H�H��$�I�H�M�#L��H��0tA�D$0I�:��$�H�G(H����
L���H��tA�D$0L���������H�D$pL�xM�I�HI���L�aH��DM�`H�9L9w��H�5 J H�L$L�D$�1��H�L$L�D$H��H�I�H���H�rH9p t%H�L$L�D$���H�L$H�H�����L�D$H��1L�D$H�D$����H�H�5�I L��H�L$ L��$��S`�"��L�D$H�L$ �H�H��M�`H��@L�D$H�L$����I��H�����L�e �L��$����H��Q L��H�H�E(H��$���������L��L��H��H�����H�]8L�����H��$��H�L$L�D$�������t�/H��$���H�D$pH�I�HH�hH�MH�HHchQ H�UH�\$p�����H���;B��H��HBL�0M����H�D$pI�VH�pH�NH����H�H�HH���H��H��1uH�
H�I�yHE�H�D$H�D$H��L�t$XH����H�EL���@H�EH�x ���H�EH�4$H�x(�j���H�D$p�H�=�.H��HH�X���L��L��H�D$h�	��H�|$PH�����H�T$PH�T$`�������H�|$`L�����H�T$`H��$��������H�\$hL��H�����L��1ɺL������H��$���������t�/H��$���H�|$`��������t�/H�|$`��H�|$P��������t�/H�|$P��H�|$X��������t�/H�|$X��H�|$h��������t�/H�|$h�rH�4$L������H�=0-�8��L��L��H��H�D$h�U��H�|$h�������t�/H�|$h�L�����L��H�]����H�|$H��������t�/H�|$H��H�|$@���tp���t�/H�|$@t`L��舿��H�D$pH�|$x����f�H�BH�T$pL�RI�JH�JH�������H��H��1��H�H�I�yHD��������!�������	���Y���@H�D$pL�t$hA�����1�H�5�M H��*L��L��$�H�$�\���L��A� 1�L��L��L��$��n���H�E1�L��A� L��H�P(�S���H�<$L�����H�T$pH�jH�MH�JH�EH��$���������t�/H��$���H��$�����q���t�/H��$��ZH�|$h����7���t�/H�|$h�#H�|$pH���`��H�T$pL��H�jH�MH�JH�EH�|$pL�wI�FH�GH��I�H�/H��$��V���H�T$pL�bI�L$H�JI�$H�UH�pH�H�RL�z@H���	H��H��L��A��H��$�����h���t�/H��$��QH�|$pH������_���� ����H��H��I������5/L L��H���$�����������M������ܿ���������ȿ�������贿���z�����蠿���C�����茿������1�����H�L$L�D$�g���L�D$H�L$����C��������I�H���H�rH;w ��������H�H�U���L���h���H�l$p1�L��H�5K H��(A�����腽��H��L�����H�T$pH�jH�MH�JH�EH��$�����	���t�/H��$���H�|$pH�����H�T$pL��H�jH�MH�JH�EH�|$pL�gI�D$H�GH��I�$H��,H��$�����H�T$pL�rI�NH�JI�H�UH�pH�H�RL�z@H���}H��H��L��A��H��$����t���������/H��$���������߽��������˽��������跽�������製���U����ɽ��H��豾���=�I ���诽��H���׽��Hc�I �5���L������I�$H�p���� L�T$ L�\$�"���H�t$H��H�D$�0��H�D$�5EI H�|$H���8���L�T$ L�\$H�D$����H�L$L�D$L�T$���L�T$L�D$H�L$�K�H�D$���H�J���I�H���H�pH;w ���H�����1���L�T$L�\$赼��H��蝽��L�\$L�T$�=�H ���L�T$L�\$臼��H��诼��L�T$L�\$Hc^H ���H�H��$����H�L��H�xH�H H��$����H��$����t������/���H��$����ϻ���������G �6�����諻�����L���N���I�H�p�o����]���診��L�T$L�\$��G �
����f���AWAVAUATI��USH��dH�%(H��$�1�H�FH��$�H��H�PH��HH��$�H��$��f���H��$��h��������t
�(��L��$�����I�mH�EI�EI�$1�H�E�r(��~H�B0H�EH�D$HH��H��H�D$蔿��I�$1��z(~H�B8H�EH�D$PH��H��H�D$(�k���I�$1��z(~H�B@H�EH�D$XH��H��H�D$8�B���I�$�x(��H�PHH��H�UH��1H���O�T$4�x(��H�E1�I�D$H�T$L�l$`L�|$hL��L��$�H��H�X���L��L��L�|$�Ƚ��H��E L��L��$�H��$�H��$�H��H�$躶��L��L���O���L��H���ĺ��L��H���پ��H��$�A�Nj����
���t�/H��$���
L���5���L���-���H��$���������t�/H��$���E����H�D$pH�t$H��H�D$ �d���H�T$PH�T$x������H��$�H��H�D$����H�=�"���H�T$`H��$�H��$��������L��H���(���H�<$1ɺH���u���H��$���������t�/H��$���H��$���������t�/H��$���H���k���H�t$ H�ߺ�	���H��A����E����	H�t$ �H���3���H�|$H�����H���޴���H�=�!HDŽ$�DŽ$���ֹ��H�4$L��H��H��$�H��$��W���H��L���ܺ��H�D$xH��$�H��$�H�T$x����h���t
�(�YH��葸��H��$�����?���t�/H��$��(L���`���H�t$(H�|$x�q����D$3����
H�D$P�H��tH�D$x�P���If�H�|$�ַ�����
H�<$����H��$�H�5: L�HM�1M�~I���I�GI�FH�D$H��I�?H9w��L�$���L�$I�H��I�H���H�rH9p tL�$���I�H�������L�$H��1H�$���M�H�5�9 L��A�R`L�T$ ����L�T$ �I��L�H�D$L�L$ I�FM�A�A�г��H��H�D$��L�L$ H�D$�I�A L�L$観��H�
�A L�L$L��H�I�A(L�L$ H��$�讵����t���L��H��H��H�D$葶��H�D$L�L$ L��I�A8�k���H��$���������t�/H��$��zH��$�I�M�~L�xI�OH�HHc@A I�L��$�����$I���;B��
H��HBH�H����
H�PH��$�H�pH�NH���KH�H�HH����H��H��1uH�
H�I�yHE�H�$H�$L��H����I�H�t$H�x ����I�H�t$xH�x(�N���H��to�|$3thH��$�E1�1�H�ߺ�H��$�H��$�H�@<H����H�H�I�H��$���$�H�H�}H�G(H���WH���I�I�D$H�H�|$���H�|$x�����	���t�/H�|$x��	H�|$p���t����V�/H�|$p�G���艳���,@H�@PH�EH��t#H��H��1uH�H�@�xHD��C���fD1��6���f�H��$����)���L��$����7���H�5? 1�H�	H��A�����英��L��H������H��$�H�jH�MH�JH�EH��$��������t�/H��$���H��$�H������H��$�H��H�jH�MH�JH�EH��$�L�oI�EH�GH��I�EH��H��$����H��$�H�YH�SH�QH�H�UH�pH�H�RL�r@H����H��H��L��A��H��$�����
���t�/H��$���H��$�H��観��I�T$H��f���豱��H��$�����U�����萱���X������y���E���U���H�,$H�5m= A�����1�H��L��$�H���֯��H�t$L�����L��L���^���L��H���c���L��A� 1�H��H���Ͱ��H��$���������t�/H��$���H��$�����r���t�/H��$��[L��蓲��H��$�����q���t�/H��$��ZH��$�L��芵��H��$�H�rH�NH�JH�H��$��Ƴ��H��$�H��H�jH�MH�JH�EH��$�L�oI�EH�GH��I�EH�rH��$�赮��H��$�H�ZH�KH�JH�H�UH�pH�H�RL�r@H���"H��H��L��A��H��$�����l���t�/H��$��UH��$�H���]���I�T$H��$�H�����������t�/H��$�����@H�|$�n���H�|$`��������t�/H�|$`��H�|$X��������t�/H�|$X��H�|$P����q���t�/H�|$P�]H�|$H����6���t�/H�|$H�"H��$�H��$�H�PH��$�dH3%(�:H��[]A\A]A^A_�D���q�������@�H�=w�w���H�T$`H��$�H��$�������lL��H��蹰��H��豱��H��$����D$3����(���t�/H��$��H��$���������t�/H��$����|$3�%H�D$PL��$��@�����H�=�HDŽ$�DŽ$��蝯��H�4$L��L��H��H��$��#���H��L��訰��H�D$xH��$�H��$�H�T$x���t���t"�(uDH��$�������H���I���H��$����t���t%�/H��$�u����Ѭ��L���	����H�=��خ��H�T$ L��H��H��$�����H�|$H��蓱��H��苩��H��$�����q���t�/H��$��Z�H�=q�q���H�T$`H��$�H��$�������L��H��賮��H�|$H���ư��H��$���������t�/H��$���H��$����t�������/H��$����@��豫�����@H�EH�}�׫��f���,��*ȉD$4f.���fH~��D$4H�H��5�с�3��
��1H�������fH~�H!�H��?��H��H��4H��HD����ƉD$4I�$������	���� ���@H��$��������@���Ѫ������@�������詪�����@��葪������@���y������@���a����T���@���I�������@���1����j���@� ���L��H��H�D$����H�D$�5#6 L��H������H�D$����fD��<���������蹩���r�@H�|$趬�����I�H���H�rH;w �(��<�H�H�����D$3��fD���Q������@���9������@���!������@���	����<���@�������@����H������=�4 �����H���!���Hc�4 ��DH���X���H�H�p����@H�t$H���[����H�=�蚪��H�<$H��L��H��$�賧��H��$����t���t�/H��$�uf����1���H���i���H��t3H�|$xH�4 H�D$x���t
���t�/uf�����H�t$xH��败���H�=���H�<$H��L��H��$�����H��$����t���t �/H��$�u��艧��H�����H�t$8H���D����H�=�胩��H�<$H��L��H��$�蜦��H��$����t���t �/H��$�u������H���Q����t$4H���5����
H�=-����H�<$H��L��H��$��-���H��$����t���t!�/H��$�u@��試��H�����H���H���
����H�=�蜨��H�<$H��L��H��$�赥��H��$����t���t!�/H��$�u@���1���H���i����[���@����������@��������@�������H��H��2�/���H���f��H1�H�$�$�,��*ɉL$4f.���H�4�D$4H��5���3�����Q�I�������H��H��?L!ƒ�I��H��4H��ID��������H�����H�H�p��@����H�t$(H��L��$��Ӣ���H�=
HDŽ$�DŽ$�����H�4$L��L��L��H��$�聥��H��L��趣��L��D$���H��$���������t�/H��$���L��蹥��H��豥���|$�����H��$�H�5_0 1�H��
A�����H���Т��H��H���E���H��$�H�jH�MH�JH�EH��$���������t�/H��$���H��$�H���T���H��$�H��H�jH�MH�JH�EH��$�L�oI�EH�GH��I�EH��H��$��C���H��$�H�ZH�KH�JH�H�UH�pH�H�RL�r@H���HH��H��L��A��H��$���������t�/H��$�toH��$�H�����I�T$H�<$H��N�����f�����V���D������[���������T����H�$�$���豢���}���@H�L��H�xH��. H��$��j���H��$����t����y��/H��$��g�����Q����R�@H�H��$���@���!����(���@H�����H�H�p���@������H�������H��H��?H!�H�у�H��4H��HDѹ3)�H�����|$4���Ӡ����- �����H��$�H�5�- 1�H��
A�����H���
���H��H������H��$�H�jH�MH�JH�EH��$���������t�/H��$�tzH��$�H��蒤��H��$�H��H�jH�MH�JH�EH��$�L�oI�EH�GH��I�EH��H��$�聟��H��$�H�YH�SH�Q�9�����詠���r�������w���H�������fH~�H!�H��?H����H��4H��HD��3)�H����t$4�9����(������USH��H��H�o H��tH���2����H��襝��H�k(H��t5H�E���t���t�(uH�}�����H���g���H�[8H��tH���&���H��H�߾[]�C���H��[]�f���H�7�WM��tL�GH��t'H�O�L�I�@L�HM�HH�H�GH��u�H�Hc�H�pH��H�H��~&��H��H���
�H��H�H�PH9�u�H�w���AUATUSH��H�/�E��t���t�mtH��[]A\A]ÐH�/HcUH�EH��HcUL�$�L9�tHA��@���t�������D9�tI9�t$H��H����u�H�;��衞��I9�u�H��H��[]A\A]����f.���H��H�Q# �H�=-����H�=H���f���fD���f.����H��H��tH�H��f.���H��H�H�2H�9��f.�@����t��t#��uH�H�1��DH�71��f.�H��! H�1����S�聛��1�H��H���Ġ��H��! H��H�H��[Ð��AWAVAUATUSH��(L�-D" H�<$�t$L��H�T$dH�%(H��$1�輛��H��H���ќ���hI�Ɖl$4��0�.H�l$0�D$00H�}H�|$8Mc�H��E�fL���V���H�D$8D�d$tB�8*A�FH�T$8H��A��@��L�d$p�D$p@I�D$H�D$xfo��@<L��H��H��$�L�L$xI�yL�L$���A�FA�NH��L�L$H�Hc�L�t$ �����A�>H�D$x�1��H�t$8�H�H�$L��L��$�H��$��D$��$�H�D$H��$�����D�=x( E���'A����
M��A��L��H�����H�5��������H�|$ ��$���������t�/H�|$ ��H�����H�޿H��$�H�����H��$H�����H��$腚��H��$H��tH�{8�H����H�|$xI��L9�t�G���H�|$8H��H9�t�4���H��$dH3%(�qH��([]A\A]A^A_�������E���@D��L���U�������L���X���L�=�& H��H�$L�|$(�`���A��p����A9wACwL�|$(�L�����S���H�4$L��觟���*H��誜��L��M��A�H�2���H�5���薟��A�lj�& H�|$(���t����2����/H�|$(�#�������������fDIc�����D�d$pL�d$pH�D$x�=���@Hc�����l$0H�l$0H��H�D$8����f�A�W�����9��
���A�O�L�|$(�����w������H�H�(t	����@H�a ���	�t��H�AH�0����@��H��tGUH��SH��H�5 H��H��輛����H���uH��[]�@H��H��H��[]釘���1�Ðff.����ATI��UH��S��H���G�����x��u��t+��H��[]A\����u�u�H�U�������H�UL��D$H�2�-���D$����H�� H��M���f.���H�� SH��H��)���H�߾[�˕����H��H���22QQmlLocalStoragePlugin����QQmlLocalStoragePluginNot a SQLDatabase::Rows objectNot a SQLDatabase::Query objectexecuteSql called outside transaction()Version mismatch: expected %1, found %2SQL: can't create database, offline storage is disabled.LocalStorage: can't create path %1SQL: database version mismatchNot a SQLDatabase objectSELECTRead-only TransactionrowsAffectedinsertIdrowstransaction: missing callbackSQL transaction failed.iniVersion.sqliteNameDescriptionEstimatedSizeQSQLITEDriverQV4::QQmlSqlDatabaseWrapperN3QV415ExecutionEngine9DeletableE19QQmlSqlDatabaseData����code����code����code����code����forwardOnly����length����item����
executeSql����
changeVersion����version����readTransaction����transaction����code����code����code����code����code����code����'Function can only be called with |new|.QtQuick.LocalStorageFP7QObjectP10QQmlEngineP9QJSEngineEPFP7QObjectP10QQmlEngineP9QJSEngineEQQmlListProperty18QQuickLocalStorage+��������������������
�������������������������yQQuickLocalStorageQML.ElementLocalStorageQML.SingletontrueopenDatabaseSyncQQmlV4Function*argshQTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacevQQmlLocalStoragePlugincuri�tQtQuick.LocalStorage�;�3h����������������������Ғ����	�������(����8����x����ؕ����(���X(���<X���l�����Ȗ��0����L���h��������������$h���XȜ���x���������(���D���������h����x���������������x�0��������0��D�X8�lx������� 	��d	��x	(�	��4	��H	zRx�$����FJw�?:*3$"D����\�p�� ��������-L�\��������1L�`����!�����,����=E�D K
AK
CF4<����SJ�D�Q R
AAEDG�A�t����	�����/L�^�����E�Q �����gA�G A
AFL��)B�B�B �B(�D0�D8�G��
8A0A(B BBBE8ԕ��10L���E�A�G q
IAHDAA0�̕��fF�A�A �D0�
 AABI0����WF�A�A �D0�
 AABI0�4����F�A�A �D0�
 AABA0����F�A�A �D@�
 AABH8P�����F�B�A �A(�D@�
(A ABBG�@��H�ܝ��qF�F�F �B(�A0�A8�G`I
8A0A(B BBBHL�����F�E�B �B(�A0�A8�G�
8A0A(B BBBC$zRx��������,����Hxd����B�B�B �B(�A0�D8�G��
8A0A(B BBBG$zRx��������,���
��������H($��F�B�A �A(�D0Z
(A ABBBh(D ABBHth���-F�B�B �B(�A0�A8�G��
8A0A(B BBBD$zRx��������,)���L���F�B�B �B(�D0�A8�G��
8A0A(B BBBF$zRx��������,����
������������=���/E�iL���F�B�B �B(�A0�A8�G�U
8A0A(B BBBDH��:Hm`܉��EHj|`� �\��h�%L�T�<�4�H�SJ�D�Q R
AAEDG�A�0p�iF�D�D �F0X
 AABHGNU��Z�Y`Z�  � �]�]��(� �Z0\�\�\�\�����(� �\] ���Z��	1���p`���� @�0� @����P�p���`�`�&5DWgw���H
���� �� ���o`�
(P� �(;�2p	���o���o�1���o�o@0���o%�� 0H@HPH`HpH�H�H�H�H�H�H�H�HII I0I@IPI`IpI�I�I�I�I�I�I�I�IJJ J0J@JPJ`JpJ�J�J�J�J�J�J�J�JKK K0K@KPK`KpK�K�K�K�K�K�K�K�KLL L0L@LPL`LpL�L�L�L�L�L�L�L�LMM M0M@MPM`MpM�M�M�M�M�M�M�M�MNN N0N@NPN`NpN�N�N�N�N�N�N�N�NOO O0O@OPO`OpO�O�O�O�O�O�O�O�OPP P0P@PPP`PpP�P�P�P�P����GA$3a1H��GA$3p1113PY9�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�]��GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY�Z9�GA+GLIBCXX_ASSERTIONSGA+GLIBCXX_ASSERTIONS@���
GA*FORTIFYlibqmllocalstorageplugin.so-5.15.3-2.el8.x86_64.debugpC3�7zXZ�ִF!t/�� ��]?�E�h=��(a�K"�`�܏����B@�Z]��CK�e�[�y<�?Wռ~9��˱ō�aX��|����'@�>��:B�g�c.d-�˸T������f'rGcW�55����1-V8�*��=�+�W�9}0�^GP�K����HT�I;W?�j�j���ڪ0��+��l`����I��eO��7��7��3�5g��pz�����
�^dK�&ǡ|�Mv��Dž��zO�����!Ck�Kj���Q��-��5ֱ�"B���ԂC.&}%�R�J��Lj��2M�Ccݎ`��?wv�	��-�\�Z��3��5 ��.�)�Iz3�i�F]����P	�2�x��F^�:@����e�c��e�|�*��r�#H��58M��e�7v�!��Ǡȧ�o�L��@d����o��X<0��l��Jֿ���c��DZOB�$��I~�pO��H*�����Y����=&��"P�D8��+]�&
�G��/Ƙ��4(�
���ض��I��!�|RDߗ1ʦ�rOO�5o��2�Z=�SI��u��6�LxO�(N���M�„{�����,�Gȷ�����F4�:�����t{�N�X6ݦr��ܵg�|	��9��NK�������󊕫~指�j������ߘ����K�P(B��Tv?���Q��u�<�k˜	�
�B��Cs���H�)��"M�Rt��#���~�%x��oiE��i�Y_���إX�ڥ�C���$�4�f�
��UE!$:�/�|�)���z{�}l�&(?�[�FSB%U,Ǘ�~V��#w��BƷ@�����(�Y8*X�w]�dq�،�c37��uT	#����x�^�q݊iWw�m��6�6Zc������E�Q�9�����狭f_i�$]����)��;���|t�lcd�t���a;dDdu��=�˦_���p�ǠNH�`�`�>ݢ���I-<�Λ��7Zi��X ��sٵ��L(O|q�
�8�%��<�����-��f��|9H�c+ԣvL�!��+�f��_(�=x�q5�>8}6z��B�
H��s�4�0�M��j�f~��,1U�G���(���"�íL��t)�V¹3����z2]:�y�䜳�����+���<	���A��A`�
��r��_݃��ɿ;�]���W�V�c�ڡ��?Ʃ��^I(����dԼ:��M
;O��w��RnZ�DwB���'p�.\x+DLVy~	k�\�w��rb��%��I���L��b���d�nx��S��t3���e��6�Lp��%'4mKӄ��X.\�"�immw�`
��f.�&XM�J�~F�񢋣�w�Z�Ʉ6ikK�U:���ڌ�c�\�=�#��$���C�
�A޷Li���B9�[<��s�l�� ��nX�A�o)��m�WL���´
W�U�~����:�H�'I�`}�%Y�֛Έ�������Z��8�J���r��)��c��dž�4���_�F�r���?WUE�NJ�wH�Ac�9�^�f�� ��FR�h�ԯ�~K@l�{������%��8�n��������p)���"�C�=�&��ɍ��6��}���X빼�oƅ��2��6���̚�T��k�N��=����\0�yct��J��W��!9Ǻ��TA�8
.�~�M�p[��I��~W6W1:�������ۮC:�����O7��ya��EVP/��t���\�'���S��ݺ8��*�
�1k�'C�V:��f�I���y��n��'߀4?1)��kA��ӥ�DƄ���
]�
9?�3O�:D
�␿���S��[�!tEB�����MDz&�֥Bp4�<d������"R	P�J�\.H�.�,��>O:���&{c�@���k�YN����T�Vn�yi��n��u윯�n{A*��~��F|����A�BQ���g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``D(��p0(8���o@0@0tE���o�1�1T�2�2p^B(;(;�hHHc H H�n�P�P�wPYPYEb}����
�����`
 � � ��@�@�u �������`�`�@����� ��� ����� ���� �� ��� ��`�P� P��� �� �@P�`�d!h�<0�����?PK�[���ttQtQuick/LocalStorage/qmldirnu�[���module QtQuick.LocalStorage
plugin qmllocalstorageplugin
classname QQmlLocalStoragePlugin
typeinfo plugins.qmltypes
PK�[��1����$QtQuick/Particles.2/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        file: "qquickage_p.h"
        name: "QQuickAgeAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Age 2.0",
            "QtQuick.Particles/Age 2.1",
            "QtQuick.Particles/Age 2.11",
            "QtQuick.Particles/Age 2.4",
            "QtQuick.Particles/Age 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "lifeLeft"; type: "int" }
        Property { name: "advancePosition"; type: "bool" }
        Signal {
            name: "lifeLeftChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "advancePositionChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setLifeLeft"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setAdvancePosition"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquickangledirection_p.h"
        name: "QQuickAngleDirection"
        prototype: "QQuickDirection"
        exports: ["QtQuick.Particles/AngleDirection 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "angle"; type: "double" }
        Property { name: "magnitude"; type: "double" }
        Property { name: "angleVariation"; type: "double" }
        Property { name: "magnitudeVariation"; type: "double" }
        Signal {
            name: "angleChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "magnitudeChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "angleVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "magnitudeVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAngle"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setMagnitude"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAngleVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setMagnitudeVariation"
            Parameter { name: "arg"; type: "double" }
        }
    }
    Component {
        file: "qquickpointattractor_p.h"
        name: "QQuickAttractorAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Attractor 2.0",
            "QtQuick.Particles/Attractor 2.1",
            "QtQuick.Particles/Attractor 2.11",
            "QtQuick.Particles/Attractor 2.4",
            "QtQuick.Particles/Attractor 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Proportion"
            values: [
                "Constant",
                "Linear",
                "Quadratic",
                "InverseLinear",
                "InverseQuadratic"
            ]
        }
        Enum {
            name: "AffectableParameters"
            values: ["Position", "Velocity", "Acceleration"]
        }
        Property { name: "strength"; type: "double" }
        Property { name: "pointX"; type: "double" }
        Property { name: "pointY"; type: "double" }
        Property { name: "affectedParameter"; type: "AffectableParameters" }
        Property { name: "proportionalToDistance"; type: "Proportion" }
        Signal {
            name: "strengthChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "pointXChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "pointYChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "affectedParameterChanged"
            Parameter { name: "arg"; type: "AffectableParameters" }
        }
        Signal {
            name: "proportionalToDistanceChanged"
            Parameter { name: "arg"; type: "Proportion" }
        }
        Method {
            name: "setStrength"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setPointX"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setPointY"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAffectedParameter"
            Parameter { name: "arg"; type: "AffectableParameters" }
        }
        Method {
            name: "setProportionalToDistance"
            Parameter { name: "arg"; type: "Proportion" }
        }
    }
    Component {
        file: "qquickcumulativedirection_p.h"
        name: "QQuickCumulativeDirection"
        defaultProperty: "directions"
        prototype: "QQuickDirection"
        exports: ["QtQuick.Particles/CumulativeDirection 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "directions"; type: "QQuickDirection"; isList: true; isReadonly: true }
    }
    Component {
        file: "qquickcustomaffector_p.h"
        name: "QQuickCustomAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Affector 2.0",
            "QtQuick.Particles/Affector 2.1",
            "QtQuick.Particles/Affector 2.11",
            "QtQuick.Particles/Affector 2.4",
            "QtQuick.Particles/Affector 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "relative"; type: "bool" }
        Property { name: "position"; type: "QQuickDirection"; isPointer: true }
        Property { name: "velocity"; type: "QQuickDirection"; isPointer: true }
        Property { name: "acceleration"; type: "QQuickDirection"; isPointer: true }
        Signal {
            name: "affectParticles"
            Parameter { name: "particles"; type: "QJSValue" }
            Parameter { name: "dt"; type: "double" }
        }
        Signal {
            name: "positionChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "velocityChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "accelerationChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "relativeChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setPosition"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setVelocity"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setAcceleration"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setRelative"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquickcustomparticle_p.h"
        name: "QQuickCustomParticle"
        prototype: "QQuickParticlePainter"
        exports: [
            "QtQuick.Particles/CustomParticle 2.0",
            "QtQuick.Particles/CustomParticle 2.1",
            "QtQuick.Particles/CustomParticle 2.11",
            "QtQuick.Particles/CustomParticle 2.4",
            "QtQuick.Particles/CustomParticle 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "fragmentShader"; type: "QByteArray" }
        Property { name: "vertexShader"; type: "QByteArray" }
        Method {
            name: "sourceDestroyed"
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
    }
    Component {
        file: "qquickdirection_p.h"
        name: "QQuickDirection"
        prototype: "QObject"
        exports: ["QtQuick.Particles/NullVector 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
    }
    Component {
        file: "qquickellipseextruder_p.h"
        name: "QQuickEllipseExtruder"
        prototype: "QQuickParticleExtruder"
        exports: ["QtQuick.Particles/EllipseShape 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "fill"; type: "bool" }
        Signal {
            name: "fillChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setFill"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquickfriction_p.h"
        name: "QQuickFrictionAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Friction 2.0",
            "QtQuick.Particles/Friction 2.1",
            "QtQuick.Particles/Friction 2.11",
            "QtQuick.Particles/Friction 2.4",
            "QtQuick.Particles/Friction 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "factor"; type: "double" }
        Property { name: "threshold"; type: "double" }
        Signal {
            name: "factorChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "thresholdChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setFactor"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setThreshold"
            Parameter { name: "arg"; type: "double" }
        }
    }
    Component {
        file: "qquickgravity_p.h"
        name: "QQuickGravityAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Gravity 2.0",
            "QtQuick.Particles/Gravity 2.1",
            "QtQuick.Particles/Gravity 2.11",
            "QtQuick.Particles/Gravity 2.4",
            "QtQuick.Particles/Gravity 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "magnitude"; type: "double" }
        Property { name: "acceleration"; type: "double" }
        Property { name: "angle"; type: "double" }
        Signal {
            name: "magnitudeChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "angleChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setMagnitude"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAcceleration"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAngle"
            Parameter { name: "arg"; type: "double" }
        }
    }
    Component {
        file: "qquickgroupgoal_p.h"
        name: "QQuickGroupGoalAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/GroupGoal 2.0",
            "QtQuick.Particles/GroupGoal 2.1",
            "QtQuick.Particles/GroupGoal 2.11",
            "QtQuick.Particles/GroupGoal 2.4",
            "QtQuick.Particles/GroupGoal 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "goalState"; type: "string" }
        Property { name: "jump"; type: "bool" }
        Signal {
            name: "goalStateChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "jumpChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setGoalState"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setJump"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquickimageparticle_p.h"
        name: "QQuickImageParticle"
        prototype: "QQuickParticlePainter"
        exports: [
            "QtQuick.Particles/ImageParticle 2.0",
            "QtQuick.Particles/ImageParticle 2.1",
            "QtQuick.Particles/ImageParticle 2.11",
            "QtQuick.Particles/ImageParticle 2.4",
            "QtQuick.Particles/ImageParticle 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Loading", "Error"]
        }
        Enum {
            name: "EntryEffect"
            values: ["None", "Fade", "Scale"]
        }
        Property { name: "source"; type: "QUrl" }
        Property { name: "sprites"; type: "QQuickSprite"; isList: true; isReadonly: true }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "colorTable"; type: "QUrl" }
        Property { name: "sizeTable"; type: "QUrl" }
        Property { name: "opacityTable"; type: "QUrl" }
        Property { name: "color"; type: "QColor" }
        Property { name: "colorVariation"; type: "double" }
        Property { name: "redVariation"; type: "double" }
        Property { name: "greenVariation"; type: "double" }
        Property { name: "blueVariation"; type: "double" }
        Property { name: "alpha"; type: "double" }
        Property { name: "alphaVariation"; type: "double" }
        Property { name: "rotation"; type: "double" }
        Property { name: "rotationVariation"; type: "double" }
        Property { name: "rotationVelocity"; type: "double" }
        Property { name: "rotationVelocityVariation"; type: "double" }
        Property { name: "autoRotation"; type: "bool" }
        Property { name: "xVector"; type: "QQuickDirection"; isPointer: true }
        Property { name: "yVector"; type: "QQuickDirection"; isPointer: true }
        Property { name: "spritesInterpolate"; type: "bool" }
        Property { name: "entryEffect"; type: "EntryEffect" }
        Signal { name: "imageChanged" }
        Signal { name: "colortableChanged" }
        Signal { name: "sizetableChanged" }
        Signal { name: "opacitytableChanged" }
        Signal {
            name: "alphaVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "alphaChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "redVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "greenVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "blueVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "rotationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "rotationVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "rotationVelocityChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "rotationVelocityVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "autoRotationChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "xVectorChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "yVectorChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "spritesInterpolateChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "bypassOptimizationsChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "entryEffectChanged"
            Parameter { name: "arg"; type: "EntryEffect" }
        }
        Signal {
            name: "statusChanged"
            Parameter { name: "arg"; type: "Status" }
        }
        Method {
            name: "reloadColor"
            Parameter { name: "c"; type: "Color4ub" }
            Parameter { name: "d"; type: "QQuickParticleData"; isPointer: true }
        }
        Method {
            name: "setAlphaVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAlpha"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setRedVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setGreenVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setBlueVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setRotation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setRotationVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setRotationVelocity"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setRotationVelocityVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAutoRotation"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setXVector"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setYVector"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setSpritesInterpolate"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setBypassOptimizations"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setEntryEffect"
            Parameter { name: "arg"; type: "EntryEffect" }
        }
        Method { name: "createEngine" }
        Method {
            name: "spriteAdvance"
            Parameter { name: "spriteIndex"; type: "int" }
        }
        Method {
            name: "spritesUpdate"
            Parameter { name: "time"; type: "double" }
        }
        Method { name: "spritesUpdate" }
        Method { name: "mainThreadFetchImageData" }
        Method {
            name: "finishBuildParticleNodes"
            Parameter { name: "n"; type: "QSGNode*"; isPointer: true }
        }
    }
    Component {
        file: "qquickitemparticle_p.h"
        name: "QQuickItemParticle"
        prototype: "QQuickParticlePainter"
        exports: [
            "QtQuick.Particles/ItemParticle 2.0",
            "QtQuick.Particles/ItemParticle 2.1",
            "QtQuick.Particles/ItemParticle 2.11",
            "QtQuick.Particles/ItemParticle 2.4",
            "QtQuick.Particles/ItemParticle 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        attachedType: "QQuickItemParticleAttached"
        Property { name: "fade"; type: "bool" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Signal {
            name: "delegateChanged"
            Parameter { name: "arg"; type: "QQmlComponent"; isPointer: true }
        }
        Method {
            name: "freeze"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "unfreeze"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "take"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "prioritize"; type: "bool" }
        }
        Method {
            name: "take"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "give"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "setFade"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setDelegate"
            Parameter { name: "arg"; type: "QQmlComponent"; isPointer: true }
        }
    }
    Component {
        name: "QQuickItemParticleAttached"
        prototype: "QObject"
        Property { name: "particle"; type: "QQuickItemParticle"; isReadonly: true; isPointer: true }
        Signal { name: "detached" }
        Signal { name: "attached" }
    }
    Component {
        file: "qquicklineextruder_p.h"
        name: "QQuickLineExtruder"
        prototype: "QQuickParticleExtruder"
        exports: ["QtQuick.Particles/LineShape 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "mirrored"; type: "bool" }
        Signal {
            name: "mirroredChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setMirrored"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquickmaskextruder_p.h"
        name: "QQuickMaskExtruder"
        prototype: "QQuickParticleExtruder"
        exports: ["QtQuick.Particles/MaskShape 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "source"; type: "QUrl" }
        Signal {
            name: "sourceChanged"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Method {
            name: "setSource"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Method { name: "startMaskLoading" }
        Method { name: "finishMaskLoading" }
    }
    Component {
        file: "qquickparticleaffector_p.h"
        name: "QQuickParticleAffector"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick.Particles/ParticleAffector 2.0",
            "QtQuick.Particles/ParticleAffector 2.1",
            "QtQuick.Particles/ParticleAffector 2.11",
            "QtQuick.Particles/ParticleAffector 2.4",
            "QtQuick.Particles/ParticleAffector 2.7"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "system"; type: "QQuickParticleSystem"; isPointer: true }
        Property { name: "groups"; type: "QStringList" }
        Property { name: "whenCollidingWith"; type: "QStringList" }
        Property { name: "enabled"; type: "bool" }
        Property { name: "once"; type: "bool" }
        Property { name: "shape"; type: "QQuickParticleExtruder"; isPointer: true }
        Signal {
            name: "systemChanged"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Signal {
            name: "groupsChanged"
            Parameter { name: "arg"; type: "QStringList" }
        }
        Signal {
            name: "enabledChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "onceChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "shapeChanged"
            Parameter { name: "arg"; type: "QQuickParticleExtruder"; isPointer: true }
        }
        Signal {
            name: "affected"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Signal {
            name: "whenCollidingWithChanged"
            Parameter { name: "arg"; type: "QStringList" }
        }
        Method {
            name: "setSystem"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Method {
            name: "setGroups"
            Parameter { name: "arg"; type: "QStringList" }
        }
        Method {
            name: "setEnabled"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setOnceOff"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setShape"
            Parameter { name: "arg"; type: "QQuickParticleExtruder"; isPointer: true }
        }
        Method {
            name: "setWhenCollidingWith"
            Parameter { name: "arg"; type: "QStringList" }
        }
        Method { name: "updateOffsets" }
    }
    Component {
        file: "qquickparticleemitter_p.h"
        name: "QQuickParticleEmitter"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick.Particles/Emitter 2.0",
            "QtQuick.Particles/Emitter 2.1",
            "QtQuick.Particles/Emitter 2.11",
            "QtQuick.Particles/Emitter 2.4",
            "QtQuick.Particles/Emitter 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Lifetime"
            values: ["InfiniteLife"]
        }
        Property { name: "system"; type: "QQuickParticleSystem"; isPointer: true }
        Property { name: "group"; type: "string" }
        Property { name: "shape"; type: "QQuickParticleExtruder"; isPointer: true }
        Property { name: "enabled"; type: "bool" }
        Property { name: "startTime"; type: "int" }
        Property { name: "emitRate"; type: "double" }
        Property { name: "lifeSpan"; type: "int" }
        Property { name: "lifeSpanVariation"; type: "int" }
        Property { name: "maximumEmitted"; type: "int" }
        Property { name: "size"; type: "double" }
        Property { name: "endSize"; type: "double" }
        Property { name: "sizeVariation"; type: "double" }
        Property { name: "velocity"; type: "QQuickDirection"; isPointer: true }
        Property { name: "acceleration"; type: "QQuickDirection"; isPointer: true }
        Property { name: "velocityFromMovement"; type: "double" }
        Signal {
            name: "emitParticles"
            Parameter { name: "particles"; type: "QJSValue" }
        }
        Signal {
            name: "particlesPerSecondChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "particleDurationChanged"
            Parameter { type: "int" }
        }
        Signal {
            name: "enabledChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "systemChanged"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Signal {
            name: "groupChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "particleDurationVariationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "extruderChanged"
            Parameter { name: "arg"; type: "QQuickParticleExtruder"; isPointer: true }
        }
        Signal {
            name: "particleSizeChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "particleEndSizeChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "particleSizeVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "velocityChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "accelerationChanged"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Signal {
            name: "maximumEmittedChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal { name: "particleCountChanged" }
        Signal {
            name: "startTimeChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "pulse"
            Parameter { name: "milliseconds"; type: "int" }
        }
        Method {
            name: "burst"
            Parameter { name: "num"; type: "int" }
        }
        Method {
            name: "burst"
            Parameter { name: "num"; type: "int" }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "setEnabled"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setParticlesPerSecond"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setParticleDuration"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setSystem"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Method {
            name: "setGroup"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setParticleDurationVariation"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setExtruder"
            Parameter { name: "arg"; type: "QQuickParticleExtruder"; isPointer: true }
        }
        Method {
            name: "setParticleSize"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setParticleEndSize"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setParticleSizeVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setVelocity"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setAcceleration"
            Parameter { name: "arg"; type: "QQuickDirection"; isPointer: true }
        }
        Method {
            name: "setMaxParticleCount"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setStartTime"
            Parameter { name: "arg"; type: "int" }
        }
        Method { name: "reset" }
    }
    Component {
        file: "qquickparticleextruder_p.h"
        name: "QQuickParticleExtruder"
        prototype: "QObject"
        exports: ["QtQuick.Particles/ParticleExtruder 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
    }
    Component {
        file: "qquickparticlegroup_p.h"
        name: "QQuickParticleGroup"
        defaultProperty: "particleChildren"
        prototype: "QQuickStochasticState"
        exports: ["QtQuick.Particles/ParticleGroup 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "system"; type: "QQuickParticleSystem"; isPointer: true }
        Property { name: "particleChildren"; type: "QObject"; isList: true; isReadonly: true }
        Signal {
            name: "maximumAliveChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "systemChanged"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Method {
            name: "setMaximumAlive"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setSystem"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Method {
            name: "delayRedirect"
            Parameter { name: "obj"; type: "QObject"; isPointer: true }
        }
    }
    Component {
        file: "qquickparticlepainter_p.h"
        name: "QQuickParticlePainter"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick.Particles/ParticlePainter 2.0",
            "QtQuick.Particles/ParticlePainter 2.1",
            "QtQuick.Particles/ParticlePainter 2.11",
            "QtQuick.Particles/ParticlePainter 2.4",
            "QtQuick.Particles/ParticlePainter 2.7"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "system"; type: "QQuickParticleSystem"; isPointer: true }
        Property { name: "groups"; type: "QStringList" }
        Signal { name: "countChanged" }
        Signal {
            name: "systemChanged"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Signal {
            name: "groupsChanged"
            Parameter { name: "arg"; type: "QStringList" }
        }
        Method {
            name: "setSystem"
            Parameter { name: "arg"; type: "QQuickParticleSystem"; isPointer: true }
        }
        Method {
            name: "setGroups"
            Parameter { name: "arg"; type: "QStringList" }
        }
        Method {
            name: "calcSystemOffset"
            Parameter { name: "resetPending"; type: "bool" }
        }
        Method { name: "calcSystemOffset" }
        Method { name: "sceneGraphInvalidated" }
    }
    Component {
        file: "qquickparticlesystem_p.h"
        name: "QQuickParticleSystem"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick.Particles/ParticleSystem 2.0",
            "QtQuick.Particles/ParticleSystem 2.1",
            "QtQuick.Particles/ParticleSystem 2.11",
            "QtQuick.Particles/ParticleSystem 2.4",
            "QtQuick.Particles/ParticleSystem 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "running"; type: "bool" }
        Property { name: "paused"; type: "bool" }
        Property { name: "empty"; type: "bool"; isReadonly: true }
        Signal { name: "systemInitialized" }
        Signal {
            name: "runningChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "pausedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "emptyChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method { name: "start" }
        Method { name: "stop" }
        Method { name: "restart" }
        Method { name: "pause" }
        Method { name: "resume" }
        Method { name: "reset" }
        Method {
            name: "setRunning"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setPaused"
            Parameter { name: "arg"; type: "bool" }
        }
        Method { name: "duration"; type: "int" }
        Method { name: "emittersChanged" }
        Method {
            name: "loadPainter"
            Parameter { name: "p"; type: "QQuickParticlePainter"; isPointer: true }
        }
        Method { name: "createEngine" }
        Method {
            name: "particleStateChange"
            Parameter { name: "idx"; type: "int" }
        }
    }
    Component {
        file: "qquickpointdirection_p.h"
        name: "QQuickPointDirection"
        prototype: "QQuickDirection"
        exports: ["QtQuick.Particles/PointDirection 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "x"; type: "double" }
        Property { name: "y"; type: "double" }
        Property { name: "xVariation"; type: "double" }
        Property { name: "yVariation"; type: "double" }
        Signal {
            name: "xChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "yChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "xVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "yVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setX"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setY"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setXVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setYVariation"
            Parameter { name: "arg"; type: "double" }
        }
    }
    Component {
        file: "qquickrectangleextruder_p.h"
        name: "QQuickRectangleExtruder"
        prototype: "QQuickParticleExtruder"
        exports: ["QtQuick.Particles/RectangleShape 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "fill"; type: "bool" }
        Signal {
            name: "fillChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setFill"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquickspritegoal_p.h"
        name: "QQuickSpriteGoalAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/SpriteGoal 2.0",
            "QtQuick.Particles/SpriteGoal 2.1",
            "QtQuick.Particles/SpriteGoal 2.11",
            "QtQuick.Particles/SpriteGoal 2.4",
            "QtQuick.Particles/SpriteGoal 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "goalState"; type: "string" }
        Property { name: "jump"; type: "bool" }
        Property { name: "systemStates"; type: "bool" }
        Signal {
            name: "goalStateChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "jumpChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "systemStatesChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setGoalState"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setJump"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setSystemStates"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        name: "QQuickStochasticState"
        prototype: "QObject"
        Property { name: "duration"; type: "int" }
        Property { name: "durationVariation"; type: "int" }
        Property { name: "randomStart"; type: "bool" }
        Property { name: "to"; type: "QVariantMap" }
        Property { name: "name"; type: "string" }
        Signal {
            name: "durationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "nameChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "toChanged"
            Parameter { name: "arg"; type: "QVariantMap" }
        }
        Signal {
            name: "durationVariationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal { name: "entered" }
        Signal {
            name: "randomStartChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setDuration"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setName"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setTo"
            Parameter { name: "arg"; type: "QVariantMap" }
        }
        Method {
            name: "setDurationVariation"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setRandomStart"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "qquicktargetdirection_p.h"
        name: "QQuickTargetDirection"
        prototype: "QQuickDirection"
        exports: ["QtQuick.Particles/TargetDirection 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "targetX"; type: "double" }
        Property { name: "targetY"; type: "double" }
        Property { name: "targetItem"; type: "QQuickItem"; isPointer: true }
        Property { name: "targetVariation"; type: "double" }
        Property { name: "proportionalMagnitude"; type: "bool" }
        Property { name: "magnitude"; type: "double" }
        Property { name: "magnitudeVariation"; type: "double" }
        Signal {
            name: "targetXChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "targetYChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "targetVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "magnitudeChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "proprotionalMagnitudeChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "magnitudeVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "targetItemChanged"
            Parameter { name: "arg"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "setTargetX"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setTargetY"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setTargetVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setMagnitude"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setProportionalMagnitude"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setMagnitudeVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setTargetItem"
            Parameter { name: "arg"; type: "QQuickItem"; isPointer: true }
        }
    }
    Component {
        file: "qquicktrailemitter_p.h"
        name: "QQuickTrailEmitter"
        prototype: "QQuickParticleEmitter"
        exports: [
            "QtQuick.Particles/TrailEmitter 2.0",
            "QtQuick.Particles/TrailEmitter 2.1",
            "QtQuick.Particles/TrailEmitter 2.11",
            "QtQuick.Particles/TrailEmitter 2.4",
            "QtQuick.Particles/TrailEmitter 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "EmitSize"
            values: ["ParticleSize"]
        }
        Property { name: "follow"; type: "string" }
        Property { name: "emitRatePerParticle"; type: "int" }
        Property { name: "emitShape"; type: "QQuickParticleExtruder"; isPointer: true }
        Property { name: "emitHeight"; type: "double" }
        Property { name: "emitWidth"; type: "double" }
        Signal {
            name: "emitFollowParticles"
            Parameter { name: "particles"; type: "QJSValue" }
            Parameter { name: "followed"; type: "QJSValue" }
        }
        Signal {
            name: "particlesPerParticlePerSecondChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "emitterXVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "emitterYVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "followChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "emissionShapeChanged"
            Parameter { name: "arg"; type: "QQuickParticleExtruder"; isPointer: true }
        }
        Method {
            name: "setParticlesPerParticlePerSecond"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setEmitterXVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setEmitterYVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setFollow"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setEmissionShape"
            Parameter { name: "arg"; type: "QQuickParticleExtruder"; isPointer: true }
        }
        Method { name: "recalcParticlesPerSecond" }
    }
    Component {
        file: "qquickturbulence_p.h"
        name: "QQuickTurbulenceAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Turbulence 2.0",
            "QtQuick.Particles/Turbulence 2.1",
            "QtQuick.Particles/Turbulence 2.11",
            "QtQuick.Particles/Turbulence 2.4",
            "QtQuick.Particles/Turbulence 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "strength"; type: "double" }
        Property { name: "noiseSource"; type: "QUrl" }
        Signal {
            name: "strengthChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "noiseSourceChanged"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Method {
            name: "setStrength"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setNoiseSource"
            Parameter { name: "arg"; type: "QUrl" }
        }
    }
    Component {
        file: "qquickwander_p.h"
        name: "QQuickWanderAffector"
        prototype: "QQuickParticleAffector"
        exports: [
            "QtQuick.Particles/Wander 2.0",
            "QtQuick.Particles/Wander 2.1",
            "QtQuick.Particles/Wander 2.11",
            "QtQuick.Particles/Wander 2.4",
            "QtQuick.Particles/Wander 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "AffectableParameters"
            values: ["Position", "Velocity", "Acceleration"]
        }
        Property { name: "pace"; type: "double" }
        Property { name: "xVariance"; type: "double" }
        Property { name: "yVariance"; type: "double" }
        Property { name: "affectedParameter"; type: "AffectableParameters" }
        Signal {
            name: "xVarianceChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "yVarianceChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "paceChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "affectedParameterChanged"
            Parameter { name: "arg"; type: "AffectableParameters" }
        }
        Method {
            name: "setXVariance"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setYVariance"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setPace"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setAffectedParameter"
            Parameter { name: "arg"; type: "AffectableParameters" }
        }
    }
}
PK�[�kʽp/p/)QtQuick/Particles.2/libparticlesplugin.sonuȯ��ELF>�@�'@8	@�� pp p �� �� � ��888$$���  S�td���  P�tdttt��Q�tdR�tdpp p ��GNU���\e�ݔtk����l�!�@00!$%l�⍺�|CE���qX-����Uf��c	���q��d,  �F"�� ��9�H;���0      ��=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN21QQuickParticlesModule12defineModuleEv_ZN19QQmlExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN19QQmlExtensionPluginC2EP7QObject_Z36qml_register_types_QtQuick_Particlesv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectElibQt5QuickParticles.so.5libQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5.15.3_PRIVATE_APIGLIBC_2.2.5Qt_5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9			> YxO
# ui	9~ %�E�0%�E��J�ӯk	Rt)�]yѯip Px � � � `� � � p� �� @� p� � P( � 0 �8 �@ `h �p �x `� � � � � � �    H  ` � � � � � � H P X ` h 	p 
x � 
� � � � � � � ��H��H�I H��t��H����5�
 �%�
 ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h���������%� D���%� D���%} D���%u D���%m D���%e D���%] D���%U D���%M D���%E D���%= D���%5 D���%- D���%% D���% DH�=Y H�R H9�tH� H��t	�����H�=) H�5" H)�H��H��H��?H�H�tH�� H��t��fD�����=� u+UH�=� H��tH�=N �)����d����� ]������w������Ðf.���H�H�(t	���@H�� ���H�e�@��SH���` ����H�a H��t<�P��t5H�=U t+H�����@����H�8 H��[�f.���F���1�H��H�����H�� H��H�H��H�CH��
 H�D$H�D$���H�=�
 H��
 H��
 H���u����/u�U���H��
 H���c���H��1�[�DH�=�
 ����������H�� H�5v
 H�k
 H�=dH�a
 �4���H�==
 ��������f���H��tGUH��SH��H�5�H��H�������H���uH��[]�@H��H��H��[]�����1�Ðff.�����������������������H�5 H�H��H�G�e���D��H� H��H�H��H�G�A������H�� SH��H�H��H�G�!���H�߾[������H�� SH�_�H�G�H��H�H�����H�߾[���f.�D��H�H��t�(uH�?H��t�������H��H���23QtQuick2ParticlesPlugin����QtQuick2ParticlesPlugin�QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0wQtQuick2ParticlesPlugincuri�sQtQuick.Particles.2�;�<����<����������������,����l������������H�������\<���,l���p�����zRx�$����FJw�?:*3$"Dp����\���p��� ����	��������-L�\�����	�������1L�`���! t���,4p���=E�D K
AK
CF4d����SJ�D�Q R
AAEDG�A������	GNU�P� `� p�@p�P������ ��`��`>Xi~���������
Dp x ���o`(�
v0 h �`	���o���o����o�o����o� ���� 0@P`p���GA$3a1�QGA$3p1113`AGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY`eGA+GLIBCXX_ASSERTIONSlibparticlesplugin.so-5.15.3-2.el8.x86_64.debug���7zXZ�ִF!t/���]?�E�h=��ڊ�2N�H]͞ ��d�<��b�
��M�0iʭ�n$N�4XҘNo2?3[� �(l}5���oww�����e��)Q�1*�e�?<��N_��[SJ��n�ɕ2#;�Û�}w�>̨���\C(�;�����ѩJ��s�4�o��%�^Ͳ�pdAI%]Ҍgk��+EQ�@J��O�	&W��&}A`����q�g˕�>��j[{8,�_~�/l�	�u1�[�[e���d�[e�v7qzP�}��������o$9Av�M��P��i:�/�rC��ꄸnvOd^�=�o������^���V�uNZ�t�9�2��4}�GJ-:!�Wc�:>u��@�
��X|�0��"����<V'�b[�1t2��8�O�O�s~�E6d[Jh�gCay<`�/�o;)��Y����v�:�^��b�X���F�C��Y%x=�z=;*�(+/7Ʈ2����Y7K�0:%Wܳx����f��A&��Py�B)Q5J��%dr��:����~�ys ��1�	�nC�rlB��H�5M�*�Wי]2{_LJ�
�v��E�;�r�K�t�i���]��hf�~uf��2�_�Y�Ț/�L��LM\�����P�)�iNϭG��������>�Y�|�E47ds�!镺]e����QY��F&e�r�V�]�
ǴT���LA����h�Ҡ�M��8)�m�9��ZQ��.|�z4<X�%��Wʭ�[�^J� ��^�*�r2++��3��r��lHj�>*�y�F�wH��N���D�)�t;����zơ��F�9Wa����+�\��jժ�@4�B���/�Yw;��d0�V��R�\�'���BF�P�p�xr#n��c�4w+��gc��Qڱa���F�r]���[��o^Z)�<��G�{0%���9��	�!G��-~���P��t-#�k)gI�x��
�z}oj���{��FӐ�@�<�����O#��<��='|`��j��j��,��D�.�����#
q��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0((v8���o��LE���o���T��`^B  hh��c��n���w���}DD
�``� ����s �tt�������� �p p�x x�� � �� ���0 0�  �00 `�D4"4*h"H�&9PK�[�D��llQtQuick/Particles.2/qmldirnu�[���module QtQuick.Particles
plugin particlesplugin
classname QtQuick2ParticlesPlugin
typeinfo plugins.qmltypes
PK�[��{9{9!QtQuick/Window.2/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        file: "plugin.h"
        name: "QQuickRootItem"
        defaultProperty: "data"
        prototype: "QQuickItem"
        Method {
            name: "setWidth"
            Parameter { name: "w"; type: "int" }
        }
        Method {
            name: "setHeight"
            Parameter { name: "h"; type: "int" }
        }
    }
    Component {
        file: "plugin.h"
        name: "QQuickScreen"
        prototype: "QObject"
        exports: [
            "QtQuick.Window/Screen 2.0",
            "QtQuick.Window/Screen 2.10",
            "QtQuick.Window/Screen 2.3"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 10, 3]
        attachedType: "QQuickScreenAttached"
    }
    Component {
        file: "plugin.h"
        name: "QQuickScreenAttached"
        prototype: "QQuickScreenInfo"
        Property { name: "orientationUpdateMask"; type: "Qt::ScreenOrientations" }
        Method {
            name: "screenChanged"
            Parameter { type: "QScreen"; isPointer: true }
        }
        Method {
            name: "angleBetween"
            type: "int"
            Parameter { name: "a"; type: "int" }
            Parameter { name: "b"; type: "int" }
        }
    }
    Component {
        file: "plugin.h"
        name: "QQuickScreenInfo"
        prototype: "QObject"
        exports: [
            "QtQuick.Window/ScreenInfo 2.10",
            "QtQuick.Window/ScreenInfo 2.3"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [10, 3]
        Property { name: "name"; type: "string"; isReadonly: true }
        Property { name: "manufacturer"; revision: 10; type: "string"; isReadonly: true }
        Property { name: "model"; revision: 10; type: "string"; isReadonly: true }
        Property { name: "serialNumber"; revision: 10; type: "string"; isReadonly: true }
        Property { name: "width"; type: "int"; isReadonly: true }
        Property { name: "height"; type: "int"; isReadonly: true }
        Property { name: "desktopAvailableWidth"; type: "int"; isReadonly: true }
        Property { name: "desktopAvailableHeight"; type: "int"; isReadonly: true }
        Property { name: "logicalPixelDensity"; type: "double"; isReadonly: true }
        Property { name: "pixelDensity"; type: "double"; isReadonly: true }
        Property { name: "devicePixelRatio"; type: "double"; isReadonly: true }
        Property { name: "primaryOrientation"; type: "Qt::ScreenOrientation"; isReadonly: true }
        Property { name: "orientation"; type: "Qt::ScreenOrientation"; isReadonly: true }
        Property { name: "virtualX"; revision: 3; type: "int"; isReadonly: true }
        Property { name: "virtualY"; revision: 3; type: "int"; isReadonly: true }
        Signal { name: "manufacturerChanged"; revision: 10 }
        Signal { name: "modelChanged"; revision: 10 }
        Signal { name: "serialNumberChanged"; revision: 10 }
        Signal { name: "desktopGeometryChanged" }
        Signal { name: "virtualXChanged"; revision: 3 }
        Signal { name: "virtualYChanged"; revision: 3 }
    }
    Component {
        file: "plugin.h"
        name: "QQuickWindow"
        defaultProperty: "data"
        prototype: "QWindow"
        exports: ["QtQuick.Window/Window 2.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "CreateTextureOptions"
            alias: "CreateTextureOption"
            isFlag: true
            values: [
                "TextureHasAlphaChannel",
                "TextureHasMipmaps",
                "TextureOwnsGLTexture",
                "TextureCanUseAtlas",
                "TextureIsOpaque"
            ]
        }
        Enum {
            name: "SceneGraphError"
            values: ["ContextNotAvailable"]
        }
        Enum {
            name: "TextRenderType"
            values: ["QtTextRendering", "NativeTextRendering"]
        }
        Enum {
            name: "NativeObjectType"
            values: ["NativeObjectTexture"]
        }
        Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "color"; type: "QColor" }
        Property { name: "contentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property {
            name: "activeFocusItem"
            revision: 1
            type: "QQuickItem"
            isReadonly: true
            isPointer: true
        }
        Signal { name: "frameSwapped" }
        Signal {
            name: "openglContextCreated"
            revision: 2
            Parameter { name: "context"; type: "QOpenGLContext"; isPointer: true }
        }
        Signal { name: "sceneGraphInitialized" }
        Signal { name: "sceneGraphInvalidated" }
        Signal { name: "beforeSynchronizing" }
        Signal { name: "afterSynchronizing"; revision: 2 }
        Signal { name: "beforeRendering" }
        Signal { name: "afterRendering" }
        Signal { name: "afterAnimating"; revision: 2 }
        Signal { name: "sceneGraphAboutToStop"; revision: 2 }
        Signal {
            name: "closing"
            revision: 1
            Parameter { name: "close"; type: "QQuickCloseEvent"; isPointer: true }
        }
        Signal {
            name: "colorChanged"
            Parameter { type: "QColor" }
        }
        Signal { name: "activeFocusItemChanged"; revision: 1 }
        Signal {
            name: "sceneGraphError"
            revision: 2
            Parameter { name: "error"; type: "QQuickWindow::SceneGraphError" }
            Parameter { name: "message"; type: "string" }
        }
        Signal { name: "beforeRenderPassRecording"; revision: 14 }
        Signal { name: "afterRenderPassRecording"; revision: 14 }
        Method { name: "update" }
        Method { name: "releaseResources" }
        Method { name: "maybeUpdate" }
        Method { name: "cleanupSceneGraph" }
        Method { name: "physicalDpiChanged" }
        Method {
            name: "handleScreenChanged"
            Parameter { name: "screen"; type: "QScreen"; isPointer: true }
        }
        Method {
            name: "setTransientParent_helper"
            Parameter { name: "window"; type: "QQuickWindow"; isPointer: true }
        }
        Method { name: "runJobsAfterSwap" }
        Method {
            name: "handleApplicationStateChanged"
            Parameter { name: "state"; type: "Qt::ApplicationState" }
        }
    }
    Component {
        file: "plugin.h"
        name: "QQuickWindowAttached"
        prototype: "QObject"
        Property { name: "visibility"; type: "QWindow::Visibility"; isReadonly: true }
        Property { name: "active"; type: "bool"; isReadonly: true }
        Property { name: "activeFocusItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "contentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "width"; type: "int"; isReadonly: true }
        Property { name: "height"; type: "int"; isReadonly: true }
        Property { name: "window"; type: "QQuickWindow"; isReadonly: true; isPointer: true }
        Method {
            name: "windowChange"
            Parameter { type: "QQuickWindow"; isPointer: true }
        }
    }
    Component {
        file: "plugin.h"
        name: "QQuickWindowQmlImpl"
        defaultProperty: "data"
        prototype: "QQuickWindow"
        exports: [
            "QtQuick.Window/Window 2.1",
            "QtQuick.Window/Window 2.13",
            "QtQuick.Window/Window 2.14",
            "QtQuick.Window/Window 2.2",
            "QtQuick.Window/Window 2.3"
        ]
        exportMetaObjectRevisions: [1, 13, 14, 2, 3]
        attachedType: "QQuickWindowAttached"
        Property { name: "visible"; type: "bool" }
        Property { name: "visibility"; type: "Visibility" }
        Property { name: "screen"; revision: 3; type: "QObject"; isPointer: true }
        Signal {
            name: "visibleChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "visibilityChanged"
            Parameter { name: "visibility"; type: "QWindow::Visibility" }
        }
        Signal { name: "screenChanged"; revision: 3 }
        Method { name: "setWindowVisibility" }
    }
    Component {
        file: "plugin.h"
        name: "QWindow"
        prototype: "QObject"
        Enum {
            name: "Visibility"
            values: [
                "Hidden",
                "AutomaticVisibility",
                "Windowed",
                "Minimized",
                "Maximized",
                "FullScreen"
            ]
        }
        Enum {
            name: "AncestorMode"
            values: ["ExcludeTransients", "IncludeTransients"]
        }
        Property { name: "title"; type: "string" }
        Property { name: "modality"; type: "Qt::WindowModality" }
        Property { name: "flags"; type: "Qt::WindowFlags" }
        Property { name: "x"; type: "int" }
        Property { name: "y"; type: "int" }
        Property { name: "width"; type: "int" }
        Property { name: "height"; type: "int" }
        Property { name: "minimumWidth"; type: "int" }
        Property { name: "minimumHeight"; type: "int" }
        Property { name: "maximumWidth"; type: "int" }
        Property { name: "maximumHeight"; type: "int" }
        Property { name: "visible"; type: "bool" }
        Property { name: "active"; revision: 1; type: "bool"; isReadonly: true }
        Property { name: "visibility"; revision: 1; type: "Visibility" }
        Property { name: "contentOrientation"; type: "Qt::ScreenOrientation" }
        Property { name: "opacity"; revision: 1; type: "double" }
        Property { name: "transientParent"; revision: 13; type: "QWindow"; isPointer: true }
        Signal {
            name: "screenChanged"
            Parameter { name: "screen"; type: "QScreen"; isPointer: true }
        }
        Signal {
            name: "modalityChanged"
            Parameter { name: "modality"; type: "Qt::WindowModality" }
        }
        Signal {
            name: "windowStateChanged"
            Parameter { name: "windowState"; type: "Qt::WindowState" }
        }
        Signal {
            name: "windowTitleChanged"
            revision: 2
            Parameter { name: "title"; type: "string" }
        }
        Signal {
            name: "xChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "yChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "widthChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "heightChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "minimumWidthChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "minimumHeightChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "maximumWidthChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "maximumHeightChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "visibleChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "visibilityChanged"
            revision: 1
            Parameter { name: "visibility"; type: "QWindow::Visibility" }
        }
        Signal { name: "activeChanged"; revision: 1 }
        Signal {
            name: "contentOrientationChanged"
            Parameter { name: "orientation"; type: "Qt::ScreenOrientation" }
        }
        Signal {
            name: "focusObjectChanged"
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Signal {
            name: "opacityChanged"
            revision: 1
            Parameter { name: "opacity"; type: "double" }
        }
        Signal {
            name: "transientParentChanged"
            revision: 13
            Parameter { name: "transientParent"; type: "QWindow"; isPointer: true }
        }
        Method { name: "requestActivate"; revision: 1 }
        Method {
            name: "setVisible"
            Parameter { name: "visible"; type: "bool" }
        }
        Method { name: "show" }
        Method { name: "hide" }
        Method { name: "showMinimized" }
        Method { name: "showMaximized" }
        Method { name: "showFullScreen" }
        Method { name: "showNormal" }
        Method { name: "close"; type: "bool" }
        Method { name: "raise" }
        Method { name: "lower" }
        Method {
            name: "startSystemResize"
            type: "bool"
            Parameter { name: "edges"; type: "Qt::Edges" }
        }
        Method { name: "startSystemMove"; type: "bool" }
        Method {
            name: "setTitle"
            Parameter { type: "string" }
        }
        Method {
            name: "setX"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setY"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setWidth"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setHeight"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setGeometry"
            Parameter { name: "posx"; type: "int" }
            Parameter { name: "posy"; type: "int" }
            Parameter { name: "w"; type: "int" }
            Parameter { name: "h"; type: "int" }
        }
        Method {
            name: "setGeometry"
            Parameter { name: "rect"; type: "QRect" }
        }
        Method {
            name: "setMinimumWidth"
            Parameter { name: "w"; type: "int" }
        }
        Method {
            name: "setMinimumHeight"
            Parameter { name: "h"; type: "int" }
        }
        Method {
            name: "setMaximumWidth"
            Parameter { name: "w"; type: "int" }
        }
        Method {
            name: "setMaximumHeight"
            Parameter { name: "h"; type: "int" }
        }
        Method {
            name: "alert"
            revision: 1
            Parameter { name: "msec"; type: "int" }
        }
        Method { name: "requestUpdate"; revision: 3 }
        Method { name: "_q_clearAlert" }
    }
}
PK�[B?h�uuQtQuick/Window.2/qmldirnu�[���module QtQuick.Window
plugin windowplugin
classname QtQuick2WindowPlugin
typeinfo plugins.qmltypes
designersupported
PK�[��
�h�h�#QtQuick/Window.2/libwindowplugin.sonuȯ��ELF>�Y@��@8	@H�H� ���� �� x� P�P� P� ��888$$(�(�(�  S�td(�(�(�  P�td���$$Q�tdR�td���� �� xxGNU�ZvD����e�.�Z�0��N��@00���l�⍺�|CE���qX-������|U�$Cj
��	�	�"/����J~����!
���������[��w	��1<
�T�M=	�����PR�
K]<���n���#T�
&r
d^, 04�uK
lX�y��
P�	��h ��F"�w
w	J��Z4 .o��� �����
l��{(�=�;�o�
1;�U�������
2y��P�/z \8
���e
�*����zG�
P��	��[9`� &� -� �[=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN14QQuickRootItemC2Ev_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZTV14QQuickRootItem_ZN10QQuickItemD2Ev_ZTV12QQuickScreen_ZN7QObjectD2Ev_ZTV16QQuickScreenInfo_ZN7QObjectC2EPS__ZN20QQuickScreenAttachedC1EP7QObject_ZN16QQuickScreenInfoC2EP7QObjectP7QScreen_ZN12QQuickWindowC2EP7QWindow_ZNK7QWindow8geometryEv_ZN12QQuickWindowD2Ev_ZN19QQuickWindowQmlImplC2EP7QWindow_ZTV19QQuickWindowQmlImpl_ZN16QQmlParserStatusD2Ev_ZN7QWindowC2EP7QScreen_ZN7QWindowD2Ev_ZN12QQuickWindow16staticMetaObjectE_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QMetaObject14normalizedTypeEPKc_ZN10QArrayData10deallocateEPS_mm_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi__stack_chk_fail_ZN16QQuickScreenInfo16staticMetaObjectE_ZN19QQuickWindowQmlImpl16staticMetaObjectE_ZN14QQuickRootItem16staticMetaObjectE_ZNK11QMetaObject9classNameEvstrlenmemcpy_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN10QArrayData11shared_nullE_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_ZN12QQuickScreen16staticMetaObjectE_ZN20QQuickScreenAttached16staticMetaObjectE_ZN20QQuickWindowAttached16staticMetaObjectE_ZN19QQuickWindowQmlImpl21qmlAttachedPropertiesEP7QObject_ZN7QWindow16staticMetaObjectE_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZTI14QQuickRootItem_ZTI12QQuickScreen_ZTI16QQuickScreenInfo_ZTI12QQuickWindow_ZTI19QQuickWindowQmlImpl_ZTI7QWindow_ZNK14QQuickRootItem10metaObjectEv_ZN14QQuickRootItem11qt_metacastEPKc_ZN14QQuickRootItem11qt_metacallEN11QMetaObject4CallEiPPv_ZN10QQuickItem5eventEP6QEvent_ZNK10QQuickItem12boundingRectEv_ZNK10QQuickItem8clipRectEv_ZNK10QQuickItem8containsERK7QPointF_ZNK10QQuickItem16inputMethodQueryEN2Qt16InputMethodQueryE_ZNK10QQuickItem17isTextureProviderEv_ZNK10QQuickItem15textureProviderEv_ZN10QQuickItem10itemChangeENS_10ItemChangeERKNS_14ItemChangeDataE_ZN10QQuickItem10classBeginEv_ZN10QQuickItem17componentCompleteEv_ZN10QQuickItem13keyPressEventEP9QKeyEvent_ZN10QQuickItem15keyReleaseEventEP9QKeyEvent_ZN10QQuickItem16inputMethodEventEP17QInputMethodEvent_ZN10QQuickItem12focusInEventEP11QFocusEvent_ZN10QQuickItem13focusOutEventEP11QFocusEvent_ZN10QQuickItem15mousePressEventEP11QMouseEvent_ZN10QQuickItem14mouseMoveEventEP11QMouseEvent_ZN10QQuickItem17mouseReleaseEventEP11QMouseEvent_ZN10QQuickItem21mouseDoubleClickEventEP11QMouseEvent_ZN10QQuickItem16mouseUngrabEventEv_ZN10QQuickItem16touchUngrabEventEv_ZN10QQuickItem10wheelEventEP11QWheelEvent_ZN10QQuickItem10touchEventEP11QTouchEvent_ZN10QQuickItem15hoverEnterEventEP11QHoverEvent_ZN10QQuickItem14hoverMoveEventEP11QHoverEvent_ZN10QQuickItem15hoverLeaveEventEP11QHoverEvent_ZN10QQuickItem14dragEnterEventEP15QDragEnterEvent_ZN10QQuickItem13dragMoveEventEP14QDragMoveEvent_ZN10QQuickItem14dragLeaveEventEP15QDragLeaveEvent_ZN10QQuickItem9dropEventEP10QDropEvent_ZN10QQuickItem21childMouseEventFilterEPS_P6QEvent_ZN10QQuickItem21windowDeactivateEventEv_ZN10QQuickItem15geometryChangedERK6QRectFS2__ZN10QQuickItem15updatePaintNodeEP7QSGNodePNS_19UpdatePaintNodeDataE_ZN10QQuickItem16releaseResourcesEv_ZN10QQuickItem12updatePolishEv_ZThn16_N10QQuickItem10classBeginEv_ZThn16_N10QQuickItem17componentCompleteEv_ZNK12QQuickScreen10metaObjectEv_ZN12QQuickScreen11qt_metacastEPKc_ZN12QQuickScreen11qt_metacallEN11QMetaObject4CallEiPPv_ZNK16QQuickScreenInfo10metaObjectEv_ZN16QQuickScreenInfo11qt_metacastEPKc_ZN16QQuickScreenInfo11qt_metacallEN11QMetaObject4CallEiPPv_ZNK12QQuickWindow10metaObjectEv_ZN12QQuickWindow11qt_metacastEPKc_ZN12QQuickWindow11qt_metacallEN11QMetaObject4CallEiPPv_ZN12QQuickWindow5eventEP6QEvent_ZNK7QWindow11surfaceTypeEv_ZNK7QWindow6formatEv_ZNK12QQuickWindow14accessibleRootEv_ZNK12QQuickWindow11focusObjectEv_ZN12QQuickWindow11exposeEventEP12QExposeEvent_ZN12QQuickWindow11resizeEventEP12QResizeEvent_ZN7QWindow9moveEventEP10QMoveEvent_ZN12QQuickWindow12focusInEventEP11QFocusEvent_ZN12QQuickWindow13focusOutEventEP11QFocusEvent_ZN12QQuickWindow9showEventEP10QShowEvent_ZN12QQuickWindow9hideEventEP10QHideEvent_ZN12QQuickWindow13keyPressEventEP9QKeyEvent_ZN12QQuickWindow15keyReleaseEventEP9QKeyEvent_ZN12QQuickWindow15mousePressEventEP11QMouseEvent_ZN12QQuickWindow17mouseReleaseEventEP11QMouseEvent_ZN12QQuickWindow21mouseDoubleClickEventEP11QMouseEvent_ZN12QQuickWindow14mouseMoveEventEP11QMouseEvent_ZN12QQuickWindow10wheelEventEP11QWheelEvent_ZN7QWindow10touchEventEP11QTouchEvent_ZN12QQuickWindow11tabletEventEP12QTabletEvent_ZN7QWindow11nativeEventERK10QByteArrayPvPl_ZNK7QWindow13surfaceHandleEv_ZThn16_NK7QWindow6formatEv_ZThn16_NK7QWindow13surfaceHandleEv_ZThn16_NK7QWindow11surfaceTypeEv_ZNK19QQuickWindowQmlImpl10metaObjectEv_ZN19QQuickWindowQmlImpl11qt_metacastEPKc_ZN19QQuickWindowQmlImpl11qt_metacallEN11QMetaObject4CallEiPPv_ZN19QQuickWindowQmlImpl10classBeginEv_ZN19QQuickWindowQmlImpl17componentCompleteEv_ZThn40_N19QQuickWindowQmlImpl10classBeginEv_ZThn40_N19QQuickWindowQmlImpl17componentCompleteEv_ZNK7QWindow10metaObjectEv_ZN7QWindow11qt_metacastEPKc_ZN7QWindow11qt_metacallEN11QMetaObject4CallEiPPv_ZN7QWindow5eventEP6QEvent_ZNK7QWindow14accessibleRootEv_ZNK7QWindow11focusObjectEv_ZN7QWindow11exposeEventEP12QExposeEvent_ZN7QWindow11resizeEventEP12QResizeEvent_ZN7QWindow12focusInEventEP11QFocusEvent_ZN7QWindow13focusOutEventEP11QFocusEvent_ZN7QWindow9showEventEP10QShowEvent_ZN7QWindow9hideEventEP10QHideEvent_ZN7QWindow13keyPressEventEP9QKeyEvent_ZN7QWindow15keyReleaseEventEP9QKeyEvent_ZN7QWindow15mousePressEventEP11QMouseEvent_ZN7QWindow17mouseReleaseEventEP11QMouseEvent_ZN7QWindow21mouseDoubleClickEventEP11QMouseEvent_ZN7QWindow14mouseMoveEventEP11QMouseEvent_ZN7QWindow10wheelEventEP11QWheelEvent_ZN7QWindow11tabletEventEP12QTabletEventlibQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.14GLIBC_2.2.5GLIBC_2.4Qt_5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9Qt_5.15.3_PRIVATE_API	








@���>ui	
Iii
	U� %�_�0%�_��d�@ӯk
lt)�wyѯ�� %�_s%�_YxO
��� �Z�� �Y�� �Z�� �� � @�� �� `�� �H� �P� ���� ���� `��  �� ��� `�� �H� ��P� @��� `��� ���  ��� �� �� �Z�� P\�� �\�� �\�� ]H� �� P� �\X� 0]�� ���� @��� �Z�� `��� ���� ��  �� `�0� ��H� �� h� @ap� �a�� �� �� �a�� @b� ��  � �b(�  cp� �� �� �b�� �l�� �� � �d� �dX� d� �� � �d�  e8� @dH� � h� �ep� `l�� d�� � �� �e�� �k�� @d�� � �� `f�� `k�� (� � g� `gh� d� (�  � 0g(� �gH� @d�� ��� ��� ��� ��� �� �(� ��� q� 30� 3�� 3� ��� �8� ��� �� ��� �(� �� f�� f@� f�� f � f�� f0� f� n�� nH� n�� n(� n�� n8� n � ��� �P� ��� �0� ��� �@� �(� ��� �X� ��� �8� ��� �H� �0� �� `� �� @� �� P� 8� @`� D�� �� _�� L�� � � � V8� �P� NX� \`� ~x� ��� ]�� S�� <�� U�� y�� "�� ��� ��� '�� � C� � k� 1 � 
(� >0� �8� �@� �H� �P� �X� �`� �h� �p� sx� P�� �� ��� v�� ��� ��� Z�� F�� �� ��� R�� J� � � x� ��� ��� ��� ��� {�� +� [x� [H� x�� xX� xP� A�� A`� A`� =�� =h� i�� ip� H�� Hx� z�� z�� #�� #�� #�� ��� ��� �� �� �� ��� �� ��� �� ��� K� K�� � � ��� �(� ��� 0� �� %8� %�� �@� ��� MH� M�� M�� 5P� 5�� X� � �� 2`� 2� 2 � ��� �0� �(� �� 8� 0� �� @� P� �X� ^`� �h� 9p� �� ��� ��� t� ��   � .p� ex� )�� ��� X�� *�� B�� /�� ��� |�� 	�� �� ��� ��� �� I�� m`� h� 
p� x� �� &�� ,�� -�� 6�� 7�� ;�� ?�� Q�� W�� c�� g�� j�� l�� r�� }�� ��� � � � �  � (� 0� 8� !@� $H� (P� 0X� 4`� 8h� :p� Ex� G�� O�� T�� Y�� `�� a�� b�� d�� g�� h�� o�� p�� u�� w�� ��� ��� �� �� �� �� � � �(� �0� �8� �@� �H� �P� �X� ���H��H��{ H��t��H����5�y �%�y ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!�������%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%�v D���%}v D���%uv D���%mv D���%ev D���%]v D���%Uv D���%Mv D���%Ev D���%=v D���%5v D���%-v D���%%v D���%v D���%v D���%
v D���%v D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D���%�u D��H���H�5l:H�=Uv H�
����H�=zu H��H��f H�50v ����f.��H�=�u H��u H9�tH��u H��t	�����H�=�u H�5�u H)�H��H��H��?H�H�tH�Mu H��t��fD�����=uu u+UH�=:u H��tH�=�e �����d����Mu ]������w������Ðf.���H�H�(t	����@H��h ���H�uG�@��SH����t ����H��t H��t<�P��t5H�=�t t+H�����@����H��t H��[�f.������1�H��H���i���H�Jg H��H�H��xH�CH��H�D$H�D$����H�=gt H�ht H�Yt H���u����/u���H�>t H���c���H��1�[�DH�=t ���������H��d H�5t H��s H�=DH��s ���H�=�s ��������f���H��tGUH��SH��H�507H��H�������H���uH��[]�@H��H��H��[]����1�Ðff.�����������H�
f H�H��xH�G�5���D��H��e H��H�H��xH�G�������H��e SH��H�H��xH�G��H�߾[������H��e SH�_�H�G�H��xH�H�����H�߾[���f.�D��H�H��t�(uH�?H��t����f.�D��H��H�c �H�=�6�pH�yc �H�=m6�H��c �H�=U6�H��c �H�==6�!H�1d �H�=%6� %H��c �H�=
6�X(H��b �H�=�5��,H�)d �H�=�5�0��H�=�5H�����f.�@���f.����H��H��tH�H��f.����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����1��f���1��f���1��f���1��f���1��f���1��f���1��f���1��f����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����SH�����H�,c H�H�H�C[�f.���H�c SH��H�H�H�G�?���H�Xn H��H�PH�H�H�C[����ff.���UH��b H�o�SH��H��H�G�H�H�H�����H��m H��H�PH�H�S�H�H��[]���f.���H�Ub SH��H�H�H�G���H��m H��H�PH�H�H�C�_���H��[�F���fD��UH�b H�o�SH��H��H�G�H�H�H���3���H�Lm H��H�PH�H�S�H�����H��H��[]���D��H�]c SH��H����H��l H��H��H�[�"���f���H��c SH��H���H��l H��H�H�CH��t�(uH�{H��t�n�H��[���D��H��b SH��H��i�H�jl H��H��H���H��[�*�f.���S1�H����H��b H�[�D��UH���8SH����H��H��H���{�H��H��[]Ð��S1�1�H�����H��b H�[���S1�H���a���H�c H�H(H�C[�f.����H���s���H��H��H��)�H�� H�� )�AH�� H���BH	��ff.����H��H���/���H��H��H��)�H�� H�� )�AH�� H���BH	�����H�]b SH��H�H(H�G��H��[��fD��H�-b SH�_�H�G�H(H�H�����H��[�r�f���H��a SH��H�H(H�G��H���G�H��[�n�ff.���H��a SH�_�H�G�H(H�H���[�H����H��[�*�f.���S1�H�����H��b H�H8H�CH��@H�C([���H��b SH��H�H8H�GH��@H�G(���H��i H�{(H�PH�H��HH�H�SH�C(���H��[�b�f���UH�Tb H�o�SH��H��H�G�H8H�H��@H�GH���{�H�ti H�{H�PH�S�H��HH�H�H�C�_�H��H��[]�����UH��a H�o�SH��H��H�G�H8H�G�H��@H�H����H�i H��H�PH�S�H��HH�H�S�H����H��H��[]��f���S1�H�����H�c H�H(H�C[�f.����H��b SH��H�H(H�G��H��[�&�fD��H��b SH�_�H�G�H(H�H���K�H��[���f���H��b SH��H�H(H�G��H�����H��[���ff.���H�Mb SH�_�H�G�H(H�H�����H����H��[��f.���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���UH��\ H�o�SH��H��H�G�H8H�G�H��@H�H����H�d H��H�PH�S�H��HH�H�S�H����H����H��H��[]��f.���UH�d\ H�o�SH��H��H�G�H8H�H��@H�GH����H��c H�{H�PH�S�H��HH�H�H�C�o�H����H��H��[]�)�����H��[ SH��H�H8H�GH��@H�G(��H�c H�{(H�PH�H��HH�H�SH�C(��H����H��[��f.���H��Y SH��H���H��b H��H�H�CH��t�(uH�{H��t�n�H�����H��[�]�f.���ATU��SH��H��dH�%(H�D$1�H��tR���L�
�b H�4��H�5�H��0�D���z�H�L$dH3%(��H��[]A\�DD�%�b E��uXI��H�5�%L�����L��H������V���H�<$A�ċ��t���t�/H�<$u���k�D�%Pb A����@���D��H�����`�����D��ATU��SH��H��dH�%(H�D$1�H��tR���L�
a H�d��H�5K�H��0�D���z�H�L$dH3%(��H��[]A\�DD�%�a E��uXI��H�5%L�����L��H������V���H�<$A�ċ��t���t�/H�<$u���k�D�%La A����@���D��H�����`�����D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�v���H�5�E1�0�D���~�H�L$dH3%(��H��[]A\ÐD�%�` E��uXI��H�5"$L�����L��H������^���H�<$A�ċ��t���t�/H�<$u���s�D�%P` A����H���D��H�����d�����f.���ATU��SH��H��dH�%(H�D$1�H��tR���L�
K_ H����H�5��H��0�D���z�H�L$dH3%(��H��[]A\�DD�%�_ E��uXI��H�5=#L�����L��H������V���H�<$A�ċ��t���t�/H�<$u���k�D�%D_ A����@���D��H�����`�����D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H���H�5��E1�0�D���~�H�L$dH3%(��H��[]A\ÐD�%�^ E��uXI��H�5b"L�����L��H������^���H�<$A�ċ��t���t�/H�<$u���s�D�%H^ A����H���D��H�����d�����f.���AWAVAUATUSH��HL�-<] H�<$�t$L��H�T$dH�%(H��$81���H��H������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���j�H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�"�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�{�L��L�l$XH�D$@H���H��$��D$< ����\ ���������M��A��L��H���H�5����H�|$ �D$4����$���t�/H�|$ �H��$������H����H��E1ɹ@A�H�s�H�5����H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$DŽ$�����H�D$`H�����H�D$x���H��$�L9�t�v�H��$�H��H9�t�`�H��$8dH3%(��H��H[]A\A]A^A_�����1�����@�����$���@��L���f�����L����H�YZ H��H�D$H�T$(���H�@Z �p�
����9rCrH�\$(�H�߃��N�H�t$H�����*H���D�H��M��H���A�H�5�����BZ H�|$(���t���������/H�|$(��������D$�4��D$���Ic���D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J������^�f.�@��AWAVAUATUSH��HL�-�X H�<$�t$L��H�T$dH�%(H��$81���H��H���A��hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL�����H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�@<L��H��L�|$ H�\$(H��$�H�yH�L$�D�H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�+�L��L�l$XH�D$@H��H��$��D$<�b����W ���������M��A��L��H���H�5l��g��H�|$ �D$4����$���t�/H�|$ �H��$������H������H��E1ɹ@A�H�C�H�5<����H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$H�D$�D$PH�D$H�D$`H�2�H�D$hH��V H�D$pH�����H�D$x��$��9��H��$�L9�t����H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_�����������@���y���$���@��L����������L�����H��U H��H�D$H�T$(�/��H��U �p�
����9rCrH�\$(�H�߃����H�t$H���!���*H�����H��M��H���A�H�5e��`����U H�|$(���t���������/H�|$(��������D$����D$���Ic��`��D��$�L��$�H��$����Hc��8����$�H��$�H��H��$�����f��J�����9����J��������f.�@��AWAVAUATUSH��HL�-dT H�<$�t$L��H�T$dH�%(H��$81��|��H��H������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���*��H��$�B�8*A�FH��$�H��D��$�A��@�AL��$�DŽ$�@I�D$H��$�foq�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH��$��D$<8�����HS ���������M��A��L��H�/�H�5�����H�|$ �D$4���� ���t�/H�|$ �H��$������H���W��H��E1ɹ@A�H��H�5���s��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$����H��$�L9�t�I��H��$�H��H9�t�3��H��$8dH3%(��H��H[]A\A]A^A_�f.���������@�������(���@��L���6������L�����H�)Q H��H�D$H�T$(���H�Q �p�
����9rCrH�\$(�H�߃����H�t$H������*H�����H��M��H�2�A�H�5������
Q H�|$(���t���������/H�|$(��������D$����D$���Ic�����D��$�L��$�H��$����Hc������$�H��$�H��H��$��-���f��J�����9����J������.��f.�@��AWI��AVAUATUSH��HH�=QO �t$H�T$dH�%(H��$81�����H��H������hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@�L��$�DŽ$�@I�D$H��$�fo��@<H��L��H�\$(L��$�I�xL�D$���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�S�H���D$< H�D$@H��M H�D$XH����H��$��3��H�ߺ1���H�|$(�D$4�������t�/H�|$(��H��$������H������H�ߺ1��I�H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$x��$��U��H��$�L9�t����H��$�H��H9�t����H��$8dH3%(��H��H[]A\A]A^A_�@��������@������2���@Ic��h��D��$�L��$�H��$�����Hc��@����$�H��$�H��H��$��Q�������f.�f���AWI��AVAUATUSH��HH�=�L �t$H�T$dH�%(H��$81����H��H�������hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���^��H��$�B�0*A�EH��$�H��D��$�A��@�5L��$�DŽ$�@I�D$H��$�fo��@<H��L��H�\$(L��$�I�xL�D$����L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�3��H���D$<(H�D$@H�DK H�D$XH����H��$�����H�ߺ1��T�H�|$(�D$4�������t�/H�|$(�H��$������H�����H��E1ɹ@A�H���H�5I������H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$x��$����H��$�L9�t���H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_�����Y�����@���A���/���@Ic����D��$�L��$�H��$�����Hc�������$�H��$�H��H��$��9������@��AWAVAUATUSH��HL�-�H H�<$�t$L��H�T$dH�%(H��$81��\��H��H������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���
��H��$�B�8*A�FH��$�H��D��$�A��@�AL��$�DŽ$�@I�D$H��$�foQ�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H����L��L�l$XH��$��D$< ����$H ���������M��A��L��H�_��H�5H�����H�|$ �D$4���� ���t�/H�|$ �H��$������H���7��H��E1ɹ@A�H���H�5���S��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$����H��$�L9�t�)��H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_�f.����������@�������(���@��L���������L���h��H�	F H��H�D$H�T$(���H��E �p�
����9rCrH�\$(�H�߃����H�t$H���q���*H������H��M��H�b��A�H�5E�������E H�|$(���t���������/H�|$(��������D$�����D$���Ic����D��$�L��$�H��$����Hc������$�H��$�H��H��$��-���f��J�����9����J��������f.�@��AWI��AVAUATUSH��HH�=qD �t$H�T$dH�%(H��$81�����H��H������hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���~��H��$�B�0*A�EH��$�H��D��$�A��@�-L��$�DŽ$�@I�D$H��$�fo�	�@<H��L��H�\$(L��$�I�xL�D$���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H����H���D$<8H�D$@H�C H�D$XH���H��$����H�ߺ1��t�H�|$(�D$4�������t�/H�|$(��H��$������H������H�ߺ1��)�H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$DŽ$�����H�D$`H�5B H�D$hH�!B H�D$pH�(����H�D$x�(��H��$�L9�t����H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_����������@���i���"���@Ic��8��D��$�L��$�H��$�����Hc������$�H��$�H��H��$��A������f.�f���AWAVAUATUSH��HL�-TA H�<$�t$L��H�T$dH�%(H��$81��|��H��H������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���*��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�foq�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H����L��L�l$XH�D$@H����H��$��D$<(�����4@ ���������M��A��L��H����H�5�������H�|$ �D$4�������t�/H�|$ �H��$������H���K��H��E1ɹ@A�H�c��H�5l���g��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$����H��$�L9�t�=��H��$�H��H9�t�'��H��$8dH3%(��H��H[]A\A]A^A_�fD��������@�������,���@��L���.�����f�L���x��H�> H��H�D$H�T$(���H�> �p�
����9rCrH�\$(�H�߃����H�t$H������*H�����H��M��H����A�H�5��������= H�|$(���t���������/H�|$(��������D$�����D$���Ic����D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J����������H��H���20QtQuick2WindowPlugin����QtQuick2WindowPluginQQuickWindow *QQuickScreenInfo *QQmlListProperty<QQuickScreenInfo>QQuickWindowQmlImpl *QQmlListProperty<QQuickWindowQmlImpl>QtQuick.WindowN11QQmlPrivate11QQmlElementI14QQuickRootItemEEN11QQmlPrivate11QQmlElementI12QQuickScreenEEN11QQmlPrivate11QQmlElementI16QQuickScreenInfoEEN11QQmlPrivate11QQmlElementI12QQuickWindowEEN11QQmlPrivate11QQmlElementI19QQuickWindowQmlImplEEN11QQmlPrivate11QQmlElementI7QWindowEEQQmlListProperty����x����v����j����a����	UQQuickRootItemForeignQML.ForeignQQuickRootItemQML.Elementanonymous�����������������������������~����~QQuickWindowQmlImplForeignQML.ForeignQQuickWindowQmlImplQML.ElementWindowQML.AddedInMinorVersion1�����������������������������
���������������2�QQuickScreenForeignQML.ForeignQQuickScreenQML.ElementScreenQML.CreatablefalseQML.UncreatableReasonScreen can only be used via the attached property.����x����|����p����m����	aQQuickScreenForeignAttachedQML.ForeignQQuickScreenAttachedQML.Elementanonymous	
����������������������
���������������
���������������6�QQuickScreenInfoForeignQML.ForeignQQuickScreenInfoQML.ElementScreenInfoQML.AddedInMinorVersion3QML.CreatablefalseQML.UncreatableReasonScreenInfo can only be used via the attached property.����x����|����p����m����	aQQuickWindowForeignAttachedQML.ForeignQQuickWindowAttachedQML.Elementanonymous���������������������������������������������QQuickWindowForeignQML.ForeignQQuickWindowQML.ElementWindowQML.AddedInMinorVersion0QML.RemovedInMinorVersion1������������������������	w����i����iQWindowForeignQML.ForeignQWindowQML.ElementanonymousQML.AddedInMinorVersion1�QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacetQtQuick2WindowPlugincuri�pQtQuick.Window.2�;$c ���@���h��������� ���0`���`�������������@��������������������������������� ���(@���<P���P`���dp���x�����������������������������������, ���@@���TP���h`���|����������������������������� ���0P���L����
���hP���h
��������0����p���������������8���TP����
����l�����	��0��L
p���������p��<�������@���	p��	���0
���0	`��D	���X	@��l	����	 ���	����	���	p���
����
p���
���d@���@���@���@��@��P@����������$
��t
P��
��0�d���zRx�$ح���FJw�?:*3$"D�����\X���pT��� � ����L���-L�\�����L���1L�`�p���!���,��=E�D K
AK
CF4<����SJ�D�Q R
AAEDG�A�t ���	�����������������������,����@�T�h��|���������ܶ���ض���Զ�����ܶ��ض��0��D��Xܶ��l���������ܶ����������������#E�](����BL�qD����JL�y`$���.L�]|8���KL�z�l���6L�e�����E�U$�����/E�I�D WDA�����E�W����%E�_0����4HIH���*L�Yd`���2L�a�Ĺ��-E�g�ع��^L�M�����%E�_����*L�Y�T���2L�a����p ���p4p���pH̼��p\(���pp����p���p�<���p�h���.L�]�̷��.L�]$�����SE�L�G tAAx���6L�e(ܷ��6L�e$D��[E�L�G yDAl����8HM$�����vE�L�G TDA$����wE�L�G UDA�p���fL�U$���oE�L�G MDA$,���nE�L�G LDA@t���SL�B0\�����F�A�C �G0]
 AABF0������F�A�C �G0]
 AABF0�P����F�A�C �G0Y
 AABB0�����F�A�C �G0]
 AABF0,	���F�A�C �G0Y
 AABBL`	����F�B�B �B(�A0�A8�G��
8A0A(B BBBHL�	���F�B�B �B(�A0�A8�G��
8A0A(B BBBIL
T���F�B�B �B(�A0�A8�G��
8A0A(B BBBKLP
���4F�E�B �B(�A0�A8�G��
8A0A(B BBBEL�
���LF�E�B �B(�A0�A8�G��
8A0A(B BBBHL�
����F�B�B �B(�A0�A8�G��
8A0A(B BBBKL@���DF�E�B �B(�A0�A8�G��
8A0A(B BBBHL�����F�B�B �B(�A0�A8�G��
8A0A(B BBBG������H������EHjGNU��Z�Y�Z�� @��`�������`� ���`����@�`�� ��� �ZP\�\�\]������� �\0]��@��Z`���� �`����� @a�a������� �a@b�� �b c�� �b�l�� �d�dd������� �d e@d� �e`ld������ �e�k@d�������� `f`k(� g`gd�����(� 0g�g@ds���������S
��� �� ���o`��
��� 8�O�3�	���o���o�2���o�o&1���oNP�  T0T@TPT`TpT�T�T�T�T�T�T�T�TUU U0U@UPU`UpU�U�U�U�U�U�U�U�UVV V0V@VPV`VpV�V�V�V�V�V�V�VGA$3a1�S�GA$3p1113�Y�]GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�]�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA+GLIBCXX_ASSERTIONS�Z�^
GA*FORTIFYlibwindowplugin.so-5.15.3-2.el8.x86_64.debug&/[b�7zXZ�ִF!t/��5�	]?�E�h=��(a�K"�aGeOhV1�A��k�4�A� /\�n�*��}%\�Z���μFc.�w��1f��["X��~�B�=������Kju�m�b�3`ϡYB@:P_L�D����@�P���ƭlva�TǼ2!�r��n������m�jK�o�ۮ���r:D�鶙��B��ͥ��+�FZP�t���$^���e������Y�5�<1r�'���q�x�N�{v��C[BU:�<�($"1���O
��v�'<�/����Y%S�?bP�~����vEm��W>2�V�%�1|n"L��A:ޚ�X��w�L��^ڂv�Hn���{Q�*�t��q��4�C���+~�3u���➨�nu��[L	���|�c5��7���?�py�_�`�������/�P�Q���Wل�@[D�q��
I����yډ�;`,ZC������(�ڭ��� �,z��.��z�9�.c6�h�DOJnH��so��yBB��� !:4��c�બH]��Kl���y|o,�(��-�BT�z�ݵw��m@ȯ:LҬ��(��R��(��5�������h�Vd�=ի��C*U`y��n��dzw�#����PU��n��5,BI+�E�:���񫒧T�I�_�f��}�����{�(f*%B1d%S��f� ye��G��u�tf8c�Q;p����=�0���+���v��Cj���"��	��[�~�A��(�u{��wc�e���NZ4���	R��ok�E��4�����a�߇+B"���k����/su�b>�
�R���]5R�1���C3�yD�yة��w����/����#d�
^�I�ѻ�Ў�s4F���Y�hz��� NQ(h�3�K�2����-�kZ�_�G"0�86F�
�s%�$
i�d0�dI�t�sw�	B$~��K�kn����Lj�|���{w�֫2�x�uR��Kx�Ru{�Ӎ�;p�uk��0�s��*��K�;���2�@T�V��U��X�W#\��l��d���9Ia`��\�?1�=4=W62�d-��ߊ��ꗔr�a�4�jMa�c$���J��p]��wP���d;8����r�9�86�c�
�on��cV�#3s��5�x�I��bݒE`S1�J�UaԬ�ٺ�K�gυ��A>�����[��e/���r�*-n\�K������sI��Y��d��v�,��”�=�`���x|*��e8>�v.�l�hG��v^�Ҝ��-8U�$������h���l���"�rb��{v�:��~bGhc�5̱q̜ۖ��Y�L�7�������F�Hc����VDy</l;�U?����,UI��]M���٤��7��P��~[/�4e��i��![Y�F�N����(���UX*G~����p�X�f7���kֽ�}xŀ���P9<aE��k�9���
�&�n(����-[�n2��.uFL���r�R�ڱ4�:��7�9'k�%K�
�?��e����.���A�<�l�*.�`��ӉTԴ,yxE�d?I~=���<f�4��;����R�<�Dg/г��Ee��A/M�G�5�qh`R��y�����&�Ж��O�j^Ȼ86�c�#�P~��9*T.<ӭ+��.�E��*X�8�q��:��Rou���7i�h@rj���a���e؎enj-�$����Й>8��'I蘎��A��i�u����'�#j.��zU�ۖ]�3�ku����zE�p��F. C�O��B��\\�5��?�GR?��~�����d{>簝fD���sMD`y]S�Im���{�����?\w�ʆ�	2BݙS\	m�uB�gLZ<��
c,��ǜ�}��1�|�����cHNw��2�4� �s��@�q�ۊx�SGj�����}�|R��aPX�e�����<�/��5�1�g<p?
��]�E#���N��,��›We��D�����Ð�ƣ�r���Fs�A�7	�Y>ַ��j9�G�O�	��h���XW���{��b|(�=u��.qBt/��v����Z��Xl�Oj��u��˷ցnB����ᔔpG=�<��c�C�*]Qa^�hЗr�P�+C��a���),����2m�{�0���[KI�]<'�=��N@�8��B��Ut=N5�~2��M��u#b�cܥll�$����~V�b���$N��V��}�#V8$}�7���^a>a�ً��cM&mD����Id�CX`:X)DJ]	�z���#ȯ�Z���:���.R��c��qݝn�����$���k�E���g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0���8���o&1&1~E���o�2�2 T�3�3�^B�O�O8h�S�ScTT�n�V�V�w�Y�YB9}��
� � �@ �`�`������o ���$����(�(� ��� ����� ����� ���
 �P� P����� �� � �``�`��4*H�`	��9PK�[%]����QtQuick/Shapes/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        file: "qquickshape_p.h"
        name: "QQuickShape"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick.Shapes/Shape 1.0",
            "QtQuick.Shapes/Shape 1.1",
            "QtQuick.Shapes/Shape 1.11",
            "QtQuick.Shapes/Shape 1.4",
            "QtQuick.Shapes/Shape 1.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "RendererType"
            values: [
                "UnknownRenderer",
                "GeometryRenderer",
                "NvprRenderer",
                "SoftwareRenderer"
            ]
        }
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Processing"]
        }
        Enum {
            name: "ContainsMode"
            values: ["BoundingRectContains", "FillContains"]
        }
        Property { name: "rendererType"; type: "RendererType"; isReadonly: true }
        Property { name: "asynchronous"; type: "bool" }
        Property { name: "vendorExtensionsEnabled"; type: "bool" }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "containsMode"; revision: 11; type: "ContainsMode" }
        Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
        Signal { name: "rendererChanged" }
        Signal { name: "containsModeChanged"; revision: 11 }
        Method { name: "_q_shapePathChanged" }
    }
    Component {
        file: "qquickshape_p.h"
        name: "QQuickShapeConicalGradient"
        defaultProperty: "stops"
        prototype: "QQuickShapeGradient"
        exports: [
            "QtQuick.Shapes/ConicalGradient 1.0",
            "QtQuick.Shapes/ConicalGradient 1.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "centerX"; type: "double" }
        Property { name: "centerY"; type: "double" }
        Property { name: "angle"; type: "double" }
    }
    Component {
        file: "qquickshape_p.h"
        name: "QQuickShapeGradient"
        defaultProperty: "stops"
        prototype: "QQuickGradient"
        exports: [
            "QtQuick.Shapes/ShapeGradient 1.0",
            "QtQuick.Shapes/ShapeGradient 1.12"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 12]
        Enum {
            name: "SpreadMode"
            values: ["PadSpread", "RepeatSpread", "ReflectSpread"]
        }
        Property { name: "spread"; type: "SpreadMode" }
    }
    Component {
        file: "qquickshape_p.h"
        name: "QQuickShapeLinearGradient"
        defaultProperty: "stops"
        prototype: "QQuickShapeGradient"
        exports: [
            "QtQuick.Shapes/LinearGradient 1.0",
            "QtQuick.Shapes/LinearGradient 1.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "x1"; type: "double" }
        Property { name: "y1"; type: "double" }
        Property { name: "x2"; type: "double" }
        Property { name: "y2"; type: "double" }
    }
    Component {
        file: "qquickshape_p.h"
        name: "QQuickShapePath"
        defaultProperty: "pathElements"
        prototype: "QQuickPath"
        exports: [
            "QtQuick.Shapes/ShapePath 1.0",
            "QtQuick.Shapes/ShapePath 1.14"
        ]
        exportMetaObjectRevisions: [0, 14]
        Enum {
            name: "FillRule"
            values: ["OddEvenFill", "WindingFill"]
        }
        Enum {
            name: "JoinStyle"
            values: ["MiterJoin", "BevelJoin", "RoundJoin"]
        }
        Enum {
            name: "CapStyle"
            values: ["FlatCap", "SquareCap", "RoundCap"]
        }
        Enum {
            name: "StrokeStyle"
            values: ["SolidLine", "DashLine"]
        }
        Property { name: "strokeColor"; type: "QColor" }
        Property { name: "strokeWidth"; type: "double" }
        Property { name: "fillColor"; type: "QColor" }
        Property { name: "fillRule"; type: "FillRule" }
        Property { name: "joinStyle"; type: "JoinStyle" }
        Property { name: "miterLimit"; type: "int" }
        Property { name: "capStyle"; type: "CapStyle" }
        Property { name: "strokeStyle"; type: "StrokeStyle" }
        Property { name: "dashOffset"; type: "double" }
        Property { name: "dashPattern"; type: "QVector<qreal>" }
        Property { name: "fillGradient"; type: "QQuickShapeGradient"; isPointer: true }
        Property { name: "scale"; revision: 14; type: "QSizeF" }
        Signal { name: "shapePathChanged" }
        Method { name: "_q_fillGradientChanged" }
    }
    Component {
        file: "qquickshape_p.h"
        name: "QQuickShapeRadialGradient"
        defaultProperty: "stops"
        prototype: "QQuickShapeGradient"
        exports: [
            "QtQuick.Shapes/RadialGradient 1.0",
            "QtQuick.Shapes/RadialGradient 1.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "centerX"; type: "double" }
        Property { name: "centerY"; type: "double" }
        Property { name: "centerRadius"; type: "double" }
        Property { name: "focalX"; type: "double" }
        Property { name: "focalY"; type: "double" }
        Property { name: "focalRadius"; type: "double" }
    }
}
PK�[���:aaQtQuick/Shapes/qmldirnu�[���module QtQuick.Shapes
plugin qmlshapesplugin
classname QmlShapesPlugin
typeinfo plugins.qmltypes
PK�[�G3p/p/$QtQuick/Shapes/libqmlshapesplugin.sonuȯ��ELF>�@�'@8	@�� pp p �� �� � ��888$$���  S�td���  P�tdhhh��Q�tdR�tdpp p ��GNU&f�9���l�q�|����r!�@00!$%l�⍺�|CE���qX-����U`���]���k�d, 6 �F"�� ���B5���0    	  ��=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN18QQuickShapesModule12defineModuleEv_ZN19QQmlExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN19QQmlExtensionPluginC2EP7QObject_Z33qml_register_types_QtQuick_Shapesv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectElibQt5QuickShapes.so.5libQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.2.5Qt_5.15.3_PRIVATE_APIQt_5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9			� ui	8 YxO
&u %�<�0%�<��A�ӯk	It)�Tyѯ`p @x � � � `� � � `� �� 0� `� � @( � 0 �8 �@ Ph �p �x P� � � 	� � � �    H  ` � � � � � � H P X ` h p 
x � 
� � � � � � � ��H��H�Y H��t��H����5�
 �%�
 ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h���������%� D���%� D���%� D���%� D���%} D���%u D���%m D���%e D���%] D���%U D���%M D���%E D���%= D���%5 D���%- DH�=i H�b H9�tH�. H��t	�����H�=9 H�52 H)�H��H��H��?H�H�tH�� H��t��fD�����=� u+UH�=� H��tH�=^ �)����d����� ]������w������Ðf.���H�H�(t	���@H�� ���H�u�@��SH���p ����H�q H��t<�P��t5H�=e t+H�����@����H�H H��[�f.���F���1�H��H���	���H�� H��H�H��H�CH��
 H�D$H�D$���H�=�
 H��
 H��
 H���u����/u�e���H��
 H���c���H��1�[�DH�=�
 ����������H�� H�5�
 H�{
 H�=dH�q
 �D���H�=M
 ��������f���H��tGUH��SH��H�5�H��H�������H���uH��[]�@H��H��H��[]�����1�Ðff.�����������g�������W������H�E H�H��H�G�u���D��H�% H��H�H��H�G�Q������H� SH��H�H��H�G�1���H�߾[������H�� SH�_�H�G�H��H�H�����H�߾[���f.�D��H�H��t�(uH�?H��t�������H��H���15QmlShapesPlugin����QmlShapesPlugin�QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0oQmlShapesPlugincuri�nQtQuick.Shapes�;�8����8����������������(����h������� �����L�������`8���0h���t�����zRx�$����FJw�?:*3$"Dh����\���p���� ����	��������-L�\�����	��������1L�`���! l���,4h���=E�D K
AK
CF4dx���SJ�D�Q R
AAEDG�A������	GNU�@� `� `�0`�@������ ��P��P8O`u����������
4p x ���o`(�
m0 h�`	���o���o����o�o����o� ����� 0@P`p��GA$3a1�AGA$3p1113P1GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFYPUGA+GLIBCXX_ASSERTIONSlibqmlshapesplugin.so-5.15.3-2.el8.x86_64.debug��g@�7zXZ�ִF!t/���]?�E�h=��ڊ�2N��͞ ��u,;�U𽢶��co�:�Ԋ��i��Ҵ�
��\w�D~�З�|X��O��Q�9R�Fx���Ȭk�b
���|��z����#���
�8v�#[l�@ʑn1��>X�\�3���z�zO�"kl�z��V�� �vڒ���)��I�B��W�yR a홈��A�&P�B��|�n�Z�4��)n��6׿1u�\~=3�fP�y�M�>.����kuGOY�����%ڮV�F2����g#O'���4Q#��ɿBswr\%�k@bȬء���6o���|g�c8�y��р��@7CߎT�+(�
<w���Us�.]�,�Y�d���[�o)̿m�?��2�A�G�z��,N�V�E���N�r5e.,��s^��1�3�-ʋ�q�H��T�����s���C��&t��ϋ���JR�]3.Ovܝ55��W��)"}[/��;���&|�EA��Fn�q�8
��.mH�u0A!$!�A�o��ٹ]%�M9"/�d��^خ:����%=$8��=<�p�[��uQ�V���폰Ou��crV1����
q���	�[�'�`K�t�*�q�Hf�p\R�zL=�—��5
�8R���aR߅�'��C��T�Z�����$��1�]��S-la���E���ᕐ�� �(�^qc�H�d(P��J�6q�K*�f�t$nJf�V�7~��s�=I����K��y�jꦦK	뚋��¿ٖT���mQ��@zj5�E�%e�N傴���k��ty��!�1'�Ym:#u	o��ON ����o���m��td�����F�Yc=�~�"��{]wP����crF����UO�2b�Glᅩ�S��s���P��:��$�c�?���>ﵦbM�PV�D8�&*/I�a�C��I{��{��4�Wz�4��oghD�A8$#�P
gy��Qs���5H������+4��&���Y�������o>����Y�Bꭨ������ZD����/�i��#�V��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0((m8���o��LE���o���T��`^Bhh��c��n���w���}44
�``� ����f �hh�������� �p p�x x�� � �� ���0 0�  �00 `�D4"4*h"H�&9PK�[p�?��QtQuick.2/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        name: "QDoubleValidator"
        prototype: "QValidator"
        Enum {
            name: "Notation"
            values: ["StandardNotation", "ScientificNotation"]
        }
        Property { name: "bottom"; type: "double" }
        Property { name: "top"; type: "double" }
        Property { name: "decimals"; type: "int" }
        Property { name: "notation"; type: "Notation" }
        Signal {
            name: "bottomChanged"
            Parameter { name: "bottom"; type: "double" }
        }
        Signal {
            name: "topChanged"
            Parameter { name: "top"; type: "double" }
        }
        Signal {
            name: "decimalsChanged"
            Parameter { name: "decimals"; type: "int" }
        }
        Signal {
            name: "notationChanged"
            Parameter { name: "notation"; type: "QDoubleValidator::Notation" }
        }
    }
    Component {
        file: "private/qquickforeignutils_p.h"
        name: "QInputMethod"
        prototype: "QObject"
        exports: ["QtQuick/InputMethod 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Enum {
            name: "Action"
            values: ["Click", "ContextMenu"]
        }
        Property { name: "cursorRectangle"; type: "QRectF"; isReadonly: true }
        Property { name: "anchorRectangle"; type: "QRectF"; isReadonly: true }
        Property { name: "keyboardRectangle"; type: "QRectF"; isReadonly: true }
        Property { name: "inputItemClipRectangle"; type: "QRectF"; isReadonly: true }
        Property { name: "visible"; type: "bool"; isReadonly: true }
        Property { name: "animating"; type: "bool"; isReadonly: true }
        Property { name: "locale"; type: "QLocale"; isReadonly: true }
        Property { name: "inputDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
        Signal {
            name: "inputDirectionChanged"
            Parameter { name: "newDirection"; type: "Qt::LayoutDirection" }
        }
        Method { name: "show" }
        Method { name: "hide" }
        Method {
            name: "update"
            Parameter { name: "queries"; type: "Qt::InputMethodQueries" }
        }
        Method { name: "reset" }
        Method { name: "commit" }
        Method {
            name: "invokeAction"
            Parameter { name: "a"; type: "Action" }
            Parameter { name: "cursorPosition"; type: "int" }
        }
    }
    Component {
        name: "QIntValidator"
        prototype: "QValidator"
        Property { name: "bottom"; type: "int" }
        Property { name: "top"; type: "int" }
        Signal {
            name: "bottomChanged"
            Parameter { name: "bottom"; type: "int" }
        }
        Signal {
            name: "topChanged"
            Parameter { name: "top"; type: "int" }
        }
    }
    Component {
        file: "private/qquickforeignutils_p.h"
        name: "QKeySequence"
        exports: ["QtQuick/StandardKey 2.2"]
        isCreatable: false
        exportMetaObjectRevisions: [2]
        Enum {
            name: "StandardKey"
            values: [
                "UnknownKey",
                "HelpContents",
                "WhatsThis",
                "Open",
                "Close",
                "Save",
                "New",
                "Delete",
                "Cut",
                "Copy",
                "Paste",
                "Undo",
                "Redo",
                "Back",
                "Forward",
                "Refresh",
                "ZoomIn",
                "ZoomOut",
                "Print",
                "AddTab",
                "NextChild",
                "PreviousChild",
                "Find",
                "FindNext",
                "FindPrevious",
                "Replace",
                "SelectAll",
                "Bold",
                "Italic",
                "Underline",
                "MoveToNextChar",
                "MoveToPreviousChar",
                "MoveToNextWord",
                "MoveToPreviousWord",
                "MoveToNextLine",
                "MoveToPreviousLine",
                "MoveToNextPage",
                "MoveToPreviousPage",
                "MoveToStartOfLine",
                "MoveToEndOfLine",
                "MoveToStartOfBlock",
                "MoveToEndOfBlock",
                "MoveToStartOfDocument",
                "MoveToEndOfDocument",
                "SelectNextChar",
                "SelectPreviousChar",
                "SelectNextWord",
                "SelectPreviousWord",
                "SelectNextLine",
                "SelectPreviousLine",
                "SelectNextPage",
                "SelectPreviousPage",
                "SelectStartOfLine",
                "SelectEndOfLine",
                "SelectStartOfBlock",
                "SelectEndOfBlock",
                "SelectStartOfDocument",
                "SelectEndOfDocument",
                "DeleteStartOfWord",
                "DeleteEndOfWord",
                "DeleteEndOfLine",
                "InsertParagraphSeparator",
                "InsertLineSeparator",
                "SaveAs",
                "Preferences",
                "Quit",
                "FullScreen",
                "Deselect",
                "DeleteCompleteLine",
                "Backspace",
                "Cancel"
            ]
        }
    }
    Component {
        file: "private/qquickitemsmodule_p.h"
        name: "QPointingDeviceUniqueId"
        exports: ["QtQuick/PointingDeviceUniqueId 2.9"]
        isCreatable: false
        exportMetaObjectRevisions: [9]
        Property { name: "numericId"; type: "qlonglong"; isReadonly: true }
    }
    Component {
        name: "QQmlApplication"
        prototype: "QObject"
        Property { name: "arguments"; type: "QStringList"; isReadonly: true }
        Property { name: "name"; type: "string" }
        Property { name: "version"; type: "string" }
        Property { name: "organization"; type: "string" }
        Property { name: "domain"; type: "string" }
        Signal { name: "aboutToQuit" }
        Method {
            name: "setName"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setVersion"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setOrganization"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setDomain"
            Parameter { name: "arg"; type: "string" }
        }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickAbstractAnimation"
        prototype: "QObject"
        exports: ["QtQuick/Animation 2.0", "QtQuick/Animation 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [0, 12]
        Enum {
            name: "Loops"
            values: ["Infinite"]
        }
        Property { name: "running"; type: "bool" }
        Property { name: "paused"; type: "bool" }
        Property { name: "alwaysRunToEnd"; type: "bool" }
        Property { name: "loops"; type: "int" }
        Signal { name: "started" }
        Signal { name: "stopped" }
        Signal {
            name: "runningChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "pausedChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "alwaysRunToEndChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "loopCountChanged"
            Parameter { type: "int" }
        }
        Signal { name: "finished"; revision: 12 }
        Method { name: "restart" }
        Method { name: "start" }
        Method { name: "pause" }
        Method { name: "resume" }
        Method { name: "stop" }
        Method { name: "complete" }
        Method { name: "componentFinalized" }
    }
    Component {
        file: "private/qquickaccessibleattached_p.h"
        name: "QQuickAccessibleAttached"
        prototype: "QObject"
        exports: ["QtQuick/Accessible 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        attachedType: "QQuickAccessibleAttached"
        Property { name: "role"; type: "QAccessible::Role" }
        Property { name: "name"; type: "string" }
        Property { name: "description"; type: "string" }
        Property { name: "ignored"; type: "bool" }
        Property { name: "checkable"; type: "bool" }
        Property { name: "checked"; type: "bool" }
        Property { name: "editable"; type: "bool" }
        Property { name: "focusable"; type: "bool" }
        Property { name: "focused"; type: "bool" }
        Property { name: "multiLine"; type: "bool" }
        Property { name: "readOnly"; type: "bool" }
        Property { name: "selected"; type: "bool" }
        Property { name: "selectable"; type: "bool" }
        Property { name: "pressed"; type: "bool" }
        Property { name: "checkStateMixed"; type: "bool" }
        Property { name: "defaultButton"; type: "bool" }
        Property { name: "passwordEdit"; type: "bool" }
        Property { name: "selectableText"; type: "bool" }
        Property { name: "searchEdit"; type: "bool" }
        Signal {
            name: "checkableChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "checkedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "editableChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "focusableChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "focusedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "multiLineChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "readOnlyChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "selectedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "selectableChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "pressedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "checkStateMixedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "defaultButtonChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "passwordEditChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "selectableTextChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "searchEditChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal { name: "pressAction" }
        Signal { name: "toggleAction" }
        Signal { name: "increaseAction" }
        Signal { name: "decreaseAction" }
        Signal { name: "scrollUpAction" }
        Signal { name: "scrollDownAction" }
        Signal { name: "scrollLeftAction" }
        Signal { name: "scrollRightAction" }
        Signal { name: "previousPageAction" }
        Signal { name: "nextPageAction" }
        Method { name: "valueChanged" }
        Method { name: "cursorPositionChanged" }
        Method {
            name: "setIgnored"
            Parameter { name: "ignored"; type: "bool" }
        }
    }
    Component {
        file: "private/qquickitemanimation_p.h"
        name: "QQuickAnchorAnimation"
        prototype: "QQuickAbstractAnimation"
        exports: [
            "QtQuick/AnchorAnimation 2.0",
            "QtQuick/AnchorAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "targets"; type: "QQuickItem"; isList: true; isReadonly: true }
        Property { name: "duration"; type: "int" }
        Property { name: "easing"; type: "QEasingCurve" }
        Signal {
            name: "durationChanged"
            Parameter { type: "int" }
        }
        Signal {
            name: "easingChanged"
            Parameter { type: "QEasingCurve" }
        }
    }
    Component {
        file: "private/qquickstateoperations_p.h"
        name: "QQuickAnchorChanges"
        prototype: "QQuickStateOperation"
        exports: ["QtQuick/AnchorChanges 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "anchors"; type: "QQuickAnchorSet"; isReadonly: true; isPointer: true }
    }
    Component {
        file: "private/qquickstateoperations_p.h"
        name: "QQuickAnchorSet"
        prototype: "QObject"
        Property { name: "left"; type: "QQmlScriptString" }
        Property { name: "right"; type: "QQmlScriptString" }
        Property { name: "horizontalCenter"; type: "QQmlScriptString" }
        Property { name: "top"; type: "QQmlScriptString" }
        Property { name: "bottom"; type: "QQmlScriptString" }
        Property { name: "verticalCenter"; type: "QQmlScriptString" }
        Property { name: "baseline"; type: "QQmlScriptString" }
    }
    Component {
        file: "private/qquickanchors_p.h"
        name: "QQuickAnchors"
        prototype: "QObject"
        Enum {
            name: "Anchors"
            alias: "Anchor"
            isFlag: true
            values: [
                "InvalidAnchor",
                "LeftAnchor",
                "RightAnchor",
                "TopAnchor",
                "BottomAnchor",
                "HCenterAnchor",
                "VCenterAnchor",
                "BaselineAnchor",
                "Horizontal_Mask",
                "Vertical_Mask"
            ]
        }
        Property { name: "left"; type: "QQuickAnchorLine" }
        Property { name: "right"; type: "QQuickAnchorLine" }
        Property { name: "horizontalCenter"; type: "QQuickAnchorLine" }
        Property { name: "top"; type: "QQuickAnchorLine" }
        Property { name: "bottom"; type: "QQuickAnchorLine" }
        Property { name: "verticalCenter"; type: "QQuickAnchorLine" }
        Property { name: "baseline"; type: "QQuickAnchorLine" }
        Property { name: "margins"; type: "double" }
        Property { name: "leftMargin"; type: "double" }
        Property { name: "rightMargin"; type: "double" }
        Property { name: "horizontalCenterOffset"; type: "double" }
        Property { name: "topMargin"; type: "double" }
        Property { name: "bottomMargin"; type: "double" }
        Property { name: "verticalCenterOffset"; type: "double" }
        Property { name: "baselineOffset"; type: "double" }
        Property { name: "fill"; type: "QQuickItem"; isPointer: true }
        Property { name: "centerIn"; type: "QQuickItem"; isPointer: true }
        Property { name: "alignWhenCentered"; type: "bool" }
        Signal { name: "centerAlignedChanged" }
    }
    Component {
        file: "private/qquickanimatedimage_p.h"
        name: "QQuickAnimatedImage"
        prototype: "QQuickImage"
        exports: [
            "QtQuick/AnimatedImage 2.0",
            "QtQuick/AnimatedImage 2.1",
            "QtQuick/AnimatedImage 2.11",
            "QtQuick/AnimatedImage 2.14",
            "QtQuick/AnimatedImage 2.15",
            "QtQuick/AnimatedImage 2.3",
            "QtQuick/AnimatedImage 2.4",
            "QtQuick/AnimatedImage 2.5",
            "QtQuick/AnimatedImage 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 14, 15, 3, 4, 5, 7]
        Property { name: "playing"; type: "bool" }
        Property { name: "paused"; type: "bool" }
        Property { name: "currentFrame"; type: "int" }
        Property { name: "frameCount"; type: "int"; isReadonly: true }
        Property { name: "speed"; revision: 11; type: "double" }
        Property { name: "sourceSize"; type: "QSize"; isReadonly: true }
        Signal { name: "frameChanged" }
        Signal { name: "currentFrameChanged" }
        Signal { name: "speedChanged"; revision: 11 }
        Method { name: "movieUpdate" }
        Method { name: "movieRequestFinished" }
        Method { name: "playingStatusChanged" }
        Method { name: "onCacheChanged" }
    }
    Component {
        file: "private/qquickanimatedsprite_p.h"
        name: "QQuickAnimatedSprite"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/AnimatedSprite 2.0",
            "QtQuick/AnimatedSprite 2.1",
            "QtQuick/AnimatedSprite 2.11",
            "QtQuick/AnimatedSprite 2.12",
            "QtQuick/AnimatedSprite 2.15",
            "QtQuick/AnimatedSprite 2.4",
            "QtQuick/AnimatedSprite 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 12, 15, 4, 7]
        Enum {
            name: "LoopParameters"
            values: ["Infinite"]
        }
        Enum {
            name: "FinishBehavior"
            values: ["FinishAtInitialFrame", "FinishAtFinalFrame"]
        }
        Property { name: "running"; type: "bool" }
        Property { name: "interpolate"; type: "bool" }
        Property { name: "source"; type: "QUrl" }
        Property { name: "reverse"; type: "bool" }
        Property { name: "frameSync"; type: "bool" }
        Property { name: "frameCount"; type: "int" }
        Property { name: "frameHeight"; type: "int" }
        Property { name: "frameWidth"; type: "int" }
        Property { name: "frameX"; type: "int" }
        Property { name: "frameY"; type: "int" }
        Property { name: "frameRate"; type: "double" }
        Property { name: "frameDuration"; type: "int" }
        Property { name: "loops"; type: "int" }
        Property { name: "paused"; type: "bool" }
        Property { name: "currentFrame"; type: "int" }
        Property { name: "finishBehavior"; revision: 15; type: "FinishBehavior" }
        Signal {
            name: "pausedChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "runningChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "interpolateChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "sourceChanged"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Signal {
            name: "reverseChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "frameSyncChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "frameCountChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameHeightChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameWidthChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameXChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameYChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameRateChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "frameDurationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "loopsChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "currentFrameChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "finishBehaviorChanged"
            revision: 15
            Parameter { name: "arg"; type: "FinishBehavior" }
        }
        Signal { name: "finished"; revision: 12 }
        Method { name: "start" }
        Method { name: "stop" }
        Method { name: "restart" }
        Method {
            name: "advance"
            Parameter { name: "frames"; type: "int" }
        }
        Method { name: "advance" }
        Method { name: "pause" }
        Method { name: "resume" }
        Method {
            name: "setRunning"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setPaused"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setInterpolate"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setSource"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Method {
            name: "setReverse"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setFrameSync"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setFrameCount"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameHeight"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameWidth"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameX"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameY"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameRate"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setFrameDuration"
            Parameter { name: "arg"; type: "int" }
        }
        Method { name: "resetFrameRate" }
        Method { name: "resetFrameDuration" }
        Method {
            name: "setLoops"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setCurrentFrame"
            Parameter { name: "arg"; type: "int" }
        }
        Method { name: "createEngine" }
        Method { name: "reset" }
    }
    Component {
        file: "private/qquickanimationcontroller_p.h"
        name: "QQuickAnimationController"
        defaultProperty: "animation"
        prototype: "QObject"
        exports: ["QtQuick/AnimationController 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "progress"; type: "double" }
        Property { name: "animation"; type: "QQuickAbstractAnimation"; isPointer: true }
        Method { name: "reload" }
        Method { name: "completeToBeginning" }
        Method { name: "completeToEnd" }
        Method { name: "componentFinalized" }
        Method { name: "updateProgress" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickAnimationGroup"
        defaultProperty: "animations"
        prototype: "QQuickAbstractAnimation"
        Property { name: "animations"; type: "QQuickAbstractAnimation"; isList: true; isReadonly: true }
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickAnimator"
        prototype: "QQuickAbstractAnimation"
        exports: ["QtQuick/Animator 2.12", "QtQuick/Animator 2.2"]
        isCreatable: false
        exportMetaObjectRevisions: [12, 2]
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "easing"; type: "QEasingCurve" }
        Property { name: "duration"; type: "int" }
        Property { name: "to"; type: "double" }
        Property { name: "from"; type: "double" }
        Signal {
            name: "targetItemChanged"
            Parameter { type: "QQuickItem"; isPointer: true }
        }
        Signal {
            name: "durationChanged"
            Parameter { name: "duration"; type: "int" }
        }
        Signal {
            name: "easingChanged"
            Parameter { name: "curve"; type: "QEasingCurve" }
        }
        Signal {
            name: "toChanged"
            Parameter { name: "to"; type: "double" }
        }
        Signal {
            name: "fromChanged"
            Parameter { name: "from"; type: "double" }
        }
    }
    Component {
        file: "private/qquickapplication_p.h"
        name: "QQuickApplication"
        prototype: "QQmlApplication"
        exports: ["QtQuick/Application 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Property { name: "active"; type: "bool"; isReadonly: true }
        Property { name: "layoutDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
        Property { name: "supportsMultipleWindows"; type: "bool"; isReadonly: true }
        Property { name: "state"; type: "Qt::ApplicationState"; isReadonly: true }
        Property { name: "font"; type: "QFont"; isReadonly: true }
        Property { name: "displayName"; type: "string" }
        Property { name: "screens"; type: "QQuickScreenInfo"; isList: true; isReadonly: true }
        Signal {
            name: "stateChanged"
            Parameter { name: "state"; type: "Qt::ApplicationState" }
        }
        Method { name: "updateScreens" }
    }
    Component {
        file: "private/qquickpositioners_p.h"
        name: "QQuickBasePositioner"
        prototype: "QQuickImplicitSizeItem"
        exports: [
            "QtQuick/Positioner 2.0",
            "QtQuick/Positioner 2.1",
            "QtQuick/Positioner 2.11",
            "QtQuick/Positioner 2.4",
            "QtQuick/Positioner 2.6",
            "QtQuick/Positioner 2.7",
            "QtQuick/Positioner 2.9"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1, 11, 4, 6, 7, 9]
        attachedType: "QQuickPositionerAttached"
        Property { name: "spacing"; type: "double" }
        Property { name: "populate"; type: "QQuickTransition"; isPointer: true }
        Property { name: "move"; type: "QQuickTransition"; isPointer: true }
        Property { name: "add"; type: "QQuickTransition"; isPointer: true }
        Property { name: "padding"; revision: 6; type: "double" }
        Property { name: "topPadding"; revision: 6; type: "double" }
        Property { name: "leftPadding"; revision: 6; type: "double" }
        Property { name: "rightPadding"; revision: 6; type: "double" }
        Property { name: "bottomPadding"; revision: 6; type: "double" }
        Signal { name: "paddingChanged"; revision: 6 }
        Signal { name: "topPaddingChanged"; revision: 6 }
        Signal { name: "leftPaddingChanged"; revision: 6 }
        Signal { name: "rightPaddingChanged"; revision: 6 }
        Signal { name: "bottomPaddingChanged"; revision: 6 }
        Signal { name: "positioningComplete"; revision: 9 }
        Method { name: "prePositioning" }
        Method { name: "forceLayout"; revision: 9 }
    }
    Component {
        file: "private/qquickbehavior_p.h"
        name: "QQuickBehavior"
        defaultProperty: "animation"
        prototype: "QObject"
        exports: [
            "QtQuick/Behavior 2.0",
            "QtQuick/Behavior 2.13",
            "QtQuick/Behavior 2.15"
        ]
        exportMetaObjectRevisions: [0, 13, 15]
        Property { name: "animation"; type: "QQuickAbstractAnimation"; isPointer: true }
        Property { name: "enabled"; type: "bool" }
        Property { name: "targetValue"; revision: 13; type: "QVariant"; isReadonly: true }
        Property { name: "targetProperty"; revision: 15; type: "QQmlProperty"; isReadonly: true }
        Method { name: "componentFinalized" }
    }
    Component {
        file: "private/qquickborderimage_p.h"
        name: "QQuickBorderImage"
        prototype: "QQuickImageBase"
        exports: [
            "QtQuick/BorderImage 2.0",
            "QtQuick/BorderImage 2.1",
            "QtQuick/BorderImage 2.11",
            "QtQuick/BorderImage 2.14",
            "QtQuick/BorderImage 2.15",
            "QtQuick/BorderImage 2.4",
            "QtQuick/BorderImage 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 14, 15, 4, 7]
        Enum {
            name: "TileMode"
            values: ["Stretch", "Repeat", "Round"]
        }
        Property { name: "border"; type: "QQuickScaleGrid"; isReadonly: true; isPointer: true }
        Property { name: "horizontalTileMode"; type: "TileMode" }
        Property { name: "verticalTileMode"; type: "TileMode" }
        Property { name: "sourceSize"; type: "QSize"; isReadonly: true }
        Method { name: "doUpdate" }
        Method { name: "requestFinished" }
        Method { name: "sciRequestFinished" }
    }
    Component {
        file: "private/qquickshadereffectmesh_p.h"
        name: "QQuickBorderImageMesh"
        prototype: "QQuickShaderEffectMesh"
        exports: ["QtQuick/BorderImageMesh 2.8"]
        exportMetaObjectRevisions: [8]
        Enum {
            name: "TileMode"
            values: ["Stretch", "Repeat", "Round"]
        }
        Property { name: "border"; type: "QQuickScaleGrid"; isReadonly: true; isPointer: true }
        Property { name: "size"; type: "QSize" }
        Property { name: "horizontalTileMode"; type: "TileMode" }
        Property { name: "verticalTileMode"; type: "TileMode" }
    }
    Component {
        file: "private/qquickcanvasitem_p.h"
        name: "QQuickCanvasItem"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/Canvas 2.0",
            "QtQuick/Canvas 2.1",
            "QtQuick/Canvas 2.11",
            "QtQuick/Canvas 2.4",
            "QtQuick/Canvas 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "RenderTarget"
            values: ["Image", "FramebufferObject"]
        }
        Enum {
            name: "RenderStrategy"
            values: ["Immediate", "Threaded", "Cooperative"]
        }
        Property { name: "available"; type: "bool"; isReadonly: true }
        Property { name: "contextType"; type: "string" }
        Property { name: "context"; type: "QJSValue"; isReadonly: true }
        Property { name: "canvasSize"; type: "QSizeF" }
        Property { name: "tileSize"; type: "QSize" }
        Property { name: "canvasWindow"; type: "QRectF" }
        Property { name: "renderTarget"; type: "RenderTarget" }
        Property { name: "renderStrategy"; type: "RenderStrategy" }
        Signal {
            name: "paint"
            Parameter { name: "region"; type: "QRect" }
        }
        Signal { name: "painted" }
        Signal { name: "imageLoaded" }
        Method {
            name: "loadImage"
            Parameter { name: "url"; type: "QUrl" }
        }
        Method {
            name: "unloadImage"
            Parameter { name: "url"; type: "QUrl" }
        }
        Method {
            name: "isImageLoaded"
            type: "bool"
            Parameter { name: "url"; type: "QUrl" }
        }
        Method {
            name: "isImageLoading"
            type: "bool"
            Parameter { name: "url"; type: "QUrl" }
        }
        Method {
            name: "isImageError"
            type: "bool"
            Parameter { name: "url"; type: "QUrl" }
        }
        Method { name: "sceneGraphInitialized" }
        Method { name: "checkAnimationCallbacks" }
        Method { name: "invalidateSceneGraph" }
        Method { name: "schedulePolish" }
        Method {
            name: "getContext"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "requestAnimationFrame"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "cancelRequestAnimationFrame"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method { name: "requestPaint" }
        Method {
            name: "markDirty"
            Parameter { name: "dirtyRect"; type: "QRectF" }
        }
        Method { name: "markDirty" }
        Method {
            name: "save"
            type: "bool"
            Parameter { name: "filename"; type: "string" }
        }
        Method {
            name: "toDataURL"
            type: "string"
            Parameter { name: "type"; type: "string" }
        }
        Method { name: "toDataURL"; type: "string" }
        Method { name: "delayedCreate" }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickCloseEvent"
        prototype: "QObject"
        Property { name: "accepted"; type: "bool" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickColorAnimation"
        prototype: "QQuickPropertyAnimation"
        exports: ["QtQuick/ColorAnimation 2.0", "QtQuick/ColorAnimation 2.12"]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "from"; type: "QColor" }
        Property { name: "to"; type: "QColor" }
    }
    Component {
        file: "private/qquickvaluetypes_p.h"
        name: "QQuickColorSpaceValueType"
        exports: ["QtQuick/ColorSpace 2.15"]
        isCreatable: false
        exportMetaObjectRevisions: [15]
        Enum {
            name: "NamedColorSpace"
            values: [
                "Unknown",
                "SRgb",
                "SRgbLinear",
                "AdobeRgb",
                "DisplayP3",
                "ProPhotoRgb"
            ]
        }
        Enum {
            name: "Primaries"
            values: ["Custom", "SRgb", "AdobeRgb", "DciP3D65", "ProPhotoRgb"]
        }
        Enum {
            name: "TransferFunction"
            values: ["Custom", "Linear", "Gamma", "SRgb", "ProPhotoRgb"]
        }
        Property { name: "namedColorSpace"; type: "NamedColorSpace" }
        Property { name: "primaries"; type: "Primaries" }
        Property { name: "transferFunction"; type: "TransferFunction" }
        Property { name: "gamma"; type: "float" }
    }
    Component {
        file: "private/qquickpositioners_p.h"
        name: "QQuickColumn"
        prototype: "QQuickBasePositioner"
        exports: [
            "QtQuick/Column 2.0",
            "QtQuick/Column 2.1",
            "QtQuick/Column 2.11",
            "QtQuick/Column 2.4",
            "QtQuick/Column 2.6",
            "QtQuick/Column 2.7",
            "QtQuick/Column 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 6, 7, 9]
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickCurve"
        prototype: "QQuickPathElement"
        Property { name: "x"; type: "double" }
        Property { name: "y"; type: "double" }
        Property { name: "relativeX"; type: "double" }
        Property { name: "relativeY"; type: "double" }
    }
    Component {
        file: "private/qquickvalidator_p.h"
        name: "QQuickDoubleValidator"
        prototype: "QDoubleValidator"
        exports: ["QtQuick/DoubleValidator 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "locale"; type: "string" }
        Signal { name: "localeNameChanged" }
    }
    Component {
        file: "private/qquickdrag_p.h"
        name: "QQuickDrag"
        prototype: "QObject"
        exports: ["QtQuick/Drag 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        attachedType: "QQuickDragAttached"
        Enum {
            name: "DragType"
            values: ["None", "Automatic", "Internal"]
        }
        Enum {
            name: "Axis"
            values: ["XAxis", "YAxis", "XAndYAxis", "XandYAxis"]
        }
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "axis"; type: "Axis" }
        Property { name: "minimumX"; type: "double" }
        Property { name: "maximumX"; type: "double" }
        Property { name: "minimumY"; type: "double" }
        Property { name: "maximumY"; type: "double" }
        Property { name: "active"; type: "bool"; isReadonly: true }
        Property { name: "filterChildren"; type: "bool" }
        Property { name: "smoothed"; type: "bool" }
        Property { name: "threshold"; type: "double" }
    }
    Component {
        file: "private/qquickdrag_p.h"
        name: "QQuickDragAttached"
        prototype: "QObject"
        Property { name: "active"; type: "bool" }
        Property { name: "source"; type: "QObject"; isPointer: true }
        Property { name: "target"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "hotSpot"; type: "QPointF" }
        Property { name: "imageSource"; type: "QUrl" }
        Property { name: "keys"; type: "QStringList" }
        Property { name: "mimeData"; type: "QVariantMap" }
        Property { name: "supportedActions"; type: "Qt::DropActions" }
        Property { name: "proposedAction"; type: "Qt::DropAction" }
        Property { name: "dragType"; type: "QQuickDrag::DragType" }
        Signal { name: "dragStarted" }
        Signal {
            name: "dragFinished"
            Parameter { name: "dropAction"; type: "Qt::DropAction" }
        }
        Method {
            name: "start"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "startDrag"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method { name: "cancel" }
        Method { name: "drop"; type: "int" }
    }
    Component {
        file: "private/qquickdragaxis_p.h"
        name: "QQuickDragAxis"
        prototype: "QObject"
        exports: ["QtQuick/DragAxis 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
        Property { name: "minimum"; type: "double" }
        Property { name: "maximum"; type: "double" }
        Property { name: "enabled"; type: "bool" }
    }
    Component {
        file: "private/qquickdraghandler_p.h"
        name: "QQuickDragHandler"
        prototype: "QQuickMultiPointHandler"
        exports: [
            "QtQuick/DragHandler 2.12",
            "QtQuick/DragHandler 2.14",
            "QtQuick/DragHandler 2.15"
        ]
        exportMetaObjectRevisions: [12, 14, 15]
        Enum {
            name: "SnapMode"
            values: [
                "NoSnap",
                "SnapAuto",
                "SnapIfPressedOutsideTarget",
                "SnapAlways"
            ]
        }
        Property { name: "xAxis"; type: "QQuickDragAxis"; isReadonly: true; isPointer: true }
        Property { name: "yAxis"; type: "QQuickDragAxis"; isReadonly: true; isPointer: true }
        Property { name: "translation"; type: "QVector2D"; isReadonly: true }
        Property { name: "snapMode"; revision: 14; type: "SnapMode" }
        Signal { name: "snapModeChanged"; revision: 14 }
    }
    Component {
        file: "private/qquickdroparea_p.h"
        name: "QQuickDropArea"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/DropArea 2.0",
            "QtQuick/DropArea 2.1",
            "QtQuick/DropArea 2.11",
            "QtQuick/DropArea 2.4",
            "QtQuick/DropArea 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "containsDrag"; type: "bool"; isReadonly: true }
        Property { name: "keys"; type: "QStringList" }
        Property { name: "drag"; type: "QQuickDropAreaDrag"; isReadonly: true; isPointer: true }
        Signal { name: "sourceChanged" }
        Signal {
            name: "entered"
            Parameter { name: "drag"; type: "QQuickDropEvent"; isPointer: true }
        }
        Signal { name: "exited" }
        Signal {
            name: "positionChanged"
            Parameter { name: "drag"; type: "QQuickDropEvent"; isPointer: true }
        }
        Signal {
            name: "dropped"
            Parameter { name: "drop"; type: "QQuickDropEvent"; isPointer: true }
        }
    }
    Component {
        file: "private/qquickdroparea_p.h"
        name: "QQuickDropAreaDrag"
        prototype: "QObject"
        Property { name: "x"; type: "double"; isReadonly: true }
        Property { name: "y"; type: "double"; isReadonly: true }
        Property { name: "source"; type: "QObject"; isReadonly: true; isPointer: true }
        Signal { name: "positionChanged" }
    }
    Component {
        file: "private/qquickdroparea_p.h"
        name: "QQuickDropEvent"
        prototype: "QObject"
        Property { name: "x"; type: "double"; isReadonly: true }
        Property { name: "y"; type: "double"; isReadonly: true }
        Property { name: "source"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "keys"; type: "QStringList"; isReadonly: true }
        Property { name: "supportedActions"; type: "Qt::DropActions"; isReadonly: true }
        Property { name: "proposedAction"; type: "Qt::DropActions"; isReadonly: true }
        Property { name: "action"; type: "Qt::DropAction" }
        Property { name: "accepted"; type: "bool" }
        Property { name: "hasColor"; type: "bool"; isReadonly: true }
        Property { name: "hasHtml"; type: "bool"; isReadonly: true }
        Property { name: "hasText"; type: "bool"; isReadonly: true }
        Property { name: "hasUrls"; type: "bool"; isReadonly: true }
        Property { name: "colorData"; type: "QVariant"; isReadonly: true }
        Property { name: "html"; type: "string"; isReadonly: true }
        Property { name: "text"; type: "string"; isReadonly: true }
        Property { name: "urls"; type: "QList<QUrl>"; isReadonly: true }
        Property { name: "formats"; type: "QStringList"; isReadonly: true }
        Method {
            name: "getDataAsString"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "getDataAsArrayBuffer"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "acceptProposedAction"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "accept"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
    }
    Component {
        file: "private/qquickitem_p.h"
        name: "QQuickEnterKeyAttached"
        prototype: "QObject"
        exports: ["QtQuick/EnterKey 2.6"]
        isCreatable: false
        exportMetaObjectRevisions: [6]
        attachedType: "QQuickEnterKeyAttached"
        Property { name: "type"; type: "Qt::EnterKeyType" }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickEventPoint"
        prototype: "QObject"
        exports: ["QtQuick/EventPoint 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
        Enum {
            name: "States"
            alias: "State"
            isFlag: true
            values: ["Pressed", "Updated", "Stationary", "Released"]
        }
        Enum {
            name: "GrabTransition"
            values: [
                "GrabPassive",
                "UngrabPassive",
                "CancelGrabPassive",
                "OverrideGrabPassive",
                "GrabExclusive",
                "UngrabExclusive",
                "CancelGrabExclusive"
            ]
        }
        Property { name: "event"; type: "QQuickPointerEvent"; isReadonly: true; isPointer: true }
        Property { name: "position"; type: "QPointF"; isReadonly: true }
        Property { name: "scenePosition"; type: "QPointF"; isReadonly: true }
        Property { name: "scenePressPosition"; type: "QPointF"; isReadonly: true }
        Property { name: "sceneGrabPosition"; type: "QPointF"; isReadonly: true }
        Property { name: "state"; type: "State"; isReadonly: true }
        Property { name: "pointId"; type: "int"; isReadonly: true }
        Property { name: "timeHeld"; type: "double"; isReadonly: true }
        Property { name: "velocity"; type: "QVector2D"; isReadonly: true }
        Property { name: "accepted"; type: "bool" }
        Property { name: "exclusiveGrabber"; type: "QObject"; isPointer: true }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickEventTabletPoint"
        prototype: "QQuickEventPoint"
        exports: ["QtQuick/EventTabletPoint 2.15"]
        isCreatable: false
        exportMetaObjectRevisions: [15]
        Property { name: "rotation"; type: "double"; isReadonly: true }
        Property { name: "pressure"; type: "double"; isReadonly: true }
        Property { name: "tangentialPressure"; type: "double"; isReadonly: true }
        Property { name: "tilt"; type: "QVector2D"; isReadonly: true }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickEventTouchPoint"
        prototype: "QQuickEventPoint"
        exports: ["QtQuick/EventTouchPoint 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
        Property { name: "rotation"; type: "double"; isReadonly: true }
        Property { name: "pressure"; type: "double"; isReadonly: true }
        Property { name: "ellipseDiameters"; type: "QSizeF"; isReadonly: true }
        Property { name: "uniqueId"; type: "QPointingDeviceUniqueId"; isReadonly: true }
    }
    Component {
        file: "private/qquickflickable_p.h"
        name: "QQuickFlickable"
        defaultProperty: "flickableData"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/Flickable 2.0",
            "QtQuick/Flickable 2.1",
            "QtQuick/Flickable 2.10",
            "QtQuick/Flickable 2.11",
            "QtQuick/Flickable 2.12",
            "QtQuick/Flickable 2.4",
            "QtQuick/Flickable 2.7",
            "QtQuick/Flickable 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 10, 11, 12, 4, 7, 9]
        Enum {
            name: "BoundsBehavior"
            alias: "BoundsBehaviorFlag"
            isFlag: true
            values: [
                "StopAtBounds",
                "DragOverBounds",
                "OvershootBounds",
                "DragAndOvershootBounds"
            ]
        }
        Enum {
            name: "BoundsMovement"
            values: ["FollowBoundsBehavior"]
        }
        Enum {
            name: "FlickableDirection"
            values: [
                "AutoFlickDirection",
                "HorizontalFlick",
                "VerticalFlick",
                "HorizontalAndVerticalFlick",
                "AutoFlickIfNeeded"
            ]
        }
        Property { name: "contentWidth"; type: "double" }
        Property { name: "contentHeight"; type: "double" }
        Property { name: "contentX"; type: "double" }
        Property { name: "contentY"; type: "double" }
        Property { name: "contentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "topMargin"; type: "double" }
        Property { name: "bottomMargin"; type: "double" }
        Property { name: "originY"; type: "double"; isReadonly: true }
        Property { name: "leftMargin"; type: "double" }
        Property { name: "rightMargin"; type: "double" }
        Property { name: "originX"; type: "double"; isReadonly: true }
        Property { name: "horizontalVelocity"; type: "double"; isReadonly: true }
        Property { name: "verticalVelocity"; type: "double"; isReadonly: true }
        Property { name: "boundsBehavior"; type: "BoundsBehavior" }
        Property { name: "boundsMovement"; revision: 10; type: "BoundsMovement" }
        Property { name: "rebound"; type: "QQuickTransition"; isPointer: true }
        Property { name: "maximumFlickVelocity"; type: "double" }
        Property { name: "flickDeceleration"; type: "double" }
        Property { name: "moving"; type: "bool"; isReadonly: true }
        Property { name: "movingHorizontally"; type: "bool"; isReadonly: true }
        Property { name: "movingVertically"; type: "bool"; isReadonly: true }
        Property { name: "flicking"; type: "bool"; isReadonly: true }
        Property { name: "flickingHorizontally"; type: "bool"; isReadonly: true }
        Property { name: "flickingVertically"; type: "bool"; isReadonly: true }
        Property { name: "dragging"; type: "bool"; isReadonly: true }
        Property { name: "draggingHorizontally"; type: "bool"; isReadonly: true }
        Property { name: "draggingVertically"; type: "bool"; isReadonly: true }
        Property { name: "flickableDirection"; type: "FlickableDirection" }
        Property { name: "interactive"; type: "bool" }
        Property { name: "pressDelay"; type: "int" }
        Property { name: "atXEnd"; type: "bool"; isReadonly: true }
        Property { name: "atYEnd"; type: "bool"; isReadonly: true }
        Property { name: "atXBeginning"; type: "bool"; isReadonly: true }
        Property { name: "atYBeginning"; type: "bool"; isReadonly: true }
        Property {
            name: "visibleArea"
            type: "QQuickFlickableVisibleArea"
            isReadonly: true
            isPointer: true
        }
        Property { name: "pixelAligned"; type: "bool" }
        Property { name: "synchronousDrag"; revision: 12; type: "bool" }
        Property { name: "horizontalOvershoot"; revision: 9; type: "double"; isReadonly: true }
        Property { name: "verticalOvershoot"; revision: 9; type: "double"; isReadonly: true }
        Property { name: "flickableData"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "flickableChildren"; type: "QQuickItem"; isList: true; isReadonly: true }
        Signal { name: "isAtBoundaryChanged" }
        Signal { name: "boundsMovementChanged"; revision: 10 }
        Signal { name: "movementStarted" }
        Signal { name: "movementEnded" }
        Signal { name: "flickStarted" }
        Signal { name: "flickEnded" }
        Signal { name: "dragStarted" }
        Signal { name: "dragEnded" }
        Signal { name: "synchronousDragChanged"; revision: 12 }
        Signal { name: "horizontalOvershootChanged"; revision: 9 }
        Signal { name: "verticalOvershootChanged"; revision: 9 }
        Method { name: "movementStarting" }
        Method { name: "movementEnding" }
        Method {
            name: "movementEnding"
            Parameter { name: "hMovementEnding"; type: "bool" }
            Parameter { name: "vMovementEnding"; type: "bool" }
        }
        Method { name: "velocityTimelineCompleted" }
        Method { name: "timelineCompleted" }
        Method {
            name: "resizeContent"
            Parameter { name: "w"; type: "double" }
            Parameter { name: "h"; type: "double" }
            Parameter { name: "center"; type: "QPointF" }
        }
        Method { name: "returnToBounds" }
        Method {
            name: "flick"
            Parameter { name: "xVelocity"; type: "double" }
            Parameter { name: "yVelocity"; type: "double" }
        }
        Method { name: "cancelFlick" }
    }
    Component {
        file: "private/qquickflickable_p_p.h"
        name: "QQuickFlickableVisibleArea"
        prototype: "QObject"
        Property { name: "xPosition"; type: "double"; isReadonly: true }
        Property { name: "yPosition"; type: "double"; isReadonly: true }
        Property { name: "widthRatio"; type: "double"; isReadonly: true }
        Property { name: "heightRatio"; type: "double"; isReadonly: true }
        Signal {
            name: "xPositionChanged"
            Parameter { name: "xPosition"; type: "double" }
        }
        Signal {
            name: "yPositionChanged"
            Parameter { name: "yPosition"; type: "double" }
        }
        Signal {
            name: "widthRatioChanged"
            Parameter { name: "widthRatio"; type: "double" }
        }
        Signal {
            name: "heightRatioChanged"
            Parameter { name: "heightRatio"; type: "double" }
        }
    }
    Component {
        file: "private/qquickflipable_p.h"
        name: "QQuickFlipable"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/Flipable 2.0",
            "QtQuick/Flipable 2.1",
            "QtQuick/Flipable 2.11",
            "QtQuick/Flipable 2.4",
            "QtQuick/Flipable 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Side"
            values: ["Front", "Back"]
        }
        Property { name: "front"; type: "QQuickItem"; isPointer: true }
        Property { name: "back"; type: "QQuickItem"; isPointer: true }
        Property { name: "side"; type: "Side"; isReadonly: true }
        Method { name: "retransformBack" }
    }
    Component {
        file: "private/qquickpositioners_p.h"
        name: "QQuickFlow"
        prototype: "QQuickBasePositioner"
        exports: [
            "QtQuick/Flow 2.0",
            "QtQuick/Flow 2.1",
            "QtQuick/Flow 2.11",
            "QtQuick/Flow 2.4",
            "QtQuick/Flow 2.6",
            "QtQuick/Flow 2.7",
            "QtQuick/Flow 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 6, 7, 9]
        Enum {
            name: "Flow"
            values: ["LeftToRight", "TopToBottom"]
        }
        Property { name: "flow"; type: "Flow" }
        Property { name: "layoutDirection"; type: "Qt::LayoutDirection" }
        Property { name: "effectiveLayoutDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
    }
    Component {
        file: "private/qquickfocusscope_p.h"
        name: "QQuickFocusScope"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/FocusScope 2.0",
            "QtQuick/FocusScope 2.1",
            "QtQuick/FocusScope 2.11",
            "QtQuick/FocusScope 2.4",
            "QtQuick/FocusScope 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
    }
    Component {
        file: "private/qquickfontloader_p.h"
        name: "QQuickFontLoader"
        prototype: "QObject"
        exports: ["QtQuick/FontLoader 2.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Loading", "Error"]
        }
        Property { name: "source"; type: "QUrl" }
        Property { name: "name"; type: "string" }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Method {
            name: "updateFontInfo"
            Parameter { type: "string" }
            Parameter { type: "QQuickFontLoader::Status" }
        }
    }
    Component {
        file: "private/qquickfontmetrics_p.h"
        name: "QQuickFontMetrics"
        prototype: "QObject"
        exports: ["QtQuick/FontMetrics 2.4"]
        exportMetaObjectRevisions: [4]
        Property { name: "font"; type: "QFont" }
        Property { name: "ascent"; type: "double"; isReadonly: true }
        Property { name: "descent"; type: "double"; isReadonly: true }
        Property { name: "height"; type: "double"; isReadonly: true }
        Property { name: "leading"; type: "double"; isReadonly: true }
        Property { name: "lineSpacing"; type: "double"; isReadonly: true }
        Property { name: "minimumLeftBearing"; type: "double"; isReadonly: true }
        Property { name: "minimumRightBearing"; type: "double"; isReadonly: true }
        Property { name: "maximumCharacterWidth"; type: "double"; isReadonly: true }
        Property { name: "xHeight"; type: "double"; isReadonly: true }
        Property { name: "averageCharacterWidth"; type: "double"; isReadonly: true }
        Property { name: "underlinePosition"; type: "double"; isReadonly: true }
        Property { name: "overlinePosition"; type: "double"; isReadonly: true }
        Property { name: "strikeOutPosition"; type: "double"; isReadonly: true }
        Property { name: "lineWidth"; type: "double"; isReadonly: true }
        Signal {
            name: "fontChanged"
            Parameter { name: "font"; type: "QFont" }
        }
        Method {
            name: "advanceWidth"
            type: "double"
            Parameter { name: "text"; type: "string" }
        }
        Method {
            name: "boundingRect"
            type: "QRectF"
            Parameter { name: "text"; type: "string" }
        }
        Method {
            name: "tightBoundingRect"
            type: "QRectF"
            Parameter { name: "text"; type: "string" }
        }
        Method {
            name: "elidedText"
            type: "string"
            Parameter { name: "text"; type: "string" }
            Parameter { name: "mode"; type: "Qt::TextElideMode" }
            Parameter { name: "width"; type: "double" }
            Parameter { name: "flags"; type: "int" }
        }
        Method {
            name: "elidedText"
            type: "string"
            Parameter { name: "text"; type: "string" }
            Parameter { name: "mode"; type: "Qt::TextElideMode" }
            Parameter { name: "width"; type: "double" }
        }
    }
    Component {
        file: "private/qquickvaluetypes_p.h"
        name: "QQuickFontValueType"
        exports: ["QtQuick/Font 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Enum {
            name: "FontWeight"
            values: [
                "Thin",
                "ExtraLight",
                "Light",
                "Normal",
                "Medium",
                "DemiBold",
                "Bold",
                "ExtraBold",
                "Black"
            ]
        }
        Enum {
            name: "Capitalization"
            values: [
                "MixedCase",
                "AllUppercase",
                "AllLowercase",
                "SmallCaps",
                "Capitalize"
            ]
        }
        Enum {
            name: "HintingPreference"
            values: [
                "PreferDefaultHinting",
                "PreferNoHinting",
                "PreferVerticalHinting",
                "PreferFullHinting"
            ]
        }
        Property { name: "family"; type: "string" }
        Property { name: "styleName"; type: "string" }
        Property { name: "bold"; type: "bool" }
        Property { name: "weight"; type: "FontWeight" }
        Property { name: "italic"; type: "bool" }
        Property { name: "underline"; type: "bool" }
        Property { name: "overline"; type: "bool" }
        Property { name: "strikeout"; type: "bool" }
        Property { name: "pointSize"; type: "double" }
        Property { name: "pixelSize"; type: "int" }
        Property { name: "capitalization"; type: "Capitalization" }
        Property { name: "letterSpacing"; type: "double" }
        Property { name: "wordSpacing"; type: "double" }
        Property { name: "hintingPreference"; type: "HintingPreference" }
        Property { name: "kerning"; type: "bool" }
        Property { name: "preferShaping"; type: "bool" }
        Method { name: "toString"; type: "string" }
    }
    Component {
        file: "private/qquickmultipointtoucharea_p.h"
        name: "QQuickGrabGestureEvent"
        prototype: "QObject"
        exports: ["QtQuick/GestureEvent 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Property { name: "touchPoints"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "dragThreshold"; type: "double"; isReadonly: true }
        Method { name: "grab" }
    }
    Component {
        file: "private/qquickrectangle_p.h"
        name: "QQuickGradient"
        defaultProperty: "stops"
        prototype: "QObject"
        exports: ["QtQuick/Gradient 2.0", "QtQuick/Gradient 2.12"]
        exportMetaObjectRevisions: [0, 12]
        Enum {
            name: "Orientation"
            values: ["Vertical", "Horizontal"]
        }
        Property { name: "stops"; type: "QQuickGradientStop"; isList: true; isReadonly: true }
        Property { name: "orientation"; revision: 12; type: "Orientation" }
        Signal { name: "updated" }
    }
    Component {
        file: "private/qquickrectangle_p.h"
        name: "QQuickGradientStop"
        prototype: "QObject"
        exports: ["QtQuick/GradientStop 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "position"; type: "double" }
        Property { name: "color"; type: "QColor" }
    }
    Component {
        file: "private/qquickgraphicsinfo_p.h"
        name: "QQuickGraphicsInfo"
        prototype: "QObject"
        exports: ["QtQuick/GraphicsInfo 2.8"]
        isCreatable: false
        exportMetaObjectRevisions: [8]
        attachedType: "QQuickGraphicsInfo"
        Enum {
            name: "GraphicsApi"
            values: [
                "Unknown",
                "Software",
                "OpenGL",
                "Direct3D12",
                "OpenVG",
                "OpenGLRhi",
                "Direct3D11Rhi",
                "VulkanRhi",
                "MetalRhi",
                "NullRhi"
            ]
        }
        Enum {
            name: "ShaderType"
            values: ["UnknownShadingLanguage", "GLSL", "HLSL", "RhiShader"]
        }
        Enum {
            name: "ShaderCompilationType"
            values: ["RuntimeCompilation", "OfflineCompilation"]
        }
        Enum {
            name: "ShaderSourceType"
            values: [
                "ShaderSourceString",
                "ShaderSourceFile",
                "ShaderByteCode"
            ]
        }
        Enum {
            name: "OpenGLContextProfile"
            values: [
                "OpenGLNoProfile",
                "OpenGLCoreProfile",
                "OpenGLCompatibilityProfile"
            ]
        }
        Enum {
            name: "RenderableType"
            values: [
                "SurfaceFormatUnspecified",
                "SurfaceFormatOpenGL",
                "SurfaceFormatOpenGLES"
            ]
        }
        Property { name: "api"; type: "GraphicsApi"; isReadonly: true }
        Property { name: "shaderType"; type: "ShaderType"; isReadonly: true }
        Property { name: "shaderCompilationType"; type: "ShaderCompilationType"; isReadonly: true }
        Property { name: "shaderSourceType"; type: "ShaderSourceType"; isReadonly: true }
        Property { name: "majorVersion"; type: "int"; isReadonly: true }
        Property { name: "minorVersion"; type: "int"; isReadonly: true }
        Property { name: "profile"; type: "OpenGLContextProfile"; isReadonly: true }
        Property { name: "renderableType"; type: "RenderableType"; isReadonly: true }
        Method { name: "updateInfo" }
        Method {
            name: "setWindow"
            Parameter { name: "window"; type: "QQuickWindow"; isPointer: true }
        }
    }
    Component {
        file: "private/qquickpositioners_p.h"
        name: "QQuickGrid"
        prototype: "QQuickBasePositioner"
        exports: [
            "QtQuick/Grid 2.0",
            "QtQuick/Grid 2.1",
            "QtQuick/Grid 2.11",
            "QtQuick/Grid 2.4",
            "QtQuick/Grid 2.6",
            "QtQuick/Grid 2.7",
            "QtQuick/Grid 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 6, 7, 9]
        Enum {
            name: "Flow"
            values: ["LeftToRight", "TopToBottom"]
        }
        Enum {
            name: "HAlignment"
            values: ["AlignLeft", "AlignRight", "AlignHCenter"]
        }
        Enum {
            name: "VAlignment"
            values: ["AlignTop", "AlignBottom", "AlignVCenter"]
        }
        Property { name: "rows"; type: "int" }
        Property { name: "columns"; type: "int" }
        Property { name: "rowSpacing"; type: "double" }
        Property { name: "columnSpacing"; type: "double" }
        Property { name: "flow"; type: "Flow" }
        Property { name: "layoutDirection"; type: "Qt::LayoutDirection" }
        Property { name: "effectiveLayoutDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
        Property { name: "horizontalItemAlignment"; revision: 1; type: "HAlignment" }
        Property {
            name: "effectiveHorizontalItemAlignment"
            revision: 1
            type: "HAlignment"
            isReadonly: true
        }
        Property { name: "verticalItemAlignment"; revision: 1; type: "VAlignment" }
        Signal {
            name: "horizontalAlignmentChanged"
            revision: 1
            Parameter { name: "alignment"; type: "HAlignment" }
        }
        Signal {
            name: "effectiveHorizontalAlignmentChanged"
            revision: 1
            Parameter { name: "alignment"; type: "HAlignment" }
        }
        Signal {
            name: "verticalAlignmentChanged"
            revision: 1
            Parameter { name: "alignment"; type: "VAlignment" }
        }
    }
    Component {
        file: "private/qquickshadereffectmesh_p.h"
        name: "QQuickGridMesh"
        prototype: "QQuickShaderEffectMesh"
        exports: ["QtQuick/GridMesh 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "resolution"; type: "QSize" }
    }
    Component {
        file: "private/qquickgridview_p.h"
        name: "QQuickGridView"
        defaultProperty: "data"
        prototype: "QQuickItemView"
        exports: [
            "QtQuick/GridView 2.0",
            "QtQuick/GridView 2.1",
            "QtQuick/GridView 2.10",
            "QtQuick/GridView 2.11",
            "QtQuick/GridView 2.12",
            "QtQuick/GridView 2.13",
            "QtQuick/GridView 2.15",
            "QtQuick/GridView 2.3",
            "QtQuick/GridView 2.4",
            "QtQuick/GridView 2.7",
            "QtQuick/GridView 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 10, 11, 12, 13, 15, 3, 4, 7, 9]
        attachedType: "QQuickGridViewAttached"
        Enum {
            name: "Flow"
            values: ["FlowLeftToRight", "FlowTopToBottom"]
        }
        Enum {
            name: "SnapMode"
            values: ["NoSnap", "SnapToRow", "SnapOneRow"]
        }
        Property { name: "flow"; type: "Flow" }
        Property { name: "cellWidth"; type: "double" }
        Property { name: "cellHeight"; type: "double" }
        Property { name: "snapMode"; type: "SnapMode" }
        Signal { name: "highlightMoveDurationChanged" }
        Method { name: "moveCurrentIndexUp" }
        Method { name: "moveCurrentIndexDown" }
        Method { name: "moveCurrentIndexLeft" }
        Method { name: "moveCurrentIndexRight" }
    }
    Component { name: "QQuickGridViewAttached"; prototype: "QQuickItemViewAttached" }
    Component {
        file: "private/qquickhoverhandler_p.h"
        name: "QQuickHoverHandler"
        prototype: "QQuickSinglePointHandler"
        exports: ["QtQuick/HoverHandler 2.12", "QtQuick/HoverHandler 2.15"]
        exportMetaObjectRevisions: [12, 15]
        Property { name: "hovered"; type: "bool"; isReadonly: true }
    }
    Component {
        file: "private/qquickimage_p.h"
        name: "QQuickImage"
        prototype: "QQuickImageBase"
        exports: [
            "QtQuick/Image 2.0",
            "QtQuick/Image 2.1",
            "QtQuick/Image 2.11",
            "QtQuick/Image 2.14",
            "QtQuick/Image 2.15",
            "QtQuick/Image 2.3",
            "QtQuick/Image 2.4",
            "QtQuick/Image 2.5",
            "QtQuick/Image 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 14, 15, 3, 4, 5, 7]
        Enum {
            name: "HAlignment"
            values: ["AlignLeft", "AlignRight", "AlignHCenter"]
        }
        Enum {
            name: "VAlignment"
            values: ["AlignTop", "AlignBottom", "AlignVCenter"]
        }
        Enum {
            name: "FillMode"
            values: [
                "Stretch",
                "PreserveAspectFit",
                "PreserveAspectCrop",
                "Tile",
                "TileVertically",
                "TileHorizontally",
                "Pad"
            ]
        }
        Property { name: "fillMode"; type: "FillMode" }
        Property { name: "paintedWidth"; type: "double"; isReadonly: true }
        Property { name: "paintedHeight"; type: "double"; isReadonly: true }
        Property { name: "horizontalAlignment"; type: "HAlignment" }
        Property { name: "verticalAlignment"; type: "VAlignment" }
        Property { name: "mipmap"; revision: 3; type: "bool" }
        Property { name: "autoTransform"; revision: 5; type: "bool" }
        Property { name: "sourceClipRect"; revision: 15; type: "QRectF" }
        Signal { name: "paintedGeometryChanged" }
        Signal {
            name: "horizontalAlignmentChanged"
            Parameter { name: "alignment"; type: "HAlignment" }
        }
        Signal {
            name: "verticalAlignmentChanged"
            Parameter { name: "alignment"; type: "VAlignment" }
        }
        Signal {
            name: "mipmapChanged"
            revision: 3
            Parameter { type: "bool" }
        }
        Signal { name: "autoTransformChanged"; revision: 5 }
        Method { name: "invalidateSceneGraph" }
    }
    Component {
        file: "private/qquickimagebase_p.h"
        name: "QQuickImageBase"
        prototype: "QQuickImplicitSizeItem"
        exports: ["QtQuick/ImageBase 2.14", "QtQuick/ImageBase 2.15"]
        isCreatable: false
        exportMetaObjectRevisions: [14, 15]
        Enum {
            name: "LoadPixmapOptions"
            alias: "LoadPixmapOption"
            isFlag: true
            values: ["NoOption", "HandleDPR", "UseProviderOptions"]
        }
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Loading", "Error"]
        }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "source"; type: "QUrl" }
        Property { name: "progress"; type: "double"; isReadonly: true }
        Property { name: "asynchronous"; type: "bool" }
        Property { name: "cache"; type: "bool" }
        Property { name: "sourceSize"; type: "QSize" }
        Property { name: "mirror"; type: "bool" }
        Property { name: "currentFrame"; revision: 14; type: "int" }
        Property { name: "frameCount"; revision: 14; type: "int"; isReadonly: true }
        Property { name: "colorSpace"; revision: 15; type: "QColorSpace" }
        Signal {
            name: "sourceChanged"
            Parameter { type: "QUrl" }
        }
        Signal {
            name: "statusChanged"
            Parameter { type: "QQuickImageBase::Status" }
        }
        Signal {
            name: "progressChanged"
            Parameter { name: "progress"; type: "double" }
        }
        Signal { name: "currentFrameChanged"; revision: 14 }
        Signal { name: "frameCountChanged"; revision: 14 }
        Signal { name: "sourceClipRectChanged"; revision: 15 }
        Signal { name: "colorSpaceChanged"; revision: 15 }
        Method { name: "requestFinished" }
        Method {
            name: "requestProgress"
            Parameter { type: "qlonglong" }
            Parameter { type: "qlonglong" }
        }
    }
    Component {
        file: "qquickitem.h"
        name: "QQuickImplicitSizeItem"
        defaultProperty: "data"
        prototype: "QQuickItem"
        Property { name: "implicitWidth"; type: "double"; isReadonly: true }
        Property { name: "implicitHeight"; type: "double"; isReadonly: true }
    }
    Component {
        file: "private/qquickvalidator_p.h"
        name: "QQuickIntValidator"
        prototype: "QIntValidator"
        exports: ["QtQuick/IntValidator 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "locale"; type: "string" }
        Signal { name: "localeNameChanged" }
    }
    Component {
        file: "qquickitem.h"
        name: "QQuickItem"
        defaultProperty: "data"
        prototype: "QObject"
        exports: [
            "QtQuick/Item 2.0",
            "QtQuick/Item 2.1",
            "QtQuick/Item 2.11",
            "QtQuick/Item 2.4",
            "QtQuick/Item 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Flags"
            alias: "Flag"
            isFlag: true
            values: [
                "ItemClipsChildrenToShape",
                "ItemAcceptsInputMethod",
                "ItemIsFocusScope",
                "ItemHasContents",
                "ItemAcceptsDrops"
            ]
        }
        Enum {
            name: "TransformOrigin"
            values: [
                "TopLeft",
                "Top",
                "TopRight",
                "Left",
                "Center",
                "Right",
                "BottomLeft",
                "Bottom",
                "BottomRight"
            ]
        }
        Property { name: "parent"; type: "QQuickItem"; isPointer: true }
        Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "resources"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "children"; type: "QQuickItem"; isList: true; isReadonly: true }
        Property { name: "x"; type: "double" }
        Property { name: "y"; type: "double" }
        Property { name: "z"; type: "double" }
        Property { name: "width"; type: "double" }
        Property { name: "height"; type: "double" }
        Property { name: "opacity"; type: "double" }
        Property { name: "enabled"; type: "bool" }
        Property { name: "visible"; type: "bool" }
        Property { name: "visibleChildren"; type: "QQuickItem"; isList: true; isReadonly: true }
        Property { name: "states"; type: "QQuickState"; isList: true; isReadonly: true }
        Property { name: "transitions"; type: "QQuickTransition"; isList: true; isReadonly: true }
        Property { name: "state"; type: "string" }
        Property { name: "childrenRect"; type: "QRectF"; isReadonly: true }
        Property { name: "anchors"; type: "QQuickAnchors"; isReadonly: true; isPointer: true }
        Property { name: "left"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "right"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "horizontalCenter"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "top"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "bottom"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "verticalCenter"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "baseline"; type: "QQuickAnchorLine"; isReadonly: true }
        Property { name: "baselineOffset"; type: "double" }
        Property { name: "clip"; type: "bool" }
        Property { name: "focus"; type: "bool" }
        Property { name: "activeFocus"; type: "bool"; isReadonly: true }
        Property { name: "activeFocusOnTab"; revision: 1; type: "bool" }
        Property { name: "rotation"; type: "double" }
        Property { name: "scale"; type: "double" }
        Property { name: "transformOrigin"; type: "TransformOrigin" }
        Property { name: "transformOriginPoint"; type: "QPointF"; isReadonly: true }
        Property { name: "transform"; type: "QQuickTransform"; isList: true; isReadonly: true }
        Property { name: "smooth"; type: "bool" }
        Property { name: "antialiasing"; type: "bool" }
        Property { name: "implicitWidth"; type: "double" }
        Property { name: "implicitHeight"; type: "double" }
        Property { name: "containmentMask"; revision: 11; type: "QObject"; isPointer: true }
        Property { name: "layer"; type: "QQuickItemLayer"; isReadonly: true; isPointer: true }
        Signal {
            name: "childrenRectChanged"
            Parameter { type: "QRectF" }
        }
        Signal {
            name: "baselineOffsetChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "stateChanged"
            Parameter { type: "string" }
        }
        Signal {
            name: "focusChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "activeFocusChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "activeFocusOnTabChanged"
            revision: 1
            Parameter { type: "bool" }
        }
        Signal {
            name: "parentChanged"
            Parameter { type: "QQuickItem"; isPointer: true }
        }
        Signal {
            name: "transformOriginChanged"
            Parameter { type: "TransformOrigin" }
        }
        Signal {
            name: "smoothChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "antialiasingChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "clipChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "windowChanged"
            revision: 1
            Parameter { name: "window"; type: "QQuickWindow"; isPointer: true }
        }
        Signal { name: "containmentMaskChanged"; revision: 11 }
        Method { name: "update" }
        Method {
            name: "_q_resourceObjectDeleted"
            Parameter { type: "QObject"; isPointer: true }
        }
        Method {
            name: "_q_createJSWrapper"
            type: "qulonglong"
            Parameter { type: "QV4::ExecutionEngine"; isPointer: true }
        }
        Method {
            name: "grabToImage"
            revision: 4
            type: "bool"
            Parameter { name: "callback"; type: "QJSValue" }
            Parameter { name: "targetSize"; type: "QSize" }
        }
        Method {
            name: "grabToImage"
            revision: 4
            type: "bool"
            Parameter { name: "callback"; type: "QJSValue" }
        }
        Method {
            name: "contains"
            type: "bool"
            Parameter { name: "point"; type: "QPointF" }
        }
        Method {
            name: "mapFromItem"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "mapToItem"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "mapFromGlobal"
            revision: 7
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "mapToGlobal"
            revision: 7
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method { name: "forceActiveFocus" }
        Method {
            name: "forceActiveFocus"
            Parameter { name: "reason"; type: "Qt::FocusReason" }
        }
        Method {
            name: "nextItemInFocusChain"
            revision: 1
            type: "QQuickItem*"
            Parameter { name: "forward"; type: "bool" }
        }
        Method { name: "nextItemInFocusChain"; revision: 1; type: "QQuickItem*" }
        Method {
            name: "childAt"
            type: "QQuickItem*"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
    }
    Component {
        file: "qquickitemgrabresult.h"
        name: "QQuickItemGrabResult"
        prototype: "QObject"
        Property { name: "image"; type: "QImage"; isReadonly: true }
        Property { name: "url"; type: "QUrl"; isReadonly: true }
        Signal { name: "ready" }
        Method { name: "setup" }
        Method { name: "render" }
        Method {
            name: "saveToFile"
            type: "bool"
            Parameter { name: "fileName"; type: "string" }
        }
        Method {
            name: "saveToFile"
            type: "bool"
            Parameter { name: "fileName"; type: "string" }
        }
    }
    Component {
        file: "private/qquickitem_p.h"
        name: "QQuickItemLayer"
        prototype: "QObject"
        Property { name: "enabled"; type: "bool" }
        Property { name: "textureSize"; type: "QSize" }
        Property { name: "sourceRect"; type: "QRectF" }
        Property { name: "mipmap"; type: "bool" }
        Property { name: "smooth"; type: "bool" }
        Property { name: "wrapMode"; type: "QQuickShaderEffectSource::WrapMode" }
        Property { name: "format"; type: "QQuickShaderEffectSource::Format" }
        Property { name: "samplerName"; type: "QByteArray" }
        Property { name: "effect"; type: "QQmlComponent"; isPointer: true }
        Property { name: "textureMirroring"; type: "QQuickShaderEffectSource::TextureMirroring" }
        Property { name: "samples"; type: "int" }
        Signal {
            name: "enabledChanged"
            Parameter { name: "enabled"; type: "bool" }
        }
        Signal {
            name: "sizeChanged"
            Parameter { name: "size"; type: "QSize" }
        }
        Signal {
            name: "mipmapChanged"
            Parameter { name: "mipmap"; type: "bool" }
        }
        Signal {
            name: "wrapModeChanged"
            Parameter { name: "mode"; type: "QQuickShaderEffectSource::WrapMode" }
        }
        Signal {
            name: "nameChanged"
            Parameter { name: "name"; type: "QByteArray" }
        }
        Signal {
            name: "effectChanged"
            Parameter { name: "component"; type: "QQmlComponent"; isPointer: true }
        }
        Signal {
            name: "smoothChanged"
            Parameter { name: "smooth"; type: "bool" }
        }
        Signal {
            name: "formatChanged"
            Parameter { name: "format"; type: "QQuickShaderEffectSource::Format" }
        }
        Signal {
            name: "sourceRectChanged"
            Parameter { name: "sourceRect"; type: "QRectF" }
        }
        Signal {
            name: "textureMirroringChanged"
            Parameter { name: "mirroring"; type: "QQuickShaderEffectSource::TextureMirroring" }
        }
        Signal {
            name: "samplesChanged"
            Parameter { name: "count"; type: "int" }
        }
    }
    Component {
        file: "private/qquickitemview_p.h"
        name: "QQuickItemView"
        defaultProperty: "flickableData"
        prototype: "QQuickFlickable"
        exports: [
            "QtQuick/ItemView 2.1",
            "QtQuick/ItemView 2.10",
            "QtQuick/ItemView 2.11",
            "QtQuick/ItemView 2.12",
            "QtQuick/ItemView 2.13",
            "QtQuick/ItemView 2.15",
            "QtQuick/ItemView 2.3",
            "QtQuick/ItemView 2.4",
            "QtQuick/ItemView 2.7",
            "QtQuick/ItemView 2.9"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [1, 10, 11, 12, 13, 15, 3, 4, 7, 9]
        Enum {
            name: "LayoutDirection"
            values: [
                "LeftToRight",
                "RightToLeft",
                "VerticalTopToBottom",
                "VerticalBottomToTop"
            ]
        }
        Enum {
            name: "VerticalLayoutDirection"
            values: ["TopToBottom", "BottomToTop"]
        }
        Enum {
            name: "HighlightRangeMode"
            values: ["NoHighlightRange", "ApplyRange", "StrictlyEnforceRange"]
        }
        Enum {
            name: "PositionMode"
            values: [
                "Beginning",
                "Center",
                "End",
                "Visible",
                "Contain",
                "SnapPosition"
            ]
        }
        Property { name: "model"; type: "QVariant" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "currentIndex"; type: "int" }
        Property { name: "currentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "keyNavigationWraps"; type: "bool" }
        Property { name: "keyNavigationEnabled"; revision: 7; type: "bool" }
        Property { name: "cacheBuffer"; type: "int" }
        Property { name: "displayMarginBeginning"; revision: 3; type: "int" }
        Property { name: "displayMarginEnd"; revision: 3; type: "int" }
        Property { name: "layoutDirection"; type: "Qt::LayoutDirection" }
        Property { name: "effectiveLayoutDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
        Property { name: "verticalLayoutDirection"; type: "VerticalLayoutDirection" }
        Property { name: "header"; type: "QQmlComponent"; isPointer: true }
        Property { name: "headerItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "footer"; type: "QQmlComponent"; isPointer: true }
        Property { name: "footerItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "populate"; type: "QQuickTransition"; isPointer: true }
        Property { name: "add"; type: "QQuickTransition"; isPointer: true }
        Property { name: "addDisplaced"; type: "QQuickTransition"; isPointer: true }
        Property { name: "move"; type: "QQuickTransition"; isPointer: true }
        Property { name: "moveDisplaced"; type: "QQuickTransition"; isPointer: true }
        Property { name: "remove"; type: "QQuickTransition"; isPointer: true }
        Property { name: "removeDisplaced"; type: "QQuickTransition"; isPointer: true }
        Property { name: "displaced"; type: "QQuickTransition"; isPointer: true }
        Property { name: "highlight"; type: "QQmlComponent"; isPointer: true }
        Property { name: "highlightItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "highlightFollowsCurrentItem"; type: "bool" }
        Property { name: "highlightRangeMode"; type: "HighlightRangeMode" }
        Property { name: "preferredHighlightBegin"; type: "double" }
        Property { name: "preferredHighlightEnd"; type: "double" }
        Property { name: "highlightMoveDuration"; type: "int" }
        Property { name: "reuseItems"; revision: 15; type: "bool" }
        Signal { name: "keyNavigationEnabledChanged"; revision: 7 }
        Signal { name: "populateTransitionChanged" }
        Signal { name: "addTransitionChanged" }
        Signal { name: "addDisplacedTransitionChanged" }
        Signal { name: "moveTransitionChanged" }
        Signal { name: "moveDisplacedTransitionChanged" }
        Signal { name: "removeTransitionChanged" }
        Signal { name: "removeDisplacedTransitionChanged" }
        Signal { name: "displacedTransitionChanged" }
        Signal { name: "reuseItemsChanged"; revision: 15 }
        Method { name: "destroyRemoved" }
        Method {
            name: "createdItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "initItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "modelUpdated"
            Parameter { name: "changeSet"; type: "QQmlChangeSet" }
            Parameter { name: "reset"; type: "bool" }
        }
        Method {
            name: "destroyingItem"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "onItemPooled"
            revision: 15
            Parameter { name: "modelIndex"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "onItemReused"
            revision: 15
            Parameter { name: "modelIndex"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Method { name: "animStopped" }
        Method { name: "trackedPositionChanged" }
        Method {
            name: "positionViewAtIndex"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "mode"; type: "int" }
        }
        Method {
            name: "indexAt"
            type: "int"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "itemAt"
            type: "QQuickItem*"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "itemAtIndex"
            revision: 13
            type: "QQuickItem*"
            Parameter { name: "index"; type: "int" }
        }
        Method { name: "positionViewAtBeginning" }
        Method { name: "positionViewAtEnd" }
        Method { name: "forceLayout"; revision: 1 }
    }
    Component {
        name: "QQuickItemViewAttached"
        prototype: "QObject"
        Property { name: "view"; type: "QQuickItemView"; isReadonly: true; isPointer: true }
        Property { name: "isCurrentItem"; type: "bool"; isReadonly: true }
        Property { name: "delayRemove"; type: "bool" }
        Property { name: "section"; type: "string"; isReadonly: true }
        Property { name: "previousSection"; type: "string"; isReadonly: true }
        Property { name: "nextSection"; type: "string"; isReadonly: true }
        Signal { name: "currentItemChanged" }
        Signal { name: "add" }
        Signal { name: "remove" }
        Signal { name: "prevSectionChanged" }
        Signal { name: "pooled" }
        Signal { name: "reused" }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickKeyEvent"
        prototype: "QObject"
        Property { name: "key"; type: "int"; isReadonly: true }
        Property { name: "text"; type: "string"; isReadonly: true }
        Property { name: "modifiers"; type: "int"; isReadonly: true }
        Property { name: "isAutoRepeat"; type: "bool"; isReadonly: true }
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "nativeScanCode"; type: "uint"; isReadonly: true }
        Property { name: "accepted"; type: "bool" }
        Method {
            name: "matches"
            revision: 2
            type: "bool"
            Parameter { name: "key"; type: "QKeySequence::StandardKey" }
        }
    }
    Component {
        file: "private/qquickitem_p.h"
        name: "QQuickKeyNavigationAttached"
        prototype: "QObject"
        exports: ["QtQuick/KeyNavigation 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        attachedType: "QQuickKeyNavigationAttached"
        Enum {
            name: "Priority"
            values: ["BeforeItem", "AfterItem"]
        }
        Property { name: "left"; type: "QQuickItem"; isPointer: true }
        Property { name: "right"; type: "QQuickItem"; isPointer: true }
        Property { name: "up"; type: "QQuickItem"; isPointer: true }
        Property { name: "down"; type: "QQuickItem"; isPointer: true }
        Property { name: "tab"; type: "QQuickItem"; isPointer: true }
        Property { name: "backtab"; type: "QQuickItem"; isPointer: true }
        Property { name: "priority"; type: "Priority" }
    }
    Component {
        file: "private/qquickitem_p.h"
        name: "QQuickKeysAttached"
        prototype: "QObject"
        exports: ["QtQuick/Keys 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        attachedType: "QQuickKeysAttached"
        Enum {
            name: "Priority"
            values: ["BeforeItem", "AfterItem"]
        }
        Property { name: "enabled"; type: "bool" }
        Property { name: "forwardTo"; type: "QQuickItem"; isList: true; isReadonly: true }
        Property { name: "priority"; type: "Priority" }
        Signal {
            name: "pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "released"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "shortcutOverride"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit0Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit1Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit2Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit3Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit4Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit5Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit6Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit7Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit8Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "digit9Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "leftPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "rightPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "upPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "downPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "tabPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "backtabPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "asteriskPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "numberSignPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "escapePressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "returnPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "enterPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "deletePressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "spacePressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "backPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "cancelPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "selectPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "yesPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "noPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "context1Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "context2Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "context3Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "context4Pressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "callPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "hangupPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "flipPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "menuPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "volumeUpPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
        Signal {
            name: "volumeDownPressed"
            Parameter { name: "event"; type: "QQuickKeyEvent"; isPointer: true }
        }
    }
    Component {
        file: "private/qquickitem_p.h"
        name: "QQuickLayoutMirroringAttached"
        prototype: "QObject"
        exports: ["QtQuick/LayoutMirroring 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        attachedType: "QQuickLayoutMirroringAttached"
        Property { name: "enabled"; type: "bool" }
        Property { name: "childrenInherit"; type: "bool" }
    }
    Component {
        file: "private/qquicklistview_p.h"
        name: "QQuickListView"
        defaultProperty: "data"
        prototype: "QQuickItemView"
        exports: [
            "QtQuick/ListView 2.0",
            "QtQuick/ListView 2.1",
            "QtQuick/ListView 2.10",
            "QtQuick/ListView 2.11",
            "QtQuick/ListView 2.12",
            "QtQuick/ListView 2.13",
            "QtQuick/ListView 2.15",
            "QtQuick/ListView 2.3",
            "QtQuick/ListView 2.4",
            "QtQuick/ListView 2.7",
            "QtQuick/ListView 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 10, 11, 12, 13, 15, 3, 4, 7, 9]
        attachedType: "QQuickListViewAttached"
        Enum {
            name: "Orientation"
            values: ["Horizontal", "Vertical"]
        }
        Enum {
            name: "SnapMode"
            values: ["NoSnap", "SnapToItem", "SnapOneItem"]
        }
        Enum {
            name: "HeaderPositioning"
            values: ["InlineHeader", "OverlayHeader", "PullBackHeader"]
        }
        Enum {
            name: "FooterPositioning"
            values: ["InlineFooter", "OverlayFooter", "PullBackFooter"]
        }
        Property { name: "highlightMoveVelocity"; type: "double" }
        Property { name: "highlightResizeVelocity"; type: "double" }
        Property { name: "highlightResizeDuration"; type: "int" }
        Property { name: "spacing"; type: "double" }
        Property { name: "orientation"; type: "Orientation" }
        Property { name: "section"; type: "QQuickViewSection"; isReadonly: true; isPointer: true }
        Property { name: "currentSection"; type: "string"; isReadonly: true }
        Property { name: "snapMode"; type: "SnapMode" }
        Property { name: "headerPositioning"; revision: 4; type: "HeaderPositioning" }
        Property { name: "footerPositioning"; revision: 4; type: "FooterPositioning" }
        Signal { name: "headerPositioningChanged"; revision: 4 }
        Signal { name: "footerPositioningChanged"; revision: 4 }
        Method { name: "incrementCurrentIndex" }
        Method { name: "decrementCurrentIndex" }
    }
    Component { name: "QQuickListViewAttached"; prototype: "QQuickItemViewAttached" }
    Component {
        file: "private/qquickloader_p.h"
        name: "QQuickLoader"
        prototype: "QQuickImplicitSizeItem"
        exports: [
            "QtQuick/Loader 2.0",
            "QtQuick/Loader 2.1",
            "QtQuick/Loader 2.11",
            "QtQuick/Loader 2.4",
            "QtQuick/Loader 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Loading", "Error"]
        }
        Property { name: "active"; type: "bool" }
        Property { name: "source"; type: "QUrl" }
        Property { name: "sourceComponent"; type: "QQmlComponent"; isPointer: true }
        Property { name: "item"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "progress"; type: "double"; isReadonly: true }
        Property { name: "asynchronous"; type: "bool" }
        Signal { name: "loaded" }
        Method { name: "_q_sourceLoaded" }
        Method { name: "_q_updateSize" }
        Method {
            name: "setSource"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
    }
    Component {
        file: "private/qquicktranslate_p.h"
        name: "QQuickMatrix4x4"
        prototype: "QQuickTransform"
        exports: ["QtQuick/Matrix4x4 2.3"]
        exportMetaObjectRevisions: [3]
        Property { name: "matrix"; type: "QMatrix4x4" }
    }
    Component {
        file: "private/qquickmousearea_p.h"
        name: "QQuickMouseArea"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/MouseArea 2.0",
            "QtQuick/MouseArea 2.1",
            "QtQuick/MouseArea 2.11",
            "QtQuick/MouseArea 2.4",
            "QtQuick/MouseArea 2.5",
            "QtQuick/MouseArea 2.7",
            "QtQuick/MouseArea 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 5, 7, 9]
        Property { name: "mouseX"; type: "double"; isReadonly: true }
        Property { name: "mouseY"; type: "double"; isReadonly: true }
        Property { name: "containsMouse"; type: "bool"; isReadonly: true }
        Property { name: "pressed"; type: "bool"; isReadonly: true }
        Property { name: "enabled"; type: "bool" }
        Property { name: "scrollGestureEnabled"; revision: 5; type: "bool" }
        Property { name: "pressedButtons"; type: "Qt::MouseButtons"; isReadonly: true }
        Property { name: "acceptedButtons"; type: "Qt::MouseButtons" }
        Property { name: "hoverEnabled"; type: "bool" }
        Property { name: "drag"; type: "QQuickDrag"; isReadonly: true; isPointer: true }
        Property { name: "preventStealing"; type: "bool" }
        Property { name: "propagateComposedEvents"; type: "bool" }
        Property { name: "cursorShape"; type: "Qt::CursorShape" }
        Property { name: "containsPress"; revision: 4; type: "bool"; isReadonly: true }
        Property { name: "pressAndHoldInterval"; revision: 9; type: "int" }
        Signal { name: "hoveredChanged" }
        Signal { name: "scrollGestureEnabledChanged"; revision: 5 }
        Signal {
            name: "positionChanged"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "mouseXChanged"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "mouseYChanged"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "pressed"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "pressAndHold"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "released"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "clicked"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "doubleClicked"
            Parameter { name: "mouse"; type: "QQuickMouseEvent"; isPointer: true }
        }
        Signal {
            name: "wheel"
            Parameter { name: "wheel"; type: "QQuickWheelEvent"; isPointer: true }
        }
        Signal { name: "entered" }
        Signal { name: "exited" }
        Signal { name: "canceled" }
        Signal { name: "containsPressChanged"; revision: 4 }
        Signal { name: "pressAndHoldIntervalChanged"; revision: 9 }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickMouseEvent"
        prototype: "QObject"
        Property { name: "x"; type: "double"; isReadonly: true }
        Property { name: "y"; type: "double"; isReadonly: true }
        Property { name: "button"; type: "int"; isReadonly: true }
        Property { name: "buttons"; type: "int"; isReadonly: true }
        Property { name: "modifiers"; type: "int"; isReadonly: true }
        Property { name: "source"; revision: 7; type: "int"; isReadonly: true }
        Property { name: "wasHeld"; type: "bool"; isReadonly: true }
        Property { name: "isClick"; type: "bool"; isReadonly: true }
        Property { name: "accepted"; type: "bool" }
        Property { name: "flags"; revision: 11; type: "int"; isReadonly: true }
    }
    Component {
        file: "private/qquickpointerhandler_p.h"
        name: "QQuickMultiPointHandler"
        prototype: "QQuickPointerDeviceHandler"
        Property { name: "minimumPointCount"; type: "int" }
        Property { name: "maximumPointCount"; type: "int" }
        Property { name: "centroid"; type: "QQuickHandlerPoint"; isReadonly: true }
    }
    Component {
        file: "private/qquickmultipointtoucharea_p.h"
        name: "QQuickMultiPointTouchArea"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/MultiPointTouchArea 2.0",
            "QtQuick/MultiPointTouchArea 2.1",
            "QtQuick/MultiPointTouchArea 2.11",
            "QtQuick/MultiPointTouchArea 2.4",
            "QtQuick/MultiPointTouchArea 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "touchPoints"; type: "QQuickTouchPoint"; isList: true; isReadonly: true }
        Property { name: "minimumTouchPoints"; type: "int" }
        Property { name: "maximumTouchPoints"; type: "int" }
        Property { name: "mouseEnabled"; type: "bool" }
        Signal {
            name: "pressed"
            Parameter { name: "touchPoints"; type: "QList<QObject*>" }
        }
        Signal {
            name: "updated"
            Parameter { name: "touchPoints"; type: "QList<QObject*>" }
        }
        Signal {
            name: "released"
            Parameter { name: "touchPoints"; type: "QList<QObject*>" }
        }
        Signal {
            name: "canceled"
            Parameter { name: "touchPoints"; type: "QList<QObject*>" }
        }
        Signal {
            name: "gestureStarted"
            Parameter { name: "gesture"; type: "QQuickGrabGestureEvent"; isPointer: true }
        }
        Signal {
            name: "touchUpdated"
            Parameter { name: "touchPoints"; type: "QList<QObject*>" }
        }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickNumberAnimation"
        prototype: "QQuickPropertyAnimation"
        exports: [
            "QtQuick/NumberAnimation 2.0",
            "QtQuick/NumberAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "from"; type: "double" }
        Property { name: "to"; type: "double" }
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickOpacityAnimator"
        prototype: "QQuickAnimator"
        exports: [
            "QtQuick/OpacityAnimator 2.12",
            "QtQuick/OpacityAnimator 2.2"
        ]
        exportMetaObjectRevisions: [12, 2]
    }
    Component {
        file: "private/qquickopenglinfo_p.h"
        name: "QQuickOpenGLInfo"
        prototype: "QObject"
        exports: ["QtQuick/OpenGLInfo 2.4"]
        isCreatable: false
        exportMetaObjectRevisions: [4]
        attachedType: "QQuickOpenGLInfo"
        Enum {
            name: "ContextProfile"
            values: ["NoProfile", "CoreProfile", "CompatibilityProfile"]
        }
        Enum {
            name: "RenderableType"
            values: ["Unspecified", "OpenGL", "OpenGLES"]
        }
        Property { name: "majorVersion"; type: "int"; isReadonly: true }
        Property { name: "minorVersion"; type: "int"; isReadonly: true }
        Property { name: "profile"; type: "ContextProfile"; isReadonly: true }
        Property { name: "renderableType"; type: "RenderableType"; isReadonly: true }
        Method { name: "updateFormat" }
        Method {
            name: "setWindow"
            Parameter { name: "window"; type: "QQuickWindow"; isPointer: true }
        }
    }
    Component {
        file: "qquickpainteditem.h"
        name: "QQuickPaintedItem"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/PaintedItem 2.0",
            "QtQuick/PaintedItem 2.1",
            "QtQuick/PaintedItem 2.11",
            "QtQuick/PaintedItem 2.4",
            "QtQuick/PaintedItem 2.7"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "RenderTarget"
            values: [
                "Image",
                "FramebufferObject",
                "InvertedYFramebufferObject"
            ]
        }
        Enum {
            name: "PerformanceHints"
            alias: "PerformanceHint"
            isFlag: true
            values: ["FastFBOResizing"]
        }
        Property { name: "contentsSize"; type: "QSize" }
        Property { name: "fillColor"; type: "QColor" }
        Property { name: "contentsScale"; type: "double" }
        Property { name: "renderTarget"; type: "RenderTarget" }
        Property { name: "textureSize"; type: "QSize" }
        Method { name: "invalidateSceneGraph" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickParallelAnimation"
        defaultProperty: "animations"
        prototype: "QQuickAnimationGroup"
        exports: [
            "QtQuick/ParallelAnimation 2.0",
            "QtQuick/ParallelAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
    }
    Component {
        file: "private/qquickitemanimation_p.h"
        name: "QQuickParentAnimation"
        defaultProperty: "animations"
        prototype: "QQuickAnimationGroup"
        exports: [
            "QtQuick/ParentAnimation 2.0",
            "QtQuick/ParentAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "newParent"; type: "QQuickItem"; isPointer: true }
        Property { name: "via"; type: "QQuickItem"; isPointer: true }
    }
    Component {
        file: "private/qquickstateoperations_p.h"
        name: "QQuickParentChange"
        prototype: "QQuickStateOperation"
        exports: ["QtQuick/ParentChange 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "parent"; type: "QQuickItem"; isPointer: true }
        Property { name: "x"; type: "QQmlScriptString" }
        Property { name: "y"; type: "QQmlScriptString" }
        Property { name: "width"; type: "QQmlScriptString" }
        Property { name: "height"; type: "QQmlScriptString" }
        Property { name: "scale"; type: "QQmlScriptString" }
        Property { name: "rotation"; type: "QQmlScriptString" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPath"
        defaultProperty: "pathElements"
        prototype: "QObject"
        exports: ["QtQuick/Path 2.0", "QtQuick/Path 2.14"]
        exportMetaObjectRevisions: [0, 14]
        Property { name: "pathElements"; type: "QQuickPathElement"; isList: true; isReadonly: true }
        Property { name: "startX"; type: "double" }
        Property { name: "startY"; type: "double" }
        Property { name: "closed"; type: "bool"; isReadonly: true }
        Property { name: "scale"; revision: 14; type: "QSizeF" }
        Signal { name: "changed" }
        Signal { name: "scaleChanged"; revision: 14 }
        Method { name: "processPath" }
        Method {
            name: "pointAtPercent"
            revision: 14
            type: "QPointF"
            Parameter { name: "t"; type: "double" }
        }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathAngleArc"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathAngleArc 2.11"]
        exportMetaObjectRevisions: [11]
        Property { name: "centerX"; type: "double" }
        Property { name: "centerY"; type: "double" }
        Property { name: "radiusX"; type: "double" }
        Property { name: "radiusY"; type: "double" }
        Property { name: "startAngle"; type: "double" }
        Property { name: "sweepAngle"; type: "double" }
        Property { name: "moveToStart"; type: "bool" }
    }
    Component {
        file: "private/qquickitemanimation_p.h"
        name: "QQuickPathAnimation"
        prototype: "QQuickAbstractAnimation"
        exports: ["QtQuick/PathAnimation 2.0", "QtQuick/PathAnimation 2.12"]
        exportMetaObjectRevisions: [0, 12]
        Enum {
            name: "Orientation"
            values: [
                "Fixed",
                "RightFirst",
                "LeftFirst",
                "BottomFirst",
                "TopFirst"
            ]
        }
        Property { name: "duration"; type: "int" }
        Property { name: "easing"; type: "QEasingCurve" }
        Property { name: "path"; type: "QQuickPath"; isPointer: true }
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "orientation"; type: "Orientation" }
        Property { name: "anchorPoint"; type: "QPointF" }
        Property { name: "orientationEntryDuration"; type: "int" }
        Property { name: "orientationExitDuration"; type: "int" }
        Property { name: "endRotation"; type: "double" }
        Signal {
            name: "durationChanged"
            Parameter { type: "int" }
        }
        Signal {
            name: "easingChanged"
            Parameter { type: "QEasingCurve" }
        }
        Signal {
            name: "orientationChanged"
            Parameter { type: "Orientation" }
        }
        Signal {
            name: "anchorPointChanged"
            Parameter { type: "QPointF" }
        }
        Signal {
            name: "orientationEntryDurationChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "orientationExitDurationChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "endRotationChanged"
            Parameter { type: "double" }
        }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathArc"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathArc 2.0", "QtQuick/PathArc 2.9"]
        exportMetaObjectRevisions: [0, 9]
        Enum {
            name: "ArcDirection"
            values: ["Clockwise", "Counterclockwise"]
        }
        Property { name: "radiusX"; type: "double" }
        Property { name: "radiusY"; type: "double" }
        Property { name: "useLargeArc"; type: "bool" }
        Property { name: "direction"; type: "ArcDirection" }
        Property { name: "xAxisRotation"; revision: 9; type: "double" }
        Signal { name: "xAxisRotationChanged"; revision: 9 }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathAttribute"
        prototype: "QQuickPathElement"
        exports: ["QtQuick/PathAttribute 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "name"; type: "string" }
        Property { name: "value"; type: "double" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathCatmullRomCurve"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathCurve 2.0"]
        exportMetaObjectRevisions: [0]
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathCubic"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathCubic 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "control1X"; type: "double" }
        Property { name: "control1Y"; type: "double" }
        Property { name: "control2X"; type: "double" }
        Property { name: "control2Y"; type: "double" }
        Property { name: "relativeControl1X"; type: "double" }
        Property { name: "relativeControl1Y"; type: "double" }
        Property { name: "relativeControl2X"; type: "double" }
        Property { name: "relativeControl2Y"; type: "double" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathElement"
        prototype: "QObject"
        Signal { name: "changed" }
    }
    Component {
        file: "private/qquickpathinterpolator_p.h"
        name: "QQuickPathInterpolator"
        prototype: "QObject"
        exports: ["QtQuick/PathInterpolator 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "path"; type: "QQuickPath"; isPointer: true }
        Property { name: "progress"; type: "double" }
        Property { name: "x"; type: "double"; isReadonly: true }
        Property { name: "y"; type: "double"; isReadonly: true }
        Property { name: "angle"; type: "double"; isReadonly: true }
        Method { name: "_q_pathUpdated" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathLine"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathLine 2.0"]
        exportMetaObjectRevisions: [0]
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathMove"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathMove 2.9"]
        exportMetaObjectRevisions: [9]
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathMultiline"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathMultiline 2.14"]
        exportMetaObjectRevisions: [14]
        Property { name: "start"; type: "QPointF"; isReadonly: true }
        Property { name: "paths"; type: "QVariant" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathPercent"
        prototype: "QQuickPathElement"
        exports: ["QtQuick/PathPercent 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "value"; type: "double" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathPolyline"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathPolyline 2.14"]
        exportMetaObjectRevisions: [14]
        Property { name: "start"; type: "QPointF"; isReadonly: true }
        Property { name: "path"; type: "QVariant" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathQuad"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathQuad 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "controlX"; type: "double" }
        Property { name: "controlY"; type: "double" }
        Property { name: "relativeControlX"; type: "double" }
        Property { name: "relativeControlY"; type: "double" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathSvg"
        prototype: "QQuickCurve"
        exports: ["QtQuick/PathSvg 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "path"; type: "string" }
    }
    Component {
        file: "private/qquickpath_p.h"
        name: "QQuickPathText"
        prototype: "QQuickPathElement"
        exports: ["QtQuick/PathText 2.15"]
        exportMetaObjectRevisions: [15]
        Property { name: "x"; type: "double" }
        Property { name: "y"; type: "double" }
        Property { name: "width"; type: "double"; isReadonly: true }
        Property { name: "height"; type: "double"; isReadonly: true }
        Property { name: "text"; type: "string" }
        Property { name: "font"; type: "QFont" }
        Method { name: "invalidate" }
    }
    Component {
        file: "private/qquickpathview_p.h"
        name: "QQuickPathView"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/PathView 2.0",
            "QtQuick/PathView 2.1",
            "QtQuick/PathView 2.11",
            "QtQuick/PathView 2.13",
            "QtQuick/PathView 2.4",
            "QtQuick/PathView 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 13, 4, 7]
        attachedType: "QQuickPathViewAttached"
        Enum {
            name: "HighlightRangeMode"
            values: ["NoHighlightRange", "ApplyRange", "StrictlyEnforceRange"]
        }
        Enum {
            name: "SnapMode"
            values: ["NoSnap", "SnapToItem", "SnapOneItem"]
        }
        Enum {
            name: "MovementDirection"
            values: ["Shortest", "Negative", "Positive"]
        }
        Enum {
            name: "PositionMode"
            values: ["Beginning", "Center", "End", "Contain", "SnapPosition"]
        }
        Property { name: "model"; type: "QVariant" }
        Property { name: "path"; type: "QQuickPath"; isPointer: true }
        Property { name: "currentIndex"; type: "int" }
        Property { name: "currentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "offset"; type: "double" }
        Property { name: "highlight"; type: "QQmlComponent"; isPointer: true }
        Property { name: "highlightItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "preferredHighlightBegin"; type: "double" }
        Property { name: "preferredHighlightEnd"; type: "double" }
        Property { name: "highlightRangeMode"; type: "HighlightRangeMode" }
        Property { name: "highlightMoveDuration"; type: "int" }
        Property { name: "dragMargin"; type: "double" }
        Property { name: "maximumFlickVelocity"; type: "double" }
        Property { name: "flickDeceleration"; type: "double" }
        Property { name: "interactive"; type: "bool" }
        Property { name: "moving"; type: "bool"; isReadonly: true }
        Property { name: "flicking"; type: "bool"; isReadonly: true }
        Property { name: "dragging"; type: "bool"; isReadonly: true }
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "pathItemCount"; type: "int" }
        Property { name: "snapMode"; type: "SnapMode" }
        Property { name: "movementDirection"; revision: 7; type: "MovementDirection" }
        Property { name: "cacheItemCount"; type: "int" }
        Signal { name: "snapPositionChanged" }
        Signal { name: "movementStarted" }
        Signal { name: "movementEnded" }
        Signal { name: "movementDirectionChanged"; revision: 7 }
        Signal { name: "flickStarted" }
        Signal { name: "flickEnded" }
        Signal { name: "dragStarted" }
        Signal { name: "dragEnded" }
        Method { name: "incrementCurrentIndex" }
        Method { name: "decrementCurrentIndex" }
        Method { name: "refill" }
        Method { name: "ticked" }
        Method { name: "movementEnding" }
        Method {
            name: "modelUpdated"
            Parameter { name: "changeSet"; type: "QQmlChangeSet" }
            Parameter { name: "reset"; type: "bool" }
        }
        Method {
            name: "createdItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "initItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "destroyingItem"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method { name: "pathUpdated" }
        Method {
            name: "positionViewAtIndex"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "mode"; type: "int" }
        }
        Method {
            name: "indexAt"
            type: "int"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "itemAt"
            type: "QQuickItem*"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "itemAtIndex"
            revision: 13
            type: "QQuickItem*"
            Parameter { name: "index"; type: "int" }
        }
    }
    Component {
        name: "QQuickPathViewAttached"
        prototype: "QObject"
        Property { name: "view"; type: "QQuickPathView"; isReadonly: true; isPointer: true }
        Property { name: "isCurrentItem"; type: "bool"; isReadonly: true }
        Property { name: "onPath"; type: "bool"; isReadonly: true }
        Signal { name: "currentItemChanged" }
        Signal { name: "pathChanged" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickPauseAnimation"
        prototype: "QQuickAbstractAnimation"
        exports: ["QtQuick/PauseAnimation 2.0", "QtQuick/PauseAnimation 2.12"]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "duration"; type: "int" }
        Signal {
            name: "durationChanged"
            Parameter { type: "int" }
        }
    }
    Component {
        file: "private/qquickrectangle_p.h"
        name: "QQuickPen"
        prototype: "QObject"
        Property { name: "width"; type: "double" }
        Property { name: "color"; type: "QColor" }
        Property { name: "pixelAligned"; type: "bool" }
        Signal { name: "penChanged" }
    }
    Component {
        file: "private/qquickpincharea_p.h"
        name: "QQuickPinch"
        prototype: "QObject"
        exports: ["QtQuick/Pinch 2.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "Axis"
            values: ["NoDrag", "XAxis", "YAxis", "XAndYAxis", "XandYAxis"]
        }
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "minimumScale"; type: "double" }
        Property { name: "maximumScale"; type: "double" }
        Property { name: "minimumRotation"; type: "double" }
        Property { name: "maximumRotation"; type: "double" }
        Property { name: "dragAxis"; type: "Axis" }
        Property { name: "minimumX"; type: "double" }
        Property { name: "maximumX"; type: "double" }
        Property { name: "minimumY"; type: "double" }
        Property { name: "maximumY"; type: "double" }
        Property { name: "active"; type: "bool"; isReadonly: true }
    }
    Component {
        file: "private/qquickpincharea_p.h"
        name: "QQuickPinchArea"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/PinchArea 2.0",
            "QtQuick/PinchArea 2.1",
            "QtQuick/PinchArea 2.11",
            "QtQuick/PinchArea 2.4",
            "QtQuick/PinchArea 2.5",
            "QtQuick/PinchArea 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 5, 7]
        Property { name: "enabled"; type: "bool" }
        Property { name: "pinch"; type: "QQuickPinch"; isReadonly: true; isPointer: true }
        Signal {
            name: "pinchStarted"
            Parameter { name: "pinch"; type: "QQuickPinchEvent"; isPointer: true }
        }
        Signal {
            name: "pinchUpdated"
            Parameter { name: "pinch"; type: "QQuickPinchEvent"; isPointer: true }
        }
        Signal {
            name: "pinchFinished"
            Parameter { name: "pinch"; type: "QQuickPinchEvent"; isPointer: true }
        }
        Signal {
            name: "smartZoom"
            revision: 5
            Parameter { name: "pinch"; type: "QQuickPinchEvent"; isPointer: true }
        }
    }
    Component {
        file: "private/qquickpincharea_p.h"
        name: "QQuickPinchEvent"
        prototype: "QObject"
        Property { name: "center"; type: "QPointF"; isReadonly: true }
        Property { name: "startCenter"; type: "QPointF"; isReadonly: true }
        Property { name: "previousCenter"; type: "QPointF"; isReadonly: true }
        Property { name: "scale"; type: "double"; isReadonly: true }
        Property { name: "previousScale"; type: "double"; isReadonly: true }
        Property { name: "angle"; type: "double"; isReadonly: true }
        Property { name: "previousAngle"; type: "double"; isReadonly: true }
        Property { name: "rotation"; type: "double"; isReadonly: true }
        Property { name: "point1"; type: "QPointF"; isReadonly: true }
        Property { name: "startPoint1"; type: "QPointF"; isReadonly: true }
        Property { name: "point2"; type: "QPointF"; isReadonly: true }
        Property { name: "startPoint2"; type: "QPointF"; isReadonly: true }
        Property { name: "pointCount"; type: "int"; isReadonly: true }
        Property { name: "accepted"; type: "bool" }
    }
    Component {
        file: "private/qquickpinchhandler_p.h"
        name: "QQuickPinchHandler"
        prototype: "QQuickMultiPointHandler"
        exports: ["QtQuick/PinchHandler 2.12", "QtQuick/PinchHandler 2.15"]
        exportMetaObjectRevisions: [12, 15]
        Property { name: "minimumScale"; type: "double" }
        Property { name: "maximumScale"; type: "double" }
        Property { name: "minimumRotation"; type: "double" }
        Property { name: "maximumRotation"; type: "double" }
        Property { name: "scale"; type: "double"; isReadonly: true }
        Property { name: "activeScale"; type: "double"; isReadonly: true }
        Property { name: "rotation"; type: "double"; isReadonly: true }
        Property { name: "translation"; type: "QVector2D"; isReadonly: true }
        Property { name: "minimumX"; type: "double" }
        Property { name: "maximumX"; type: "double" }
        Property { name: "minimumY"; type: "double" }
        Property { name: "maximumY"; type: "double" }
        Property { name: "xAxis"; type: "QQuickDragAxis"; isReadonly: true; isPointer: true }
        Property { name: "yAxis"; type: "QQuickDragAxis"; isReadonly: true; isPointer: true }
        Signal { name: "updated" }
    }
    Component {
        file: "private/qquickpointhandler_p.h"
        name: "QQuickPointHandler"
        prototype: "QQuickSinglePointHandler"
        exports: ["QtQuick/PointHandler 2.12", "QtQuick/PointHandler 2.15"]
        exportMetaObjectRevisions: [12, 15]
        Property { name: "translation"; type: "QVector2D"; isReadonly: true }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickPointerDevice"
        prototype: "QObject"
        exports: ["QtQuick/PointerDevice 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
        Enum {
            name: "DeviceTypes"
            alias: "DeviceType"
            isFlag: true
            values: [
                "UnknownDevice",
                "Mouse",
                "TouchScreen",
                "TouchPad",
                "Puck",
                "Stylus",
                "Airbrush",
                "AllDevices"
            ]
        }
        Enum {
            name: "PointerTypes"
            alias: "PointerType"
            isFlag: true
            values: [
                "GenericPointer",
                "Finger",
                "Pen",
                "Eraser",
                "Cursor",
                "AllPointerTypes"
            ]
        }
        Enum {
            name: "Capabilities"
            alias: "CapabilityFlag"
            isFlag: true
            values: [
                "Position",
                "Area",
                "Pressure",
                "Velocity",
                "MouseEmulation",
                "Scroll",
                "Hover",
                "Rotation",
                "XTilt",
                "YTilt"
            ]
        }
        Property { name: "type"; type: "DeviceType"; isReadonly: true }
        Property { name: "pointerType"; type: "PointerType"; isReadonly: true }
        Property { name: "capabilities"; type: "Capabilities"; isReadonly: true }
        Property { name: "maximumTouchPoints"; type: "int"; isReadonly: true }
        Property { name: "buttonCount"; type: "int"; isReadonly: true }
        Property { name: "name"; type: "string"; isReadonly: true }
        Property { name: "uniqueId"; type: "QPointingDeviceUniqueId"; isReadonly: true }
    }
    Component {
        file: "private/qquickpointerhandler_p.h"
        name: "QQuickPointerDeviceHandler"
        prototype: "QQuickPointerHandler"
        Property { name: "acceptedDevices"; type: "QQuickPointerDevice::DeviceTypes" }
        Property { name: "acceptedPointerTypes"; type: "QQuickPointerDevice::PointerTypes" }
        Property { name: "acceptedButtons"; type: "Qt::MouseButtons" }
        Property { name: "acceptedModifiers"; type: "Qt::KeyboardModifiers" }
        Method {
            name: "setAcceptedDevices"
            Parameter { name: "acceptedDevices"; type: "QQuickPointerDevice::DeviceTypes" }
        }
        Method {
            name: "setAcceptedPointerTypes"
            Parameter { name: "acceptedPointerTypes"; type: "QQuickPointerDevice::PointerTypes" }
        }
        Method {
            name: "setAcceptedButtons"
            Parameter { name: "buttons"; type: "Qt::MouseButtons" }
        }
        Method {
            name: "setAcceptedModifiers"
            Parameter { name: "acceptedModifiers"; type: "Qt::KeyboardModifiers" }
        }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickPointerEvent"
        prototype: "QObject"
        exports: ["QtQuick/PointerEvent 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
        Property { name: "device"; type: "QQuickPointerDevice"; isReadonly: true; isPointer: true }
        Property { name: "modifiers"; type: "Qt::KeyboardModifiers"; isReadonly: true }
        Property { name: "button"; type: "Qt::MouseButtons"; isReadonly: true }
        Property { name: "buttons"; type: "Qt::MouseButtons"; isReadonly: true }
    }
    Component {
        file: "private/qquickpointerhandler_p.h"
        name: "QQuickPointerHandler"
        prototype: "QObject"
        exports: [
            "QtQuick/PointerHandler 2.12",
            "QtQuick/PointerHandler 2.15"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [12, 15]
        Enum {
            name: "GrabPermissions"
            alias: "GrabPermission"
            isFlag: true
            values: [
                "TakeOverForbidden",
                "CanTakeOverFromHandlersOfSameType",
                "CanTakeOverFromHandlersOfDifferentType",
                "CanTakeOverFromItems",
                "CanTakeOverFromAnything",
                "ApprovesTakeOverByHandlersOfSameType",
                "ApprovesTakeOverByHandlersOfDifferentType",
                "ApprovesTakeOverByItems",
                "ApprovesCancellation",
                "ApprovesTakeOverByAnything"
            ]
        }
        Property { name: "enabled"; type: "bool" }
        Property { name: "active"; type: "bool"; isReadonly: true }
        Property { name: "target"; type: "QQuickItem"; isPointer: true }
        Property { name: "parent"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "grabPermissions"; type: "GrabPermissions" }
        Property { name: "margin"; type: "double" }
        Property { name: "dragThreshold"; revision: 15; type: "int" }
        Property { name: "cursorShape"; revision: 15; type: "Qt::CursorShape" }
        Signal { name: "dragThresholdChanged"; revision: 15 }
        Signal {
            name: "grabChanged"
            Parameter { name: "transition"; type: "QQuickEventPoint::GrabTransition" }
            Parameter { name: "point"; type: "QQuickEventPoint"; isPointer: true }
        }
        Signal { name: "grabPermissionChanged" }
        Signal {
            name: "canceled"
            Parameter { name: "point"; type: "QQuickEventPoint"; isPointer: true }
        }
        Signal { name: "cursorShapeChanged"; revision: 15 }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickPointerMouseEvent"
        prototype: "QQuickSinglePointEvent"
        exports: ["QtQuick/PointerMouseEvent 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickPointerScrollEvent"
        prototype: "QQuickSinglePointEvent"
        exports: ["QtQuick/PointerScrollEvent 2.14"]
        isCreatable: false
        exportMetaObjectRevisions: [14]
        Property { name: "angleDelta"; type: "QVector2D"; isReadonly: true }
        Property { name: "pixelDelta"; type: "QVector2D"; isReadonly: true }
        Property { name: "hasAngleDelta"; type: "bool"; isReadonly: true }
        Property { name: "hasPixelDelta"; type: "bool"; isReadonly: true }
        Property { name: "inverted"; type: "bool"; isReadonly: true }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickPointerTouchEvent"
        prototype: "QQuickPointerEvent"
        exports: ["QtQuick/PointerTouchEvent 2.12"]
        isCreatable: false
        exportMetaObjectRevisions: [12]
    }
    Component {
        name: "QQuickPositionerAttached"
        prototype: "QObject"
        Property { name: "index"; type: "int"; isReadonly: true }
        Property { name: "isFirstItem"; type: "bool"; isReadonly: true }
        Property { name: "isLastItem"; type: "bool"; isReadonly: true }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickPropertyAction"
        prototype: "QQuickAbstractAnimation"
        exports: ["QtQuick/PropertyAction 2.0", "QtQuick/PropertyAction 2.12"]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "target"; type: "QObject"; isPointer: true }
        Property { name: "property"; type: "string" }
        Property { name: "properties"; type: "string" }
        Property { name: "targets"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "exclude"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "value"; type: "QVariant" }
        Signal {
            name: "valueChanged"
            Parameter { type: "QVariant" }
        }
        Signal {
            name: "propertiesChanged"
            Parameter { type: "string" }
        }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickPropertyAnimation"
        prototype: "QQuickAbstractAnimation"
        exports: [
            "QtQuick/PropertyAnimation 2.0",
            "QtQuick/PropertyAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "duration"; type: "int" }
        Property { name: "from"; type: "QVariant" }
        Property { name: "to"; type: "QVariant" }
        Property { name: "easing"; type: "QEasingCurve" }
        Property { name: "target"; type: "QObject"; isPointer: true }
        Property { name: "property"; type: "string" }
        Property { name: "properties"; type: "string" }
        Property { name: "targets"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "exclude"; type: "QObject"; isList: true; isReadonly: true }
        Signal {
            name: "durationChanged"
            Parameter { type: "int" }
        }
        Signal {
            name: "easingChanged"
            Parameter { type: "QEasingCurve" }
        }
        Signal {
            name: "propertiesChanged"
            Parameter { type: "string" }
        }
    }
    Component {
        file: "private/qquickpropertychanges_p.h"
        name: "QQuickPropertyChanges"
        prototype: "QQuickStateOperation"
        exports: ["QtQuick/PropertyChanges 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "target"; type: "QObject"; isPointer: true }
        Property { name: "restoreEntryValues"; type: "bool" }
        Property { name: "explicit"; type: "bool" }
    }
    Component {
        file: "private/qquickrectangle_p.h"
        name: "QQuickRectangle"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/Rectangle 2.0",
            "QtQuick/Rectangle 2.1",
            "QtQuick/Rectangle 2.11",
            "QtQuick/Rectangle 2.4",
            "QtQuick/Rectangle 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "color"; type: "QColor" }
        Property { name: "gradient"; type: "QJSValue" }
        Property { name: "border"; type: "QQuickPen"; isReadonly: true; isPointer: true }
        Property { name: "radius"; type: "double" }
        Method { name: "doUpdate" }
    }
    Component {
        file: "private/qquickrepeater_p.h"
        name: "QQuickRepeater"
        defaultProperty: "delegate"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/Repeater 2.0",
            "QtQuick/Repeater 2.1",
            "QtQuick/Repeater 2.11",
            "QtQuick/Repeater 2.4",
            "QtQuick/Repeater 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "model"; type: "QVariant" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "count"; type: "int"; isReadonly: true }
        Signal {
            name: "itemAdded"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Signal {
            name: "itemRemoved"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "createdItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "initItem"
            Parameter { type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "modelUpdated"
            Parameter { name: "changeSet"; type: "QQmlChangeSet" }
            Parameter { name: "reset"; type: "bool" }
        }
        Method {
            name: "itemAt"
            type: "QQuickItem*"
            Parameter { name: "index"; type: "int" }
        }
    }
    Component {
        file: "private/qquicktranslate_p.h"
        name: "QQuickRotation"
        prototype: "QQuickTransform"
        exports: ["QtQuick/Rotation 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "origin"; type: "QVector3D" }
        Property { name: "angle"; type: "double" }
        Property { name: "axis"; type: "QVector3D" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickRotationAnimation"
        prototype: "QQuickPropertyAnimation"
        exports: [
            "QtQuick/RotationAnimation 2.0",
            "QtQuick/RotationAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Enum {
            name: "RotationDirection"
            values: ["Numerical", "Shortest", "Clockwise", "Counterclockwise"]
        }
        Property { name: "from"; type: "double" }
        Property { name: "to"; type: "double" }
        Property { name: "direction"; type: "RotationDirection" }
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickRotationAnimator"
        prototype: "QQuickAnimator"
        exports: [
            "QtQuick/RotationAnimator 2.12",
            "QtQuick/RotationAnimator 2.2"
        ]
        exportMetaObjectRevisions: [12, 2]
        Enum {
            name: "RotationDirection"
            values: ["Numerical", "Shortest", "Clockwise", "Counterclockwise"]
        }
        Property { name: "direction"; type: "RotationDirection" }
        Signal {
            name: "directionChanged"
            Parameter { name: "dir"; type: "RotationDirection" }
        }
    }
    Component {
        file: "private/qquickpositioners_p.h"
        name: "QQuickRow"
        prototype: "QQuickBasePositioner"
        exports: [
            "QtQuick/Row 2.0",
            "QtQuick/Row 2.1",
            "QtQuick/Row 2.11",
            "QtQuick/Row 2.4",
            "QtQuick/Row 2.6",
            "QtQuick/Row 2.7",
            "QtQuick/Row 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 6, 7, 9]
        Property { name: "layoutDirection"; type: "Qt::LayoutDirection" }
        Property { name: "effectiveLayoutDirection"; type: "Qt::LayoutDirection"; isReadonly: true }
    }
    Component {
        file: "private/qquicktranslate_p.h"
        name: "QQuickScale"
        prototype: "QQuickTransform"
        exports: ["QtQuick/Scale 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "origin"; type: "QVector3D" }
        Property { name: "xScale"; type: "double" }
        Property { name: "yScale"; type: "double" }
        Property { name: "zScale"; type: "double" }
        Signal { name: "scaleChanged" }
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickScaleAnimator"
        prototype: "QQuickAnimator"
        exports: ["QtQuick/ScaleAnimator 2.12", "QtQuick/ScaleAnimator 2.2"]
        exportMetaObjectRevisions: [12, 2]
    }
    Component {
        file: "private/qquickscalegrid_p_p.h"
        name: "QQuickScaleGrid"
        prototype: "QObject"
        Property { name: "left"; type: "int" }
        Property { name: "top"; type: "int" }
        Property { name: "right"; type: "int" }
        Property { name: "bottom"; type: "int" }
        Signal { name: "borderChanged" }
        Signal { name: "leftBorderChanged" }
        Signal { name: "topBorderChanged" }
        Signal { name: "rightBorderChanged" }
        Signal { name: "bottomBorderChanged" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickScriptAction"
        prototype: "QQuickAbstractAnimation"
        exports: ["QtQuick/ScriptAction 2.0", "QtQuick/ScriptAction 2.12"]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "script"; type: "QQmlScriptString" }
        Property { name: "scriptName"; type: "string" }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickSequentialAnimation"
        defaultProperty: "animations"
        prototype: "QQuickAnimationGroup"
        exports: [
            "QtQuick/SequentialAnimation 2.0",
            "QtQuick/SequentialAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
    }
    Component {
        file: "private/qquickshadereffect_p.h"
        name: "QQuickShaderEffect"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/ShaderEffect 2.0",
            "QtQuick/ShaderEffect 2.1",
            "QtQuick/ShaderEffect 2.11",
            "QtQuick/ShaderEffect 2.4",
            "QtQuick/ShaderEffect 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Enum {
            name: "CullMode"
            values: ["NoCulling", "BackFaceCulling", "FrontFaceCulling"]
        }
        Enum {
            name: "Status"
            values: ["Compiled", "Uncompiled", "Error"]
        }
        Property { name: "fragmentShader"; type: "QByteArray" }
        Property { name: "vertexShader"; type: "QByteArray" }
        Property { name: "blending"; type: "bool" }
        Property { name: "mesh"; type: "QVariant" }
        Property { name: "cullMode"; type: "CullMode" }
        Property { name: "log"; type: "string"; isReadonly: true }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "supportsAtlasTextures"; revision: 4; type: "bool" }
    }
    Component {
        file: "private/qquickshadereffectmesh_p.h"
        name: "QQuickShaderEffectMesh"
        prototype: "QObject"
        exports: ["QtQuick/ShaderEffectMesh 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Signal { name: "geometryChanged" }
    }
    Component {
        file: "private/qquickshadereffectsource_p.h"
        name: "QQuickShaderEffectSource"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/ShaderEffectSource 2.0",
            "QtQuick/ShaderEffectSource 2.1",
            "QtQuick/ShaderEffectSource 2.11",
            "QtQuick/ShaderEffectSource 2.4",
            "QtQuick/ShaderEffectSource 2.6",
            "QtQuick/ShaderEffectSource 2.7",
            "QtQuick/ShaderEffectSource 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 6, 7, 9]
        Enum {
            name: "WrapMode"
            values: [
                "ClampToEdge",
                "RepeatHorizontally",
                "RepeatVertically",
                "Repeat"
            ]
        }
        Enum {
            name: "Format"
            values: ["Alpha", "RGB", "RGBA"]
        }
        Enum {
            name: "TextureMirroring"
            values: ["NoMirroring", "MirrorHorizontally", "MirrorVertically"]
        }
        Property { name: "wrapMode"; type: "WrapMode" }
        Property { name: "sourceItem"; type: "QQuickItem"; isPointer: true }
        Property { name: "sourceRect"; type: "QRectF" }
        Property { name: "textureSize"; type: "QSize" }
        Property { name: "format"; type: "Format" }
        Property { name: "live"; type: "bool" }
        Property { name: "hideSource"; type: "bool" }
        Property { name: "mipmap"; type: "bool" }
        Property { name: "recursive"; type: "bool" }
        Property { name: "textureMirroring"; revision: 6; type: "TextureMirroring" }
        Property { name: "samples"; revision: 9; type: "int" }
        Signal { name: "scheduledUpdateCompleted" }
        Method {
            name: "sourceItemDestroyed"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method { name: "invalidateSceneGraph" }
        Method { name: "scheduleUpdate" }
    }
    Component {
        file: "private/qquickshortcut_p.h"
        name: "QQuickShortcut"
        prototype: "QObject"
        exports: [
            "QtQuick/Shortcut 2.5",
            "QtQuick/Shortcut 2.6",
            "QtQuick/Shortcut 2.9"
        ]
        exportMetaObjectRevisions: [5, 6, 9]
        Property { name: "sequence"; type: "QVariant" }
        Property { name: "sequences"; revision: 9; type: "QVariantList" }
        Property { name: "nativeText"; revision: 6; type: "string"; isReadonly: true }
        Property { name: "portableText"; revision: 6; type: "string"; isReadonly: true }
        Property { name: "enabled"; type: "bool" }
        Property { name: "autoRepeat"; type: "bool" }
        Property { name: "context"; type: "Qt::ShortcutContext" }
        Signal { name: "sequencesChanged"; revision: 9 }
        Signal { name: "activated" }
        Signal { name: "activatedAmbiguously" }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickSinglePointEvent"
        prototype: "QQuickPointerEvent"
    }
    Component {
        file: "private/qquickpointerhandler_p.h"
        name: "QQuickSinglePointHandler"
        prototype: "QQuickPointerDeviceHandler"
        Property { name: "point"; type: "QQuickHandlerPoint"; isReadonly: true }
    }
    Component {
        file: "private/qquicksmoothedanimation_p.h"
        name: "QQuickSmoothedAnimation"
        prototype: "QQuickNumberAnimation"
        exports: [
            "QtQuick/SmoothedAnimation 2.0",
            "QtQuick/SmoothedAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Enum {
            name: "ReversingMode"
            values: ["Eased", "Immediate", "Sync"]
        }
        Property { name: "velocity"; type: "double" }
        Property { name: "reversingMode"; type: "ReversingMode" }
        Property { name: "maximumEasingTime"; type: "double" }
    }
    Component {
        file: "private/qquickspringanimation_p.h"
        name: "QQuickSpringAnimation"
        prototype: "QQuickNumberAnimation"
        exports: [
            "QtQuick/SpringAnimation 2.0",
            "QtQuick/SpringAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "velocity"; type: "double" }
        Property { name: "spring"; type: "double" }
        Property { name: "damping"; type: "double" }
        Property { name: "epsilon"; type: "double" }
        Property { name: "modulus"; type: "double" }
        Property { name: "mass"; type: "double" }
        Signal { name: "syncChanged" }
    }
    Component {
        file: "private/qquicksprite_p.h"
        name: "QQuickSprite"
        prototype: "QQuickStochasticState"
        exports: ["QtQuick/Sprite 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "source"; type: "QUrl" }
        Property { name: "reverse"; type: "bool" }
        Property { name: "frameSync"; type: "bool" }
        Property { name: "frames"; type: "int" }
        Property { name: "frameCount"; type: "int" }
        Property { name: "frameHeight"; type: "int" }
        Property { name: "frameWidth"; type: "int" }
        Property { name: "frameX"; type: "int" }
        Property { name: "frameY"; type: "int" }
        Property { name: "frameRate"; type: "double" }
        Property { name: "frameRateVariation"; type: "double" }
        Property { name: "frameDuration"; type: "int" }
        Property { name: "frameDurationVariation"; type: "int" }
        Signal {
            name: "sourceChanged"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Signal {
            name: "frameHeightChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameWidthChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "reverseChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "frameCountChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameXChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameYChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameRateChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "frameRateVariationChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "frameDurationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameDurationVariationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "frameSyncChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setSource"
            Parameter { name: "arg"; type: "QUrl" }
        }
        Method {
            name: "setFrameHeight"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameWidth"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setReverse"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setFrames"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameCount"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameX"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameY"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameRate"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setFrameRateVariation"
            Parameter { name: "arg"; type: "double" }
        }
        Method {
            name: "setFrameDuration"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameDurationVariation"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setFrameSync"
            Parameter { name: "arg"; type: "bool" }
        }
        Method { name: "startImageLoading" }
    }
    Component {
        file: "private/qquickspritesequence_p.h"
        name: "QQuickSpriteSequence"
        defaultProperty: "sprites"
        prototype: "QQuickItem"
        exports: [
            "QtQuick/SpriteSequence 2.0",
            "QtQuick/SpriteSequence 2.1",
            "QtQuick/SpriteSequence 2.11",
            "QtQuick/SpriteSequence 2.4",
            "QtQuick/SpriteSequence 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 4, 7]
        Property { name: "running"; type: "bool" }
        Property { name: "interpolate"; type: "bool" }
        Property { name: "goalSprite"; type: "string" }
        Property { name: "currentSprite"; type: "string"; isReadonly: true }
        Property { name: "sprites"; type: "QQuickSprite"; isList: true; isReadonly: true }
        Signal {
            name: "runningChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "interpolateChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Signal {
            name: "goalSpriteChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "currentSpriteChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "jumpTo"
            Parameter { name: "sprite"; type: "string" }
        }
        Method {
            name: "setGoalSprite"
            Parameter { name: "sprite"; type: "string" }
        }
        Method {
            name: "setRunning"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setInterpolate"
            Parameter { name: "arg"; type: "bool" }
        }
        Method { name: "createEngine" }
    }
    Component {
        file: "private/qquickstate_p.h"
        name: "QQuickState"
        defaultProperty: "changes"
        prototype: "QObject"
        exports: ["QtQuick/State 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "name"; type: "string" }
        Property { name: "when"; type: "bool" }
        Property { name: "extend"; type: "string" }
        Property { name: "changes"; type: "QQuickStateOperation"; isList: true; isReadonly: true }
        Signal { name: "completed" }
    }
    Component {
        file: "private/qquickstatechangescript_p.h"
        name: "QQuickStateChangeScript"
        prototype: "QQuickStateOperation"
        exports: ["QtQuick/StateChangeScript 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "script"; type: "QQmlScriptString" }
        Property { name: "name"; type: "string" }
    }
    Component {
        file: "private/qquickstategroup_p.h"
        name: "QQuickStateGroup"
        prototype: "QObject"
        exports: ["QtQuick/StateGroup 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "state"; type: "string" }
        Property { name: "states"; type: "QQuickState"; isList: true; isReadonly: true }
        Property { name: "transitions"; type: "QQuickTransition"; isList: true; isReadonly: true }
        Signal {
            name: "stateChanged"
            Parameter { type: "string" }
        }
    }
    Component { file: "private/qquickstate_p.h"; name: "QQuickStateOperation"; prototype: "QObject" }
    Component {
        name: "QQuickStochasticState"
        prototype: "QObject"
        Property { name: "duration"; type: "int" }
        Property { name: "durationVariation"; type: "int" }
        Property { name: "randomStart"; type: "bool" }
        Property { name: "to"; type: "QVariantMap" }
        Property { name: "name"; type: "string" }
        Signal {
            name: "durationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "nameChanged"
            Parameter { name: "arg"; type: "string" }
        }
        Signal {
            name: "toChanged"
            Parameter { name: "arg"; type: "QVariantMap" }
        }
        Signal {
            name: "durationVariationChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal { name: "entered" }
        Signal {
            name: "randomStartChanged"
            Parameter { name: "arg"; type: "bool" }
        }
        Method {
            name: "setDuration"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setName"
            Parameter { name: "arg"; type: "string" }
        }
        Method {
            name: "setTo"
            Parameter { name: "arg"; type: "QVariantMap" }
        }
        Method {
            name: "setDurationVariation"
            Parameter { name: "arg"; type: "int" }
        }
        Method {
            name: "setRandomStart"
            Parameter { name: "arg"; type: "bool" }
        }
    }
    Component {
        file: "private/qquicksystempalette_p.h"
        name: "QQuickSystemPalette"
        prototype: "QObject"
        exports: ["QtQuick/SystemPalette 2.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "ColorGroup"
            values: ["Active", "Inactive", "Disabled"]
        }
        Property { name: "colorGroup"; type: "QQuickSystemPalette::ColorGroup" }
        Property { name: "window"; type: "QColor"; isReadonly: true }
        Property { name: "windowText"; type: "QColor"; isReadonly: true }
        Property { name: "base"; type: "QColor"; isReadonly: true }
        Property { name: "text"; type: "QColor"; isReadonly: true }
        Property { name: "alternateBase"; type: "QColor"; isReadonly: true }
        Property { name: "button"; type: "QColor"; isReadonly: true }
        Property { name: "buttonText"; type: "QColor"; isReadonly: true }
        Property { name: "light"; type: "QColor"; isReadonly: true }
        Property { name: "midlight"; type: "QColor"; isReadonly: true }
        Property { name: "dark"; type: "QColor"; isReadonly: true }
        Property { name: "mid"; type: "QColor"; isReadonly: true }
        Property { name: "shadow"; type: "QColor"; isReadonly: true }
        Property { name: "highlight"; type: "QColor"; isReadonly: true }
        Property { name: "highlightedText"; type: "QColor"; isReadonly: true }
        Signal { name: "paletteChanged" }
    }
    Component {
        file: "private/qquicktableview_p.h"
        name: "QQuickTableView"
        defaultProperty: "flickableData"
        prototype: "QQuickFlickable"
        exports: ["QtQuick/TableView 2.12", "QtQuick/TableView 2.14"]
        exportMetaObjectRevisions: [12, 14]
        attachedType: "QQuickTableViewAttached"
        Property { name: "rows"; type: "int"; isReadonly: true }
        Property { name: "columns"; type: "int"; isReadonly: true }
        Property { name: "rowSpacing"; type: "double" }
        Property { name: "columnSpacing"; type: "double" }
        Property { name: "rowHeightProvider"; type: "QJSValue" }
        Property { name: "columnWidthProvider"; type: "QJSValue" }
        Property { name: "model"; type: "QVariant" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "reuseItems"; type: "bool" }
        Property { name: "contentWidth"; type: "double" }
        Property { name: "contentHeight"; type: "double" }
        Property { name: "syncView"; revision: 14; type: "QQuickTableView"; isPointer: true }
        Property { name: "syncDirection"; revision: 14; type: "Qt::Orientations" }
        Signal { name: "syncViewChanged"; revision: 14 }
        Signal { name: "syncDirectionChanged"; revision: 14 }
        Method { name: "_q_componentFinalized" }
        Method { name: "forceLayout" }
    }
    Component {
        name: "QQuickTableViewAttached"
        prototype: "QObject"
        Property { name: "view"; type: "QQuickTableView"; isReadonly: true; isPointer: true }
        Signal { name: "pooled" }
        Signal { name: "reused" }
    }
    Component {
        file: "private/qquicktaphandler_p.h"
        name: "QQuickTapHandler"
        prototype: "QQuickSinglePointHandler"
        exports: ["QtQuick/TapHandler 2.12", "QtQuick/TapHandler 2.15"]
        exportMetaObjectRevisions: [12, 15]
        Enum {
            name: "GesturePolicy"
            values: ["DragThreshold", "WithinBounds", "ReleaseWithinBounds"]
        }
        Property { name: "pressed"; type: "bool"; isReadonly: true }
        Property { name: "tapCount"; type: "int"; isReadonly: true }
        Property { name: "timeHeld"; type: "double"; isReadonly: true }
        Property { name: "longPressThreshold"; type: "double" }
        Property { name: "gesturePolicy"; type: "GesturePolicy" }
        Signal {
            name: "tapped"
            Parameter { name: "eventPoint"; type: "QQuickEventPoint"; isPointer: true }
        }
        Signal {
            name: "singleTapped"
            Parameter { name: "eventPoint"; type: "QQuickEventPoint"; isPointer: true }
        }
        Signal {
            name: "doubleTapped"
            Parameter { name: "eventPoint"; type: "QQuickEventPoint"; isPointer: true }
        }
        Signal { name: "longPressed" }
    }
    Component {
        file: "private/qquicktext_p.h"
        name: "QQuickText"
        prototype: "QQuickImplicitSizeItem"
        exports: [
            "QtQuick/Text 2.0",
            "QtQuick/Text 2.1",
            "QtQuick/Text 2.10",
            "QtQuick/Text 2.11",
            "QtQuick/Text 2.2",
            "QtQuick/Text 2.3",
            "QtQuick/Text 2.4",
            "QtQuick/Text 2.6",
            "QtQuick/Text 2.7",
            "QtQuick/Text 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 10, 11, 2, 3, 4, 6, 7, 9]
        Enum {
            name: "HAlignment"
            values: [
                "AlignLeft",
                "AlignRight",
                "AlignHCenter",
                "AlignJustify"
            ]
        }
        Enum {
            name: "VAlignment"
            values: ["AlignTop", "AlignBottom", "AlignVCenter"]
        }
        Enum {
            name: "TextStyle"
            values: ["Normal", "Outline", "Raised", "Sunken"]
        }
        Enum {
            name: "TextFormat"
            values: [
                "PlainText",
                "RichText",
                "MarkdownText",
                "AutoText",
                "StyledText"
            ]
        }
        Enum {
            name: "TextElideMode"
            values: ["ElideLeft", "ElideRight", "ElideMiddle", "ElideNone"]
        }
        Enum {
            name: "WrapMode"
            values: [
                "NoWrap",
                "WordWrap",
                "WrapAnywhere",
                "WrapAtWordBoundaryOrAnywhere",
                "Wrap"
            ]
        }
        Enum {
            name: "RenderType"
            values: ["QtRendering", "NativeRendering"]
        }
        Enum {
            name: "LineHeightMode"
            values: ["ProportionalHeight", "FixedHeight"]
        }
        Enum {
            name: "FontSizeMode"
            values: ["FixedSize", "HorizontalFit", "VerticalFit", "Fit"]
        }
        Property { name: "text"; type: "string" }
        Property { name: "font"; type: "QFont" }
        Property { name: "color"; type: "QColor" }
        Property { name: "linkColor"; type: "QColor" }
        Property { name: "style"; type: "TextStyle" }
        Property { name: "styleColor"; type: "QColor" }
        Property { name: "horizontalAlignment"; type: "HAlignment" }
        Property { name: "effectiveHorizontalAlignment"; type: "HAlignment"; isReadonly: true }
        Property { name: "verticalAlignment"; type: "VAlignment" }
        Property { name: "wrapMode"; type: "WrapMode" }
        Property { name: "lineCount"; type: "int"; isReadonly: true }
        Property { name: "truncated"; type: "bool"; isReadonly: true }
        Property { name: "maximumLineCount"; type: "int" }
        Property { name: "textFormat"; type: "TextFormat" }
        Property { name: "elide"; type: "TextElideMode" }
        Property { name: "contentWidth"; type: "double"; isReadonly: true }
        Property { name: "contentHeight"; type: "double"; isReadonly: true }
        Property { name: "paintedWidth"; type: "double"; isReadonly: true }
        Property { name: "paintedHeight"; type: "double"; isReadonly: true }
        Property { name: "lineHeight"; type: "double" }
        Property { name: "lineHeightMode"; type: "LineHeightMode" }
        Property { name: "baseUrl"; type: "QUrl" }
        Property { name: "minimumPixelSize"; type: "int" }
        Property { name: "minimumPointSize"; type: "int" }
        Property { name: "fontSizeMode"; type: "FontSizeMode" }
        Property { name: "renderType"; type: "RenderType" }
        Property { name: "hoveredLink"; revision: 2; type: "string"; isReadonly: true }
        Property { name: "padding"; revision: 6; type: "double" }
        Property { name: "topPadding"; revision: 6; type: "double" }
        Property { name: "leftPadding"; revision: 6; type: "double" }
        Property { name: "rightPadding"; revision: 6; type: "double" }
        Property { name: "bottomPadding"; revision: 6; type: "double" }
        Property { name: "fontInfo"; revision: 9; type: "QJSValue"; isReadonly: true }
        Property { name: "advance"; revision: 10; type: "QSizeF"; isReadonly: true }
        Signal {
            name: "textChanged"
            Parameter { name: "text"; type: "string" }
        }
        Signal {
            name: "linkActivated"
            Parameter { name: "link"; type: "string" }
        }
        Signal {
            name: "linkHovered"
            revision: 2
            Parameter { name: "link"; type: "string" }
        }
        Signal {
            name: "fontChanged"
            Parameter { name: "font"; type: "QFont" }
        }
        Signal {
            name: "styleChanged"
            Parameter { name: "style"; type: "QQuickText::TextStyle" }
        }
        Signal {
            name: "horizontalAlignmentChanged"
            Parameter { name: "alignment"; type: "QQuickText::HAlignment" }
        }
        Signal {
            name: "verticalAlignmentChanged"
            Parameter { name: "alignment"; type: "QQuickText::VAlignment" }
        }
        Signal {
            name: "textFormatChanged"
            Parameter { name: "textFormat"; type: "QQuickText::TextFormat" }
        }
        Signal {
            name: "elideModeChanged"
            Parameter { name: "mode"; type: "QQuickText::TextElideMode" }
        }
        Signal { name: "contentSizeChanged" }
        Signal {
            name: "contentWidthChanged"
            Parameter { name: "contentWidth"; type: "double" }
        }
        Signal {
            name: "contentHeightChanged"
            Parameter { name: "contentHeight"; type: "double" }
        }
        Signal {
            name: "lineHeightChanged"
            Parameter { name: "lineHeight"; type: "double" }
        }
        Signal {
            name: "lineHeightModeChanged"
            Parameter { name: "mode"; type: "LineHeightMode" }
        }
        Signal {
            name: "lineLaidOut"
            Parameter { name: "line"; type: "QQuickTextLine"; isPointer: true }
        }
        Signal { name: "paddingChanged"; revision: 6 }
        Signal { name: "topPaddingChanged"; revision: 6 }
        Signal { name: "leftPaddingChanged"; revision: 6 }
        Signal { name: "rightPaddingChanged"; revision: 6 }
        Signal { name: "bottomPaddingChanged"; revision: 6 }
        Signal { name: "fontInfoChanged"; revision: 9 }
        Method { name: "q_updateLayout" }
        Method { name: "triggerPreprocess" }
        Method { name: "imageDownloadFinished" }
        Method { name: "doLayout" }
        Method { name: "forceLayout"; revision: 9 }
        Method {
            name: "linkAt"
            revision: 3
            type: "string"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
    }
    Component { file: "qquicktextdocument.h"; name: "QQuickTextDocument"; prototype: "QObject" }
    Component {
        file: "private/qquicktextedit_p.h"
        name: "QQuickTextEdit"
        prototype: "QQuickImplicitSizeItem"
        exports: [
            "QtQuick/TextEdit 2.0",
            "QtQuick/TextEdit 2.1",
            "QtQuick/TextEdit 2.10",
            "QtQuick/TextEdit 2.11",
            "QtQuick/TextEdit 2.2",
            "QtQuick/TextEdit 2.3",
            "QtQuick/TextEdit 2.4",
            "QtQuick/TextEdit 2.6",
            "QtQuick/TextEdit 2.7"
        ]
        exportMetaObjectRevisions: [0, 1, 10, 11, 2, 3, 4, 6, 7]
        Enum {
            name: "HAlignment"
            values: [
                "AlignLeft",
                "AlignRight",
                "AlignHCenter",
                "AlignJustify"
            ]
        }
        Enum {
            name: "VAlignment"
            values: ["AlignTop", "AlignBottom", "AlignVCenter"]
        }
        Enum {
            name: "TextFormat"
            values: ["PlainText", "RichText", "AutoText", "MarkdownText"]
        }
        Enum {
            name: "WrapMode"
            values: [
                "NoWrap",
                "WordWrap",
                "WrapAnywhere",
                "WrapAtWordBoundaryOrAnywhere",
                "Wrap"
            ]
        }
        Enum {
            name: "SelectionMode"
            values: ["SelectCharacters", "SelectWords"]
        }
        Enum {
            name: "RenderType"
            values: ["QtRendering", "NativeRendering"]
        }
        Property { name: "text"; type: "string" }
        Property { name: "color"; type: "QColor" }
        Property { name: "selectionColor"; type: "QColor" }
        Property { name: "selectedTextColor"; type: "QColor" }
        Property { name: "font"; type: "QFont" }
        Property { name: "horizontalAlignment"; type: "HAlignment" }
        Property { name: "effectiveHorizontalAlignment"; type: "HAlignment"; isReadonly: true }
        Property { name: "verticalAlignment"; type: "VAlignment" }
        Property { name: "wrapMode"; type: "WrapMode" }
        Property { name: "lineCount"; type: "int"; isReadonly: true }
        Property { name: "length"; type: "int"; isReadonly: true }
        Property { name: "contentWidth"; type: "double"; isReadonly: true }
        Property { name: "contentHeight"; type: "double"; isReadonly: true }
        Property { name: "paintedWidth"; type: "double"; isReadonly: true }
        Property { name: "paintedHeight"; type: "double"; isReadonly: true }
        Property { name: "textFormat"; type: "TextFormat" }
        Property { name: "readOnly"; type: "bool" }
        Property { name: "cursorVisible"; type: "bool" }
        Property { name: "cursorPosition"; type: "int" }
        Property { name: "cursorRectangle"; type: "QRectF"; isReadonly: true }
        Property { name: "cursorDelegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "overwriteMode"; type: "bool" }
        Property { name: "selectionStart"; type: "int"; isReadonly: true }
        Property { name: "selectionEnd"; type: "int"; isReadonly: true }
        Property { name: "selectedText"; type: "string"; isReadonly: true }
        Property { name: "activeFocusOnPress"; type: "bool" }
        Property { name: "persistentSelection"; type: "bool" }
        Property { name: "textMargin"; type: "double" }
        Property { name: "inputMethodHints"; type: "Qt::InputMethodHints" }
        Property { name: "selectByKeyboard"; revision: 1; type: "bool" }
        Property { name: "selectByMouse"; type: "bool" }
        Property { name: "mouseSelectionMode"; type: "SelectionMode" }
        Property { name: "canPaste"; type: "bool"; isReadonly: true }
        Property { name: "canUndo"; type: "bool"; isReadonly: true }
        Property { name: "canRedo"; type: "bool"; isReadonly: true }
        Property { name: "inputMethodComposing"; type: "bool"; isReadonly: true }
        Property { name: "baseUrl"; type: "QUrl" }
        Property { name: "renderType"; type: "RenderType" }
        Property {
            name: "textDocument"
            revision: 1
            type: "QQuickTextDocument"
            isReadonly: true
            isPointer: true
        }
        Property { name: "hoveredLink"; revision: 2; type: "string"; isReadonly: true }
        Property { name: "padding"; revision: 6; type: "double" }
        Property { name: "topPadding"; revision: 6; type: "double" }
        Property { name: "leftPadding"; revision: 6; type: "double" }
        Property { name: "rightPadding"; revision: 6; type: "double" }
        Property { name: "bottomPadding"; revision: 6; type: "double" }
        Property { name: "preeditText"; revision: 7; type: "string"; isReadonly: true }
        Property { name: "tabStopDistance"; revision: 10; type: "double" }
        Signal { name: "preeditTextChanged"; revision: 7 }
        Signal { name: "contentSizeChanged" }
        Signal {
            name: "colorChanged"
            Parameter { name: "color"; type: "QColor" }
        }
        Signal {
            name: "selectionColorChanged"
            Parameter { name: "color"; type: "QColor" }
        }
        Signal {
            name: "selectedTextColorChanged"
            Parameter { name: "color"; type: "QColor" }
        }
        Signal {
            name: "fontChanged"
            Parameter { name: "font"; type: "QFont" }
        }
        Signal {
            name: "horizontalAlignmentChanged"
            Parameter { name: "alignment"; type: "QQuickTextEdit::HAlignment" }
        }
        Signal {
            name: "verticalAlignmentChanged"
            Parameter { name: "alignment"; type: "QQuickTextEdit::VAlignment" }
        }
        Signal {
            name: "textFormatChanged"
            Parameter { name: "textFormat"; type: "QQuickTextEdit::TextFormat" }
        }
        Signal {
            name: "readOnlyChanged"
            Parameter { name: "isReadOnly"; type: "bool" }
        }
        Signal {
            name: "cursorVisibleChanged"
            Parameter { name: "isCursorVisible"; type: "bool" }
        }
        Signal {
            name: "overwriteModeChanged"
            Parameter { name: "overwriteMode"; type: "bool" }
        }
        Signal {
            name: "activeFocusOnPressChanged"
            Parameter { name: "activeFocusOnPressed"; type: "bool" }
        }
        Signal {
            name: "persistentSelectionChanged"
            Parameter { name: "isPersistentSelection"; type: "bool" }
        }
        Signal {
            name: "textMarginChanged"
            Parameter { name: "textMargin"; type: "double" }
        }
        Signal {
            name: "selectByKeyboardChanged"
            revision: 1
            Parameter { name: "selectByKeyboard"; type: "bool" }
        }
        Signal {
            name: "selectByMouseChanged"
            Parameter { name: "selectByMouse"; type: "bool" }
        }
        Signal {
            name: "mouseSelectionModeChanged"
            Parameter { name: "mode"; type: "QQuickTextEdit::SelectionMode" }
        }
        Signal {
            name: "linkActivated"
            Parameter { name: "link"; type: "string" }
        }
        Signal {
            name: "linkHovered"
            revision: 2
            Parameter { name: "link"; type: "string" }
        }
        Signal { name: "editingFinished"; revision: 6 }
        Signal { name: "paddingChanged"; revision: 6 }
        Signal { name: "topPaddingChanged"; revision: 6 }
        Signal { name: "leftPaddingChanged"; revision: 6 }
        Signal { name: "rightPaddingChanged"; revision: 6 }
        Signal { name: "bottomPaddingChanged"; revision: 6 }
        Signal {
            name: "tabStopDistanceChanged"
            revision: 10
            Parameter { name: "distance"; type: "double" }
        }
        Method { name: "selectAll" }
        Method { name: "selectWord" }
        Method {
            name: "select"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method { name: "deselect" }
        Method {
            name: "isRightToLeft"
            type: "bool"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method { name: "cut" }
        Method { name: "copy" }
        Method { name: "paste" }
        Method { name: "undo" }
        Method { name: "redo" }
        Method {
            name: "insert"
            Parameter { name: "position"; type: "int" }
            Parameter { name: "text"; type: "string" }
        }
        Method {
            name: "remove"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method {
            name: "append"
            revision: 2
            Parameter { name: "text"; type: "string" }
        }
        Method { name: "clear"; revision: 7 }
        Method { name: "q_textChanged" }
        Method {
            name: "q_contentsChange"
            Parameter { type: "int" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method { name: "updateSelection" }
        Method { name: "moveCursorDelegate" }
        Method { name: "createCursor" }
        Method { name: "q_canPasteChanged" }
        Method { name: "updateWholeDocument" }
        Method {
            name: "invalidateBlock"
            Parameter { name: "block"; type: "QTextBlock" }
        }
        Method { name: "updateCursor" }
        Method {
            name: "q_linkHovered"
            Parameter { name: "link"; type: "string" }
        }
        Method {
            name: "q_markerHovered"
            Parameter { name: "hovered"; type: "bool" }
        }
        Method { name: "q_updateAlignment" }
        Method { name: "updateSize" }
        Method { name: "triggerPreprocess" }
        Method {
            name: "inputMethodQuery"
            revision: 4
            type: "QVariant"
            Parameter { name: "query"; type: "Qt::InputMethodQuery" }
            Parameter { name: "argument"; type: "QVariant" }
        }
        Method {
            name: "positionToRectangle"
            type: "QRectF"
            Parameter { type: "int" }
        }
        Method {
            name: "positionAt"
            type: "int"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "moveCursorSelection"
            Parameter { name: "pos"; type: "int" }
        }
        Method {
            name: "moveCursorSelection"
            Parameter { name: "pos"; type: "int" }
            Parameter { name: "mode"; type: "SelectionMode" }
        }
        Method {
            name: "getText"
            type: "string"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method {
            name: "getFormattedText"
            type: "string"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method {
            name: "linkAt"
            revision: 3
            type: "string"
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
    }
    Component {
        file: "private/qquicktextinput_p.h"
        name: "QQuickTextInput"
        prototype: "QQuickImplicitSizeItem"
        exports: [
            "QtQuick/TextInput 2.0",
            "QtQuick/TextInput 2.1",
            "QtQuick/TextInput 2.11",
            "QtQuick/TextInput 2.2",
            "QtQuick/TextInput 2.4",
            "QtQuick/TextInput 2.6",
            "QtQuick/TextInput 2.7",
            "QtQuick/TextInput 2.9"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 2, 4, 6, 7, 9]
        Enum {
            name: "EchoMode"
            values: ["Normal", "NoEcho", "Password", "PasswordEchoOnEdit"]
        }
        Enum {
            name: "HAlignment"
            values: ["AlignLeft", "AlignRight", "AlignHCenter"]
        }
        Enum {
            name: "VAlignment"
            values: ["AlignTop", "AlignBottom", "AlignVCenter"]
        }
        Enum {
            name: "WrapMode"
            values: [
                "NoWrap",
                "WordWrap",
                "WrapAnywhere",
                "WrapAtWordBoundaryOrAnywhere",
                "Wrap"
            ]
        }
        Enum {
            name: "SelectionMode"
            values: ["SelectCharacters", "SelectWords"]
        }
        Enum {
            name: "CursorPosition"
            values: ["CursorBetweenCharacters", "CursorOnCharacter"]
        }
        Enum {
            name: "RenderType"
            values: ["QtRendering", "NativeRendering"]
        }
        Property { name: "text"; type: "string" }
        Property { name: "length"; type: "int"; isReadonly: true }
        Property { name: "color"; type: "QColor" }
        Property { name: "selectionColor"; type: "QColor" }
        Property { name: "selectedTextColor"; type: "QColor" }
        Property { name: "font"; type: "QFont" }
        Property { name: "horizontalAlignment"; type: "HAlignment" }
        Property { name: "effectiveHorizontalAlignment"; type: "HAlignment"; isReadonly: true }
        Property { name: "verticalAlignment"; type: "VAlignment" }
        Property { name: "wrapMode"; type: "WrapMode" }
        Property { name: "readOnly"; type: "bool" }
        Property { name: "cursorVisible"; type: "bool" }
        Property { name: "cursorPosition"; type: "int" }
        Property { name: "cursorRectangle"; type: "QRectF"; isReadonly: true }
        Property { name: "cursorDelegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "overwriteMode"; type: "bool" }
        Property { name: "selectionStart"; type: "int"; isReadonly: true }
        Property { name: "selectionEnd"; type: "int"; isReadonly: true }
        Property { name: "selectedText"; type: "string"; isReadonly: true }
        Property { name: "maximumLength"; type: "int" }
        Property { name: "validator"; type: "QValidator"; isPointer: true }
        Property { name: "inputMask"; type: "string" }
        Property { name: "inputMethodHints"; type: "Qt::InputMethodHints" }
        Property { name: "acceptableInput"; type: "bool"; isReadonly: true }
        Property { name: "echoMode"; type: "EchoMode" }
        Property { name: "activeFocusOnPress"; type: "bool" }
        Property { name: "passwordCharacter"; type: "string" }
        Property { name: "passwordMaskDelay"; revision: 4; type: "int" }
        Property { name: "displayText"; type: "string"; isReadonly: true }
        Property { name: "preeditText"; revision: 7; type: "string"; isReadonly: true }
        Property { name: "autoScroll"; type: "bool" }
        Property { name: "selectByMouse"; type: "bool" }
        Property { name: "mouseSelectionMode"; type: "SelectionMode" }
        Property { name: "persistentSelection"; type: "bool" }
        Property { name: "canPaste"; type: "bool"; isReadonly: true }
        Property { name: "canUndo"; type: "bool"; isReadonly: true }
        Property { name: "canRedo"; type: "bool"; isReadonly: true }
        Property { name: "inputMethodComposing"; type: "bool"; isReadonly: true }
        Property { name: "contentWidth"; type: "double"; isReadonly: true }
        Property { name: "contentHeight"; type: "double"; isReadonly: true }
        Property { name: "renderType"; type: "RenderType" }
        Property { name: "padding"; revision: 6; type: "double" }
        Property { name: "topPadding"; revision: 6; type: "double" }
        Property { name: "leftPadding"; revision: 6; type: "double" }
        Property { name: "rightPadding"; revision: 6; type: "double" }
        Property { name: "bottomPadding"; revision: 6; type: "double" }
        Signal { name: "accepted" }
        Signal { name: "editingFinished"; revision: 2 }
        Signal { name: "textEdited"; revision: 9 }
        Signal {
            name: "fontChanged"
            Parameter { name: "font"; type: "QFont" }
        }
        Signal {
            name: "horizontalAlignmentChanged"
            Parameter { name: "alignment"; type: "QQuickTextInput::HAlignment" }
        }
        Signal {
            name: "verticalAlignmentChanged"
            Parameter { name: "alignment"; type: "QQuickTextInput::VAlignment" }
        }
        Signal {
            name: "readOnlyChanged"
            Parameter { name: "isReadOnly"; type: "bool" }
        }
        Signal {
            name: "cursorVisibleChanged"
            Parameter { name: "isCursorVisible"; type: "bool" }
        }
        Signal {
            name: "overwriteModeChanged"
            Parameter { name: "overwriteMode"; type: "bool" }
        }
        Signal {
            name: "maximumLengthChanged"
            Parameter { name: "maximumLength"; type: "int" }
        }
        Signal {
            name: "inputMaskChanged"
            Parameter { name: "inputMask"; type: "string" }
        }
        Signal {
            name: "echoModeChanged"
            Parameter { name: "echoMode"; type: "QQuickTextInput::EchoMode" }
        }
        Signal {
            name: "passwordMaskDelayChanged"
            revision: 4
            Parameter { name: "delay"; type: "int" }
        }
        Signal { name: "preeditTextChanged"; revision: 7 }
        Signal {
            name: "activeFocusOnPressChanged"
            Parameter { name: "activeFocusOnPress"; type: "bool" }
        }
        Signal {
            name: "autoScrollChanged"
            Parameter { name: "autoScroll"; type: "bool" }
        }
        Signal {
            name: "selectByMouseChanged"
            Parameter { name: "selectByMouse"; type: "bool" }
        }
        Signal {
            name: "mouseSelectionModeChanged"
            Parameter { name: "mode"; type: "QQuickTextInput::SelectionMode" }
        }
        Signal { name: "contentSizeChanged" }
        Signal { name: "paddingChanged"; revision: 6 }
        Signal { name: "topPaddingChanged"; revision: 6 }
        Signal { name: "leftPaddingChanged"; revision: 6 }
        Signal { name: "rightPaddingChanged"; revision: 6 }
        Signal { name: "bottomPaddingChanged"; revision: 6 }
        Method { name: "selectAll" }
        Method { name: "selectWord" }
        Method {
            name: "select"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method { name: "deselect" }
        Method {
            name: "isRightToLeft"
            type: "bool"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method { name: "cut" }
        Method { name: "copy" }
        Method { name: "paste" }
        Method { name: "undo" }
        Method { name: "redo" }
        Method {
            name: "insert"
            Parameter { name: "position"; type: "int" }
            Parameter { name: "text"; type: "string" }
        }
        Method {
            name: "remove"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method {
            name: "ensureVisible"
            revision: 4
            Parameter { name: "position"; type: "int" }
        }
        Method { name: "clear"; revision: 7 }
        Method { name: "selectionChanged" }
        Method { name: "createCursor" }
        Method {
            name: "updateCursorRectangle"
            Parameter { name: "scroll"; type: "bool" }
        }
        Method { name: "updateCursorRectangle" }
        Method { name: "q_canPasteChanged" }
        Method { name: "q_updateAlignment" }
        Method { name: "triggerPreprocess" }
        Method { name: "q_validatorChanged" }
        Method {
            name: "positionAt"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "positionToRectangle"
            type: "QRectF"
            Parameter { name: "pos"; type: "int" }
        }
        Method {
            name: "moveCursorSelection"
            Parameter { name: "pos"; type: "int" }
        }
        Method {
            name: "moveCursorSelection"
            Parameter { name: "pos"; type: "int" }
            Parameter { name: "mode"; type: "SelectionMode" }
        }
        Method {
            name: "inputMethodQuery"
            revision: 4
            type: "QVariant"
            Parameter { name: "query"; type: "Qt::InputMethodQuery" }
            Parameter { name: "argument"; type: "QVariant" }
        }
        Method {
            name: "getText"
            type: "string"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
    }
    Component {
        file: "private/qquicktext_p.h"
        name: "QQuickTextLine"
        prototype: "QObject"
        Property { name: "number"; type: "int"; isReadonly: true }
        Property { name: "width"; type: "double" }
        Property { name: "height"; type: "double" }
        Property { name: "x"; type: "double" }
        Property { name: "y"; type: "double" }
        Property { name: "implicitWidth"; revision: 15; type: "double"; isReadonly: true }
        Property { name: "isLast"; revision: 15; type: "bool"; isReadonly: true }
    }
    Component {
        file: "private/qquicktextmetrics_p.h"
        name: "QQuickTextMetrics"
        prototype: "QObject"
        exports: ["QtQuick/TextMetrics 2.4"]
        exportMetaObjectRevisions: [4]
        Property { name: "font"; type: "QFont" }
        Property { name: "text"; type: "string" }
        Property { name: "advanceWidth"; type: "double"; isReadonly: true }
        Property { name: "boundingRect"; type: "QRectF"; isReadonly: true }
        Property { name: "width"; type: "double"; isReadonly: true }
        Property { name: "height"; type: "double"; isReadonly: true }
        Property { name: "tightBoundingRect"; type: "QRectF"; isReadonly: true }
        Property { name: "elidedText"; type: "string"; isReadonly: true }
        Property { name: "elide"; type: "Qt::TextElideMode" }
        Property { name: "elideWidth"; type: "double" }
        Signal { name: "metricsChanged" }
    }
    Component {
        file: "private/qquickmultipointtoucharea_p.h"
        name: "QQuickTouchPoint"
        prototype: "QObject"
        exports: ["QtQuick/TouchPoint 2.0", "QtQuick/TouchPoint 2.9"]
        exportMetaObjectRevisions: [0, 9]
        Property { name: "pointId"; type: "int"; isReadonly: true }
        Property { name: "uniqueId"; revision: 9; type: "QPointingDeviceUniqueId"; isReadonly: true }
        Property { name: "pressed"; type: "bool"; isReadonly: true }
        Property { name: "x"; type: "double"; isReadonly: true }
        Property { name: "y"; type: "double"; isReadonly: true }
        Property { name: "ellipseDiameters"; revision: 9; type: "QSizeF"; isReadonly: true }
        Property { name: "pressure"; type: "double"; isReadonly: true }
        Property { name: "rotation"; revision: 9; type: "double"; isReadonly: true }
        Property { name: "velocity"; type: "QVector2D"; isReadonly: true }
        Property { name: "area"; type: "QRectF"; isReadonly: true }
        Property { name: "startX"; type: "double"; isReadonly: true }
        Property { name: "startY"; type: "double"; isReadonly: true }
        Property { name: "previousX"; type: "double"; isReadonly: true }
        Property { name: "previousY"; type: "double"; isReadonly: true }
        Property { name: "sceneX"; type: "double"; isReadonly: true }
        Property { name: "sceneY"; type: "double"; isReadonly: true }
        Signal { name: "uniqueIdChanged"; revision: 9 }
        Signal { name: "ellipseDiametersChanged"; revision: 9 }
        Signal { name: "rotationChanged"; revision: 9 }
    }
    Component {
        file: "qquickitem.h"
        name: "QQuickTransform"
        prototype: "QObject"
        Method { name: "update" }
    }
    Component {
        file: "private/qquicktransition_p.h"
        name: "QQuickTransition"
        defaultProperty: "animations"
        prototype: "QObject"
        exports: ["QtQuick/Transition 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "from"; type: "string" }
        Property { name: "to"; type: "string" }
        Property { name: "reversible"; type: "bool" }
        Property { name: "running"; type: "bool"; isReadonly: true }
        Property { name: "animations"; type: "QQuickAbstractAnimation"; isList: true; isReadonly: true }
        Property { name: "enabled"; type: "bool" }
    }
    Component {
        file: "private/qquicktranslate_p.h"
        name: "QQuickTranslate"
        prototype: "QQuickTransform"
        exports: ["QtQuick/Translate 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "x"; type: "double" }
        Property { name: "y"; type: "double" }
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickUniformAnimator"
        prototype: "QQuickAnimator"
        exports: [
            "QtQuick/UniformAnimator 2.12",
            "QtQuick/UniformAnimator 2.2"
        ]
        exportMetaObjectRevisions: [12, 2]
        Property { name: "uniform"; type: "string" }
        Signal {
            name: "uniformChanged"
            Parameter { type: "string" }
        }
    }
    Component {
        file: "private/qquickanimation_p.h"
        name: "QQuickVector3dAnimation"
        prototype: "QQuickPropertyAnimation"
        exports: [
            "QtQuick/Vector3dAnimation 2.0",
            "QtQuick/Vector3dAnimation 2.12"
        ]
        exportMetaObjectRevisions: [0, 12]
        Property { name: "from"; type: "QVector3D" }
        Property { name: "to"; type: "QVector3D" }
    }
    Component {
        file: "private/qquicklistview_p.h"
        name: "QQuickViewSection"
        prototype: "QObject"
        exports: ["QtQuick/ViewSection 2.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "SectionCriteria"
            values: ["FullString", "FirstCharacter"]
        }
        Enum {
            name: "LabelPositioning"
            values: ["InlineLabels", "CurrentLabelAtStart", "NextLabelAtEnd"]
        }
        Property { name: "property"; type: "string" }
        Property { name: "criteria"; type: "SectionCriteria" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "labelPositioning"; type: "int" }
        Signal { name: "sectionsChanged" }
    }
    Component {
        file: "private/qquickitemviewtransition_p.h"
        name: "QQuickViewTransitionAttached"
        prototype: "QObject"
        exports: ["QtQuick/ViewTransition 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        attachedType: "QQuickViewTransitionAttached"
        Property { name: "index"; type: "int"; isReadonly: true }
        Property { name: "item"; type: "QQuickItem"; isReadonly: true; isPointer: true }
        Property { name: "destination"; type: "QPointF"; isReadonly: true }
        Property { name: "targetIndexes"; type: "QList<int>"; isReadonly: true }
        Property { name: "targetItems"; type: "QObject"; isList: true; isReadonly: true }
    }
    Component {
        file: "private/qquickevents_p_p.h"
        name: "QQuickWheelEvent"
        prototype: "QObject"
        Property { name: "x"; type: "double"; isReadonly: true }
        Property { name: "y"; type: "double"; isReadonly: true }
        Property { name: "angleDelta"; type: "QPoint"; isReadonly: true }
        Property { name: "pixelDelta"; type: "QPoint"; isReadonly: true }
        Property { name: "buttons"; type: "int"; isReadonly: true }
        Property { name: "modifiers"; type: "int"; isReadonly: true }
        Property { name: "inverted"; type: "bool"; isReadonly: true }
        Property { name: "accepted"; type: "bool" }
    }
    Component {
        file: "private/qquickwheelhandler_p.h"
        name: "QQuickWheelHandler"
        prototype: "QQuickSinglePointHandler"
        exports: ["QtQuick/WheelHandler 2.14", "QtQuick/WheelHandler 2.15"]
        exportMetaObjectRevisions: [14, 15]
        Property { name: "orientation"; type: "Qt::Orientation" }
        Property { name: "invertible"; type: "bool" }
        Property { name: "activeTimeout"; type: "double" }
        Property { name: "rotation"; type: "double" }
        Property { name: "rotationScale"; type: "double" }
        Property { name: "property"; type: "string" }
        Property { name: "targetScaleMultiplier"; type: "double" }
        Property { name: "targetTransformAroundCursor"; type: "bool" }
        Signal {
            name: "wheel"
            Parameter { name: "event"; type: "QQuickPointerScrollEvent"; isPointer: true }
        }
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickXAnimator"
        prototype: "QQuickAnimator"
        exports: ["QtQuick/XAnimator 2.12", "QtQuick/XAnimator 2.2"]
        exportMetaObjectRevisions: [12, 2]
    }
    Component {
        file: "private/qquickanimator_p.h"
        name: "QQuickYAnimator"
        prototype: "QQuickAnimator"
        exports: ["QtQuick/YAnimator 2.12", "QtQuick/YAnimator 2.2"]
        exportMetaObjectRevisions: [12, 2]
    }
    Component {
        file: "private/qquickforeignutils_p.h"
        name: "QRegExpValidator"
        prototype: "QValidator"
        exports: ["QtQuick/RegExpValidator 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "regExp"; type: "QRegExp" }
        Signal {
            name: "regExpChanged"
            Parameter { name: "regExp"; type: "QRegExp" }
        }
    }
    Component {
        file: "private/qquickforeignutils_p.h"
        name: "QRegularExpressionValidator"
        prototype: "QValidator"
        exports: ["QtQuick/RegularExpressionValidator 2.14"]
        exportMetaObjectRevisions: [14]
        Property { name: "regularExpression"; type: "QRegularExpression" }
        Signal {
            name: "regularExpressionChanged"
            Parameter { name: "re"; type: "QRegularExpression" }
        }
        Method {
            name: "setRegularExpression"
            Parameter { name: "re"; type: "QRegularExpression" }
        }
    }
    Component {
        file: "private/qquickforeignutils_p.h"
        name: "QValidator"
        prototype: "QObject"
        Enum {
            name: "State"
            values: ["Invalid", "Intermediate", "Acceptable"]
        }
        Signal { name: "changed" }
    }
}
PK�[�9L�h?h?QtQuick.2/libqtquick2plugin.sonuȯ��ELF>�@�7@8	@�� P+P+ P+ �� p,p, p, ��888$$���  S�td���  P�td�����Q�tdR�tdP+P+ P+ ��GNU(�P��OC?�w�E*�yE%�@00%()l�⍺�|CE���qX-����U�<���3>_��d�, � sF"�K� [l�N���x����00 �0 �0 ��E__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN17QQmlEnginePrivate18registerQuickTypesEv_ZN16QQmlModelsModule18registerQuickTypesEv_ZN22QQmlWorkerScriptModule18registerQuickTypesEv_ZN18QQmlQtQuick2Module12defineModuleEv_ZN19QQmlExtensionPluginD2Ev_ZN18QQmlQtQuick2Module14undefineModuleEv_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN19QQmlExtensionPluginC2EP7QObject_Z26qml_register_types_QtQuickv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectElibQt5Quick.so.5libQt5QmlModels.so.5libQt5QmlWorkerScript.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5.15.3_PRIVATE_APIGLIBC_2.2.5Qt_5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9	
	
	
 YxO
�� ui		�� YxO
�'0YxO

�%���0YxO

�%��X0%������ӯk�t)�yѯP+ �X+ ``+ `+ p+ ��+ h+ �+ ��+ @�+ ��+ �+ ��+ �, h+ , `, � , �H, �P, �X, �h+ !x+ 
�+ 
�+ �+ �+ �+ �+ "�+ �+ (, #@, �/ �/ �/ �/ �/ �/ (/ 0/ 8/ @/ H/ 	P/ X/ `/ h/ p/ x/ �/ �/ �/ �/ �/ �/ �/  �/ $��H��H�� H��t��H����5� �%� ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h��������%] D���%U D���%M D���%E D���%= D���%5 D���%- D���%% D���% D���% D���%
 D���% D���%� D���%� D���%� D���%� D���%� D���%� D���%� DH�=	 H� H9�tH�� H��t	�����H�=� H�5� H)�H��H��H��?H�H�tH�� H��t��fD�����=� u+UH�=j H��tH�=� ����d����m ]������w������Ðf.���H�H�(t	�|���@H�a ���H�5�@��SH��� ����H� H��t<�P��t5H�= t+H�����@����H�� H��[�f.�� ����1�H��H������H�" H���CH�H��H�CH�A H�D$H�D$�J���H�=� H�� H�u H���q����/u����H�Z H���_���H��1�[�f�H�=) ���������H�e H�5 H� H�=,H�	 ���H�=� ��������f.���H��tGUH��SH��H�5�H��H���l�����H���uH��[]�@H��H��H��[]����1�Ðff.�����G������H���G�����:�������H�����ff.����H���G����
������H���\���f.�f���H�u H�H�耀H�Gu�����H��H�|$�j���H�|$H�����ff.����H�% SH��H�G�H�耀H�uH�{�[���fD����H�{�[�q������H�� SH�_�H�G�H�耀H�uH���G���H�߾ [���f������ڐ���H�� SH��H�H�耀H�Gu H�����H�߾ [���f.��{�����f���H�H��t�(uH�?H��t�q�������H��H���14QtQuick2Plugin����QtQuick2Plugin�QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0nQtQuick2Plugincuri�iQtQuick.2�;�����@����0����@����`����p�������� ���80���`���8���� ��� ���Pp���l�����zRx�$X���@FJw�?:*3$"Dp���0\H���pD��� � ���$HW�h���Dl S� ���$HW����GL�f
N�����GL�e
OP���?L�Y
KJ$���!8����,L����EE�D K
AK�
CJ4|����SJ�D�Q R
AAEDG�A����	GNU��``+ �h+ �@��������h+ `�������'6EXhs����X
dP+ X+ ���o`��
/ ��0`	���o���o
���o�o����op, ������� 0@P`p����GA$3a1XqGA$3p1113�aGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY��GA+GLIBCXX_ASSERTIONSlibqtquick2plugin.so-5.15.3-2.el8.x86_64.debug�Ȩ��7zXZ�ִF!t/���]?�E�h=��ڊ�2N�	=�7��c�ډ�@^M�mg�
7�[y�}��M���i��0�����B22�>���o�g�l��A-z f��-��bF�95ºPۣ6��T��썳O���O��2�u�����C�'Ʌ�-�[�l�NK��%�(@�y���f
���-߫�U��%��!y�?�'D�9/�f:mB��� ��Ԗί�̓�GaPY�f	-�m�3�(`����v6��F+�I�'/�ԓ�m���8鹀��&y��(�lm�����kX�haT�ߐ�6r��P�^�9C�zGL.���l���u�*S�JLm�$��<3/-3�gL�̏�p+�;lS�<��	S'*d��|�ӛ'Nb�-gͺ�=����� 6p�A@C����,�-���O�>�k����7���{�(�n���'�P�(�`Ty\��8
��>�!z(G=��
�+U� �YW�t/���!H�k�e{�(����*�c��7U�@F�U�w��Ð�}H�ў��MB��b`��-ΩU<0�7ER�ʀZ����w��I���;<�H�^�m�b �+WK�U��$�!�^���a���z��#��O��>d�+�~+ �K_0�f�M�F�:�=J�Օ���[���ۚw�e�sS�~��,~�vE0vC7�ݣ��2)�����F�8~/�P�g�W�炢�:�>��������0��a2 �s���g.�iB���S� �<.��1Zv�I=���ƫoB��v��{7�Y��6�@JZ�L#������<�l�(X#\�Z�dA��&���O�K���.G�̀@��ȣY��`7�h��w9���e���W�M�cG�%�D
�H���
�E6�i��a�u�	���G�4�	�CNcVx�ÿ�a�i�a�f��^f�:�t�1J0������/��ecz�?����_؄"�jZ�Jf:�\k?O��ۯ�E��"tz�Ũ����$��ك_"&`���t2�
������h�qb��˗D���#2�S��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0��8���o��TE���o

0T00`^B���hXXc��@n��0w��q}dd
���� ��  ` ��������� �P+ P+�X+ X+�`+ `+ �p, p,��/ /�0 �/000`�/D424*h2D�69PK�[�0�}}QtQuick.2/qmldirnu�[���module QtQuick
plugin qtquick2plugin
classname QtQuick2Plugin
typeinfo plugins.qmltypes
depends QtQml 2.15
designersupported
PK�[��!]66QtTest/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0", "QtQuick.Window 2.0"]
    Component {
        file: "quicktestevent_p.h"
        name: "QQuickTouchEventSequence"
        prototype: "QObject"
        Method {
            name: "press"
            type: "QObject*"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "move"
            type: "QObject*"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "release"
            type: "QObject*"
            Parameter { name: "touchId"; type: "int" }
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
        }
        Method {
            name: "stationary"
            type: "QObject*"
            Parameter { name: "touchId"; type: "int" }
        }
        Method { name: "commit"; type: "QObject*" }
    }
    Component {
        file: "quicktestevent_p.h"
        name: "QuickTestEvent"
        prototype: "QObject"
        exports: ["QtTest/TestEvent 1.0", "QtTest/TestEvent 1.2"]
        exportMetaObjectRevisions: [0, 2]
        Property { name: "defaultMouseDelay"; type: "int"; isReadonly: true }
        Method {
            name: "keyPress"
            type: "bool"
            Parameter { name: "key"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "keyRelease"
            type: "bool"
            Parameter { name: "key"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "keyClick"
            type: "bool"
            Parameter { name: "key"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "keyPressChar"
            type: "bool"
            Parameter { name: "character"; type: "string" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "keyReleaseChar"
            type: "bool"
            Parameter { name: "character"; type: "string" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "keyClickChar"
            type: "bool"
            Parameter { name: "character"; type: "string" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "keySequence"
            revision: 2
            type: "bool"
            Parameter { name: "keySequence"; type: "QVariant" }
        }
        Method {
            name: "mousePress"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "button"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "mouseRelease"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "button"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "mouseClick"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "button"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "mouseDoubleClick"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "button"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "mouseDoubleClickSequence"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "button"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "mouseMove"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "delay"; type: "int" }
            Parameter { name: "buttons"; type: "int" }
        }
        Method {
            name: "mouseWheel"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "buttons"; type: "int" }
            Parameter { name: "modifiers"; type: "int" }
            Parameter { name: "xDelta"; type: "int" }
            Parameter { name: "yDelta"; type: "int" }
            Parameter { name: "delay"; type: "int" }
        }
        Method {
            name: "touchEvent"
            type: "QQuickTouchEventSequence*"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
        }
        Method { name: "touchEvent"; type: "QQuickTouchEventSequence*" }
    }
    Component {
        file: "quicktestresultforeign_p.h"
        name: "QuickTestResult"
        prototype: "QObject"
        exports: [
            "QtTest/TestResult 1.0",
            "QtTest/TestResult 1.1",
            "QtTest/TestResult 1.13"
        ]
        exportMetaObjectRevisions: [0, 1, 13]
        Enum {
            name: "RunMode"
            values: ["RepeatUntilValidMeasurement", "RunOnce"]
        }
        Property { name: "testCaseName"; type: "string" }
        Property { name: "functionName"; type: "string" }
        Property { name: "dataTag"; type: "string" }
        Property { name: "failed"; type: "bool"; isReadonly: true }
        Property { name: "skipped"; type: "bool" }
        Property { name: "passCount"; type: "int"; isReadonly: true }
        Property { name: "failCount"; type: "int"; isReadonly: true }
        Property { name: "skipCount"; type: "int"; isReadonly: true }
        Property { name: "functionsToRun"; type: "QStringList"; isReadonly: true }
        Property { name: "tagsToRun"; type: "QStringList"; isReadonly: true }
        Signal { name: "programNameChanged" }
        Method { name: "reset" }
        Method { name: "startLogging" }
        Method { name: "stopLogging" }
        Method { name: "initTestTable" }
        Method { name: "clearTestTable" }
        Method { name: "finishTestData" }
        Method { name: "finishTestDataCleanup" }
        Method { name: "finishTestFunction" }
        Method {
            name: "stringify"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "fail"
            Parameter { name: "message"; type: "string" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "verify"
            type: "bool"
            Parameter { name: "success"; type: "bool" }
            Parameter { name: "message"; type: "string" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "compare"
            type: "bool"
            Parameter { name: "success"; type: "bool" }
            Parameter { name: "message"; type: "string" }
            Parameter { name: "val1"; type: "QVariant" }
            Parameter { name: "val2"; type: "QVariant" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "fuzzyCompare"
            type: "bool"
            Parameter { name: "actual"; type: "QVariant" }
            Parameter { name: "expected"; type: "QVariant" }
            Parameter { name: "delta"; type: "double" }
        }
        Method {
            name: "skip"
            Parameter { name: "message"; type: "string" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "expectFail"
            type: "bool"
            Parameter { name: "tag"; type: "string" }
            Parameter { name: "comment"; type: "string" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "expectFailContinue"
            type: "bool"
            Parameter { name: "tag"; type: "string" }
            Parameter { name: "comment"; type: "string" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "warn"
            Parameter { name: "message"; type: "string" }
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "line"; type: "int" }
        }
        Method {
            name: "ignoreWarning"
            Parameter { name: "message"; type: "QJSValue" }
        }
        Method {
            name: "wait"
            Parameter { name: "ms"; type: "int" }
        }
        Method {
            name: "sleep"
            Parameter { name: "ms"; type: "int" }
        }
        Method {
            name: "waitForRendering"
            type: "bool"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "timeout"; type: "int" }
        }
        Method {
            name: "waitForRendering"
            type: "bool"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method { name: "startMeasurement" }
        Method { name: "beginDataRun" }
        Method { name: "endDataRun" }
        Method { name: "measurementAccepted"; type: "bool" }
        Method { name: "needsMoreMeasurements"; type: "bool" }
        Method {
            name: "startBenchmark"
            Parameter { name: "runMode"; type: "RunMode" }
            Parameter { name: "tag"; type: "string" }
        }
        Method { name: "isBenchmarkDone"; type: "bool" }
        Method { name: "nextBenchmark" }
        Method { name: "stopBenchmark" }
        Method {
            name: "grabImage"
            type: "QObject*"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "findChild"
            revision: 1
            type: "QObject*"
            Parameter { name: "parent"; type: "QObject"; isPointer: true }
            Parameter { name: "objectName"; type: "string" }
        }
        Method {
            name: "isPolishScheduled"
            revision: 13
            type: "bool"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
        }
        Method {
            name: "waitForItemPolished"
            revision: 13
            type: "bool"
            Parameter { name: "item"; type: "QQuickItem"; isPointer: true }
            Parameter { name: "timeout"; type: "int" }
        }
    }
    Component {
        file: "quicktestutil_p.h"
        name: "QuickTestUtil"
        prototype: "QObject"
        exports: ["QtTest/TestUtil 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "printAvailableFunctions"; type: "bool"; isReadonly: true }
        Property { name: "dragThreshold"; type: "int"; isReadonly: true }
        Method {
            name: "typeName"
            type: "QJSValue"
            Parameter { name: "v"; type: "QVariant" }
        }
        Method {
            name: "compare"
            type: "bool"
            Parameter { name: "act"; type: "QVariant" }
            Parameter { name: "exp"; type: "QVariant" }
        }
        Method {
            name: "callerFile"
            type: "QJSValue"
            Parameter { name: "frameIndex"; type: "int" }
        }
        Method { name: "callerFile"; type: "QJSValue" }
        Method {
            name: "callerLine"
            type: "int"
            Parameter { name: "frameIndex"; type: "int" }
        }
        Method { name: "callerLine"; type: "int" }
    }
}
PK�[�!�@z'z'QtTest/TestCase.qmlnu�[���/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL3 included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 2.0 or (at your option) the GNU General
** Public license version 3 or any later version approved by the KDE Free
** Qt Foundation. The licenses are as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-2.0.html and
** https://www.gnu.org/licenses/gpl-3.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/

import QtQuick 2.0
import QtQuick.Window 2.0 // used for qtest_verifyItem
import QtTest 1.2
import "testlogger.js" as TestLogger
import Qt.test.qtestroot 1.0

/*!
    \qmltype TestCase
    \inqmlmodule QtTest
    \brief Represents a unit test case.
    \since 4.8
    \ingroup qtquicktest

    \section1 Introduction to QML Test Cases

    Test cases are written as JavaScript functions within a TestCase
    type:

    \code
    import QtQuick 2.0
    import QtTest 1.2

    TestCase {
        name: "MathTests"

        function test_math() {
            compare(2 + 2, 4, "2 + 2 = 4")
        }

        function test_fail() {
            compare(2 + 2, 5, "2 + 2 = 5")
        }
    }
    \endcode

    Functions whose names start with "test_" are treated as test cases
    to be executed.  The \l name property is used to prefix the functions
    in the output:

    \code
    ********* Start testing of MathTests *********
    Config: Using QTest library 4.7.2, Qt 4.7.2
    PASS   : MathTests::initTestCase()
    FAIL!  : MathTests::test_fail() 2 + 2 = 5
       Actual (): 4
       Expected (): 5
       Loc: [/home/.../tst_math.qml(12)]
    PASS   : MathTests::test_math()
    PASS   : MathTests::cleanupTestCase()
    Totals: 3 passed, 1 failed, 0 skipped
    ********* Finished testing of MathTests *********
    \endcode

    Because of the way JavaScript properties work, the order in which the
    test functions are found is unpredictable.  To assist with predictability,
    the test framework will sort the functions on ascending order of name.
    This can help when there are two tests that must be run in order.

    Multiple TestCase types can be supplied.  The test program will exit
    once they have all completed.  If a test case doesn't need to run
    (because a precondition has failed), then \l optional can be set to true.

    \section1 Data-driven Tests

    Table data can be provided to a test using a function name that ends
    with "_data". Alternatively, the \c init_data() function can be used
    to provide default test data for all test functions in a TestCase type:


    \code
    import QtQuick 2.0
    import QtTest 1.2

    TestCase {
        name: "DataTests"

        function init_data() {
          return [
               {tag:"init_data_1", a:1, b:2, answer: 3},
               {tag:"init_data_2", a:2, b:4, answer: 6}
          ];
        }

        function test_table_data() {
            return [
                {tag: "2 + 2 = 4", a: 2, b: 2, answer: 4 },
                {tag: "2 + 6 = 8", a: 2, b: 6, answer: 8 },
            ]
        }

        function test_table(data) {
            //data comes from test_table_data
            compare(data.a + data.b, data.answer)
        }

        function test__default_table(data) {
            //data comes from init_data
            compare(data.a + data.b, data.answer)
        }
    }
    \endcode

    The test framework will iterate over all of the rows in the table
    and pass each row to the test function.  As shown, the columns can be
    extracted for use in the test.  The \c tag column is special - it is
    printed by the test framework when a row fails, to help the reader
    identify which case failed amongst a set of otherwise passing tests.

    \section1 Benchmarks

    Functions whose names start with "benchmark_" will be run multiple
    times with the Qt benchmark framework, with an average timing value
    reported for the runs.  This is equivalent to using the \c{QBENCHMARK}
    macro in the C++ version of QTestLib.

    \code
    TestCase {
        id: top
        name: "CreateBenchmark"

        function benchmark_create_component() {
            var component = Qt.createComponent("item.qml")
            var obj = component.createObject(top)
            obj.destroy()
            component.destroy()
        }
    }

    RESULT : CreateBenchmark::benchmark_create_component:
         0.23 msecs per iteration (total: 60, iterations: 256)
    PASS   : CreateBenchmark::benchmark_create_component()
    \endcode

    To get the effect of the \c{QBENCHMARK_ONCE} macro, prefix the test
    function name with "benchmark_once_".

    \section1 Simulating Keyboard and Mouse Events

    The keyPress(), keyRelease(), and keyClick() methods can be used
    to simulate keyboard events within unit tests.  The events are
    delivered to the currently focused QML item. You can pass either
    a Qt.Key enum value or a latin1 char (string of length one)

    \code
    Rectangle {
        width: 50; height: 50
        focus: true

        TestCase {
            name: "KeyClick"
            when: windowShown

            function test_key_click() {
                keyClick(Qt.Key_Left)
                keyClick("a")
                ...
            }
        }
    }
    \endcode

    The mousePress(), mouseRelease(), mouseClick(), mouseDoubleClickSequence()
    and mouseMove() methods can be used to simulate mouse events in a
    similar fashion.

    \b{Note:} keyboard and mouse events can only be delivered once the
    main window has been shown.  Attempts to deliver events before then
    will fail.  Use the \l when and windowShown properties to track
    when the main window has been shown.

    \section1 Managing Dynamically Created Test Objects

    A typical pattern with QML tests is to
    \l {Dynamic QML Object Creation from JavaScript}{dynamically create}
    an item and then destroy it at the end of the test function:

    \code
    TestCase {
        id: testCase
        name: "MyTest"
        when: windowShown

        function test_click() {
            var item = Qt.createQmlObject("import QtQuick 2.0; Item {}", testCase);
            verify(item);

            // Test item...

            item.destroy();
        }
    }
    \endcode

    The problem with this pattern is that any failures in the test function
    will cause the call to \c item.destroy() to be skipped, leaving the item
    hanging around in the scene until the test case has finished. This can
    result in interference with future tests; for example, by blocking input
    events or producing unrelated debug output that makes it difficult to
    follow the code's execution.

    By calling \l createTemporaryQmlObject() instead, the object is guaranteed
    to be destroyed at the end of the test function:

    \code
    TestCase {
        id: testCase
        name: "MyTest"
        when: windowShown

        function test_click() {
            var item = createTemporaryQmlObject("import QtQuick 2.0; Item {}", testCase);
            verify(item);

            // Test item...

            // Don't need to worry about destroying "item" here.
        }
    }
    \endcode

    For objects that are created via the \l {Component::}{createObject()} function
    of \l Component, the \l createTemporaryObject() function can be used.

    \sa {QtTest::SignalSpy}{SignalSpy}, {Qt Quick Test}
*/


Item {
    id: testCase
    visible: false
    TestUtil {
        id:util
    }

    /*!
        \qmlproperty string TestCase::name

        This property defines the name of the test case for result reporting.
        The default value is an empty string.

        \code
        TestCase {
            name: "ButtonTests"
            ...
        }
        \endcode
    */
    property string name

    /*!
        \qmlproperty bool TestCase::when

        This property should be set to true when the application wants
        the test cases to run.  The default value is true.  In the following
        example, a test is run when the user presses the mouse button:

        \code
        Rectangle {
            id: foo
            width: 640; height: 480
            color: "cyan"

            MouseArea {
                id: area
                anchors.fill: parent
            }

            property bool bar: true

            TestCase {
                name: "ItemTests"
                when: area.pressed
                id: test1

                function test_bar() {
                    verify(bar)
                }
            }
        }
        \endcode

        The test application will exit once all \l TestCase types
        have been triggered and have run.  The \l optional property can
        be used to exclude a \l TestCase type.

        \sa optional, completed
    */
    property bool when: true

    /*!
        \qmlproperty bool TestCase::completed

        This property will be set to true once the test case has completed
        execution.  Test cases are only executed once.  The initial value
        is false.

        \sa running, when
    */
    property bool completed: false

    /*!
        \qmlproperty bool TestCase::running

        This property will be set to true while the test case is running.
        The initial value is false, and the value will become false again
        once the test case completes.

        \sa completed, when
    */
    property bool running: false

    /*!
        \qmlproperty bool TestCase::optional

        Multiple \l TestCase types can be supplied in a test application.
        The application will exit once they have all completed.  If a test case
        does not need to run (because a precondition has failed), then this
        property can be set to true.  The default value is false.

        \code
        TestCase {
            when: false
            optional: true
            function test_not_run() {
                verify(false)
            }
        }
        \endcode

        \sa when, completed
    */
    property bool optional: false

    /*!
        \qmlproperty bool TestCase::windowShown

        This property will be set to true after the QML viewing window has
        been displayed.  Normally test cases run as soon as the test application
        is loaded and before a window is displayed.  If the test case involves
        visual types and behaviors, then it may need to be delayed until
        after the window is shown.

        \code
        Button {
            id: button
            onClicked: text = "Clicked"
            TestCase {
                name: "ClickTest"
                when: windowShown
                function test_click() {
                    button.clicked();
                    compare(button.text, "Clicked");
                }
            }
        }
        \endcode
    */
    property bool windowShown: QTestRootObject.windowShown

    // Internal private state.  Identifiers prefixed with qtest are reserved.
    /*! \internal */
    property bool qtest_prevWhen: true
    /*! \internal */
    property int qtest_testId: -1
    /*! \internal */
    property bool qtest_componentCompleted : false
    /*! \internal */
    property var qtest_testCaseResult
    /*! \internal */
    property var qtest_results: qtest_results_normal
    /*! \internal */
    TestResult { id: qtest_results_normal }
    /*! \internal */
    property var qtest_events: qtest_events_normal
    TestEvent { id: qtest_events_normal }
    /*! \internal */
    property var qtest_temporaryObjects: []

    /*!
        \qmlmethod TestCase::fail(message = "")

        Fails the current test case, with the optional \a message.
        Similar to \c{QFAIL(message)} in C++.
    */
    function fail(msg) {
        if (msg === undefined)
            msg = "";
        qtest_results.fail(msg, util.callerFile(), util.callerLine())
        throw new Error("QtQuickTest::fail")
    }

    /*! \internal */
    function qtest_fail(msg, frame) {
        if (msg === undefined)
            msg = "";
        qtest_results.fail(msg, util.callerFile(frame), util.callerLine(frame))
        throw new Error("QtQuickTest::fail")
    }

    /*!
        \qmlmethod TestCase::verify(condition, message = "")

        Fails the current test case if \a condition is false, and
        displays the optional \a message.  Similar to \c{QVERIFY(condition)}
        or \c{QVERIFY2(condition, message)} in C++.
    */
    function verify(cond, msg) {
        if (arguments.length > 2)
            qtest_fail("More than two arguments given to verify(). Did you mean tryVerify() or tryCompare()?", 1)

        if (msg === undefined)
            msg = "";
        if (!qtest_results.verify(cond, msg, util.callerFile(), util.callerLine()))
            throw new Error("QtQuickTest::fail")
    }

    /*!
        \since 5.8
        \qmlmethod TestCase::tryVerify(function, timeout = 5000, message = "")

        Fails the current test case if \a function does not evaluate to
        \c true before the specified \a timeout (in milliseconds) has elapsed.
        The function is evaluated multiple times until the timeout is
        reached. An optional \a message is displayed upon failure.

        This function is intended for testing applications where a condition
        changes based on asynchronous events. Use verify() for testing
        synchronous condition changes, and tryCompare() for testing
        asynchronous property changes.

        For example, in the code below, it's not possible to use tryCompare(),
        because the \c currentItem property might be \c null for a short period
        of time:

        \code
        tryCompare(listView.currentItem, "text", "Hello");
        \endcode

        Instead, we can use tryVerify() to first check that \c currentItem
        isn't \c null, and then use a regular compare afterwards:

        \code
        tryVerify(function(){ return listView.currentItem })
        compare(listView.currentItem.text, "Hello")
        \endcode

        \sa verify(), compare(), tryCompare(), SignalSpy::wait()
    */
    function tryVerify(expressionFunction, timeout, msg) {
        if (!expressionFunction || !(expressionFunction instanceof Function)) {
            qtest_results.fail("First argument must be a function", util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }

        if (timeout && typeof(timeout) !== "number") {
            qtest_results.fail("timeout argument must be a number", util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }

        if (msg && typeof(msg) !== "string") {
            qtest_results.fail("message argument must be a string", util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }

        if (!timeout)
            timeout = 5000

        if (msg === undefined)
            msg = "function returned false"

        if (!expressionFunction())
            wait(0)

        var i = 0
        while (i < timeout && !expressionFunction()) {
            wait(50)
            i += 50
        }

        if (!qtest_results.verify(expressionFunction(), msg, util.callerFile(), util.callerLine()))
            throw new Error("QtQuickTest::fail")
    }

    /*!
        \since 5.13
        \qmlmethod bool TestCase::isPolishScheduled(object item)

        Returns \c true if \l {QQuickItem::}{updatePolish()} has not been called
        on \a item since the last call to \l {QQuickItem::}{polish()},
        otherwise returns \c false.

        When assigning values to properties in QML, any layouting the item
        must do as a result of the assignment might not take effect immediately,
        but can instead be postponed until the item is polished. For these cases,
        you can use this function to ensure that the item has been polished
        before the execution of the test continues. For example:

        \code
            verify(isPolishScheduled(item))
            verify(waitForItemPolished(item))
        \endcode

        Without the call to \c isPolishScheduled() above, the
        call to \c waitForItemPolished() might see that no polish
        was scheduled and therefore pass instantly, assuming that
        the item had already been polished. This function
        makes it obvious why an item wasn't polished and allows tests to
        fail early under such circumstances.

        \sa waitForItemPolished(), QQuickItem::polish(), QQuickItem::updatePolish()
    */
    function isPolishScheduled(item) {
        if (!item || typeof item !== "object") {
            qtest_results.fail("Argument must be a valid Item; actual type is " + typeof item,
                util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }

        return qtest_results.isPolishScheduled(item)
    }

    /*!
        \since 5.13
        \qmlmethod bool waitForItemPolished(object item, int timeout = 5000)

        Waits for \a timeout milliseconds or until
        \l {QQuickItem::}{updatePolish()} has been called on \a item.

        Returns \c true if \c updatePolish() was called on \a item within
        \a timeout milliseconds, otherwise returns \c false.

        \sa isPolishScheduled(), QQuickItem::polish(), QQuickItem::updatePolish()
    */
    function waitForItemPolished(item, timeout) {
        if (!item || typeof item !== "object") {
            qtest_results.fail("First argument must be a valid Item; actual type is " + typeof item,
                util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }

        if (timeout !== undefined && typeof(timeout) != "number") {
            qtest_results.fail("Second argument must be a number; actual type is " + typeof timeout,
                util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }

        if (!timeout)
            timeout = 5000

        return qtest_results.waitForItemPolished(item, timeout)
    }

    /*!
        \since 5.9
        \qmlmethod object TestCase::createTemporaryQmlObject(string qml, object parent, string filePath)

        This function dynamically creates a QML object from the given \a qml
        string with the specified \a parent. The returned object will be
        destroyed (if it was not already) after \l cleanup() has finished
        executing, meaning that objects created with this function are
        guaranteed to be destroyed after each test, regardless of whether or
        not the tests fail.

        If there was an error while creating the object, \c null will be
        returned.

        If \a filePath is specified, it will be used for error reporting for
        the created object.

        This function calls
        \l {QtQml::Qt::createQmlObject()}{Qt.createQmlObject()} internally.

        \sa {Managing Dynamically Created Test Objects}
    */
    function createTemporaryQmlObject(qml, parent, filePath) {
        if (typeof qml !== "string") {
            qtest_results.fail("First argument must be a string of QML; actual type is " + typeof qml,
                util.callerFile(), util.callerLine());
            throw new Error("QtQuickTest::fail");
        }

        if (!parent || typeof parent !== "object") {
            qtest_results.fail("Second argument must be a valid parent object; actual type is " + typeof parent,
                util.callerFile(), util.callerLine());
            throw new Error("QtQuickTest::fail");
        }

        if (filePath !== undefined && typeof filePath !== "string") {
            qtest_results.fail("Third argument must be a file path string; actual type is " + typeof filePath,
                util.callerFile(), util.callerLine());
            throw new Error("QtQuickTest::fail");
        }

        var object = Qt.createQmlObject(qml, parent, filePath);
        qtest_temporaryObjects.push(object);
        return object;
    }

    /*!
        \since 5.9
        \qmlmethod object TestCase::createTemporaryObject(Component component, object parent, object properties)

        This function dynamically creates a QML object from the given
        \a component with the specified optional \a parent and \a properties.
        The returned object will be destroyed (if it was not already) after
        \l cleanup() has finished executing, meaning that objects created with
        this function are guaranteed to be destroyed after each test,
        regardless of whether or not the tests fail.

        If there was an error while creating the object, \c null will be
        returned.

        This function calls
        \l {QtQml::Component::createObject()}{component.createObject()}
        internally.

        \sa {Managing Dynamically Created Test Objects}
    */
    function createTemporaryObject(component, parent, properties) {
        if (typeof component !== "object") {
            qtest_results.fail("First argument must be a Component; actual type is " + typeof component,
                util.callerFile(), util.callerLine());
            throw new Error("QtQuickTest::fail");
        }

        if (properties && typeof properties !== "object") {
            qtest_results.fail("Third argument must be an object; actual type is " + typeof properties,
                util.callerFile(), util.callerLine());
            throw new Error("QtQuickTest::fail");
        }

        var object = component.createObject(parent, properties ? properties : ({}));
        qtest_temporaryObjects.push(object);
        return object;
    }

    /*!
        \internal

        Destroys all temporary objects that still exist.
    */
    function qtest_destroyTemporaryObjects() {
        for (var i = 0; i < qtest_temporaryObjects.length; ++i) {
            var temporaryObject = qtest_temporaryObjects[i];
            // ### the typeof check can be removed when QTBUG-57749 is fixed
            if (temporaryObject && typeof temporaryObject.destroy === "function")
                temporaryObject.destroy();
        }
        qtest_temporaryObjects = [];
    }

    /*! \internal */
    // Determine what is o.
    // Discussions and reference: http://philrathe.com/articles/equiv
    // Test suites: http://philrathe.com/tests/equiv
    // Author: Philippe Rathé <prathe@gmail.com>
    function qtest_typeof(o) {
        if (typeof o === "undefined") {
            return "undefined";

        // consider: typeof null === object
        } else if (o === null) {
            return "null";

        } else if (o.constructor === String) {
            return "string";

        } else if (o.constructor === Boolean) {
            return "boolean";

        } else if (o.constructor === Number) {

            if (isNaN(o)) {
                return "nan";
            } else {
                return "number";
            }
        // consider: typeof [] === object
        } else if (o instanceof Array) {
            return "array";

        // consider: typeof new Date() === object
        } else if (o instanceof Date) {
            return "date";

        // consider: /./ instanceof Object;
        //           /./ instanceof RegExp;
        //          typeof /./ === "function"; // => false in IE and Opera,
        //                                          true in FF and Safari
        } else if (o instanceof RegExp) {
            return "regexp";

        } else if (typeof o === "object") {
            if ("mapFromItem" in o && "mapToItem" in o) {
                return "declarativeitem";  // @todo improve detection of declarative items
            } else if ("x" in o && "y" in o && "z" in o) {
                return "vector3d"; // Qt 3D vector
            }
            return "object";
        } else if (o instanceof Function) {
            return "function";
        } else {
            return undefined;
        }
    }

    /*! \internal */
    // Test for equality
    // Large parts contain sources from QUnit or http://philrathe.com
    // Discussions and reference: http://philrathe.com/articles/equiv
    // Test suites: http://philrathe.com/tests/equiv
    // Author: Philippe Rathé <prathe@gmail.com>
    function qtest_compareInternal(act, exp) {
        var success = false;
        if (act === exp) {
            success = true; // catch the most you can
        } else if (act === null || exp === null || typeof act === "undefined" || typeof exp === "undefined") {
            success = false; // don't lose time with error prone cases
        } else {
            var typeExp = qtest_typeof(exp), typeAct = qtest_typeof(act)
            if (typeExp !== typeAct) {
                // allow object vs string comparison (e.g. for colors)
                // else break on different types
                if ((typeExp === "string" && (typeAct === "object") || typeAct == "declarativeitem")
                 || ((typeExp === "object" || typeExp == "declarativeitem") && typeAct === "string")) {
                    success = (act == exp)
                }
            } else if (typeExp === "string" || typeExp === "boolean" ||
                       typeExp === "null" || typeExp === "undefined") {
                if (exp instanceof act.constructor || act instanceof exp.constructor) {
                    // to catch short annotaion VS 'new' annotation of act declaration
                    // e.g. var i = 1;
                    //      var j = new Number(1);
                    success = (act == exp)
                } else {
                    success = (act === exp)
                }
            } else if (typeExp === "nan") {
                success = isNaN(act);
            } else if (typeExp === "number") {
                // Use act fuzzy compare if the two values are floats
                if (Math.abs(act - exp) <= 0.00001) {
                    success = true
                }
            } else if (typeExp === "array") {
                success = qtest_compareInternalArrays(act, exp)
            } else if (typeExp === "object") {
                success = qtest_compareInternalObjects(act, exp)
            } else if (typeExp === "declarativeitem") {
                success = qtest_compareInternalObjects(act, exp) // @todo improve comparison of declarative items
            } else if (typeExp === "vector3d") {
                success = (Math.abs(act.x - exp.x) <= 0.00001 &&
                           Math.abs(act.y - exp.y) <= 0.00001 &&
                           Math.abs(act.z - exp.z) <= 0.00001)
            } else if (typeExp === "date") {
                success = (act.valueOf() === exp.valueOf())
            } else if (typeExp === "regexp") {
                success = (act.source === exp.source && // the regex itself
                           act.global === exp.global && // and its modifers (gmi) ...
                           act.ignoreCase === exp.ignoreCase &&
                           act.multiline === exp.multiline)
            }
        }
        return success
    }

    /*! \internal */
    function qtest_compareInternalObjects(act, exp) {
        var i;
        var eq = true; // unless we can proove it
        var aProperties = [], bProperties = []; // collection of strings

        // comparing constructors is more strict than using instanceof
        if (act.constructor !== exp.constructor) {
            return false;
        }

        for (i in act) { // be strict: don't ensures hasOwnProperty and go deep
            aProperties.push(i); // collect act's properties
            if (!qtest_compareInternal(act[i], exp[i])) {
                eq = false;
                break;
            }
        }

        for (i in exp) {
            bProperties.push(i); // collect exp's properties
        }

        if (aProperties.length == 0 && bProperties.length == 0) { // at least a special case for QUrl
            return eq && (JSON.stringify(act) == JSON.stringify(exp));
        }

        // Ensures identical properties name
        return eq && qtest_compareInternal(aProperties.sort(), bProperties.sort());

    }

    /*! \internal */
    function qtest_compareInternalArrays(actual, expected) {
        if (actual.length != expected.length) {
            return false
        }

        for (var i = 0, len = actual.length; i < len; i++) {
            if (!qtest_compareInternal(actual[i], expected[i])) {
                return false
            }
        }

        return true
    }

    /*!
        \qmlmethod TestCase::compare(actual, expected, message = "")

        Fails the current test case if \a actual is not the same as
        \a expected, and displays the optional \a message.  Similar
        to \c{QCOMPARE(actual, expected)} in C++.

        \sa tryCompare(), fuzzyCompare
    */
    function compare(actual, expected, msg) {
        var act = qtest_results.stringify(actual)
        var exp = qtest_results.stringify(expected)

        var success = qtest_compareInternal(actual, expected)
        if (msg === undefined) {
            if (success)
                msg = "COMPARE()"
            else
                msg = "Compared values are not the same"
        }
        if (!qtest_results.compare(success, msg, act, exp, util.callerFile(), util.callerLine())) {
            throw new Error("QtQuickTest::fail")
        }
    }

    /*!
        \qmlmethod TestCase::fuzzyCompare(actual, expected, delta, message = "")

        Fails the current test case if the difference betwen \a actual and \a expected
        is greater than \a delta, and displays the optional \a message.  Similar
        to \c{qFuzzyCompare(actual, expected)} in C++ but with a required \a delta value.

        This function can also be used for color comparisons if both the \a actual and
        \a expected values can be converted into color values. If any of the differences
        for RGBA channel values are greater than \a delta, the test fails.

        \sa tryCompare(), compare()
    */
    function fuzzyCompare(actual, expected, delta, msg) {
        if (delta === undefined)
            qtest_fail("A delta value is required for fuzzyCompare", 2)

        var success = qtest_results.fuzzyCompare(actual, expected, delta)
        if (msg === undefined) {
            if (success)
                msg = "FUZZYCOMPARE()"
            else
                msg = "Compared values are not the same with delta(" + delta + ")"
        }

        if (!qtest_results.compare(success, msg, actual, expected, util.callerFile(), util.callerLine())) {
            throw new Error("QtQuickTest::fail")
        }
    }

    /*!
        \qmlmethod object TestCase::grabImage(item)

        Returns a snapshot image object of the given \a item.

        The returned image object has the following properties:
        \list
        \li width Returns the width of the underlying image (since 5.10)
        \li height Returns the height of the underlying image (since 5.10)
        \li size Returns the size of the underlying image (since 5.10)
        \endlist

        Additionally, the returned image object has the following methods:
        \list
        \li \c {red(x, y)} Returns the red channel value of the pixel at \e x, \e y position
        \li \c {green(x, y)} Returns the green channel value of the pixel at \e x, \e y position
        \li \c {blue(x, y)} Returns the blue channel value of the pixel at \e x, \e y position
        \li \c {alpha(x, y)} Returns the alpha channel value of the pixel at \e x, \e y position
        \li \c {pixel(x, y)} Returns the color value of the pixel at \e x, \e y position
        \li \c {equals(image)} Returns \c true if this image is identical to \e image -
            see \l QImage::operator== (since 5.6)

        For example:

        \code
        var image = grabImage(rect);
        compare(image.red(10, 10), 255);
        compare(image.pixel(20, 20), Qt.rgba(255, 0, 0, 255));

        rect.width += 10;
        var newImage = grabImage(rect);
        verify(!newImage.equals(image));
        \endcode

        \li \c {save(path)} Saves the image to the given \e path. If the image cannot
        be saved, an exception will be thrown. (since 5.10)

        This can be useful to perform postmortem analysis on failing tests, for
        example:

        \code
        var image = grabImage(rect);
        try {
            compare(image.width, 100);
        } catch (ex) {
            image.save("debug.png");
            throw ex;
        }
        \endcode

        \endlist
    */
    function grabImage(item) {
        return qtest_results.grabImage(item);
    }

    /*!
        \since 5.4
        \qmlmethod QtObject TestCase::findChild(parent, objectName)

        Returns the first child of \a parent with \a objectName, or \c null if
        no such item exists. Both visual and non-visual children are searched
        recursively, with visual children being searched first.

        \code
        compare(findChild(item, "childObject"), expectedChildObject);
        \endcode
    */
    function findChild(parent, objectName) {
        // First, search the visual item hierarchy.
        var child = qtest_findVisualChild(parent, objectName);
        if (child)
            return child;

        // If it's not a visual child, it might be a QObject child.
        return qtest_results.findChild(parent, objectName);
    }

    /*! \internal */
    function qtest_findVisualChild(parent, objectName) {
        if (!parent || parent.children === undefined)
            return null;

        for (var i = 0; i < parent.children.length; ++i) {
            // Is this direct child of ours the child we're after?
            var child = parent.children[i];
            if (child.objectName === objectName)
                return child;
        }

        for (i = 0; i < parent.children.length; ++i) {
            // Try the direct child's children.
            child = qtest_findVisualChild(parent.children[i], objectName);
            if (child)
                return child;
        }
        return null;
    }

    /*!
        \qmlmethod TestCase::tryCompare(obj, property, expected, timeout = 5000, message = "")

        Fails the current test case if the specified \a property on \a obj
        is not the same as \a expected, and displays the optional \a message.
        The test will be retried multiple times until the
        \a timeout (in milliseconds) is reached.

        This function is intended for testing applications where a property
        changes value based on asynchronous events.  Use compare() for testing
        synchronous property changes.

        \code
        tryCompare(img, "status", BorderImage.Ready)
        compare(img.width, 120)
        compare(img.height, 120)
        compare(img.horizontalTileMode, BorderImage.Stretch)
        compare(img.verticalTileMode, BorderImage.Stretch)
        \endcode

        SignalSpy::wait() provides an alternative method to wait for a
        signal to be emitted.

        \sa compare(), SignalSpy::wait()
    */
    function tryCompare(obj, prop, value, timeout, msg) {
        if (arguments.length == 1 || (typeof(prop) != "string" && typeof(prop) != "number")) {
            qtest_results.fail("A property name as string or index is required for tryCompare",
                        util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }
        if (arguments.length == 2) {
            qtest_results.fail("A value is required for tryCompare",
                        util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }
        if (timeout !== undefined && typeof(timeout) != "number") {
            qtest_results.fail("timeout should be a number",
                        util.callerFile(), util.callerLine())
            throw new Error("QtQuickTest::fail")
        }
        if (!timeout)
            timeout = 5000
        if (msg === undefined)
            msg = "property " + prop
        if (!qtest_compareInternal(obj[prop], value))
            wait(0)
        var i = 0
        while (i < timeout && !qtest_compareInternal(obj[prop], value)) {
            wait(50)
            i += 50
        }
        var actual = obj[prop]
        var act = qtest_results.stringify(actual)
        var exp = qtest_results.stringify(value)
        var success = qtest_compareInternal(actual, value)
        if (!qtest_results.compare(success, msg, act, exp, util.callerFile(), util.callerLine()))
            throw new Error("QtQuickTest::fail")
    }

    /*!
        \qmlmethod TestCase::skip(message = "")

        Skips the current test case and prints the optional \a message.
        If this is a data-driven test, then only the current row is skipped.
        Similar to \c{QSKIP(message)} in C++.
    */
    function skip(msg) {
        if (msg === undefined)
            msg = ""
        qtest_results.skip(msg, util.callerFile(), util.callerLine())
        throw new Error("QtQuickTest::skip")
    }

    /*!
        \qmlmethod TestCase::expectFail(tag, message)

        In a data-driven test, marks the row associated with \a tag as
        expected to fail.  When the fail occurs, display the \a message,
        abort the test, and mark the test as passing.  Similar to
        \c{QEXPECT_FAIL(tag, message, Abort)} in C++.

        If the test is not data-driven, then \a tag must be set to
        an empty string.

        \sa expectFailContinue()
    */
    function expectFail(tag, msg) {
        if (tag === undefined) {
            warn("tag argument missing from expectFail()")
            tag = ""
        }
        if (msg === undefined) {
            warn("message argument missing from expectFail()")
            msg = ""
        }
        if (!qtest_results.expectFail(tag, msg, util.callerFile(), util.callerLine()))
            throw new Error("QtQuickTest::expectFail")
    }

    /*!
        \qmlmethod TestCase::expectFailContinue(tag, message)

        In a data-driven test, marks the row associated with \a tag as
        expected to fail.  When the fail occurs, display the \a message,
        and then continue the test.  Similar to
        \c{QEXPECT_FAIL(tag, message, Continue)} in C++.

        If the test is not data-driven, then \a tag must be set to
        an empty string.

        \sa expectFail()
    */
    function expectFailContinue(tag, msg) {
        if (tag === undefined) {
            warn("tag argument missing from expectFailContinue()")
            tag = ""
        }
        if (msg === undefined) {
            warn("message argument missing from expectFailContinue()")
            msg = ""
        }
        if (!qtest_results.expectFailContinue(tag, msg, util.callerFile(), util.callerLine()))
            throw new Error("QtQuickTest::expectFail")
    }

    /*!
        \qmlmethod TestCase::warn(message)

        Prints \a message as a warning message.  Similar to
        \c{QWARN(message)} in C++.

        \sa ignoreWarning()
    */
    function warn(msg) {
        if (msg === undefined)
            msg = ""
        qtest_results.warn(msg, util.callerFile(), util.callerLine());
    }

    /*!
        \qmlmethod TestCase::ignoreWarning(message)

        Marks \a message as an ignored warning message.  When it occurs,
        the warning will not be printed and the test passes.  If the message
        does not occur, then the test will fail.  Similar to
        \c{QTest::ignoreMessage(QtWarningMsg, message)} in C++.

        Since Qt 5.12, \a message can be either a string, or a regular
        expression providing a pattern of messages to ignore.

        For example, the following snippet will ignore a string warning message:
        \qml
        ignoreWarning("Something sort of bad happened")
        \endqml

        And the following snippet will ignore a regular expression matching a
        number of possible warning messages:
        \qml
        ignoreWarning(new RegExp("[0-9]+ bad things happened"))
        \endqml

        \note Despite being a JavaScript RegExp object, it will not be
        interpreted as such; instead, the pattern will be passed to
        \l QRegularExpression.

        \sa warn()
    */
    function ignoreWarning(msg) {
        if (msg === undefined)
            msg = ""
        qtest_results.ignoreWarning(msg)
    }

    /*!
        \qmlmethod TestCase::wait(ms)

        Waits for \a ms milliseconds while processing Qt events.

        \sa sleep(), waitForRendering()
    */
    function wait(ms) {
        qtest_results.wait(ms)
    }

    /*!
        \qmlmethod TestCase::waitForRendering(item, timeout = 5000)

        Waits for \a timeout milliseconds or until the \a item is rendered by the renderer.
        Returns true if \c item is rendered in \a timeout milliseconds, otherwise returns false.
        The default \a timeout value is 5000.

        \sa sleep(), wait()
    */
    function waitForRendering(item, timeout) {
        if (timeout === undefined)
            timeout = 5000
        if (!qtest_verifyItem(item, "waitForRendering"))
            return
        return qtest_results.waitForRendering(item, timeout)
    }

    /*!
        \qmlmethod TestCase::sleep(ms)

        Sleeps for \a ms milliseconds without processing Qt events.

        \sa wait(), waitForRendering()
    */
    function sleep(ms) {
        qtest_results.sleep(ms)
    }

    /*!
        \qmlmethod TestCase::keyPress(key, modifiers = Qt.NoModifier, delay = -1)

        Simulates pressing a \a key with optional \a modifiers on the currently
        focused item.  If \a delay is larger than 0, the test will wait for
        \a delay milliseconds.

        The event will be sent to the TestCase window or, in case of multiple windows,
        to the current active window. See \l QGuiApplication::focusWindow() for more details.

        \b{Note:} At some point you should release the key using keyRelease().

        \sa keyRelease(), keyClick()
    */
    function keyPress(key, modifiers, delay) {
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (typeof(key) == "string" && key.length == 1) {
            if (!qtest_events.keyPressChar(key, modifiers, delay))
                qtest_fail("window not shown", 2)
        } else {
            if (!qtest_events.keyPress(key, modifiers, delay))
                qtest_fail("window not shown", 2)
        }
    }

    /*!
        \qmlmethod TestCase::keyRelease(key, modifiers = Qt.NoModifier, delay = -1)

        Simulates releasing a \a key with optional \a modifiers on the currently
        focused item.  If \a delay is larger than 0, the test will wait for
        \a delay milliseconds.

        The event will be sent to the TestCase window or, in case of multiple windows,
        to the current active window. See \l QGuiApplication::focusWindow() for more details.

        \sa keyPress(), keyClick()
    */
    function keyRelease(key, modifiers, delay) {
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (typeof(key) == "string" && key.length == 1) {
            if (!qtest_events.keyReleaseChar(key, modifiers, delay))
                qtest_fail("window not shown", 2)
        } else {
            if (!qtest_events.keyRelease(key, modifiers, delay))
                qtest_fail("window not shown", 2)
        }
    }

    /*!
        \qmlmethod TestCase::keyClick(key, modifiers = Qt.NoModifier, delay = -1)

        Simulates clicking of \a key with optional \a modifiers on the currently
        focused item.  If \a delay is larger than 0, the test will wait for
        \a delay milliseconds.

        The event will be sent to the TestCase window or, in case of multiple windows,
        to the current active window. See \l QGuiApplication::focusWindow() for more details.

        \sa keyPress(), keyRelease()
    */
    function keyClick(key, modifiers, delay) {
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (typeof(key) == "string" && key.length == 1) {
            if (!qtest_events.keyClickChar(key, modifiers, delay))
                qtest_fail("window not shown", 2)
        } else {
            if (!qtest_events.keyClick(key, modifiers, delay))
                qtest_fail("window not shown", 2)
        }
    }

    /*!
        \since 5.10
        \qmlmethod TestCase::keySequence(keySequence)

        Simulates typing of \a keySequence. The key sequence can be set
        to one of the \l{QKeySequence::StandardKey}{standard keyboard shortcuts}, or
        it can be described with a string containing a sequence of up to four key
        presses.

        Each event shall be sent to the TestCase window or, in case of multiple windows,
        to the current active window. See \l QGuiApplication::focusWindow() for more details.

        \sa keyPress(), keyRelease(), {GNU Emacs Style Key Sequences},
        {QtQuick::Shortcut::sequence}{Shortcut.sequence}
    */
    function keySequence(keySequence) {
        if (!qtest_events.keySequence(keySequence))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mousePress(item, x = item.width / 2, y = item.height / 2, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)

        Simulates pressing a mouse \a button with optional \a modifiers
        on an \a item.  The position is defined by \a x and \a y.
        If \a x or \a y are not defined the position will be the center of \a item.
        If \a delay is specified, the test will wait for the specified amount of
        milliseconds before the press.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        \sa mouseRelease(), mouseClick(), mouseDoubleClickSequence(), mouseMove(), mouseDrag(), mouseWheel()
    */
    function mousePress(item, x, y, button, modifiers, delay) {
        if (!qtest_verifyItem(item, "mousePress"))
            return

        if (button === undefined)
            button = Qt.LeftButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (x === undefined)
            x = item.width / 2
        if (y === undefined)
            y = item.height / 2
        if (!qtest_events.mousePress(item, x, y, button, modifiers, delay))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mouseRelease(item, x = item.width / 2, y = item.height / 2, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)

        Simulates releasing a mouse \a button with optional \a modifiers
        on an \a item.  The position of the release is defined by \a x and \a y.
        If \a x or \a y are not defined the position will be the center of \a item.
        If \a delay is specified, the test will wait for the specified amount of
        milliseconds before releasing the button.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        \sa mousePress(), mouseClick(), mouseDoubleClickSequence(), mouseMove(), mouseDrag(), mouseWheel()
    */
    function mouseRelease(item, x, y, button, modifiers, delay) {
        if (!qtest_verifyItem(item, "mouseRelease"))
            return

        if (button === undefined)
            button = Qt.LeftButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (x === undefined)
            x = item.width / 2
        if (y === undefined)
            y = item.height / 2
        if (!qtest_events.mouseRelease(item, x, y, button, modifiers, delay))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mouseDrag(item, x, y, dx, dy, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)

        Simulates dragging the mouse on an \a item with \a button pressed and optional \a modifiers
        The initial drag position is defined by \a x and \a y,
        and drag distance is defined by \a dx and \a dy. If \a delay is specified,
        the test will wait for the specified amount of milliseconds before releasing the button.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        \sa mousePress(), mouseClick(), mouseDoubleClickSequence(), mouseMove(), mouseRelease(), mouseWheel()
    */
    function mouseDrag(item, x, y, dx, dy, button, modifiers, delay) {
        if (!qtest_verifyItem(item, "mouseDrag"))
            return

        if (item.x === undefined || item.y === undefined)
            return
        if (button === undefined)
            button = Qt.LeftButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        var moveDelay = Math.max(1, delay === -1 ? qtest_events.defaultMouseDelay : delay)

        // Divide dx and dy to have intermediate mouseMove while dragging
        // Fractions of dx/dy need be superior to the dragThreshold
        // to make the drag works though
        var intermediateDx = Math.round(dx/3)
        if (Math.abs(intermediateDx) < (util.dragThreshold + 1))
            intermediateDx = 0
        var intermediateDy = Math.round(dy/3)
        if (Math.abs(intermediateDy) < (util.dragThreshold + 1))
            intermediateDy = 0

        mousePress(item, x, y, button, modifiers, delay)

        // Trigger dragging by dragging past the drag threshold, but making sure to only drag
        // along a certain axis if a distance greater than zero was given for that axis.
        var dragTriggerXDistance = dx > 0 ? (util.dragThreshold + 1) : 0
        var dragTriggerYDistance = dy > 0 ? (util.dragThreshold + 1) : 0
        mouseMove(item, x + dragTriggerXDistance, y + dragTriggerYDistance, moveDelay, button)
        if (intermediateDx !== 0 || intermediateDy !== 0) {
            mouseMove(item, x + intermediateDx, y + intermediateDy, moveDelay, button)
            mouseMove(item, x + 2*intermediateDx, y + 2*intermediateDy, moveDelay, button)
        }
        mouseMove(item, x + dx, y + dy, moveDelay, button)
        mouseRelease(item, x + dx, y + dy, button, modifiers, delay)
    }

    /*!
        \qmlmethod TestCase::mouseClick(item, x = item.width / 2, y = item.height / 2, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)

        Simulates clicking a mouse \a button with optional \a modifiers
        on an \a item.  The position of the click is defined by \a x and \a y.
        If \a x and \a y are not defined the position will be the center of \a item.
        If \a delay is specified, the test will wait for the specified amount of
        milliseconds before pressing and before releasing the button.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        \sa mousePress(), mouseRelease(), mouseDoubleClickSequence(), mouseMove(), mouseDrag(), mouseWheel()
    */
    function mouseClick(item, x, y, button, modifiers, delay) {
        if (!qtest_verifyItem(item, "mouseClick"))
            return

        if (button === undefined)
            button = Qt.LeftButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (x === undefined)
            x = item.width / 2
        if (y === undefined)
            y = item.height / 2
        if (!qtest_events.mouseClick(item, x, y, button, modifiers, delay))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mouseDoubleClick(item, x = item.width / 2, y = item.height / 2, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)
        \deprecated

        Simulates double-clicking a mouse \a button with optional \a modifiers
        on an \a item.  The position of the click is defined by \a x and \a y.
        If \a x and \a y are not defined the position will be the center of \a item.
        If \a delay is specified, the test will wait for the specified amount of
        milliseconds before pressing and before releasing the button.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        \sa mouseDoubleClickSequence(), mousePress(), mouseRelease(), mouseClick(), mouseMove(), mouseDrag(), mouseWheel()
    */
    function mouseDoubleClick(item, x, y, button, modifiers, delay) {
        if (!qtest_verifyItem(item, "mouseDoubleClick"))
            return

        if (button === undefined)
            button = Qt.LeftButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (x === undefined)
            x = item.width / 2
        if (y === undefined)
            y = item.height / 2
        if (!qtest_events.mouseDoubleClick(item, x, y, button, modifiers, delay))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mouseDoubleClickSequence(item, x = item.width / 2, y = item.height / 2, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)

        Simulates the full sequence of events generated by double-clicking a mouse
        \a button with optional \a modifiers on an \a item.

        This method reproduces the sequence of mouse events generated when a user makes
        a double click: Press-Release-Press-DoubleClick-Release.

        The position of the click is defined by \a x and \a y.
        If \a x and \a y are not defined the position will be the center of \a item.
        If \a delay is specified, the test will wait for the specified amount of
        milliseconds before pressing and before releasing the button.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        This QML method was introduced in Qt 5.5.

        \sa mousePress(), mouseRelease(), mouseClick(), mouseMove(), mouseDrag(), mouseWheel()
    */
    function mouseDoubleClickSequence(item, x, y, button, modifiers, delay) {
        if (!qtest_verifyItem(item, "mouseDoubleClickSequence"))
            return

        if (button === undefined)
            button = Qt.LeftButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (delay == undefined)
            delay = -1
        if (x === undefined)
            x = item.width / 2
        if (y === undefined)
            y = item.height / 2
        if (!qtest_events.mouseDoubleClickSequence(item, x, y, button, modifiers, delay))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mouseMove(item, x, y, delay = -1)

        Moves the mouse pointer to the position given by \a x and \a y within
        \a item.  If a \a delay (in milliseconds) is given, the test will wait
        before moving the mouse pointer.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        \sa mousePress(), mouseRelease(), mouseClick(), mouseDoubleClickSequence(), mouseDrag(), mouseWheel()
    */
    function mouseMove(item, x, y, delay, buttons) {
        if (!qtest_verifyItem(item, "mouseMove"))
            return

        if (delay == undefined)
            delay = -1
        if (buttons == undefined)
            buttons = Qt.NoButton
        if (!qtest_events.mouseMove(item, x, y, delay, buttons))
            qtest_fail("window not shown", 2)
    }

    /*!
        \qmlmethod TestCase::mouseWheel(item, x, y, xDelta, yDelta, button = Qt.LeftButton, modifiers = Qt.NoModifier, delay = -1)

        Simulates rotating the mouse wheel on an \a item with \a button pressed and optional \a modifiers.
        The position of the wheel event is defined by \a x and \a y.
        If \a delay is specified, the test will wait for the specified amount of milliseconds before releasing the button.

        The position given by \a x and \a y is transformed from the co-ordinate
        system of \a item into window co-ordinates and then delivered.
        If \a item is obscured by another item, or a child of \a item occupies
        that position, then the event will be delivered to the other item instead.

        The \a xDelta and \a yDelta contain the wheel rotation distance in eighths of a degree. see \l QWheelEvent::angleDelta() for more details.

        \sa mousePress(), mouseClick(), mouseDoubleClickSequence(), mouseMove(), mouseRelease(), mouseDrag(), QWheelEvent::angleDelta()
    */
    function mouseWheel(item, x, y, xDelta, yDelta, buttons, modifiers, delay) {
        if (!qtest_verifyItem(item, "mouseWheel"))
            return

        if (delay == undefined)
            delay = -1
        if (buttons == undefined)
            buttons = Qt.NoButton
        if (modifiers === undefined)
            modifiers = Qt.NoModifier
        if (xDelta == undefined)
            xDelta = 0
        if (yDelta == undefined)
            yDelta = 0
        if (!qtest_events.mouseWheel(item, x, y, buttons, modifiers, xDelta, yDelta, delay))
            qtest_fail("window not shown", 2)
   }

    /*!
        \qmlmethod TouchEventSequence TestCase::touchEvent(object item)

        \since 5.9

        Begins a sequence of touch events through a simulated QTouchDevice::TouchScreen.
        Events are delivered to the window containing \a item.

        The returned object is used to enumerate events to be delivered through a single
        QTouchEvent. Touches are delivered to the window containing the TestCase unless
        otherwise specified.

        \code
        Rectangle {
            width: 640; height: 480

            MultiPointTouchArea {
                id: area
                anchors.fill: parent

                property bool touched: false

                onPressed: touched = true
            }

            TestCase {
                name: "ItemTests"
                when: windowShown
                id: test1

                function test_touch() {
                    var touch = touchEvent(area);
                    touch.press(0, area, 10, 10);
                    touch.commit();
                    verify(area.touched);
                }
            }
        }
        \endcode

        \sa TouchEventSequence::press(), TouchEventSequence::move(), TouchEventSequence::release(), TouchEventSequence::stationary(), TouchEventSequence::commit(), QTouchDevice::TouchScreen
    */

    function touchEvent(item) {
        if (!qtest_verifyItem(item, "touchEvent"))
            return

        return {
            _defaultItem: item,
            _sequence: qtest_events.touchEvent(item),

            press: function (id, target, x, y) {
                if (!target)
                    target = this._defaultItem;
                if (id === undefined)
                    qtest_fail("No id given to TouchEventSequence::press", 1);
                if (x === undefined)
                    x = target.width / 2;
                if (y === undefined)
                    y = target.height / 2;
                this._sequence.press(id, target, x, y);
                return this;
            },

            move: function (id, target, x, y) {
                if (!target)
                    target = this._defaultItem;
                if (id === undefined)
                    qtest_fail("No id given to TouchEventSequence::move", 1);
                if (x === undefined)
                    x = target.width / 2;
                if (y === undefined)
                    y = target.height / 2;
                this._sequence.move(id, target, x, y);
                return this;
            },

            stationary: function (id) {
                if (id === undefined)
                    qtest_fail("No id given to TouchEventSequence::stationary", 1);
                this._sequence.stationary(id);
                return this;
            },

            release: function (id, target, x, y) {
                if (!target)
                    target = this._defaultItem;
                if (id === undefined)
                    qtest_fail("No id given to TouchEventSequence::release", 1);
                if (x === undefined)
                    x = target.width / 2;
                if (y === undefined)
                    y = target.height / 2;
                this._sequence.release(id, target, x, y);
                return this;
            },

            commit: function () {
                 this._sequence.commit();
                 return this;
            }
        };
    }

    // Functions that can be overridden in subclasses for init/cleanup duties.
    /*!
        \qmlmethod TestCase::initTestCase()

        This function is called before any other test functions in the
        \l TestCase type.  The default implementation does nothing.
        The application can provide its own implementation to perform
        test case initialization.

        \sa cleanupTestCase(), init()
    */
    function initTestCase() {}

    /*!
        \qmlmethod TestCase::cleanupTestCase()

        This function is called after all other test functions in the
        \l TestCase type have completed.  The default implementation
        does nothing.  The application can provide its own implementation
        to perform test case cleanup.

        \sa initTestCase(), cleanup()
    */
    function cleanupTestCase() {}

    /*!
        \qmlmethod TestCase::init()

        This function is called before each test function that is
        executed in the \l TestCase type.  The default implementation
        does nothing.  The application can provide its own implementation
        to perform initialization before each test function.

        \sa cleanup(), initTestCase()
    */
    function init() {}

    /*!
        \qmlmethod TestCase::cleanup()

        This function is called after each test function that is
        executed in the \l TestCase type.  The default implementation
        does nothing.  The application can provide its own implementation
        to perform cleanup after each test function.

        \sa init(), cleanupTestCase()
    */
    function cleanup() {}

    /*! \internal */
    function qtest_verifyItem(item, method) {
        try {
            if (!(item instanceof Item) &&
                !(item instanceof Window)) {
                // it's a QObject, but not a type
                qtest_fail("TypeError: %1 requires an Item or Window type".arg(method), 2);
                return false;
            }
        } catch (e) { // it's not a QObject
            qtest_fail("TypeError: %1 requires an Item or Window type".arg(method), 3);
            return false;
        }

        return true;
    }

    /*! \internal */
    function qtest_runInternal(prop, arg) {
        try {
            qtest_testCaseResult = testCase[prop](arg)
        } catch (e) {
            qtest_testCaseResult = []
            if (e.message.indexOf("QtQuickTest::") != 0) {
                // Test threw an unrecognized exception - fail.
                qtest_results.fail("Uncaught exception: " + e.message,
                             e.fileName, e.lineNumber)
            }
        }
        return !qtest_results.failed
    }

    /*! \internal */
    function qtest_runFunction(prop, arg) {
        qtest_runInternal("init")
        if (!qtest_results.skipped) {
            qtest_runInternal(prop, arg)
            qtest_results.finishTestData()
            qtest_runInternal("cleanup")
            qtest_destroyTemporaryObjects()
            qtest_results.finishTestDataCleanup()
            // wait(0) will call processEvents() so objects marked for deletion
            // in the test function will be deleted.
            wait(0)
        }
    }

    /*! \internal */
    function qtest_runBenchmarkFunction(prop, arg) {
        qtest_results.startMeasurement()
        do {
            qtest_results.beginDataRun()
            do {
                // Run the initialization function.
                qtest_runInternal("init")
                if (qtest_results.skipped)
                    break

                // Execute the benchmark function.
                if (prop.indexOf("benchmark_once_") != 0)
                    qtest_results.startBenchmark(TestResult.RepeatUntilValidMeasurement, qtest_results.dataTag)
                else
                    qtest_results.startBenchmark(TestResult.RunOnce, qtest_results.dataTag)
                while (!qtest_results.isBenchmarkDone()) {
                    var success = qtest_runInternal(prop, arg)
                    qtest_results.finishTestData()
                    if (!success)
                        break
                    qtest_results.nextBenchmark()
                }
                qtest_results.stopBenchmark()

                // Run the cleanup function.
                qtest_runInternal("cleanup")
                qtest_results.finishTestDataCleanup()
                // wait(0) will call processEvents() so objects marked for deletion
                // in the test function will be deleted.
                wait(0)
            } while (!qtest_results.measurementAccepted())
            qtest_results.endDataRun()
        } while (qtest_results.needsMoreMeasurements())
    }

    /*! \internal */
    function qtest_run() {
        if (TestLogger.log_start_test()) {
            qtest_results.reset()
            qtest_results.testCaseName = name
            qtest_results.startLogging()
        } else {
            qtest_results.testCaseName = name
        }
        running = true

        // Check the run list to see if this class is mentioned.
        let checkNames = false
        let testsToRun = {} // explicitly provided function names to run and their tags for data-driven tests

        if (qtest_results.functionsToRun.length > 0) {
            checkNames = true
            var found = false

            if (name.length > 0) {
                for (var index in qtest_results.functionsToRun) {
                    let caseFuncName = qtest_results.functionsToRun[index]
                    if (caseFuncName.indexOf(name + "::") != 0)
                        continue

                    found = true
                    let funcName = caseFuncName.substring(name.length + 2)

                    if (!(funcName in testsToRun))
                        testsToRun[funcName] = []

                    let tagName = qtest_results.tagsToRun[index]
                    if (tagName.length > 0) // empty tags mean run all rows
                        testsToRun[funcName].push(tagName)
                }
            }
            if (!found) {
                completed = true
                if (!TestLogger.log_complete_test(qtest_testId)) {
                    qtest_results.stopLogging()
                    Qt.quit()
                }
                qtest_results.testCaseName = ""
                return
            }
        }

        // Run the initTestCase function.
        qtest_results.functionName = "initTestCase"
        var runTests = true
        if (!qtest_runInternal("initTestCase"))
            runTests = false
        qtest_results.finishTestData()
        qtest_results.finishTestDataCleanup()
        qtest_results.finishTestFunction()

        // Run the test methods.
        var testList = []
        if (runTests) {
            for (var prop in testCase) {
                if (prop.indexOf("test_") != 0 && prop.indexOf("benchmark_") != 0)
                    continue
                var tail = prop.lastIndexOf("_data");
                if (tail != -1 && tail == (prop.length - 5))
                    continue
                testList.push(prop)
            }
            testList.sort()
        }

        for (var index in testList) {
            var prop = testList[index]

            if (checkNames && !(prop in testsToRun))
                continue

            var datafunc = prop + "_data"
            var isBenchmark = (prop.indexOf("benchmark_") == 0)
            qtest_results.functionName = prop

            if (!(datafunc in testCase))
                datafunc = "init_data";

            if (datafunc in testCase) {
                if (qtest_runInternal(datafunc)) {
                    var table = qtest_testCaseResult
                    var haveData = false

                    let checkTags = (checkNames && testsToRun[prop].length > 0)

                    qtest_results.initTestTable()
                    for (var index in table) {
                        haveData = true
                        var row = table[index]
                        if (!row.tag)
                            row.tag = "row " + index    // Must have something
                        if (checkTags) {
                            let tags = testsToRun[prop]
                            let tagIdx = tags.indexOf(row.tag)
                            if (tagIdx < 0)
                                continue
                            tags.splice(tagIdx, 1)
                        }
                        qtest_results.dataTag = row.tag
                        if (isBenchmark)
                            qtest_runBenchmarkFunction(prop, row)
                        else
                            qtest_runFunction(prop, row)
                        qtest_results.dataTag = ""
                        qtest_results.skipped = false
                    }
                    if (!haveData) {
                        if (datafunc === "init_data")
                           qtest_runFunction(prop, null, isBenchmark)
                        else
                           qtest_results.warn("no data supplied for " + prop + "() by " + datafunc + "()"
                                            , util.callerFile(), util.callerLine());
                    }
                    qtest_results.clearTestTable()
                }
            } else if (isBenchmark) {
                qtest_runBenchmarkFunction(prop, null, isBenchmark)
            } else {
                qtest_runFunction(prop, null, isBenchmark)
            }
            qtest_results.finishTestFunction()
            qtest_results.skipped = false

            if (checkNames && testsToRun[prop].length <= 0)
                delete testsToRun[prop]
        }

        // Run the cleanupTestCase function.
        qtest_results.skipped = false
        qtest_results.functionName = "cleanupTestCase"
        qtest_runInternal("cleanupTestCase")

        // Complain about missing functions that we were supposed to run.
        if (checkNames) {
            let missingTests = []
            for (var func in testsToRun) {
                let caseFuncName = name + '::' + func
                let tags = testsToRun[func]
                if (tags.length <= 0)
                    missingTests.push(caseFuncName)
                else
                    for (var i in tags)
                        missingTests.push(caseFuncName + ':' + tags[i])
            }
            missingTests.sort()
            if (missingTests.length > 0)
                qtest_results.fail("Could not find test functions: " + missingTests, "", 0)
        }

        // Clean up and exit.
        running = false
        completed = true
        qtest_results.finishTestData()
        qtest_results.finishTestDataCleanup()
        qtest_results.finishTestFunction()
        qtest_results.functionName = ""

        // Stop if there are no more tests to be run.
        if (!TestLogger.log_complete_test(qtest_testId)) {
            qtest_results.stopLogging()
            Qt.quit()
        }
        qtest_results.testCaseName = ""
    }

    onWhenChanged: {
        if (when != qtest_prevWhen) {
            qtest_prevWhen = when
            if (when && !completed && !running && qtest_componentCompleted)
                qtest_run()
        }
    }

    onOptionalChanged: {
        if (!completed) {
            if (optional)
                TestLogger.log_optional_test(qtest_testId)
            else
                TestLogger.log_mandatory_test(qtest_testId)
        }
    }

    Component.onCompleted: {
        QTestRootObject.hasTestCase = true;
        qtest_componentCompleted = true;
        qtest_testId = TestLogger.log_register_test(name)
        if (optional)
            TestLogger.log_optional_test(qtest_testId)
        qtest_prevWhen = when
        if (when && !completed && !running)
            qtest_run()
    }
}
PK�[���H�8�8QtTest/libqmltestplugin.sonuȯ��ELF>�O@x1@8	@�� ��!�!H� 00!0!��888$$ppp  S�tdppp  P�td � � ���Q�tdR�td��!�!HXGNU��n�]�����B�k`�Y��@00���l�⍺�|CE���qX-���C���:U)�a6y�~/��^��m	��o�	��B!�@T�Y��]K��
�
�
�
n��
�=
�!dD, Y���d<	�
x����
	� ��}��F"�	�C#@�Q�Z
�Z4w v^4�{
�{��j��
�-$	�o�
��[��U$����
��t�6B�	�Q��Q�X !� !� !��Q=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN11QTouchEvent10TouchPointD1Ev_ZN9QListData7disposeEPNS_4DataE_ZN16QCoreApplication4selfE_Z17qt_handleKeyEventP7QWindowN6QEvent4TypeEi6QFlagsIN2Qt16KeyboardModifierEERK7QStringbt_ZN16QCoreApplication13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE_ZN10QArrayData10deallocateEPS_mm_ZN10QArrayData11shared_nullE_ZN15QGuiApplication11focusWindowEv__stack_chk_fail_Z9qt_assertPKcS0_i_ZN7QStringC1E5QChar_ZN7QObjectC2EPS__ZN7QObjectD2Ev_ZN5QTest17defaultMouseDelayEv_ZN10QQuickItem16staticMetaObjectE_ZNK11QMetaObject4castEP7QObject_ZNK10QQuickItem6windowEv_ZN5QTest10keyToAsciiEN2Qt3KeyE_ZN5QTest10asciiToKeyEc_ZNK8QVariant8userTypeEv_ZNK8QVariant8toStringEv_ZN12QKeySequence10fromStringERK7QStringNS_14SequenceFormatE_ZNK8QVariant5toIntEPb_ZN12QKeySequenceC1ENS_11StandardKeyE_ZNK12QKeySequenceixEj_ZNK12QKeySequence5countEv_ZN12QKeySequenceD1Ev_ZN12QTouchDeviceC1Ev_ZN12QTouchDevice7setTypeENS_10DeviceTypeE_ZN22QWindowSystemInterface19registerTouchDeviceEPK12QTouchDevice_ZN12QMapDataBase11shared_nullE_ZN12QMapDataBase8freeTreeEP12QMapNodeBasei_ZN12QMapDataBase8freeDataEPS__ZN9QListData11detach_growEPii_ZN11QTouchEvent10TouchPointC1ERKS0__ZN9QListData11shared_nullE_ZNK12QMapNodeBase8nextNodeEv_ZN9QListData6appendEv_ZN9QListData6detachEi_ZN9QListData7reallocEi_ZN12QMapDataBase10createNodeEiiP12QMapNodeBaseb_ZN12QMapDataBase10createDataEv_ZN12QMapDataBase18recalcMostLeftNodeEv_ZN5QTest6qSleepEi_Z19qt_handleTouchEventP7QWindowP12QTouchDeviceRK5QListIN11QTouchEvent10TouchPointEE6QFlagsIN2Qt16KeyboardModifierEE_ZNK7QWidget12windowHandleEv_ZN11QTouchEvent10TouchPoint8setStateE6QFlagsIN2Qt15TouchPointStateEE_ZN11QTouchEvent10TouchPointC1Ei_ZNK10QQuickItem10mapToSceneERK7QPointF_ZNK7QWindow11mapToGlobalERK6QPoint_ZN11QTouchEvent10TouchPoint12setScreenPosERK7QPointF_ZN5QTest5qWaitEi_ZN11QMouseEventC1EN6QEvent4TypeERK7QPointFN2Qt11MouseButtonE6QFlagsIS6_ES7_INS5_16KeyboardModifierEE_ZN11QMouseEventC1EN6QEvent4TypeERK7QPointFS4_N2Qt11MouseButtonE6QFlagsIS6_ES7_INS5_16KeyboardModifierEE_ZN6QEventaSERKS__ZN11QMouseEventD1Ev_ZN7QString17fromLatin1_helperEPKcistrlen_ZNK7QString3argERKS_i5QChar_ZN7QString23toLatin1_helper_inplaceERS__ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN5QTest5qWarnEPKcS1_i_ZN11QWheelEventC1E7QPointFS0_6QPointS1_6QFlagsIN2Qt11MouseButtonEES2_INS3_16KeyboardModifierEENS3_11ScrollPhaseEbNS3_16MouseEventSourceE_ZN11QWheelEventD1Ev_ZN5QTest23printAvailableFunctionsE_ZN15QGuiApplication10styleHintsEv_ZNK11QStyleHints17startDragDistanceEv_ZNK8QVariant8typeNameEv_ZN7QString15fromUtf8_helperEPKci_ZNK8QVariant10canConvertEi_ZN5QtQml9qmlEngineEPK7QObject_ZN3QV415ExecutionEngine9newStringERK7QString_ZN8QJSValueC1EPN3QV415ExecutionEngineEy_ZN8QQmlTypeC1Ev_ZN9QMetaType9typeFlagsEi_ZN7QObject16staticMetaObjectE_ZN12QQmlMetaType7qmlTypeEPK11QMetaObject_ZN8QQmlTypeaSEOS__ZN8QQmlTypeD1Ev_ZNK8QQmlType11qmlTypeNameEv_ZNK8QVariant7convertEiPv_ZNK8QVariant9constDataEv_ZNK8QVariant3cmpERKS__ZNK3QV415ExecutionEngine10stackTraceEi_ZN8QJSValueC1ENS_12SpecialValueE_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZN15QuickTestResultC2EP7QObject_ZN15QuickTestResultD2Ev_ZNK11QMetaObject9classNameEvmemcpy_ZN10QByteArrayC1EPKci_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_ZN15QuickTestResult16staticMetaObjectE_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZTI15QuickTestResult_ZNK15QuickTestResult10metaObjectEv_ZN15QuickTestResult11qt_metacastEPKc_ZN15QuickTestResult11qt_metacallEN11QMetaObject4CallEiPPv_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTI7QObject_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZN8QJSValueD1EvlibQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5QuickTest.so.5libQt5Widgets.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Test.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5GLIBC_2.14GLIBC_2.2.5GLIBC_2.4Qt_5.15.3_PRIVATE_APICXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9Qt_5.15	

	

					 %��� %�
��@����ui	�ii

� YxO
	��0YxO
�%��*0YxO
�%��L %���@ӯkt)�yѯ#\��0%���!�Q�!�P�!`Q�!�!�!2��!=��!J��!U�!f�!p�(!��0!��X!��p!P!x!�Q�!0S�!�S�!�S�!�S�!P!�!�S�!T(!�0!��8!�QX!��`!!p!��!@��!p!�!P!�!��!���!p��!P��!p�!h!0!��8!��!�!�!���!��!`��!��!@��!@�!`� !�!(!о0!@�8!�@!�H!p��!!�!��!���!p��! ]�!@]!�!��!��H!��P!`�X!�x!���!p!�!���!��!`��!@��!`�!@�!��!��P!{P!{h!{�!{�!{!{p!{`![�!!�!!@!!�!!P!!�!!�!!�!s�!sH!s�!sX!s�!s�!s�!K�!KP!K�!K`!K�!K�!K�!W�!WX!W�!Wh!W�!W�!W�!i�!i`!i�!ip!i�!i�!i�!��!�h!��!�x!��!��!��!!p!�!�!�!�!�!&!+ !x!!k !M(!5�!!�!!6@!6!6�!6�!�!�!,�!9�!G�!I�!O�!R�!U�!]�!w�!x�!�!!! !(!0!8!@!	H!
P!X!
`!h!p!x!�!�!�!�!�!�!�!�!�!�!�!�! �!"�!#�!$�!%!'!(!)!* !-(!.0!/8!0@!1H!2P!3X!4`!7h!8p!:x!;�!<�!=�!>�!?�!@�!A�!B�!C�!D�!E�!F�!H�!J�!L�!N�!O!P!Q!S!T !V(!X0!Y8!Z@!\H!^P!_X!``!ah!bp!cx!d�!e�!f�!g�!h�!j�!l�!m�!n�!o�!p�!q�!r�!t�!u�!v�!y!z!|!}!~ !�(!�0!�8!�@!�H!�P!�X!�`!�h!�p!�x!���H��H�!� H��t��H����52� �%3� ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn���������%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D�UH�5l�H�=-�����ZH�5T�H�=������`H�5�H�=�����jH�5��H�=�����tH�5�H�=������H�5ȐH�=��p�����H�5��H�=���X�����H�5��H�=��@�����H�5��H�=���(�����H�5h�H�=��������H���H�5�H�=�� H�
�V����H�=�� H��H��� H�5`� �+���f.��H�=	� H�� H9�tH��� H��t	�����H�=�� H�5�� H)�H��H��H��?H�H�tH�U� H��t��fD�����=�� u+UH�=B� H��tH�=>� �����d����m� ]������w������Ðf.���H�H�(t	���@H�A� ���H�ա�@��SH���� ����H�� H��t<�P��t5H�=� t+H�����@����H��� H��[�f.������1�H��H������H�
� H��H�H��xH�CH��TH�D$H�D$���H�=�� H��� H�y� H���u����/u�u���H�^� H���c���H��1�[�DH�=1� �<���������H�� H�5&� H�� H�=DH�� ��H�=�� ��������f���H��tGUH��SH��H�5ЌH��H���L�����H���uH��[]�@H��H��H��[]�G����1�Ðff.�����'������H�� H�H��xH�G���D��H��� H��H�H��xH�G������H��� SH��H�H��xH�G���H�߾[�����H�]� SH�_�H�G�H��xH�H���m���H�߾[��f.�D��H�H��t�(uH�?H��t�����f.�DATH�GI��USHcWH��HcWH�,�H9�tH��H�����H9�u�[L��]A\�C�AWAVAUATUSH��(dH�%(H�D$1�H��� H�8�����I��A��I��D��D��H���a��������%���nL�l$�������M�������=I�H�T$������H��E1�M���UD��L�����1��C�H�|$ �ZY�������t�/H�|$��H�D$dH3%(��H��([]A\A]A^A_�I�H�T$�������L�l$1�A��A��L��D��L�����H�|$���t���t�/H�|$u�����I�H�T$������W�A��A��L��D��L���^���H�|$����-���������&���@I�H�L$��������D$L�l$H��E1�UD��M��پL���d���1���H�|$ �A_X�D$��t���t%�/H�|$u���D$��D$����������}���w���H�~� H��E1ɉ�M��H�T$� U����D�|$��I��H���K����|$���f.�H�)� H����E1ɺ"M��L��H�D$��U�o���1���H�|$ �ZY��t����u����/H�|$�f������!��O���@H��� H����M��E1ɺ#L��H�D$��U��1���H�|$ �^AX��t"������/H�|$���f.���������@H�1� H��E1ɉ�M��L��H�T$�!U�}�1���H�|$ �AYAZ��t����i����/H�|$�Z�������)��?���@H��� �D$E1�1�H��M��L��H�T$� U��1���H�|$ �A[X�D$��t��������/H�|$�������D$��D$���@�������U���������H�	� �D$��E1�H����M��L��H�T$��!U�K�1����H�|$ �^AX�D$��t"����,����/H�|$����f.����D$����D$���@H�y� �D$��E1�H����M��L��H�T$��#U��1��T�H�|$ �AYAZ�D$��t!���������/H�|$�����f����D$�]��D$�[���@H��� �D$E1ɉ�H��M��L��H�T$�"U�1�1����H�|$ �A[A^�D$��t���������/H�|$�������D$����D$����@��E����:�f.�AVA��AUI��ATA��USH�� dH�%(H�D$1�����H�� H�l$H�\$������$D��H��D��L����H�|$���tH���t�/H�|$t8���tG���t�+t<H�D$dH3%(��H�� []A\A]A^�fD��������u���H�������H�l$��D�L$H��D�D$���H�O� H�\$H�D$�D�D$D�L$��t��������(����H�|$��D�L$D�D$�d�D�D$D�L$H�\$����������������f���SH�����H��� �CH��H�[�ff.����H�]� H��H��������H�=� SH��H��H����H�߾[�w��fD���w��fD��USH��H��H��tH�F�@ @tH��H��[]�f.�H�-� H����H��tH��H��[]��fDH�CH��H�p���H��H��t�H��H��[]��f�1��y�������AVI��AUA��ATA��U��S��H��H��t,���U�E��E�����H��1�� ���[�]A\A]A^�f�L�����H��H��u�[1�]A\A]A^Ð@��AVI��AUA��ATA��U��S��H��H��t4�����E��E�����H�޿���[�]A\A]A^��L��� ���H��H��u�[1�]A\A]A^Ðff.����AVI��AUA��ATA��U��S��H��H��t4���e�E��E�����H�޿�-���[�]A\A]A^��L�����H��H��u�[1�]A\A]A^Ðff.����AVAUATUSH��x�G�I��H��A��A����H��H��tFH��H�P�f=��Cى���E��E��ى�H��1����[�]A\A]A^�L������H��1�H��u�[]A\A]A^Ðff.����AVAUATUSH��x���I��H��A��A�����H��H��tNH��H�P�f=��Cى����E��E��ى�H�����[�]A\A]A^��L���X���H��1�H��u�[]A\A]A^Ð@��AVAUATUSH��x�7�I��H��A��A���F�H��H��tNH��H�P�f=��Cى��M�E��E��ى�H���F���[�]A\A]A^��L�����H��1�H��u�[]A\A]A^Ð@��AWAVAUATUH��SH��H��(dH�%(H�D$1���I��H���H���?���tZL�d$H��H�l$L���E�H��L���%�H�|$���t���t>�/H�|$u3���+��"f�1�H��H�l$��H�����1�A������MD��H�������H���%���A�����D��%�A���9�E��E��D����L������H����9��H�����H�T$dH3%(u/H��([]A\A]A^A_��H���H���I��H������1������f���SH���S�H��t[�@H��[�����ff.���H�-� H��t��S��=�H��H����H��1�H��� ���H�=� �u�H�� [�ff.����AUI��ATUH��SH��H���t�H��� H��H��H��n���L��H��I�����H�� L�c0H�k@H�SH�SH�C H�C(�C8H��[]A\A]�ff.���ATI��UH���HS�h�L��H��H��H���W���H��[]A\Ðff.���AUATUH�oSH��H��dH�%(H�D$1�H�G�@����1��u�H�{H9{t9H��H���=H�$H�CH�SH�$���t���t�(u	H�<$�v'H�{H�-� H�k���tQ���t�/tF�E��t/���t�mt#H�L$dH3%(H����H��[]A\A]ÐH���'��fD�'�f�����H�{(t/I��H��L���:H�{(H�s01�L���o�L���g&����f�H�{ �����I��H��L����9H�{ L�k0���1�L��L��H���*�L���"&��������AW1�AVAUL�oATUH��S��H��HH�WdH�%(H�D$81�H�BH��u��H��H�@H��t;X~�H�@H��u�H����;Y�����vL���;H�E1�H�@H��u���H��H�@H��t;X~�H�@H��u�H����L�r ;Z���L����H��H�t$8dH34%(�\H��H[]A\A]A^A_�DH�EL�x1�M��u�,@L��M�M��tA;_~�M�M��u�H���;X��H�D$�����H��H�$��H�E1�H�4$H�@H��u�4�H��H�@H��t;X~�H�@H��u�H�4$H��t	;Y|H�q L�t$ L����H�}����H�G1�H��u�(�H��H�@H��t;X~�H�@H��u�H����H�A ;Y��H�t$ H90H�D$t-L�d$0L��L����H�D$H�L$0L��H�H�H�T$0�t�L���l�H�<$�c�H�U����f.�L�d$(�����L�����H�}�����H�OH���2E1��DH�AI��A�H��tH��;Y~�H�AE1�H��u�M���	A;^��H�D$(I9F t*H�\$0L��H�����H�T$0I�F H��I�V H�D$0��I�� L�������f�L���H9H�}�P����L�t$ ��L���	�H�}���vL���9H�}H�G1�H��u�f�H��H�@H��t;X~�H�@H��u�H��tqL�z ;Z|hH�T$ I�L��I�H�D$ ��H�U����H�OA�fD��(�a�L��XL�p L���������f.�L�d$(�����L���>�H�}�����H�OH����E1��DH�AI��A�H��tH��;Y~�H�AE1�H��u�M���qA;_�gH�D$(I9G t2H�D$0L��H��H�$�0�H�L$0I�W H�$I�O H��H�T$0��I�� L����������L���7H�}����L���7H�}�8����L�d$(�����L���N�H�}���vL���[7H�}H�OH��u#��f�H�AI��A�H��tH��;Y~�H�AE1�H��u�M����A;_��H�D$(I9G t4H�D$0L��H��H�D$�7�H�t$0I�O H�D$I�w H��H�L$0���I�G L��H�D$���H�D$�=���DH�OA�fD��(�Y�L��XL�x L��������f�H�OA�fD��(�!�L��XH�� H��H�D$��H�D$�l�������f.���AWAVAUATI��UH��S��H��H��hH�@�D$�$dH�%(H�D$X1��O�H���~�D$�$L��I��H�=V� �D$0�L$8�m�H��tH�t$0H���k���D$0�L$8�L$8f��f/��K��t�D$0�X�f/��,��i�X��,�H�M�D$(H�u�T$,1�H�AH�4$H��u��H��H�@H��t;X~�H�@H��u�H����L�|$@;Z�����v	H�<$��4H�E1�H�@H��u�H��H�@H��t;X~�H�@H��u�H����L�b ;Z��H�t$(L���S��f�L��L���*�H��H�� �D$@f��*��D$H�U���L���H��H�\$XdH3%(H���KH��h[]A\A]A^A_�f�f(��\�s��s�,�f��*��\��D$0�X��,��f/������f(��\
ns�,�f���*��\��X��,���t����L�t$ �����L�����H�}����7H�OH���BE1��DH�QI��A�H��tH��;Y~�H�QE1�H��u�M���A;\$�H�D$ I9D$ t'L��L�����H�T$@I�D$ L��I�T$ H�D$@�[��I�� ��f�L�d$��L������H�}���wvH�G1�H��u��fDH��H�@H��t;X~�H�@H��u�H����;Z��H�� L�|$@H�L$H�L��H�
H�D$����H�M���f.�H�<$�w2H�}�x���fDH�<$�_2H�}���fDH�OA�fD�(����L���XL�` L���o��L���W���r���f�L�t$ �����L������H�}���v
H�<$��1H�}H�OH����1��DH�AH��A�H��tH��;Y~�H�AE1�H��u�H��t};Z|xH�D$ L�|$@H9B t9L�|$@L��H�T$L������H�T$H�L$@L��H�B H�J H�D$@���H�T$H�� L��H�T$���H�T$���@H�OA�fD��(L�|$@����L���XH�P H��H�T$�M��H�T$�������AWAVAUATI��UH��S��H��H��hH�@�D$�$dH�%(H�D$X1���H���~�D$�$L��I��H�=&� �D$0�L$8�=��H��tH�t$0H���;���D$0�L$8�L$8f��f/��K��o�D$0�X�f/��,��i�X��,�H�M�D$(H�u�T$,1�H�AH�4$H��u��H��H�@H��t;X~�H�@H��u�H����L�|$@;Z�����v	H�<$�/H�E1�H�@H��u�H��H�@H��t;X~�H�@H��u�H����L�b ;Z��H�t$(L���#��f�L��L���*�H��H�� �D$@f��*��D$H�%���L�����H�\$XdH3%(H���KH��h[]A\A]A^A_�f�f(��\|n�ln�,�f��*��\��D$0�X��,��f/������f(��\
>n�,�f���*��\��X��,���t����L�t$ �����L���^��H�}����7H�OH���BE1��DH�QI��A�H��tH��;Y~�H�QE1�H��u�M���A;\$�H�D$ I9D$ t'L��L���W��H�T$@I�D$ L��I�T$ H�D$@�+��I�� ��f�L�d$��L�����H�}���wvH�G1�H��u��fDH��H�@H��t;X~�H�@H��u�H����;Z��H�� L�|$@H�L$H�L��H�
H�D$���H�M���f.�H�<$�G-H�}�x���fDH�<$�/-H�}���fDH�OA�fD�(�����L���XL�` L���?��L���'���r���f�L�t$ �����L�����H�}���v
H�<$�,H�}H�OH����1��DH�AH��A�H��tH��;Y~�H�AE1�H��u�H��t};Z|xH�D$ L�|$@H9B t9L�|$@L��H�T$L�����H�T$H�L$@L��H�B H�J H�D$@�l��H�T$H�� L��H�T$�V��H�T$���@H�OA�fD��(L�|$@���L���XH�P H��H�T$���H�T$��Q�����AWAVAUATI��UH��S��H��H��hH�@�D$�$dH�%(H�D$X1����H���~�D$�$L��I��H�=�� �D$0�L$8�
��H��tH�t$0H������D$0�L$8�L$8f��f/��K��j�D$0�X�f/��,��i�X��,�H�M�D$(H�u�T$,1�H�AH�4$H��u��H��H�@H��t;X~�H�@H��u�H����L�|$@;Z�����v	H�<$�*H�E1�H�@H��u�H��H�@H��t;X~�H�@H��u�H����L�b ;Z��H�t$(L������f�L��L���*�H��H�� �D$@f��*��D$H����L������H�\$XdH3%(H���KH��h[]A\A]A^A_�f�f(��\Li�<i�,�f��*��\��D$0�X��,��f/������f(��\
i�,�f���*��\��X��,���t����L�t$ �����L���.��H�}����7H�OH���BE1��DH�QI��A�H��tH��;Y~�H�QE1�H��u�M���A;\$�H�D$ I9D$ t'L��L���'��H�T$@I�D$ L��I�T$ H�D$@���I�� ��f�L�d$��L�����H�}���wvH�G1�H��u��fDH��H�@H��t;X~�H�@H��u�H����;Z��H�� L�|$@H�L$H�L��H�
H�D$�s��H�M���f.�H�<$�(H�}�x���fDH�<$�'H�}���fDH�OA�fD�(����L���XL�` L�����L������r���f�L�t$ �����L���~��H�}���v
H�<$�'H�}H�OH����1��DH�AH��A�H��tH��;Y~�H�AE1�H��u�H��t};Z|xH�D$ L�|$@H9B t9L�|$@L��H�T$L���k��H�T$H�L$@L��H�B H�J H�D$@�<��H�T$H�� L��H�T$�&��H�T$���@H�OA�fD��(L�|$@���L���XH�P H��H�T$����H�T$��!���AWAVI��AUATUSH��8dH�%(H��$(1���$pH������M���h��Hc�H��A��E��M�̓������$p�����$p9�����~�׉�$p�����$p� �������l�AMf��f/����Pef���X��,��AMf/����X��,�H�==� L���T$�D$(�T$,�O��H��tEL��H���O��f��T$f/����X��,�f�f/����X��,��D$(�T$,E��A���E��t	E���u��L�|$@L�l$PE��E��L����L��H�D$@H�D$H���������M���H�t$(H�����f�E��E���*�H�� H�T$0L��H�T$��D$@f��*�H��$�H��H���D$Pf��*D$0�D$8f��*D$4�D$@AVI������L��L���#����$�fo�$�fo�$fo�$�D$tH��$�)�$�H�D$x)�$�)�$���$ L����$���$$��$���$(��$�H��$,H��$������ ���ס H�H�D$xXZH�o� �L$bL��H��H�8H��P`����L������H��$(dH3%(�xH��8[]A\A]A^A_�f.��+�����'���@f(��\�b��bf���,�f��*��\��X��,��AM�f/��J���f(��\zb�,�f��*��\��X��,���'�������H�t$(H���z��f�E��E1��*�H�� H�T$0L��H�T$��D$@f��*�H��$�H��H���D$Pf��*D$0�D$8f��*D$4�D$@AVI�����L��L�������$�fo�$�fo�$fo�$�D$tH��$�)�$�H�D$x)�$�)�$����fD�1H�=T`�w��H�D$H��� H��H�����H�߉��U��H�\$H�T$ 1�H�t$A� H�D$ H������H��L������H�D$@������P�pL����������H�|$@H�WH�H�5:`������H�|$@��������t�/H�|$@��H�|$0��������t�/H�|$0��H�|$ ��������t�/H�|$ ��H�|$���t ����<����/H�|$�-�������������@H�PH��H�������*���f�H��M��E��D��j�L��H��1�����M��E��D��L��H���$�������M��E��D��L��H��1��$�������M��E��D���$����L��H���w���E���M��D��L��H���$�����W���_AX�\����H�t$(H�����f�L��E1��*�H�� H�T$0E��H�T$��D$@f��*�H��$�H��H���D$Pf��*D$0�D$8f��*D$4�D$@AVI������L��L�������$�L��fo�$�fo�$fo�$�D$tH��$�)�$�H�D$x��$ )�$���$���$$)�$���$���$(��$�H��$,H��$�����ܜ �P�Hc҉˜ H�T$xY^���H�t$(H���K��f�E��E���*�H�� H�T$0L��H�T$��D$@f��*�H��$�H��H���D$Pf��*D$0�D$8f��*D$4�D$@AVI�����L��L��������$�fo�$�fo�$fo�$�D$tH��$�)�$�H�D$x)�$�)�$�����f(��\
4]�,�f���*��\��X��,���@���Df(��\]�,�f���*��\��X��,�����DH��M��E��D��j�L��H��1��0���@���9������@���!������@���	�����������H�5�[H�=�[�w���fD��AVE��AUA��ATA��UH��SH��H��0�D$�$dH�%(H�D$(1����H��1�H��t=�D$�$H��1�H��D	cE��D���D$�L$ AVL�L$ ���X�ZH�T$(dH3%(u
H��0[]A\A]A^�������AVE��AUA��ATA��UH��SH��H��0�D$�$dH�%(H�D$(1��Q��H��1�H��tE�D$D��H��H���L$��!CE���D$D���L$ AVL�L$ �	���X�ZH�T$(dH3%(u
H��0[]A\A]A^������AUE��ATA��U��SH��H��8�D$�$dH�%(H�D$(1����H��1�H��t;�D$�$H�ډ�H��E���D$�L$ AUL�L$ �i�X�ZH�T$(dH3%(uH��8[]A\A]��b��f���AUE��ATA��U��SH��H��8�D$�$dH�%(H�D$(1����H��1�H��t;�D$�$H�ډ�H��E���D$�L$ AUL�L$ ���X�ZH�T$(dH3%(uH��8[]A\A]�����f���AUE��ATA��U��SH��H��8�D$�$dH�%(H�D$(1��g��H��1�H��t;�D$�$H�ډ�H��E���D$�L$ AUL�L$ �)�X�ZH�T$(dH3%(uH��8[]A\A]��"���f���AUA��ATI��UH��S��H��8�D$�$dH�%(H�D$(1�����H��tr�ۉ��$�D$tQ�D$H��H��H���L$ E1��AUL�L$ ��X�ZH�T$(dH3%(u$H��8[]A\A]�DA�L$�f�1����g����fD��AWA��AVA��AUE��ATUH��SD��H���D$�$dH�%(H��$�1����H�����D$�$�D$ �L$(H��������$��I��t�.���9�$�}� �����$���$���~��$��Ҿ��H�=�� H��H�D$����H��tEH�t$ H������f��f/���bWf/��X��,��8�X��,��D$�T$D�����E��t���"��H�t$L��I�� �Y���f�I	�f���*D$H�\$0jH��jH�� f��f���*�D��E1�A���*�L��1�H���*L$,�\���L$RH��L��H�� H�8H��P`ZY��tCH������H��$�dH3%(��H�Ĩ[]A\A]A^A_�D1���@1�1�H�=�U�x���fDf(��\LV�,�f���*��\��,V�X��,��f/�����f(��\
V�,�f���*��\��X��,�����������H����t���t�(t��H�?������SH��H�{ �_���H�{H��t���H�[H��u�[�fD��AWAVAUATUSH��H��H�oH����H�} ����L�eM����I�|$ ���M�l$M����I�} ���M�uM���ZI�~ �ѽ��M�~M���DI� 軽��I�GH����H�x H�$衽��H�$H�PH��tQH�z H�D$H�$肽��H�$H�D$H�zH��tH�T$H�$��H�T$H�$H�zH��t
H�$����H�$H�@H��t:H�x H�$�-���H�$H�xH��t	���H�$H�xH��t���f�M�M��twI� ���I�GH��t1H�x H�$�ؼ��H�$H�xH��t	�V���H�$H�xH��t�D���M�M��t+I� 袼��I�H��t�$���I�H��t����fDM�vM����I�~ �j���M�~M��tqI� �X���I�GH��t1H�x H�$�B���H�$H�xH��t	���H�$H�xH��t���M�M��t%I� ����I�H��t���I�H��t���M�vM��tgI�~ �޻��M�~M��t%I� �̻��I�H��t�N���I�H��t�@���M�vM��t'I�~ 螻��I�~H��t� ���I�~H��t����f�M�mM���I�} �j���M�uM����I�~ �T���M�~M��t{I� �B���I�GH��t1H�x H�$�,���H�$H�xH��t	���H�$H�xH��t���M�M��t/I� ���I�H��t�x���I�H��t�j���f.�M�vM��tgI�~ 辺��M�~M��t%I� 謺��I�H��t�.���I�H��t� ���M�vM��t'I�~ �~���I�~H��t����I�~H��t��f�M�mM����I�} �J���M�uM��tiI�~ �8���M�~M��t%I� �&���I�H��t���I�H��t���M�vM��t)I�~ ���I�~H��t�z���I�~H��t	�l���@M�mM��toI�} �ƹ��M�uM��t%I�~ 费��I�~H��t�6���I�~H��t�(���M�mM��t/I�} 膹��I�}H��t����I�}H��t���f.�M�d$M���:I�|$ �H���M�l$M���
I�} �1���M�uM����I�~ ����M�~M��trI� �	���I�GH��t1H�x H�$��H�$H�xH��t	�q���H�$H�xH��t�_���M�M��t&I� 轸��I�H��t�?���I�H��t�1����M�vM��tgI�~ 莸��M�~M��t%I� �|���I�H��t���I�H��t��M�vM��t'I�~ �N���I�~H��t����I�~H��t����f�M�mM����I�} ����M�uM��tiI�~ ����M�~M��t%I� ���I�H��t�x���I�H��t�j���M�vM��t)I�~ �ȷ��I�~H��t�J���I�~H��t	�<���@M�mM��toI�} 薷��M�uM��t%I�~ 脷��I�~H��t����I�~H��t���M�mM��t/I�} �V���I�}H��t����I�}H��t����f.�M�d$M���
I�|$ ����M�l$M����I�} ����M�uM��thI�~ ���M�~M��t%I� �ݶ��I�H��t�_���I�H��t�Q���M�vM��t(I�~ 诶��I�~H��t�1���I�~H��t�#���M�mM��tgI�} �~���M�uM��t%I�~ �l���I�~H��t���I�~H��t���M�mM��t'I�} �>���I�}H��t���I�}H��t���f�M�d$M����I�|$ ����M�l$M��tnI�} ���M�uM��t%I�~ ���I�~H��t�e���I�~H��t�W���M�mM��t.I�} 赵��I�}H��t�7���I�}H��t�)���f�M�d$M��tnI�|$ �|���M�l$M��t%I�} �i���I�}H��t���I�}H��t����M�d$M��t+I�|$ �9���I�|$H��t���I�|$H��t���H�mH����H�} ����L�eM���=I�|$ ���M�l$M���
I�} �Դ��M�uM����I�~ 辴��M�~M��tuI� 謴��I�GH��t1H�x H�$薴��H�$H�xH��t	����H�$H�xH��t����M�M��t)I� �`���I�H��t���I�H��t	����@M�vM��tgI�~ �.���M�~M��t%I� ����I�H��t���I�H��t���M�vM��t'I�~ ���I�~H��t�p���I�~H��t�b���f�M�mM����I�} 躳��M�uM��tiI�~ 訳��M�~M��t%I� 薳��I�H��t����I�H��t�
���M�vM��t)I�~ �h���I�~H��t���I�~H��t	���@M�mM��toI�} �6���M�uM��t%I�~ �$���I�~H��t��I�~H��t��M�mM��t/I�} ���I�}H��t�x�I�}H��t�j�f.�M�d$M���
I�|$ 踲��M�l$M����I�} 衲��M�uM��thI�~ 菲��M�~M��t%I� �}���I�H��t��I�H��t���M�vM��t(I�~ �O���I�~H��t���I�~H��t���M�mM��tgI�} ����M�uM��t%I�~ ����I�~H��t��I�~H��t��M�mM��t'I�} �ޱ��I�}H��t�`�I�}H��t�R�f�M�d$M����I�|$ 許��M�l$M��tnI�} 蕱��M�uM��t%I�~ 胱��I�~H��t��I�~H��t��M�mM��t.I�} �U���I�}H��t���I�}H��t���f�M�d$M��tnI�|$ ����M�l$M��t%I�} �	���I�}H��t��I�}H��t�}�M�d$M��t+I�|$ �ٰ��I�|$H��t�Z�I�|$H��t�K�H�mH���CH�} 袰��L�eM���
I�|$ 苰��M�l$M����I�} �t���M�uM��tkI�~ �b���M�~M��t%I� �P���I�H��t���I�H��t���M�vM��t+I�~ �"���I�~H��t��I�~H��t��fDM�mM��tgI�} ���M�uM��t%I�~ �ܯ��I�~H��t�^�I�~H��t�P�M�mM��t'I�} 讯��I�}H��t�0�I�}H��t�"�f�M�d$M����I�|$ �x���M�l$M��tnI�} �e���M�uM��t%I�~ �S���I�~H��t���I�~H��t���M�mM��t.I�} �%���I�}H��t��I�}H��t��f�M�d$M��tnI�|$ ���M�l$M��t%I�} �ٮ��I�}H��t�[�I�}H��t�M�M�d$M��t+I�|$ 詮��I�|$H��t�*�I�|$H��t��H�mH���H�} �r���L�eM����I�|$ �[���M�l$M��tiI�} �H���M�uM��t%I�~ �6���I�~H��t��I�~H��t��M�mM��t)I�} ����I�}H��t��I�}H��t	�|�@M�d$M��tnI�|$ �ԭ��M�l$M��t%I�} ���I�}H��t�C�I�}H��t�5�M�d$M��t+I�|$ 葭��I�|$H��t��I�|$H��t��H�mH����H�} �Z���L�eM��tqI�|$ �G���M�l$M��t%I�} �4���I�}H��t��I�}H��t��M�d$M��t.I�|$ ����I�|$H��t��I�|$H��t�v�fDH�mH��toH�} �ά��L�eM��t(I�|$ 軬��I�|$H��t�<�I�|$H��t�-�H�mH��t,H�} 苬��H�}H��t�
�H�}H��t���H�s�H���G���H��H��[]A\A]A^A_�q������AW��AVAUATI��USH��H��T$HcP�t$H�t$L�|���蹭��I�$Hct$I��HcBH�JH��H�H�,�H9�t1M��f�L��H��H��I���ݯ��H9�u�I�$Hct$HcBH�JH�Lct$HcRI�,�L�L�<�H��L9�t�H��H��H��H��药��L9�u�A�E��t8���t�A�mt+I�$HcD$HcJH��[]H�A\A]H�D�A^A_��L���`�����f.�@��AWAVAUATI��UH��SH��H�y� dH�%(H�D$1�H�H��p;r��H�xtxH�X H��H9�tkI���;fD����H���n���L��H��賮��H��蛯��H��I�$H��H9�t+H�EL�s ���w�L��L��聮��H���9���H�$H��H�L$dH3%(H����H��[]A\A]A^A_�f.����viHcBL�l�����I��H�EH�PHcHHc@L�4�H��I9�tL��H��H��I�����I9�u�A���t ���t�A�/tI�$���@軭����L�����I�$��������ATI��E1�1�U�H���(SL������H�u H�ËEH�{ �C�u����EH�u|H��H�}H�H��tDL�����H�}H�H�C��H	�H�H��t4L�����H�H�C��H	�H�H��[]A\�H�}H�CH��u�H�CH��[]A\��H���f.���H����t#���uH��f.��H�H��DATUH��SH������I��H�EH�H�xH��t.L������H�}I�D$H�WH�OH���H	�H�[]A\逭��[]A\�f.����UH��SH��螧��H��H�EH�xH��t H���v���H�KH�H�C��H	�H�H�E���t ���t�(tH�]H��H��[]����H�}����f.�AUATI��USH��HcGH�_H�@H�,�H�H�H9�txA��5���t�������D9�t}H�{���t?���t�������D9�txH9�t;H��H�{���u�������H�{���u������H9�u�H��L���[]A\A]�Ԧ��@H�{��车���H�{��襦��뮐f���H�]| �Ð��H��裧��H��H��釧���fD��AWI��AVAUI��H��ATUSH��H��(dH�%(H�D$1��-��������H��H��t
H�������I��H��L���h����'H��軧����uL�����L��H�XH�����L��H��H��袥��H�<$���t8���t
�/H�<$t)H�L$dH3%(L���RH��([]A\A]A^A_���葥�����L�d$L���˥��H���3������L������H�3H�=�z H�l$����H�H��H�|$H��t.�CH��H�����H��L����H���z���H�|$H�uH��u�L���b������DL��H���=���H�$H�T$H�D$H�$���t���t��(u�H�|$��趤���@H���h�����'t3H�l$�'H��H��螦��1����#���H�t$����f.�H�����H�0����ۣ���f.���H��H�������AUATI��H��US��H��dH�%(H�D$1������SH���H�hH��L�m���H�$;X}sHc�H��H�[H�4�Hp�̥��H��L��H��莣��H�<$���t4���t
�/H�<$t%L�mL��H�L$dH3%(u-H��[]A\A]������f��L��蓦������ff.����S��H��dH�%(H�D$1��0����SH���H�p�.���H�$;Z}UHc�H�[H��HB�X�
��t-���t�*t"H�L$dH3%(��u'H��[�f.�H�<$�G�����D�������D���@��H��H��p �H�=%:��H�yp �H�=
:�X	H��l �H�=�9��
H�Iq �H�=�9�h��H�=�9H���^���f.�@��1��f���1��f���1��f���1��f����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����S1�H��豳��H�bl H�[�D��H�Ml SH��H����H��[鰳����H�-l SH��H��٠��H��葳��H��[阠�����S1�H����H�bl H�[�D��H�Ml SH��H�艠��H��[頟����H�-l SH��H��i���H��聟��H��[�(������H�ml SH��H��9���H�Zn H��H��H�[���f���H�=l SH��H��	���H�*n H��H��H�賠��H��[麟��f.���S1�H���a���H��k H�[�D��H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���AWAVAUATUSH��HL�-�k H�<$�t$L��H�T$dH�%(H��$81�����H��H���A����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���J���H��$�B�8*A�FH��$�H��D��$�A��@�AL��$�DŽ$�@I�D$H��$�fo!5�@<L��H��L�|$ H�\$(H��$�H�yH�L$�Ğ��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�+���L��L�l$XH��$��D$<H讜���lr ���������M��A��L��H�/���H�5�������H�|$ �D$4���� ���t�/H�|$ �H��$������H���7���H��E1ɹ@A�H�/���H�5��裚��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$��k���H��$�L9�t�i���H��$�H��H9�t�S���H��$8dH3%(��H��H[]A\A]A^A_�f.���������@��詚���(���@��L����������L������H�!p H��H�D$H�T$(�?���H�p �p�
����9rCrH�\$(�H�߃�螞��H�t$H��衟���*H��蔞��H��M��H�2���A�H�5��������.p H�|$(���t���������/H�|$(��������D$�ę���D$���Ic��`���D��$�L��$�H��$����Hc��8�����$�H��$�H��H��$��-���f��J�����9����J�����辘��f.�@��AWAVAUATUSH��HL�-�f H�<$�t$L��H�T$dH�%(H��$81��|���H��H��豘���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL��躚��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�0�@<L��H��L�|$ H�\$(H��$�H�yH�L$�4���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H����L��L�l$XH�D$@H�����H��$��D$<������m ���������M��A��L��H����H�5�����g���H�|$ �D$4�������t�/H�|$ �H��$������H��蛗��H��E1ɹ@A�H����H�5��������H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$��ϙ��H��$�L9�t�͘��H��$�H��H9�t跘��H��$8dH3%(��H��H[]A\A]A^A_�fD���)������@�������,���@��L���~������f�L���x���H��k H��H�D$H�T$(蟕��H�hk �p�
����9rCrH�\$(�H�߃����H�t$H�������*H����H��M��H���A�H�5���`�����k H�|$(���t���������/H�|$(��������D$�$����D$���Ic����D��$�L��$�H��$����Hc�蘙����$�H��$�H��H��$�����f��J�����9����J���������f.�@��AWAVAUATUSH��HL�-4j H�<$�t$L��H�T$dH�%(H��$81��ܓ��H��H�������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL������H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�+�@<L��H��L�|$ H�\$(H��$�H�yH�L$蔕��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH�D$@H��H��$��D$<�r����(i ���������M��A��L��H�s�H�5\��Ǒ��H�|$ �D$4�������t�/H�|$ �H��$������H�����H��E1ɹ@A�H���H�5,��g���H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$��/���H��$�L9�t�-���H��$�H��H9�t����H��$8dH3%(��H��H[]A\A]A^A_�fD��艑�����@���q����,���@��L���ޑ�����f�L���ؐ��H��f H��H�D$H�T$(���H��f �p�
����9rCrH�\$(�H�߃��^���H�t$H���a����*H���T���H��M��H�r�A�H�5U������f H�|$(���t���������/H�|$(��������D$脐���D$���Ic�� ���D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J������~���f.�@��AWAVAUATUSH��HL�-�^ H�<$�t$L��H�T$dH�%(H��$81��<���H��H���q����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���z���H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�foQ'�@<L��H��L�|$ H�\$(H��$�H�yH�L$��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH�D$@H�w�H��$��D$<�Ҏ����d ���������M��A��L��H��H�5���'���H�|$ �D$4�������t�/H�|$ �H��$������H���[���H��E1ɹ@A�H���H�5���nj��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$�菐��H��$�L9�t荏��H��$�H��H9�t�w���H��$8dH3%(��H��H[]A\A]A^A_�fD��������@���ь���,���@��L���>������f�L���8���H�Ab H��H�D$H�T$(�_���H�(b �p�
����9rCrH�\$(�H�߃�辐��H�t$H������*H��贐��H��M��H��A�H�5��� ����Bb H�|$(���t���������/H�|$(��������D$����D$���Ic�耐��D��$�L��$�H��$����Hc��X�����$�H��$�H��H��$�����f��J�����9����J������ފ��f.�@��H�H�(t	錌��@H�QY ���H�H�(t	�l���@H��X Ã���S��H��H�Z#Hc�H�>��H�C�0�e���H�H��tH�[���ˤ��H�H��u�[ÐH�s H�KH�SH�C��H��0�ζ��H�H��u�[�@H�s H�KH�SH�C��H��0�n���H�H��u�[�@H�s H�KH�SH�C��H��0����H�H���U���[�Ðff.����Ѕ�uH�ʉ����@ÐfD����S��H��H�^"Hc�H�>��H�CH�0蔣��H�H��tH�[��1��y���H�H��u����H�s�ߠ��H�H��tΈ[�H�sL�C0H�K(H�S L�KH�C��E��	�A	H�0���H�H��t���@H�KH�SH�C��	�0����H�H���d�����f�H�SH�CH�s�
��k���H�H���6�����c����H�SH�CH�s�
��۞��H�H��������3����H�SH�CH�s�
��K���H�H������������H�KH�SH�C��	�0�i���H�H������������fDH�KH�SH�C��	�0詜��H�H���t�������fDH�sL�C0H�K(H�S L�KH�C��E��	�A	H�0� ��H�H���+�����X���DH�sL�C0H�K(H�S L�KH�C��E��	�A	H�0�x��H�H����������DH�sH�K(H�S L�CH�C���	�AH�0����H�H������������@L�[@H�sH��L�K8L�C0E�H�K(H�S L�SH�C�AS�A
�	�H�0E�	E��<��H�Y^H���E�����r����H�sL�C0H�K(H�S L�KH�C��E��	�A	H�0���H�H���������(���DH�sL�C0H�K(H�S L�KH�C��E��	�A	H�0���H�H�����������DÐff.����Ѕ�uH�ʉ��L���@��t�f���u�SH�胙���[Ðff.�ATH�GI��USHcWH��HcWH�,�H9�tH��H���$���H9�u�[L��]A\�Ä���f���H��tGUH��SH��H�5�)H��H���<�����H���uH��[]�@H��H��H��[]����1�Ðff.����H��tGUH��SH��H�5H%H��H���܉����H���uH��[]�@H��H��H��[]釈���1�Ðff.����ATI��UH��S��H���ׇ����x��u��~*��H��[]A\�fD��u��H�U�������f���H��L��D$����D$뿐���ATI��UH��S��H���g�����x8��t?���~�S���vF��tA��t\��tW��tR��tM1҃���)�H��[]A\�f���~[H����[]A\����H���L��D$�����D$���@H����[]A\�@���H�U���������H��L��D$�����D$�f���AWAVAUATUSH��H����t ���t�+tH��[]A\A]A^A_�H�H�kH����H�} 诃��L�eM����I�|$ 蘃��M�l$M����I�} 聃��M�uM���TI�~ �k���M�~M���>I� �U���I�GH����H�x H�$�;���H�$H�PH��tQH�z H�D$H�$����H�$H�D$H�zH��tH�T$H�$���H�T$H�$H�zH��t
H�$�q��H�$H�@H��t4H�x H�$�ǂ��H�$H�xH��t	�E��H�$H�xH��t�3��M�M��twI� 莂��I�GH��t1H�x H�$�x���H�$H�xH��t	���H�$H�xH��t����M�M��t+I� �B���I�H��t����I�H��t���fDM�vM����I�~ �
���M�~M��tqI� ���I�GH��t1H�x H�$���H�$H�xH��t	�`��H�$H�xH��t�N��M�M��t%I� 謁��I�H��t�.��I�H��t� ��M�vM��tgI�~ �~���M�~M��t%I� �l���I�H��t����I�H��t����M�vM��t'I�~ �>���I�~H��t���I�~H��t���f�M�mM���I�} �
���M�uM����I�~ ��M�~M��t{I� ���I�GH��t1H�x H�$�̀��H�$H�xH��t	�J��H�$H�xH��t�8��M�M��t/I� 薀��I�H��t���I�H��t�
��f.�M�vM��tgI�~ �^���M�~M��t%I� �L���I�H��t����I�H��t���M�vM��t'I�~ ����I�~H��t���I�~H��t���f�M�mM����I�} ����M�uM��tiI�~ ����M�~M��t%I� ����I�H��t�H���I�H��t�:���M�vM��t)I�~ ���I�~H��t����I�~H��t	����@M�mM��toI�} �f��M�uM��t%I�~ �T��I�~H��t����I�~H��t����M�mM��t/I�} �&��I�}H��t���I�}H��t���f.�M�d$M���:I�|$ ��~��M�l$M���
I�} ��~��M�uM����I�~ �~��M�~M��trI� �~��I�GH��t1H�x H�$�~��H�$H�xH��t	����H�$H�xH��t���M�M��t&I� �]~��I�H��t�߿��I�H��t�ѿ���M�vM��tgI�~ �.~��M�~M��t%I� �~��I�H��t螿��I�H��t萿��M�vM��t'I�~ ��}��I�~H��t�p���I�~H��t�b���f�M�mM����I�} �}��M�uM��tiI�~ �}��M�~M��t%I� �}��I�H��t����I�H��t�
���M�vM��t)I�~ �h}��I�~H��t���I�~H��t	�ܾ��@M�mM��toI�} �6}��M�uM��t%I�~ �$}��I�~H��t覾��I�~H��t蘾��M�mM��t/I�} �|��I�}H��t�x���I�}H��t�j���f.�M�d$M���
I�|$ �|��M�l$M����I�} �|��M�uM��thI�~ �|��M�~M��t%I� �}|��I�H��t���I�H��t��M�vM��t(I�~ �O|��I�~H��t�ѽ��I�~H��t�ý��M�mM��tgI�} �|��M�uM��t%I�~ �|��I�~H��t莽��I�~H��t耽��M�mM��t'I�} ��{��I�}H��t�`���I�}H��t�R���f�M�d$M����I�|$ �{��M�l$M��tnI�} �{��M�uM��t%I�~ �{��I�~H��t����I�~H��t���M�mM��t.I�} �U{��I�}H��t�׼��I�}H��t�ɼ��f�M�d$M��tnI�|$ �{��M�l$M��t%I�} �	{��I�}H��t苼��I�}H��t�}���M�d$M��t+I�|$ ��z��I�|$H��t�Z���I�|$H��t�K���H�mH����H�} �z��L�eM���=I�|$ �z��M�l$M���
I�} �tz��M�uM����I�~ �^z��M�~M��tuI� �Lz��I�GH��t1H�x H�$�6z��H�$H�xH��t	贻��H�$H�xH��t袻��M�M��t)I� �z��I�H��t肻��I�H��t	�t���@M�vM��tgI�~ ��y��M�~M��t%I� �y��I�H��t�>���I�H��t�0���M�vM��t'I�~ �y��I�~H��t����I�~H��t����f�M�mM����I�} �Zy��M�uM��tiI�~ �Hy��M�~M��t%I� �6y��I�H��t踺��I�H��t誺��M�vM��t)I�~ �y��I�~H��t芺��I�~H��t	�|���@M�mM��toI�} ��x��M�uM��t%I�~ ��x��I�~H��t�F���I�~H��t�8���M�mM��t/I�} �x��I�}H��t����I�}H��t�
���f.�M�d$M���
I�|$ �Xx��M�l$M����I�} �Ax��M�uM��thI�~ �/x��M�~M��t%I� �x��I�H��t蟹��I�H��t葹��M�vM��t(I�~ ��w��I�~H��t�q���I�~H��t�c���M�mM��tgI�} �w��M�uM��t%I�~ �w��I�~H��t�.���I�~H��t� ���M�mM��t'I�} �~w��I�}H��t����I�}H��t��f�M�d$M����I�|$ �Hw��M�l$M��tnI�} �5w��M�uM��t%I�~ �#w��I�~H��t襸��I�~H��t藸��M�mM��t.I�} �v��I�}H��t�w���I�}H��t�i���f�M�d$M��tnI�|$ �v��M�l$M��t%I�} �v��I�}H��t�+���I�}H��t����M�d$M��t+I�|$ �yv��I�|$H��t���I�|$H��t���H�mH���CH�} �Bv��L�eM���
I�|$ �+v��M�l$M����I�} �v��M�uM��tkI�~ �v��M�~M��t%I� ��u��I�H��t�r���I�H��t�d���M�vM��t+I�~ ��u��I�~H��t�D���I�~H��t�6���fDM�mM��tgI�} �u��M�uM��t%I�~ �|u��I�~H��t���I�~H��t��M�mM��t'I�} �Nu��I�}H��t�ж��I�}H��t�¶��f�M�d$M����I�|$ �u��M�l$M��tnI�} �u��M�uM��t%I�~ ��t��I�~H��t�u���I�~H��t�g���M�mM��t.I�} ��t��I�}H��t�G���I�}H��t�9���f�M�d$M��tnI�|$ �t��M�l$M��t%I�} �yt��I�}H��t���I�}H��t���M�d$M��t+I�|$ �It��I�|$H��t�ʵ��I�|$H��t軵��H�mH���H�} �t��L�eM����I�|$ �s��M�l$M��tiI�} ��s��M�uM��t%I�~ ��s��I�~H��t�X���I�~H��t�J���M�mM��t)I�} �s��I�}H��t�*���I�}H��t	����@M�d$M��tnI�|$ �ts��M�l$M��t%I�} �as��I�}H��t���I�}H��t�մ��M�d$M��t+I�|$ �1s��I�|$H��t貴��I�|$H��t裴��H�mH����H�} �r��L�eM��tqI�|$ ��r��M�l$M��t%I�} ��r��I�}H��t�V���I�}H��t�H���M�d$M��t.I�|$ �r��I�|$H��t�%���I�|$H��t����fDH�mH��toH�} �nr��L�eM��t(I�|$ �[r��I�|$H��t�ܳ��I�|$H��t�ͳ��H�mH��t,H�} �+r��H�}H��t譳��H�}H��t蟳���H�s�H����u��H��H��[]A\A]A^A_�r�����AVAUATL�gUH�oSH��H�� dH�%(H�D$1�H��> �8H�uMH����L����H���]r���HH���p��H�D$dH3%(�H�� []A\A]A^��H�GL�l$�@��uh1��o��H�CH9Ct)H��L���\��H�D$H�SL��H�CH�T$��H�CH�GF H�|$H�D$H�SH�T$���L������=���f��L�l$�p��H�{(t*H��L�����H�{(H�s01�L���
s��L�������X���H�{ �M���H��L���j��H�{ L�s0�q��1�L��L��H����r��L���ű�������o��f.����AVAUATL�gUH�oSH��H�� dH�%(H�D$1�H��< �8H�u=H���
�L����H����p��H�D$dH3%(�	H�� []A\A]A^�@H�GL�l$�@��uh1��An��H�CH9Ct)H��L������H�D$H�SL��H�CH�T$��H�CH��D H�|$H�D$H�SH�T$�o�L���g��M���f��L�l$�o��H�{(t*H��L�����H�{(H�s01�L���q��L��腰���X���H�{ �M���H��L������H�{ L�s0�
p��1�L��L��H���Mq��L���E��������+n��f.����H�H�(t	��o��@H�a= ���1�1�H�5Q= �|s��ff.����1ɺH�5.= �Ys������USH��H��dH�%(H�D$1���uo��wJH�
���Hc�H�>���H��1�H��H�����H�H��tH�H�$H�H�$H���Bp��f�H�D$dH3%(��H��[]�D��
���u�H����W��u������f�H�C�0���H�H��t���f�1ɺH�52< �]r���x����1�1�H�5< �@r���[���1����H�H���E�����>���fDH�SH�s���H�H������������H��H�SH��H���^��H�H���������DH�CH�����f.�H�QH�1H�
���H�H9�t*H�
#���H9������H�z���������@H�z�������z���f.������d����k���ff.���H��tGUH��SH��H�5�H��H���|p����H���uH��[]�@H��H��H��[]�'o���1�Ðff.����ATI��UH��S��H���wn����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$����H�M9 H���k��f.���H�-9 SH��H��k��H�߾[�[i����H��H���14QTestQmlModule����QTestQmlModule/usr/include/qt5/QtTest/qtestkeyboard.hstateKey == 0 || stateKey & Qt::KeyboardModifierMaskMouse event "%1" not accepted by receiving windowWheel event not accepted by receiving windowqAppwindowquicktestevent.cppcharacter.length() == 1itemfalseMousePressMouseReleaseMouseClickMouseDoubleClickMouseMoveMouseDoubleClickSequence�?�?QtTestN11QQmlPrivate11QQmlElementI14QuickTestEventEEN11QQmlPrivate11QQmlElementI15QuickTestResultEEN11QQmlPrivate11QQmlElementI13QuickTestUtilEEQQmlListProperty�����@�����������,��<��l������������������\��������,��������p
w
	~

�
�

�
���
�
�
�
�
�
�
�
�*


)'''''''�'�X	�������������	��������������������	����������
�����v����g����	\����N����E����:����
.����!�����������������������
���������������	����������
����������w����
f����Y����[QuickTestEventQML.ElementTestEventkeyPresskeymodifiersdelaykeyReleasekeyClickkeyPressCharcharacterkeyReleaseCharkeyClickCharkeySequencemousePressitemxybuttonmouseReleasemouseClickmouseDoubleClickmouseDoubleClickSequencemouseMovebuttonsmouseWheelxDeltayDeltatouchEventQQuickTouchEventSequence*defaultMouseDelay)
	2

;
D
G
''''''''����8����9����	-��������
����������������������������������
�����wQQuickTouchEventSequenceQML.ElementanonymouspresstouchIditemxymovereleasestationarycommit24QQuickTouchEventSequence14QuickTestEvent����x����w����k����c����
WQuickTestResultForeignQML.ForeignQuickTestResultQML.ElementTestResult ����X���`���8�J89:
	=
B
E*F
I*++�)))
�
�
PIPI����
���������������s����z����c����`����Q����B����,������������
�����
�����
����������
�QuickTestUtilQML.ElementTestUtilprintAvailableFunctionsChangeddragThresholdChangedtypeNameQJSValuevcompareactexpcallerFileframeIndexcallerLineprintAvailableFunctionsdragThreshold13QuickTestUtil�QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacenQTestQmlModulecuri�fQtTest�;�|�M���T��0�[����[����[��P	�[���	\���P\���\��4�]��H�]��\�]����]���_��(p_��`�_��p�_����_����_���0`���``��x�`���Pg����h���i�� i��Pi��4`i��H�i����i���`j����j��4`k���l��	�l��d	@m���	�n��
�n��0
@o��L
�o���
p��<�q����w���}��@
0����
`����
 ����Б������h ���������`���@ ���������
�����
��
�,���x�����`����xp���(`���dp���x�������������������,@����P��d�x�������� ����@����P����`����������������,����@�T��h���|����0����P������������������8 ���T`���p�������`������@�����,p���|������P���d���x�������������� ��,���d����P���0��@P�����`�(��<��P��d���@�� ��@��zRx�$�I��FJw�?:*3$"DhP���\@Y��p<Y�� �[���4[��-L�\��Z���4[��1L�`�X[��!��X��,�X��=E�D K
AK
CF4<�Y��SJ�D�Q R
AAEDG�A�tZ��	(��Z��=B�H�A �gDB���Z���B�B�B �B(�A0�A8�D`�hIp_hA`t
8A0A(B BBBD�hDpehA`i
hXpJshapThA`BhapThB`Ih[pUhB`OhVpUhA`�h\pThB`^h\pUhB`]hVpUhB` zRx�`������(�T��0@��`��~B�E�E �D(�A0�DP�
0A(A BBBG��a��$E�^�a��,b��)L�XHb��	<\b��~E�A�G S
DAKX
DAK\DA�Pb��H�Lb��kF�E�E �D(�C0�j
(F BBBCQ(C BBBH�pb��sF�E�E �D(�C0�m
(F BBBHQ(C BBBHH�b��sF�E�E �D(�C0�m
(F BBBHQ(C BBBH��b���F�B�B �A(�A0�\
(F BBBDS(A BBB zRx�0�����(�R��H�b���F�B�B �A(�A0�_
(F BBBIS(A BBB��R��Hx4c���F�B�B �A(�A0�_
(F BBBIS(A BBB�8R��H�tc��mF�B�B �B(�A0�D8�G`%
8A0A(B BBBI$�d��!E�N
EDD�d��TY�z4`�d��rF�E�A �D(�G0T(A ABB(�4e��1F�D�I �ZAB�،��(��*E�dH�����F�B�B �B(�A0�A8�GP�8D0A(B BBBH@����F�D�B �B(�D0�A8�DP�
8A0A(E BGBHH�����}F�B�B �B(�D0�D8�DP�
8A0A(B BBBK8�Ġ���F�I�N �t
ABD]
ABH8X����r�A�D �A
�A�B�EAAB8P�c��xF�B�A �E(�G@�
(A ABBB(�p���sE�D�D N
DAHH��d��EF�D�B �F(�A0�D8�F��
8A0A(B BBBFL	�j��/F�B�B �B(�D0�D8�I��
8A0A(B BBBCLT	�o��/F�B�B �B(�D0�D8�I��
8A0A(B BBBCL�	�t��/F�B�B �B(�D0�D8�I��
8A0A(B BBBC��	xy���	B�B�E �B(�A0�A8�G���k���A�I
8A0A(B BBBK�
�k�il�K���B�W�k���A�W
�k�jd
�K�Q$zRx��������,LM��HL�
P����F�E�E �D(�D0�G`~hXpKhF`T
0A(A BBBAL,�����F�E�E �D(�D0�G`whgpKhF`T
0A(A BBBAD|����F�E�D �C(�G`~hVpKhF`T
(A ABBAD�h����F�E�D �C(�G`~hVpKhF`T
(A ABBAD�����F�E�D �C(�G`~hVpKhF`T
(A ABBADT����F�E�D �D(�F`@hVpKhF`T
(A ABBF\�����hF�E�E �E(�A0�D8�J�+�E�L�A�o
8A0A(B BBBF$zRx��������,8K��08<
@����B�B�D �A(�D0�
(N ABBIx
��
�HIH�
����F�E�B �H(�A0�A8�G`�
8A0A(B BBBD�
̟��8ȟ���F�B�G �A(�F@�
(A ABBD @l����E�F i
AKdx���xt����p����l����h����d����p����l���h���t���,p���@l���Tx���ht���|p����|����x���E�U�|��� L�O�����(L�W�����E�U���� L�O0����(L�WL����.L�]hġ��6L�e���E�U���p�H���p�����p����pL�\����F�B�B �B(�A0�A8�G��
8A0A(B BBBKL@�����F�B�B �B(�A0�A8�G��
8A0A(B BBBGL����F�B�B �B(�A0�A8�G��
8A0A(B BBBGL�<����F�B�B �B(�A0�A8�G��
8A0A(B BBBG0����HuHDF��EHjdX��� xd��� 0�p����J�m
IN
Bk
Ek
EoA��,���4�8����J�n
Hl
D<a [A������1e�K((ĸ��=B�H�A �gDB`T��F�B�B �B(�A0�A8�DPX
8A0A(B BBBD�8D0A(B BBB@�����F�B�B �E(�E0�GP]
0A(A BBBH@����uF�B�B �E(�E0�GPP
0A(A BBBE4@��SJ�D�Q R
AAEDG�A�4x���SJ�D�Q R
AAEDG�A�0�<���gF�D�D �F0Y
 AABGT�x����F�D�D �F0E
 AABCI
 DABHd
 DABE<0�� P<��dH��(xT��E�A�G0{
AAF��������%L�T4���SJ�D�Q R
AAEDG�A�P@���F�D�D �F0D
 AABDI
 DABHd
 DABEGNU��Q�P`Q�!2�=�J�U�f�p�������P!�Q0S�S�S�S�����P!�ST����Q��!�@�p!P!���p�P�p�h!����!���`��@�@�`��!о@���p�!���p� ]@]�������`����p!���`�@�`�@��������*9L\lw�����A
���!�!���o``�
8�!h
87P(�	���o���o�&���o	�o�%���oK0!�A�A�ABB B0B@BPB`BpB�B�B�B�B�B�B�B�BCC C0C@CPC`CpC�C�C�C�C�C�C�C�CDD D0D@DPD`DpD�D�D�D�D�D�D�D�DEE E0E@EPE`EpE�E�E�E�E�E�E�E�EFF F0F@FPF`FpF�F�F�F�F�F�F�F�FGG G0G@GPG`GpG�G�G�G�G�G�G�G�GHH H0H@HPH`HpH�H�H�H�HGA$3a1�A��GA$3p1113�Ou�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�T��GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY�Qu�GA+GLIBCXX_ASSERTIONS
GA*FORTIFY`���GA+GLIBCXX_ASSERTIONSlibqmltestplugin.so-5.15.3-2.el8.x86_64.debug���7zXZ�ִF!t/��8�m]?�E�h=��(a�K"�a�9�hV1
X��G�z�:qc3ϑ1�rp�L}{��Y�}�p,�A� ŋG,}@��D�hQ���{�J��w�/:
!��Y�s�助Oל}��bWV?�Ɂ#;I_����2�Z�i>�yC�T���R|ٽ�4j��R�#MH3�����i�3�w�0:��ޕe��,tk���=x�+_`''�Ǎ���9�'��ܰ�?��C����âHX猷�
�열�-*g�?*gk-K�[ݞy�W+�G��	0D�ۘ��`|)����'	<E	==QoZ��3I�q|<�$�T2P��6��~�Zɳ�s�p�����o �j�z��ph�*s�T�+��B�������Se��tQ�5H_��nh�����ۑi�ye���xmO�7�����n����D�	�C3:�P���/��	Dl+���2)�2
���(�_>���T@P��[0t��thU�����GW�^,��!��d����R��P%Z�Dd�9�I-@AS�)"�wF�ߕ�[/.��$�E\)���2̜2nj�[�[�͘~���<V��
сI#����������{ �����w峆�
1E,��e߷ ��`�QP��>�ˋ��M�E�¡��w׼��*]U�H�J��A�a���Ȓ��򂄧۝���KDŽ�����պ�u��+�6���6o�%����l�G��=�.�•����:#�؉U��q�L?�q����'nafp=�S��7���0q$��pcn��}�4`�q0�r#��yn/��^�'_���)[�]�E2��A�Z]y/LK��}��ߎǜD��M�&s�b�+�6?��2%��L��\P���8[lT�p��~܉���c�k�hG�'Ÿx��IG휗�5n��g�2V�����{����"&���䨩x֖�M��u���`�l��R�z�$���?���8Uӛ���)�O�Vj���8�0L�j�k���̘�'��0�V %�>w1��&��X�4u'��?�G^��N���L�蛀P���Cݖ����:����^�.�k犎u��lPQ9&T�C�=匛����G3���#�:"P��*��ϼ)�g��Y���ٓ�!2�<���~Mƿ�=��."36b�2�sx��ɰ;c�g(�LCB�Z���-o���!K�b�P��w$�u�1���ۭ
t���^=Htmِ�ωBE��78�e:�n�m�����i���I�JP�*{;��om�f��Ʃ��>��)�$U<nLO�$��M���a��b\���ns��c�mҍ�J�V�z�,`V��Y����w l�d�����U;:��b��R٣�Z��Q���q`��z%�Kr��?��7�Q<Z;������2������Ѽ�~�\x�&z���*���WݦP����K��`'�ޖ'���8�,�?P�l6E�)x#?E�F�_F6e�AR�K��#��KXt텛�O�h��‘������<�)�[�$����v�6�"c���,7�&u9	��t�˱-�b&K��L�L��ܛ:I��P(����ǚ^�ӰhKn��Z�L������$��K�m�3@u�-�<L����`Ê]n;�*:�D�G=bh�#��i���
3ܠ�,w��r3\3$|+���� O}4�ٕ嗮�'���ۂ���������^)K[U���6"��ե��
��b�oP�|I@S���v�/�^�
������e�R�~3̕�&�j�<b��6!�`���uvf������۬֎��q!���mQĩ�צ�΍��oeFI~����߂1����Z1�5��R�����pc��cNMӛ�aj包�G�
5�G1���,�>&FQ�ax��	n{Z���.%�_}�Vt�����x�A�Pim
�F����9�i��^��V��b�Y��$Z.�!e��6;�3�'?EQֺ�;��j~�$�	����C���,-��c�.�n@C������i��S,=18�n�D�����۬m	C���[�je����]P���
��?�K� ә��LC���E*����A<uG61]u����:�bq�f�v��qP�j��(o�c��L�&�������$�t�H(2�4���_��=�$�\�~p���ES�}d��MG�t�R�.��a7=I��*�|9lO�D:G�"?�zf��9�1鲕YT���}�ǶtK��.�+q�=��?��d8n�s�}��:�^R����i(�����y�T*\Y�����^q��?(VRƃ�� h�7��͹�Y��{��o�7�3w�tb��E�#+�U�1A�k����%��"���#�&Y��4��FB�|�}�ߌp�v�fr��R�U�m�S.}j9��Ы�O������vd�f��P8�A��
g	q��"�!
!�,�;��lt�l��p�y��.K <nl+��H@Y4#��k�6J����\��Q�#�#:������/�>�z5�s��G1<<�RF<��5h/��8���p��*k��`��G[��;QhW��/���Q����r�*��ci�]���b.`U�˿��n��U�q۟5ꗮ��Z�U��m�!K<N��|%��j����7�8���H�-�ȜDD���������K��Y�E����Ǭ&����y;�O���%��i���Ȓ�ip��aX��Ei�?#���Tѵ�I��4���#W�5�މ3���[�%�X��OTMK�x&�4}�e8���Lh�P{`:�Җ�
�d���6b'2zv|.�N�Z͉8�ZO�R��?��g2~Z�|��p��ն�*mp�~�m�<�z��*�8���D��q�9Y���g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���
0``88���o�%�%&E���o�&�&�	TP(P(�^B8787h
h�A�Ac�A�An�H�H�w�O�OՏ}����
����� ����������_ � � �����`�pp ��!���!���!�p �0!0���!� !�XX a�dT$4*�$�809PK�[�4�1��QtTest/testlogger.jsnu�[���/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL3 included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 2.0 or (at your option) the GNU General
** Public license version 3 or any later version approved by the KDE Free
** Qt Foundation. The licenses are as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-2.0.html and
** https://www.gnu.org/licenses/gpl-3.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/

.pragma library

// We need a global place to store the results that can be
// shared between multiple TestCase instances.  Because QML
// creates a separate scope for every inclusion of this file,
// we hijack the global "Qt" object to store our data.
function log_init_results()
{
    if (!Qt.testResults) {
        Qt.testResults = {
            reportedStart: false,
            nextId: 0,
            testCases: []
        }
    }
}

function log_register_test(name)
{
    log_init_results()
    var testId = Qt.testResults.nextId++
    Qt.testResults.testCases.push(testId)
    return testId
}

function log_optional_test(testId)
{
    log_init_results()
    var index = Qt.testResults.testCases.indexOf(testId)
    if (index >= 0)
        Qt.testResults.testCases.splice(index, 1)
}

function log_mandatory_test(testId)
{
    log_init_results()
    var index = Qt.testResults.testCases.indexOf(testId)
    if (index == -1)
        Qt.testResults.testCases.push(testId)
}

function log_start_test()
{
    log_init_results()
    if (Qt.testResults.reportedStart)
        return false
    Qt.testResults.reportedStart = true
    return true
}

function log_complete_test(testId)
{
    var index = Qt.testResults.testCases.indexOf(testId)
    if (index >= 0)
        Qt.testResults.testCases.splice(index, 1)
    return Qt.testResults.testCases.length > 0
}
PK�[Y|�"�"QtTest/SignalSpy.qmlnu�[���/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL3 included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 2.0 or (at your option) the GNU General
** Public license version 3 or any later version approved by the KDE Free
** Qt Foundation. The licenses are as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-2.0.html and
** https://www.gnu.org/licenses/gpl-3.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/

import QtQuick 2.0
import QtTest 1.1

/*!
    \qmltype SignalSpy
    \inqmlmodule QtTest
    \brief Enables introspection of signal emission.
    \since 4.8
    \ingroup qtquicktest

    In the following example, a SignalSpy is installed to watch the
    "clicked" signal on a user-defined Button type.  When the signal
    is emitted, the \l count property on the spy will be increased.

    \code
    Button {
        id: button
        SignalSpy {
            id: spy
            target: button
            signalName: "clicked"
        }
        TestCase {
            name: "ButtonClick"
            function test_click() {
                compare(spy.count, 0)
                button.clicked();
                compare(spy.count, 1)
            }
        }
    }
    \endcode

    The above style of test is suitable for signals that are emitted
    synchronously.  For asynchronous signals, the wait() method can be
    used to block the test until the signal occurs (or a timeout expires).

    \sa {QtTest::TestCase}{TestCase}, {Qt Quick Test}
*/

Item {
    id: spy
    visible: false

    TestUtil {
        id: util
    }
    // Public API.
    /*!
        \qmlproperty object SignalSpy::target

        This property defines the target object that will be used to
        listen for emissions of the \l signalName signal.

        \sa signalName, count
    */
    property var target: null
    /*!
        \qmlproperty string SignalSpy::signalName

        This property defines the name of the signal on \l target to
        listen for.

        \sa target, count
    */
    property string signalName: ""
    /*!
        \qmlproperty int SignalSpy::count

        This property defines the number of times that \l signalName has
        been emitted from \l target since the last call to clear().

        \sa target, signalName, clear()
        \readonly
    */
    readonly property alias count: spy.qtest_count
    /*!
        \qmlproperty bool SignalSpy::valid

        This property defines the current signal connection status. It will be true when the \l signalName of the \l target is connected successfully, otherwise it will be false.

        \sa count, target, signalName, clear()
        \readonly
    */
    readonly property alias valid:spy.qtest_valid
    /*!
        \qmlproperty list SignalSpy::signalArguments

        This property holds a list of emitted signal arguments. Each emission of the signal will append one item to the list, containing the arguments of the signal.
        When connecting to a new \l target or new \l signalName or calling the \l clear() method, the \l signalArguments will be reset to empty.

        \sa signalName, clear()
        \readonly
    */
    readonly property alias signalArguments:spy.qtest_signalArguments

    /*!
        \qmlmethod SignalSpy::clear()

        Clears \l count to 0, resets \l valid to false and clears the \l signalArguments to empty.

        \sa count, wait()
    */
    function clear() {
        qtest_count = 0
        qtest_expectedCount = 0
        qtest_signalArguments = []
    }

    /*!
        \qmlmethod SignalSpy::wait(timeout = 5000)

        Waits for the signal \l signalName on \l target to be emitted,
        for up to \a timeout milliseconds.  The test case will fail if
        the signal is not emitted.

        \code
        SignalSpy {
            id: spy
            target: button
            signalName: "clicked"
        }

        function test_async_click() {
            ...
            // do something that will cause clicked() to be emitted
            ...
            spy.wait()
            compare(spy.count, 1)
        }
        \endcode

        There are two possible scenarios: the signal has already been
        emitted when wait() is called, or the signal has not yet been
        emitted.  The wait() function handles the first scenario by immediately
        returning if the signal has already occurred.

        The clear() method can be used to discard information about signals
        that have already occurred to synchronize wait() with future signal
        emissions.

        \sa clear(), TestCase::tryCompare()
    */
    function wait(timeout) {
        if (timeout === undefined)
            timeout = 5000
        var expected = ++qtest_expectedCount
        var i = 0
        while (i < timeout && qtest_count < expected) {
            qtest_results.wait(50)
            i += 50
        }
        var success = (qtest_count >= expected)
        if (!qtest_results.verify(success, "wait for signal " + signalName, util.callerFile(), util.callerLine()))
            throw new Error("QtQuickTest::fail")
    }

    // Internal implementation detail follows.

    TestResult { id: qtest_results }

    onTargetChanged: {
        qtest_update()
    }
    onSignalNameChanged: {
        qtest_update()
    }

    /*! \internal */
    property var qtest_prevTarget: null
    /*! \internal */
    property string qtest_prevSignalName: ""
    /*! \internal */
    property int qtest_expectedCount: 0
    /*! \internal */
    property var qtest_signalArguments:[]
    /*! \internal */
    property int qtest_count: 0
    /*! \internal */
    property bool qtest_valid:false
    /*! \internal */

    /*! \internal */
    function qtest_update() {
        if (qtest_prevTarget != null) {
            var prevHandlerName = qtest_signalHandlerName(qtest_prevSignalName)
            var prevFunc = qtest_prevTarget[prevHandlerName]
            if (prevFunc)
                prevFunc.disconnect(spy.qtest_activated)
            qtest_prevTarget = null
            qtest_prevSignalName = ""
        }
        if (target != null && signalName != "") {
            // Look for the signal name in the object
            var func = target[signalName]
            if (typeof func !== "function") {
                // If it is not a function, try looking for signal handler
                // i.e. (onSignal) this is needed for cases where there is a property
                // and a signal with the same name, e.g. Mousearea.pressed
                func = target[qtest_signalHandlerName(signalName)]
            }
            if (func === undefined) {
                spy.qtest_valid = false
                console.log("Signal '" + signalName + "' not found")
            } else {
                qtest_prevTarget = target
                qtest_prevSignalName = signalName
                func.connect(spy.qtest_activated)
                spy.qtest_valid = true
                spy.qtest_signalArguments = []
            }
        } else {
            spy.qtest_valid = false
        }
    }

    /*! \internal */
    function qtest_activated() {
        ++qtest_count
        spy.qtest_signalArguments[spy.qtest_signalArguments.length] = arguments
    }

    /*! \internal */
    function qtest_signalHandlerName(sn) {
        if (sn.substr(0, 2) === "on" && sn[2] === sn[2].toUpperCase())
            return sn
        return "on" + sn.substr(0, 1).toUpperCase() + sn.substr(1)
    }
}
PK�[�%����
QtTest/qmldirnu�[���module QtTest
plugin qmltestplugin
classname QTestQmlModule
typeinfo plugins.qmltypes
TestCase 1.0 TestCase.qml
TestCase 1.2 TestCase.qml
SignalSpy 1.0 SignalSpy.qml
depends QtQuick.Window 2.0
PK�[����,�,QtMultimedia/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable QtMultimedia 5.15'

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "QAbstractItemModel"
        prototype: "QObject"
        Enum {
            name: "LayoutChangeHint"
            values: {
                "NoLayoutChangeHint": 0,
                "VerticalSortHint": 1,
                "HorizontalSortHint": 2
            }
        }
        Enum {
            name: "CheckIndexOption"
            values: {
                "NoOption": 0,
                "IndexIsValid": 1,
                "DoNotUseParent": 2,
                "ParentIsInvalid": 4
            }
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
            Parameter { name: "roles"; type: "QVector<int>" }
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
        }
        Signal {
            name: "headerDataChanged"
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutChanged" }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutAboutToBeChanged" }
        Signal {
            name: "rowsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal { name: "modelAboutToBeReset" }
        Signal { name: "modelReset" }
        Signal {
            name: "rowsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationRow"; type: "int" }
        }
        Signal {
            name: "rowsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "row"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationColumn"; type: "int" }
        }
        Signal {
            name: "columnsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "column"; type: "int" }
        }
        Method { name: "submit"; type: "bool" }
        Method { name: "revert" }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "parent"
            type: "QModelIndex"
            Parameter { name: "child"; type: "QModelIndex" }
        }
        Method {
            name: "sibling"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "idx"; type: "QModelIndex" }
        }
        Method {
            name: "rowCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "rowCount"; type: "int" }
        Method {
            name: "columnCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "columnCount"; type: "int" }
        Method {
            name: "hasChildren"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "hasChildren"; type: "bool" }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
        }
        Method {
            name: "fetchMore"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "canFetchMore"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "flags"
            type: "Qt::ItemFlags"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
            Parameter { name: "flags"; type: "Qt::MatchFlags" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
        }
    }
    Component { name: "QAbstractListModel"; prototype: "QAbstractItemModel" }
    Component {
        name: "QAbstractVideoFilter"
        prototype: "QObject"
        Property { name: "active"; type: "bool" }
    }
    Component {
        name: "QAbstractVideoSurface"
        prototype: "QObject"
        Property { name: "nativeResolution"; type: "QSize"; isReadonly: true }
        Signal {
            name: "activeChanged"
            Parameter { name: "active"; type: "bool" }
        }
        Signal {
            name: "surfaceFormatChanged"
            Parameter { name: "format"; type: "QVideoSurfaceFormat" }
        }
        Signal { name: "supportedFormatsChanged" }
        Signal {
            name: "nativeResolutionChanged"
            Parameter { name: "resolution"; type: "QSize" }
        }
    }
    Component {
        name: "QCamera"
        prototype: "QMediaObject"
        Enum {
            name: "Status"
            values: {
                "UnavailableStatus": 0,
                "UnloadedStatus": 1,
                "LoadingStatus": 2,
                "UnloadingStatus": 3,
                "LoadedStatus": 4,
                "StandbyStatus": 5,
                "StartingStatus": 6,
                "StoppingStatus": 7,
                "ActiveStatus": 8
            }
        }
        Enum {
            name: "State"
            values: {
                "UnloadedState": 0,
                "LoadedState": 1,
                "ActiveState": 2
            }
        }
        Enum {
            name: "CaptureMode"
            values: {
                "CaptureViewfinder": 0,
                "CaptureStillImage": 1,
                "CaptureVideo": 2
            }
        }
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "CameraError": 1,
                "InvalidRequestError": 2,
                "ServiceMissingError": 3,
                "NotSupportedFeatureError": 4
            }
        }
        Enum {
            name: "LockStatus"
            values: {
                "Unlocked": 0,
                "Searching": 1,
                "Locked": 2
            }
        }
        Enum {
            name: "LockChangeReason"
            values: {
                "UserRequest": 0,
                "LockAcquired": 1,
                "LockFailed": 2,
                "LockLost": 3,
                "LockTemporaryLost": 4
            }
        }
        Enum {
            name: "LockType"
            values: {
                "NoLock": 0,
                "LockExposure": 1,
                "LockWhiteBalance": 2,
                "LockFocus": 4
            }
        }
        Enum {
            name: "Position"
            values: {
                "UnspecifiedPosition": 0,
                "BackFace": 1,
                "FrontFace": 2
            }
        }
        Property { name: "state"; type: "QCamera::State"; isReadonly: true }
        Property { name: "status"; type: "QCamera::Status"; isReadonly: true }
        Property { name: "captureMode"; type: "QCamera::CaptureModes" }
        Property { name: "lockStatus"; type: "QCamera::LockStatus"; isReadonly: true }
        Signal {
            name: "stateChanged"
            Parameter { name: "state"; type: "QCamera::State" }
        }
        Signal {
            name: "captureModeChanged"
            Parameter { type: "QCamera::CaptureModes" }
        }
        Signal {
            name: "statusChanged"
            Parameter { name: "status"; type: "QCamera::Status" }
        }
        Signal { name: "locked" }
        Signal { name: "lockFailed" }
        Signal {
            name: "lockStatusChanged"
            Parameter { name: "status"; type: "QCamera::LockStatus" }
            Parameter { name: "reason"; type: "QCamera::LockChangeReason" }
        }
        Signal {
            name: "lockStatusChanged"
            Parameter { name: "lock"; type: "QCamera::LockType" }
            Parameter { name: "status"; type: "QCamera::LockStatus" }
            Parameter { name: "reason"; type: "QCamera::LockChangeReason" }
        }
        Signal {
            name: "error"
            Parameter { type: "QCamera::Error" }
        }
        Method {
            name: "setCaptureMode"
            Parameter { name: "mode"; type: "QCamera::CaptureModes" }
        }
        Method { name: "load" }
        Method { name: "unload" }
        Method { name: "start" }
        Method { name: "stop" }
        Method { name: "searchAndLock" }
        Method { name: "unlock" }
        Method {
            name: "searchAndLock"
            Parameter { name: "locks"; type: "QCamera::LockTypes" }
        }
        Method {
            name: "unlock"
            Parameter { name: "locks"; type: "QCamera::LockTypes" }
        }
    }
    Component {
        name: "QDeclarativeAudio"
        prototype: "QObject"
        exports: [
            "QtMultimedia/Audio 5.0",
            "QtMultimedia/Audio 5.11",
            "QtMultimedia/Audio 5.6",
            "QtMultimedia/Audio 5.9",
            "QtMultimedia/MediaPlayer 5.0",
            "QtMultimedia/MediaPlayer 5.11",
            "QtMultimedia/MediaPlayer 5.15",
            "QtMultimedia/MediaPlayer 5.6",
            "QtMultimedia/MediaPlayer 5.9"
        ]
        exportMetaObjectRevisions: [0, 3, 1, 2, 0, 3, 15, 1, 2]
        Enum {
            name: "Status"
            values: {
                "UnknownStatus": 0,
                "NoMedia": 1,
                "Loading": 2,
                "Loaded": 3,
                "Stalled": 4,
                "Buffering": 5,
                "Buffered": 6,
                "EndOfMedia": 7,
                "InvalidMedia": 8
            }
        }
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "ResourceError": 1,
                "FormatError": 2,
                "NetworkError": 3,
                "AccessDenied": 4,
                "ServiceMissing": 5
            }
        }
        Enum {
            name: "Loop"
            values: {
                "Infinite": -1
            }
        }
        Enum {
            name: "PlaybackState"
            values: {
                "PlayingState": 1,
                "PausedState": 2,
                "StoppedState": 0
            }
        }
        Enum {
            name: "Availability"
            values: {
                "Available": 0,
                "Busy": 2,
                "Unavailable": 1,
                "ResourceMissing": 3
            }
        }
        Enum {
            name: "AudioRole"
            values: {
                "UnknownRole": 0,
                "AccessibilityRole": 7,
                "AlarmRole": 4,
                "CustomRole": 10,
                "GameRole": 9,
                "MusicRole": 1,
                "NotificationRole": 5,
                "RingtoneRole": 6,
                "SonificationRole": 8,
                "VideoRole": 2,
                "VoiceCommunicationRole": 3
            }
        }
        Property { name: "source"; type: "QUrl" }
        Property { name: "playlist"; revision: 1; type: "QDeclarativePlaylist"; isPointer: true }
        Property { name: "loops"; type: "int" }
        Property { name: "playbackState"; type: "PlaybackState"; isReadonly: true }
        Property { name: "autoPlay"; type: "bool" }
        Property { name: "autoLoad"; type: "bool" }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "duration"; type: "int"; isReadonly: true }
        Property { name: "position"; type: "int"; isReadonly: true }
        Property { name: "volume"; type: "double" }
        Property { name: "muted"; type: "bool" }
        Property { name: "hasAudio"; type: "bool"; isReadonly: true }
        Property { name: "hasVideo"; type: "bool"; isReadonly: true }
        Property { name: "bufferProgress"; type: "double"; isReadonly: true }
        Property { name: "seekable"; type: "bool"; isReadonly: true }
        Property { name: "playbackRate"; type: "double" }
        Property { name: "error"; type: "Error"; isReadonly: true }
        Property { name: "errorString"; type: "string"; isReadonly: true }
        Property {
            name: "metaData"
            type: "QDeclarativeMediaMetaData"
            isReadonly: true
            isPointer: true
        }
        Property { name: "mediaObject"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "availability"; type: "Availability"; isReadonly: true }
        Property { name: "audioRole"; revision: 1; type: "AudioRole" }
        Property { name: "customAudioRole"; revision: 3; type: "string" }
        Property { name: "notifyInterval"; revision: 2; type: "int" }
        Property { name: "videoOutput"; revision: 15; type: "QVariant" }
        Signal { name: "playlistChanged"; revision: 1 }
        Signal { name: "loopCountChanged" }
        Signal { name: "paused" }
        Signal { name: "stopped" }
        Signal { name: "playing" }
        Signal { name: "audioRoleChanged"; revision: 1 }
        Signal { name: "customAudioRoleChanged"; revision: 3 }
        Signal {
            name: "availabilityChanged"
            Parameter { name: "availability"; type: "Availability" }
        }
        Signal {
            name: "error"
            Parameter { name: "error"; type: "QDeclarativeAudio::Error" }
            Parameter { name: "errorString"; type: "string" }
        }
        Signal { name: "notifyIntervalChanged"; revision: 2 }
        Signal { name: "videoOutputChanged"; revision: 15 }
        Method { name: "play" }
        Method { name: "pause" }
        Method { name: "stop" }
        Method {
            name: "seek"
            Parameter { name: "position"; type: "int" }
        }
        Method { name: "supportedAudioRoles"; revision: 1; type: "QJSValue" }
    }
    Component {
        name: "QDeclarativeCamera"
        prototype: "QObject"
        exports: [
            "QtMultimedia/Camera 5.0",
            "QtMultimedia/Camera 5.4",
            "QtMultimedia/Camera 5.5"
        ]
        exportMetaObjectRevisions: [0, 1, 2]
        Enum {
            name: "Position"
            values: {
                "UnspecifiedPosition": 0,
                "BackFace": 1,
                "FrontFace": 2
            }
        }
        Enum {
            name: "CaptureMode"
            values: {
                "CaptureViewfinder": 0,
                "CaptureStillImage": 1,
                "CaptureVideo": 2
            }
        }
        Enum {
            name: "State"
            values: {
                "ActiveState": 2,
                "LoadedState": 1,
                "UnloadedState": 0
            }
        }
        Enum {
            name: "Status"
            values: {
                "UnavailableStatus": 0,
                "UnloadedStatus": 1,
                "LoadingStatus": 2,
                "UnloadingStatus": 3,
                "LoadedStatus": 4,
                "StandbyStatus": 5,
                "StartingStatus": 6,
                "StoppingStatus": 7,
                "ActiveStatus": 8
            }
        }
        Enum {
            name: "LockStatus"
            values: {
                "Unlocked": 0,
                "Searching": 1,
                "Locked": 2
            }
        }
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "CameraError": 1,
                "InvalidRequestError": 2,
                "ServiceMissingError": 3,
                "NotSupportedFeatureError": 4
            }
        }
        Enum {
            name: "FlashMode"
            values: {
                "FlashAuto": 1,
                "FlashOff": 2,
                "FlashOn": 4,
                "FlashRedEyeReduction": 8,
                "FlashFill": 16,
                "FlashTorch": 32,
                "FlashVideoLight": 64,
                "FlashSlowSyncFrontCurtain": 128,
                "FlashSlowSyncRearCurtain": 256,
                "FlashManual": 512
            }
        }
        Enum {
            name: "ExposureMode"
            values: {
                "ExposureAuto": 0,
                "ExposureManual": 1,
                "ExposurePortrait": 2,
                "ExposureNight": 3,
                "ExposureBacklight": 4,
                "ExposureSpotlight": 5,
                "ExposureSports": 6,
                "ExposureSnow": 7,
                "ExposureBeach": 8,
                "ExposureLargeAperture": 9,
                "ExposureSmallAperture": 10,
                "ExposureAction": 11,
                "ExposureLandscape": 12,
                "ExposureNightPortrait": 13,
                "ExposureTheatre": 14,
                "ExposureSunset": 15,
                "ExposureSteadyPhoto": 16,
                "ExposureFireworks": 17,
                "ExposureParty": 18,
                "ExposureCandlelight": 19,
                "ExposureBarcode": 20,
                "ExposureModeVendor": 1000
            }
        }
        Enum {
            name: "MeteringMode"
            values: {
                "MeteringMatrix": 1,
                "MeteringAverage": 2,
                "MeteringSpot": 3
            }
        }
        Enum {
            name: "FocusMode"
            values: {
                "FocusManual": 1,
                "FocusHyperfocal": 2,
                "FocusInfinity": 4,
                "FocusAuto": 8,
                "FocusContinuous": 16,
                "FocusMacro": 32
            }
        }
        Enum {
            name: "FocusPointMode"
            values: {
                "FocusPointAuto": 0,
                "FocusPointCenter": 1,
                "FocusPointFaceDetection": 2,
                "FocusPointCustom": 3
            }
        }
        Enum {
            name: "FocusAreaStatus"
            values: {
                "FocusAreaUnused": 1,
                "FocusAreaSelected": 2,
                "FocusAreaFocused": 3
            }
        }
        Enum {
            name: "Availability"
            values: {
                "Available": 0,
                "Busy": 2,
                "Unavailable": 1,
                "ResourceMissing": 3
            }
        }
        Property { name: "deviceId"; revision: 1; type: "string" }
        Property { name: "position"; revision: 1; type: "Position" }
        Property { name: "displayName"; revision: 1; type: "string"; isReadonly: true }
        Property { name: "orientation"; revision: 1; type: "int"; isReadonly: true }
        Property { name: "captureMode"; type: "CaptureMode" }
        Property { name: "cameraState"; type: "State" }
        Property { name: "cameraStatus"; type: "Status"; isReadonly: true }
        Property { name: "lockStatus"; type: "LockStatus"; isReadonly: true }
        Property { name: "errorCode"; type: "Error"; isReadonly: true }
        Property { name: "errorString"; type: "string"; isReadonly: true }
        Property { name: "availability"; type: "Availability"; isReadonly: true }
        Property { name: "opticalZoom"; type: "double" }
        Property { name: "maximumOpticalZoom"; type: "double"; isReadonly: true }
        Property { name: "digitalZoom"; type: "double" }
        Property { name: "maximumDigitalZoom"; type: "double"; isReadonly: true }
        Property { name: "mediaObject"; type: "QObject"; isReadonly: true; isPointer: true }
        Property {
            name: "imageCapture"
            type: "QDeclarativeCameraCapture"
            isReadonly: true
            isPointer: true
        }
        Property {
            name: "videoRecorder"
            type: "QDeclarativeCameraRecorder"
            isReadonly: true
            isPointer: true
        }
        Property {
            name: "exposure"
            type: "QDeclarativeCameraExposure"
            isReadonly: true
            isPointer: true
        }
        Property { name: "flash"; type: "QDeclarativeCameraFlash"; isReadonly: true; isPointer: true }
        Property { name: "focus"; type: "QDeclarativeCameraFocus"; isReadonly: true; isPointer: true }
        Property {
            name: "imageProcessing"
            type: "QDeclarativeCameraImageProcessing"
            isReadonly: true
            isPointer: true
        }
        Property {
            name: "metaData"
            revision: 1
            type: "QDeclarativeMediaMetaData"
            isReadonly: true
            isPointer: true
        }
        Property {
            name: "viewfinder"
            revision: 1
            type: "QDeclarativeCameraViewfinder"
            isReadonly: true
            isPointer: true
        }
        Signal { name: "errorChanged" }
        Signal {
            name: "error"
            Parameter { name: "errorCode"; type: "QDeclarativeCamera::Error" }
            Parameter { name: "errorString"; type: "string" }
        }
        Signal { name: "deviceIdChanged"; revision: 1 }
        Signal { name: "positionChanged"; revision: 1 }
        Signal { name: "displayNameChanged"; revision: 1 }
        Signal { name: "orientationChanged"; revision: 1 }
        Signal {
            name: "cameraStateChanged"
            Parameter { type: "QDeclarativeCamera::State" }
        }
        Signal {
            name: "opticalZoomChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "digitalZoomChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "maximumOpticalZoomChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "maximumDigitalZoomChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "availabilityChanged"
            Parameter { name: "availability"; type: "Availability" }
        }
        Method {
            name: "setCaptureMode"
            Parameter { name: "mode"; type: "CaptureMode" }
        }
        Method { name: "start" }
        Method { name: "stop" }
        Method {
            name: "setCameraState"
            Parameter { name: "state"; type: "State" }
        }
        Method { name: "searchAndLock" }
        Method { name: "unlock" }
        Method {
            name: "setOpticalZoom"
            Parameter { type: "double" }
        }
        Method {
            name: "setDigitalZoom"
            Parameter { type: "double" }
        }
        Method {
            name: "supportedViewfinderResolutions"
            revision: 2
            type: "QJSValue"
            Parameter { name: "minimumFrameRate"; type: "double" }
            Parameter { name: "maximumFrameRate"; type: "double" }
        }
        Method {
            name: "supportedViewfinderResolutions"
            revision: 2
            type: "QJSValue"
            Parameter { name: "minimumFrameRate"; type: "double" }
        }
        Method { name: "supportedViewfinderResolutions"; revision: 2; type: "QJSValue" }
        Method {
            name: "supportedViewfinderFrameRateRanges"
            revision: 2
            type: "QJSValue"
            Parameter { name: "resolution"; type: "QJSValue" }
        }
        Method { name: "supportedViewfinderFrameRateRanges"; revision: 2; type: "QJSValue" }
    }
    Component {
        name: "QDeclarativeCameraCapture"
        prototype: "QObject"
        exports: [
            "QtMultimedia/CameraCapture 5.0",
            "QtMultimedia/CameraCapture 5.9"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1]
        Property { name: "ready"; type: "bool"; isReadonly: true }
        Property { name: "capturedImagePath"; type: "string"; isReadonly: true }
        Property { name: "resolution"; type: "QSize" }
        Property { name: "errorString"; type: "string"; isReadonly: true }
        Property { name: "supportedResolutions"; revision: 1; type: "QVariantList"; isReadonly: true }
        Signal {
            name: "readyForCaptureChanged"
            Parameter { type: "bool" }
        }
        Signal {
            name: "imageExposed"
            Parameter { name: "requestId"; type: "int" }
        }
        Signal {
            name: "imageCaptured"
            Parameter { name: "requestId"; type: "int" }
            Parameter { name: "preview"; type: "string" }
        }
        Signal {
            name: "imageMetadataAvailable"
            Parameter { name: "requestId"; type: "int" }
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Signal {
            name: "imageSaved"
            Parameter { name: "requestId"; type: "int" }
            Parameter { name: "path"; type: "string" }
        }
        Signal {
            name: "captureFailed"
            Parameter { name: "requestId"; type: "int" }
            Parameter { name: "message"; type: "string" }
        }
        Signal {
            name: "resolutionChanged"
            Parameter { type: "QSize" }
        }
        Method { name: "capture"; type: "int" }
        Method {
            name: "captureToLocation"
            type: "int"
            Parameter { name: "location"; type: "string" }
        }
        Method { name: "cancelCapture" }
        Method {
            name: "setResolution"
            Parameter { name: "resolution"; type: "QSize" }
        }
        Method {
            name: "setMetadata"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
    }
    Component {
        name: "QDeclarativeCameraExposure"
        prototype: "QObject"
        exports: [
            "QtMultimedia/CameraExposure 5.0",
            "QtMultimedia/CameraExposure 5.11"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1]
        Enum {
            name: "ExposureMode"
            values: {
                "ExposureAuto": 0,
                "ExposureManual": 1,
                "ExposurePortrait": 2,
                "ExposureNight": 3,
                "ExposureBacklight": 4,
                "ExposureSpotlight": 5,
                "ExposureSports": 6,
                "ExposureSnow": 7,
                "ExposureBeach": 8,
                "ExposureLargeAperture": 9,
                "ExposureSmallAperture": 10,
                "ExposureAction": 11,
                "ExposureLandscape": 12,
                "ExposureNightPortrait": 13,
                "ExposureTheatre": 14,
                "ExposureSunset": 15,
                "ExposureSteadyPhoto": 16,
                "ExposureFireworks": 17,
                "ExposureParty": 18,
                "ExposureCandlelight": 19,
                "ExposureBarcode": 20,
                "ExposureModeVendor": 1000
            }
        }
        Enum {
            name: "MeteringMode"
            values: {
                "MeteringMatrix": 1,
                "MeteringAverage": 2,
                "MeteringSpot": 3
            }
        }
        Property { name: "exposureCompensation"; type: "double" }
        Property { name: "iso"; type: "int"; isReadonly: true }
        Property { name: "shutterSpeed"; type: "double"; isReadonly: true }
        Property { name: "aperture"; type: "double"; isReadonly: true }
        Property { name: "manualShutterSpeed"; type: "double" }
        Property { name: "manualAperture"; type: "double" }
        Property { name: "manualIso"; type: "double" }
        Property { name: "exposureMode"; type: "ExposureMode" }
        Property { name: "supportedExposureModes"; revision: 1; type: "QVariantList"; isReadonly: true }
        Property { name: "spotMeteringPoint"; type: "QPointF" }
        Property { name: "meteringMode"; type: "MeteringMode" }
        Signal {
            name: "isoSensitivityChanged"
            Parameter { type: "int" }
        }
        Signal {
            name: "apertureChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "shutterSpeedChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "manualIsoSensitivityChanged"
            Parameter { type: "int" }
        }
        Signal {
            name: "manualApertureChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "manualShutterSpeedChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "exposureCompensationChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "exposureModeChanged"
            Parameter { type: "ExposureMode" }
        }
        Signal {
            name: "meteringModeChanged"
            Parameter { type: "MeteringMode" }
        }
        Signal {
            name: "spotMeteringPointChanged"
            Parameter { type: "QPointF" }
        }
        Method {
            name: "setExposureMode"
            Parameter { type: "ExposureMode" }
        }
        Method {
            name: "setExposureCompensation"
            Parameter { name: "ev"; type: "double" }
        }
        Method {
            name: "setManualAperture"
            Parameter { type: "double" }
        }
        Method {
            name: "setManualShutterSpeed"
            Parameter { type: "double" }
        }
        Method {
            name: "setManualIsoSensitivity"
            Parameter { name: "iso"; type: "int" }
        }
        Method { name: "setAutoAperture" }
        Method { name: "setAutoShutterSpeed" }
        Method { name: "setAutoIsoSensitivity" }
    }
    Component {
        name: "QDeclarativeCameraFlash"
        prototype: "QObject"
        exports: [
            "QtMultimedia/CameraFlash 5.0",
            "QtMultimedia/CameraFlash 5.9"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1]
        Enum {
            name: "FlashMode"
            values: {
                "FlashAuto": 1,
                "FlashOff": 2,
                "FlashOn": 4,
                "FlashRedEyeReduction": 8,
                "FlashFill": 16,
                "FlashTorch": 32,
                "FlashVideoLight": 64,
                "FlashSlowSyncFrontCurtain": 128,
                "FlashSlowSyncRearCurtain": 256,
                "FlashManual": 512
            }
        }
        Property { name: "ready"; type: "bool"; isReadonly: true }
        Property { name: "mode"; type: "FlashMode" }
        Property { name: "supportedModes"; revision: 1; type: "QVariantList"; isReadonly: true }
        Signal {
            name: "flashReady"
            Parameter { name: "status"; type: "bool" }
        }
        Signal {
            name: "flashModeChanged"
            Parameter { type: "FlashMode" }
        }
        Method {
            name: "setFlashMode"
            Parameter { type: "FlashMode" }
        }
    }
    Component {
        name: "QDeclarativeCameraFocus"
        prototype: "QObject"
        exports: [
            "QtMultimedia/CameraFocus 5.0",
            "QtMultimedia/CameraFocus 5.11"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1]
        Enum {
            name: "FocusMode"
            values: {
                "FocusManual": 1,
                "FocusHyperfocal": 2,
                "FocusInfinity": 4,
                "FocusAuto": 8,
                "FocusContinuous": 16,
                "FocusMacro": 32
            }
        }
        Enum {
            name: "FocusPointMode"
            values: {
                "FocusPointAuto": 0,
                "FocusPointCenter": 1,
                "FocusPointFaceDetection": 2,
                "FocusPointCustom": 3
            }
        }
        Property { name: "focusMode"; type: "FocusMode" }
        Property { name: "supportedFocusModes"; revision: 1; type: "QVariantList"; isReadonly: true }
        Property { name: "focusPointMode"; type: "FocusPointMode" }
        Property { name: "supportedFocusPointModes"; revision: 1; type: "QVariantList"; isReadonly: true }
        Property { name: "customFocusPoint"; type: "QPointF" }
        Property { name: "focusZones"; type: "QObject"; isReadonly: true; isPointer: true }
        Signal {
            name: "focusModeChanged"
            Parameter { type: "FocusMode" }
        }
        Signal {
            name: "focusPointModeChanged"
            Parameter { type: "FocusPointMode" }
        }
        Signal {
            name: "customFocusPointChanged"
            Parameter { type: "QPointF" }
        }
        Method {
            name: "setFocusMode"
            Parameter { type: "FocusMode" }
        }
        Method {
            name: "setFocusPointMode"
            Parameter { name: "mode"; type: "FocusPointMode" }
        }
        Method {
            name: "setCustomFocusPoint"
            Parameter { name: "point"; type: "QPointF" }
        }
        Method {
            name: "isFocusModeSupported"
            type: "bool"
            Parameter { name: "mode"; type: "FocusMode" }
        }
        Method {
            name: "isFocusPointModeSupported"
            type: "bool"
            Parameter { name: "mode"; type: "FocusPointMode" }
        }
    }
    Component {
        name: "QDeclarativeCameraImageProcessing"
        prototype: "QObject"
        exports: [
            "QtMultimedia/CameraImageProcessing 5.0",
            "QtMultimedia/CameraImageProcessing 5.11",
            "QtMultimedia/CameraImageProcessing 5.5",
            "QtMultimedia/CameraImageProcessing 5.7"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 3, 1, 2]
        Enum {
            name: "WhiteBalanceMode"
            values: {
                "WhiteBalanceAuto": 0,
                "WhiteBalanceManual": 1,
                "WhiteBalanceSunlight": 2,
                "WhiteBalanceCloudy": 3,
                "WhiteBalanceShade": 4,
                "WhiteBalanceTungsten": 5,
                "WhiteBalanceFluorescent": 6,
                "WhiteBalanceFlash": 7,
                "WhiteBalanceSunset": 8,
                "WhiteBalanceVendor": 1000
            }
        }
        Enum {
            name: "ColorFilter"
            values: {
                "ColorFilterNone": 0,
                "ColorFilterGrayscale": 1,
                "ColorFilterNegative": 2,
                "ColorFilterSolarize": 3,
                "ColorFilterSepia": 4,
                "ColorFilterPosterize": 5,
                "ColorFilterWhiteboard": 6,
                "ColorFilterBlackboard": 7,
                "ColorFilterAqua": 8,
                "ColorFilterVendor": 1000
            }
        }
        Property { name: "whiteBalanceMode"; type: "WhiteBalanceMode" }
        Property { name: "manualWhiteBalance"; type: "double" }
        Property { name: "brightness"; revision: 2; type: "double" }
        Property { name: "contrast"; type: "double" }
        Property { name: "saturation"; type: "double" }
        Property { name: "sharpeningLevel"; type: "double" }
        Property { name: "denoisingLevel"; type: "double" }
        Property { name: "colorFilter"; revision: 1; type: "ColorFilter" }
        Property { name: "available"; revision: 3; type: "bool"; isReadonly: true }
        Property { name: "supportedColorFilters"; revision: 3; type: "QVariantList"; isReadonly: true }
        Property {
            name: "supportedWhiteBalanceModes"
            revision: 3
            type: "QVariantList"
            isReadonly: true
        }
        Signal {
            name: "whiteBalanceModeChanged"
            Parameter { type: "QDeclarativeCameraImageProcessing::WhiteBalanceMode" }
        }
        Signal {
            name: "manualWhiteBalanceChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "brightnessChanged"
            revision: 2
            Parameter { type: "double" }
        }
        Signal {
            name: "contrastChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "saturationChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "sharpeningLevelChanged"
            Parameter { type: "double" }
        }
        Signal {
            name: "denoisingLevelChanged"
            Parameter { type: "double" }
        }
        Method {
            name: "setWhiteBalanceMode"
            Parameter { name: "mode"; type: "QDeclarativeCameraImageProcessing::WhiteBalanceMode" }
        }
        Method {
            name: "setManualWhiteBalance"
            Parameter { name: "colorTemp"; type: "double" }
        }
        Method {
            name: "setBrightness"
            revision: 2
            Parameter { name: "value"; type: "double" }
        }
        Method {
            name: "setContrast"
            Parameter { name: "value"; type: "double" }
        }
        Method {
            name: "setSaturation"
            Parameter { name: "value"; type: "double" }
        }
        Method {
            name: "setSharpeningLevel"
            Parameter { name: "value"; type: "double" }
        }
        Method {
            name: "setDenoisingLevel"
            Parameter { name: "value"; type: "double" }
        }
        Method {
            name: "setColorFilter"
            Parameter { name: "colorFilter"; type: "ColorFilter" }
        }
    }
    Component {
        name: "QDeclarativeCameraRecorder"
        prototype: "QObject"
        exports: ["QtMultimedia/CameraRecorder 5.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Enum {
            name: "RecorderState"
            values: {
                "StoppedState": 0,
                "RecordingState": 1
            }
        }
        Enum {
            name: "RecorderStatus"
            values: {
                "UnavailableStatus": 0,
                "UnloadedStatus": 1,
                "LoadingStatus": 2,
                "LoadedStatus": 3,
                "StartingStatus": 4,
                "RecordingStatus": 5,
                "PausedStatus": 6,
                "FinalizingStatus": 7
            }
        }
        Enum {
            name: "EncodingMode"
            values: {
                "ConstantQualityEncoding": 0,
                "ConstantBitRateEncoding": 1,
                "AverageBitRateEncoding": 2
            }
        }
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "ResourceError": 1,
                "FormatError": 2,
                "OutOfSpaceError": 3
            }
        }
        Property { name: "recorderState"; type: "RecorderState" }
        Property { name: "recorderStatus"; type: "RecorderStatus"; isReadonly: true }
        Property { name: "videoCodec"; type: "string" }
        Property { name: "resolution"; type: "QSize" }
        Property { name: "frameRate"; type: "double" }
        Property { name: "videoBitRate"; type: "int" }
        Property { name: "videoEncodingMode"; type: "EncodingMode" }
        Property { name: "audioCodec"; type: "string" }
        Property { name: "audioBitRate"; type: "int" }
        Property { name: "audioChannels"; type: "int" }
        Property { name: "audioSampleRate"; type: "int" }
        Property { name: "audioEncodingMode"; type: "EncodingMode" }
        Property { name: "mediaContainer"; type: "string" }
        Property { name: "duration"; type: "qlonglong"; isReadonly: true }
        Property { name: "outputLocation"; type: "string" }
        Property { name: "actualLocation"; type: "string"; isReadonly: true }
        Property { name: "muted"; type: "bool" }
        Property { name: "errorString"; type: "string"; isReadonly: true }
        Property { name: "errorCode"; type: "Error"; isReadonly: true }
        Signal {
            name: "recorderStateChanged"
            Parameter { name: "state"; type: "QDeclarativeCameraRecorder::RecorderState" }
        }
        Signal {
            name: "durationChanged"
            Parameter { name: "duration"; type: "qlonglong" }
        }
        Signal {
            name: "mutedChanged"
            Parameter { name: "muted"; type: "bool" }
        }
        Signal {
            name: "outputLocationChanged"
            Parameter { name: "location"; type: "string" }
        }
        Signal {
            name: "actualLocationChanged"
            Parameter { name: "location"; type: "string" }
        }
        Signal {
            name: "error"
            Parameter { name: "errorCode"; type: "QDeclarativeCameraRecorder::Error" }
            Parameter { name: "errorString"; type: "string" }
        }
        Signal {
            name: "metaDataChanged"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Signal {
            name: "captureResolutionChanged"
            Parameter { type: "QSize" }
        }
        Signal {
            name: "audioCodecChanged"
            Parameter { name: "codec"; type: "string" }
        }
        Signal {
            name: "videoCodecChanged"
            Parameter { name: "codec"; type: "string" }
        }
        Signal {
            name: "mediaContainerChanged"
            Parameter { name: "container"; type: "string" }
        }
        Signal {
            name: "frameRateChanged"
            Parameter { name: "arg"; type: "double" }
        }
        Signal {
            name: "videoBitRateChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "audioBitRateChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "audioChannelsChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "audioSampleRateChanged"
            Parameter { name: "arg"; type: "int" }
        }
        Signal {
            name: "audioEncodingModeChanged"
            Parameter { name: "encodingMode"; type: "EncodingMode" }
        }
        Signal {
            name: "videoEncodingModeChanged"
            Parameter { name: "encodingMode"; type: "EncodingMode" }
        }
        Method {
            name: "setOutputLocation"
            Parameter { name: "location"; type: "string" }
        }
        Method { name: "record" }
        Method { name: "stop" }
        Method {
            name: "setRecorderState"
            Parameter { name: "state"; type: "QDeclarativeCameraRecorder::RecorderState" }
        }
        Method {
            name: "setMuted"
            Parameter { name: "muted"; type: "bool" }
        }
        Method {
            name: "setMetadata"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "setCaptureResolution"
            Parameter { name: "resolution"; type: "QSize" }
        }
        Method {
            name: "setAudioCodec"
            Parameter { name: "codec"; type: "string" }
        }
        Method {
            name: "setVideoCodec"
            Parameter { name: "codec"; type: "string" }
        }
        Method {
            name: "setMediaContainer"
            Parameter { name: "container"; type: "string" }
        }
        Method {
            name: "setFrameRate"
            Parameter { name: "frameRate"; type: "double" }
        }
        Method {
            name: "setVideoBitRate"
            Parameter { name: "rate"; type: "int" }
        }
        Method {
            name: "setAudioBitRate"
            Parameter { name: "rate"; type: "int" }
        }
        Method {
            name: "setAudioChannels"
            Parameter { name: "channels"; type: "int" }
        }
        Method {
            name: "setAudioSampleRate"
            Parameter { name: "rate"; type: "int" }
        }
        Method {
            name: "setVideoEncodingMode"
            Parameter { name: "encodingMode"; type: "EncodingMode" }
        }
        Method {
            name: "setAudioEncodingMode"
            Parameter { name: "encodingMode"; type: "EncodingMode" }
        }
    }
    Component {
        name: "QDeclarativeCameraViewfinder"
        prototype: "QObject"
        exports: ["QtMultimedia/CameraViewfinder 5.4"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Property { name: "resolution"; type: "QSize" }
        Property { name: "minimumFrameRate"; type: "double" }
        Property { name: "maximumFrameRate"; type: "double" }
    }
    Component {
        name: "QDeclarativeMediaMetaData"
        prototype: "QObject"
        Property { name: "title"; type: "QVariant" }
        Property { name: "subTitle"; type: "QVariant" }
        Property { name: "author"; type: "QVariant" }
        Property { name: "comment"; type: "QVariant" }
        Property { name: "description"; type: "QVariant" }
        Property { name: "category"; type: "QVariant" }
        Property { name: "genre"; type: "QVariant" }
        Property { name: "year"; type: "QVariant" }
        Property { name: "date"; type: "QVariant" }
        Property { name: "userRating"; type: "QVariant" }
        Property { name: "keywords"; type: "QVariant" }
        Property { name: "language"; type: "QVariant" }
        Property { name: "publisher"; type: "QVariant" }
        Property { name: "copyright"; type: "QVariant" }
        Property { name: "parentalRating"; type: "QVariant" }
        Property { name: "ratingOrganization"; type: "QVariant" }
        Property { name: "size"; type: "QVariant" }
        Property { name: "mediaType"; type: "QVariant" }
        Property { name: "duration"; type: "QVariant" }
        Property { name: "audioBitRate"; type: "QVariant" }
        Property { name: "audioCodec"; type: "QVariant" }
        Property { name: "averageLevel"; type: "QVariant" }
        Property { name: "channelCount"; type: "QVariant" }
        Property { name: "peakValue"; type: "QVariant" }
        Property { name: "sampleRate"; type: "QVariant" }
        Property { name: "albumTitle"; type: "QVariant" }
        Property { name: "albumArtist"; type: "QVariant" }
        Property { name: "contributingArtist"; type: "QVariant" }
        Property { name: "composer"; type: "QVariant" }
        Property { name: "conductor"; type: "QVariant" }
        Property { name: "lyrics"; type: "QVariant" }
        Property { name: "mood"; type: "QVariant" }
        Property { name: "trackNumber"; type: "QVariant" }
        Property { name: "trackCount"; type: "QVariant" }
        Property { name: "coverArtUrlSmall"; type: "QVariant" }
        Property { name: "coverArtUrlLarge"; type: "QVariant" }
        Property { name: "resolution"; type: "QVariant" }
        Property { name: "pixelAspectRatio"; type: "QVariant" }
        Property { name: "videoFrameRate"; type: "QVariant" }
        Property { name: "videoBitRate"; type: "QVariant" }
        Property { name: "videoCodec"; type: "QVariant" }
        Property { name: "posterUrl"; type: "QVariant" }
        Property { name: "chapterNumber"; type: "QVariant" }
        Property { name: "director"; type: "QVariant" }
        Property { name: "leadPerformer"; type: "QVariant" }
        Property { name: "writer"; type: "QVariant" }
        Property { name: "cameraManufacturer"; type: "QVariant" }
        Property { name: "cameraModel"; type: "QVariant" }
        Property { name: "event"; type: "QVariant" }
        Property { name: "subject"; type: "QVariant" }
        Property { name: "orientation"; type: "QVariant" }
        Property { name: "exposureTime"; type: "QVariant" }
        Property { name: "fNumber"; type: "QVariant" }
        Property { name: "exposureProgram"; type: "QVariant" }
        Property { name: "isoSpeedRatings"; type: "QVariant" }
        Property { name: "exposureBiasValue"; type: "QVariant" }
        Property { name: "dateTimeOriginal"; type: "QVariant" }
        Property { name: "dateTimeDigitized"; type: "QVariant" }
        Property { name: "subjectDistance"; type: "QVariant" }
        Property { name: "meteringMode"; type: "QVariant" }
        Property { name: "lightSource"; type: "QVariant" }
        Property { name: "flash"; type: "QVariant" }
        Property { name: "focalLength"; type: "QVariant" }
        Property { name: "exposureMode"; type: "QVariant" }
        Property { name: "whiteBalance"; type: "QVariant" }
        Property { name: "digitalZoomRatio"; type: "QVariant" }
        Property { name: "focalLengthIn35mmFilm"; type: "QVariant" }
        Property { name: "sceneCaptureType"; type: "QVariant" }
        Property { name: "gainControl"; type: "QVariant" }
        Property { name: "contrast"; type: "QVariant" }
        Property { name: "saturation"; type: "QVariant" }
        Property { name: "sharpness"; type: "QVariant" }
        Property { name: "deviceSettingDescription"; type: "QVariant" }
        Property { name: "gpsLatitude"; type: "QVariant" }
        Property { name: "gpsLongitude"; type: "QVariant" }
        Property { name: "gpsAltitude"; type: "QVariant" }
        Property { name: "gpsTimeStamp"; type: "QVariant" }
        Property { name: "gpsSatellites"; type: "QVariant" }
        Property { name: "gpsStatus"; type: "QVariant" }
        Property { name: "gpsDOP"; type: "QVariant" }
        Property { name: "gpsSpeed"; type: "QVariant" }
        Property { name: "gpsTrack"; type: "QVariant" }
        Property { name: "gpsTrackRef"; type: "QVariant" }
        Property { name: "gpsImgDirection"; type: "QVariant" }
        Property { name: "gpsImgDirectionRef"; type: "QVariant" }
        Property { name: "gpsMapDatum"; type: "QVariant" }
        Property { name: "gpsProcessingMethod"; type: "QVariant" }
        Property { name: "gpsAreaInformation"; type: "QVariant" }
        Signal { name: "metaDataChanged" }
    }
    Component {
        name: "QDeclarativeMultimediaGlobal"
        prototype: "QObject"
        exports: ["QtMultimedia/QtMultimedia 5.4"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Enum {
            name: "VolumeScale"
            values: {
                "LinearVolumeScale": 0,
                "CubicVolumeScale": 1,
                "LogarithmicVolumeScale": 2,
                "DecibelVolumeScale": 3
            }
        }
        Property { name: "defaultCamera"; type: "QJSValue"; isReadonly: true }
        Property { name: "availableCameras"; type: "QJSValue"; isReadonly: true }
        Method {
            name: "convertVolume"
            type: "double"
            Parameter { name: "volume"; type: "double" }
            Parameter { name: "from"; type: "VolumeScale" }
            Parameter { name: "to"; type: "VolumeScale" }
        }
    }
    Component {
        name: "QDeclarativePlaylist"
        defaultProperty: "items"
        prototype: "QAbstractListModel"
        exports: ["QtMultimedia/Playlist 5.6", "QtMultimedia/Playlist 5.7"]
        exportMetaObjectRevisions: [0, 1]
        Enum {
            name: "PlaybackMode"
            values: {
                "CurrentItemOnce": 0,
                "CurrentItemInLoop": 1,
                "Sequential": 2,
                "Loop": 3,
                "Random": 4
            }
        }
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "FormatError": 1,
                "FormatNotSupportedError": 2,
                "NetworkError": 3,
                "AccessDeniedError": 4
            }
        }
        Property { name: "playbackMode"; type: "PlaybackMode" }
        Property { name: "currentItemSource"; type: "QUrl"; isReadonly: true }
        Property { name: "currentIndex"; type: "int" }
        Property { name: "itemCount"; type: "int"; isReadonly: true }
        Property { name: "readOnly"; type: "bool"; isReadonly: true }
        Property { name: "error"; type: "Error"; isReadonly: true }
        Property { name: "errorString"; type: "string"; isReadonly: true }
        Property { name: "items"; type: "QDeclarativePlaylistItem"; isList: true; isReadonly: true }
        Signal {
            name: "itemAboutToBeInserted"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Signal {
            name: "itemInserted"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Signal {
            name: "itemAboutToBeRemoved"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Signal {
            name: "itemRemoved"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Signal {
            name: "itemChanged"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Signal { name: "loaded" }
        Signal { name: "loadFailed" }
        Signal {
            name: "error"
            Parameter { name: "error"; type: "QDeclarativePlaylist::Error" }
            Parameter { name: "errorString"; type: "string" }
        }
        Method {
            name: "itemSource"
            type: "QUrl"
            Parameter { name: "index"; type: "int" }
        }
        Method {
            name: "nextIndex"
            type: "int"
            Parameter { name: "steps"; type: "int" }
        }
        Method { name: "nextIndex"; type: "int" }
        Method {
            name: "previousIndex"
            type: "int"
            Parameter { name: "steps"; type: "int" }
        }
        Method { name: "previousIndex"; type: "int" }
        Method { name: "next" }
        Method { name: "previous" }
        Method { name: "shuffle" }
        Method {
            name: "load"
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "format"; type: "string" }
        }
        Method {
            name: "load"
            Parameter { name: "location"; type: "QUrl" }
        }
        Method {
            name: "save"
            type: "bool"
            Parameter { name: "location"; type: "QUrl" }
            Parameter { name: "format"; type: "string" }
        }
        Method {
            name: "save"
            type: "bool"
            Parameter { name: "location"; type: "QUrl" }
        }
        Method {
            name: "addItem"
            type: "bool"
            Parameter { name: "source"; type: "QUrl" }
        }
        Method {
            name: "addItems"
            revision: 1
            type: "bool"
            Parameter { name: "sources"; type: "QList<QUrl>" }
        }
        Method {
            name: "insertItem"
            type: "bool"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "source"; type: "QUrl" }
        }
        Method {
            name: "insertItems"
            revision: 1
            type: "bool"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "sources"; type: "QList<QUrl>" }
        }
        Method {
            name: "moveItem"
            revision: 1
            type: "bool"
            Parameter { name: "from"; type: "int" }
            Parameter { name: "to"; type: "int" }
        }
        Method {
            name: "removeItem"
            type: "bool"
            Parameter { name: "index"; type: "int" }
        }
        Method {
            name: "removeItems"
            revision: 1
            type: "bool"
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method { name: "clear"; type: "bool" }
    }
    Component {
        name: "QDeclarativePlaylistItem"
        prototype: "QObject"
        exports: ["QtMultimedia/PlaylistItem 5.6"]
        exportMetaObjectRevisions: [0]
        Property { name: "source"; type: "QUrl" }
    }
    Component {
        name: "QDeclarativeRadio"
        prototype: "QObject"
        exports: ["QtMultimedia/Radio 5.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "State"
            values: {
                "ActiveState": 0,
                "StoppedState": 1
            }
        }
        Enum {
            name: "Band"
            values: {
                "AM": 0,
                "FM": 1,
                "SW": 2,
                "LW": 3,
                "FM2": 4
            }
        }
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "ResourceError": 1,
                "OpenError": 2,
                "OutOfRangeError": 3
            }
        }
        Enum {
            name: "StereoMode"
            values: {
                "ForceStereo": 0,
                "ForceMono": 1,
                "Auto": 2
            }
        }
        Enum {
            name: "SearchMode"
            values: {
                "SearchFast": 0,
                "SearchGetStationId": 1
            }
        }
        Enum {
            name: "Availability"
            values: {
                "Available": 0,
                "Busy": 2,
                "Unavailable": 1,
                "ResourceMissing": 3
            }
        }
        Property { name: "state"; type: "State"; isReadonly: true }
        Property { name: "band"; type: "Band" }
        Property { name: "frequency"; type: "int" }
        Property { name: "stereo"; type: "bool"; isReadonly: true }
        Property { name: "stereoMode"; type: "StereoMode" }
        Property { name: "signalStrength"; type: "int"; isReadonly: true }
        Property { name: "volume"; type: "int" }
        Property { name: "muted"; type: "bool" }
        Property { name: "searching"; type: "bool"; isReadonly: true }
        Property { name: "frequencyStep"; type: "int"; isReadonly: true }
        Property { name: "minimumFrequency"; type: "int"; isReadonly: true }
        Property { name: "maximumFrequency"; type: "int"; isReadonly: true }
        Property { name: "antennaConnected"; type: "bool"; isReadonly: true }
        Property { name: "availability"; type: "Availability"; isReadonly: true }
        Property { name: "radioData"; type: "QDeclarativeRadioData"; isReadonly: true; isPointer: true }
        Signal {
            name: "stateChanged"
            Parameter { name: "state"; type: "QDeclarativeRadio::State" }
        }
        Signal {
            name: "bandChanged"
            Parameter { name: "band"; type: "QDeclarativeRadio::Band" }
        }
        Signal {
            name: "frequencyChanged"
            Parameter { name: "frequency"; type: "int" }
        }
        Signal {
            name: "stereoStatusChanged"
            Parameter { name: "stereo"; type: "bool" }
        }
        Signal {
            name: "searchingChanged"
            Parameter { name: "searching"; type: "bool" }
        }
        Signal {
            name: "signalStrengthChanged"
            Parameter { name: "signalStrength"; type: "int" }
        }
        Signal {
            name: "volumeChanged"
            Parameter { name: "volume"; type: "int" }
        }
        Signal {
            name: "mutedChanged"
            Parameter { name: "muted"; type: "bool" }
        }
        Signal {
            name: "stationFound"
            Parameter { name: "frequency"; type: "int" }
            Parameter { name: "stationId"; type: "string" }
        }
        Signal {
            name: "antennaConnectedChanged"
            Parameter { name: "connectionStatus"; type: "bool" }
        }
        Signal {
            name: "availabilityChanged"
            Parameter { name: "availability"; type: "Availability" }
        }
        Signal { name: "errorChanged" }
        Signal {
            name: "error"
            Parameter { name: "errorCode"; type: "QDeclarativeRadio::Error" }
        }
        Method {
            name: "setBand"
            Parameter { name: "band"; type: "QDeclarativeRadio::Band" }
        }
        Method {
            name: "setFrequency"
            Parameter { name: "frequency"; type: "int" }
        }
        Method {
            name: "setStereoMode"
            Parameter { name: "stereoMode"; type: "QDeclarativeRadio::StereoMode" }
        }
        Method {
            name: "setVolume"
            Parameter { name: "volume"; type: "int" }
        }
        Method {
            name: "setMuted"
            Parameter { name: "muted"; type: "bool" }
        }
        Method { name: "cancelScan" }
        Method { name: "scanDown" }
        Method { name: "scanUp" }
        Method { name: "tuneUp" }
        Method { name: "tuneDown" }
        Method {
            name: "searchAllStations"
            Parameter { name: "searchMode"; type: "QDeclarativeRadio::SearchMode" }
        }
        Method { name: "searchAllStations" }
        Method { name: "start" }
        Method { name: "stop" }
        Method { name: "isAvailable"; type: "bool" }
    }
    Component {
        name: "QDeclarativeRadioData"
        prototype: "QObject"
        exports: ["QtMultimedia/RadioData 5.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "Error"
            values: {
                "NoError": 0,
                "ResourceError": 1,
                "OpenError": 2,
                "OutOfRangeError": 3
            }
        }
        Enum {
            name: "ProgramType"
            values: {
                "Undefined": 0,
                "News": 1,
                "CurrentAffairs": 2,
                "Information": 3,
                "Sport": 4,
                "Education": 5,
                "Drama": 6,
                "Culture": 7,
                "Science": 8,
                "Varied": 9,
                "PopMusic": 10,
                "RockMusic": 11,
                "EasyListening": 12,
                "LightClassical": 13,
                "SeriousClassical": 14,
                "OtherMusic": 15,
                "Weather": 16,
                "Finance": 17,
                "ChildrensProgrammes": 18,
                "SocialAffairs": 19,
                "Religion": 20,
                "PhoneIn": 21,
                "Travel": 22,
                "Leisure": 23,
                "JazzMusic": 24,
                "CountryMusic": 25,
                "NationalMusic": 26,
                "OldiesMusic": 27,
                "FolkMusic": 28,
                "Documentary": 29,
                "AlarmTest": 30,
                "Alarm": 31,
                "Talk": 32,
                "ClassicRock": 33,
                "AdultHits": 34,
                "SoftRock": 35,
                "Top40": 36,
                "Soft": 37,
                "Nostalgia": 38,
                "Classical": 39,
                "RhythmAndBlues": 40,
                "SoftRhythmAndBlues": 41,
                "Language": 42,
                "ReligiousMusic": 43,
                "ReligiousTalk": 44,
                "Personality": 45,
                "Public": 46,
                "College": 47
            }
        }
        Enum {
            name: "Availability"
            values: {
                "Available": 0,
                "Busy": 2,
                "Unavailable": 1,
                "ResourceMissing": 3
            }
        }
        Property { name: "stationId"; type: "string"; isReadonly: true }
        Property { name: "programType"; type: "QDeclarativeRadioData::ProgramType"; isReadonly: true }
        Property { name: "programTypeName"; type: "string"; isReadonly: true }
        Property { name: "stationName"; type: "string"; isReadonly: true }
        Property { name: "radioText"; type: "string"; isReadonly: true }
        Property { name: "alternativeFrequenciesEnabled"; type: "bool" }
        Property { name: "availability"; type: "Availability"; isReadonly: true }
        Signal {
            name: "stationIdChanged"
            Parameter { name: "stationId"; type: "string" }
        }
        Signal {
            name: "programTypeChanged"
            Parameter { name: "programType"; type: "QDeclarativeRadioData::ProgramType" }
        }
        Signal {
            name: "programTypeNameChanged"
            Parameter { name: "programTypeName"; type: "string" }
        }
        Signal {
            name: "stationNameChanged"
            Parameter { name: "stationName"; type: "string" }
        }
        Signal {
            name: "radioTextChanged"
            Parameter { name: "radioText"; type: "string" }
        }
        Signal {
            name: "alternativeFrequenciesEnabledChanged"
            Parameter { name: "enabled"; type: "bool" }
        }
        Signal {
            name: "availabilityChanged"
            Parameter { name: "availability"; type: "Availability" }
        }
        Signal { name: "errorChanged" }
        Signal {
            name: "error"
            Parameter { name: "errorCode"; type: "QDeclarativeRadioData::Error" }
        }
        Method {
            name: "setAlternativeFrequenciesEnabled"
            Parameter { name: "enabled"; type: "bool" }
        }
        Method { name: "isAvailable"; type: "bool" }
    }
    Component {
        name: "QDeclarativeTorch"
        prototype: "QObject"
        exports: ["QtMultimedia/Torch 5.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "enabled"; type: "bool" }
        Property { name: "power"; type: "int" }
    }
    Component {
        name: "QDeclarativeVideoOutput"
        defaultProperty: "data"
        prototype: "QQuickItem"
        exports: [
            "QtMultimedia/VideoOutput 5.0",
            "QtMultimedia/VideoOutput 5.13",
            "QtMultimedia/VideoOutput 5.15",
            "QtMultimedia/VideoOutput 5.2"
        ]
        exportMetaObjectRevisions: [0, 13, 15, 2]
        Enum {
            name: "FlushMode"
            values: {
                "EmptyFrame": 0,
                "FirstFrame": 1,
                "LastFrame": 2
            }
        }
        Enum {
            name: "FillMode"
            values: {
                "Stretch": 0,
                "PreserveAspectFit": 1,
                "PreserveAspectCrop": 2
            }
        }
        Property { name: "source"; type: "QObject"; isPointer: true }
        Property { name: "fillMode"; type: "FillMode" }
        Property { name: "orientation"; type: "int" }
        Property { name: "autoOrientation"; revision: 2; type: "bool" }
        Property { name: "sourceRect"; type: "QRectF"; isReadonly: true }
        Property { name: "contentRect"; type: "QRectF"; isReadonly: true }
        Property { name: "filters"; type: "QAbstractVideoFilter"; isList: true; isReadonly: true }
        Property { name: "flushMode"; revision: 13; type: "FlushMode" }
        Property {
            name: "videoSurface"
            revision: 15
            type: "QAbstractVideoSurface"
            isReadonly: true
            isPointer: true
        }
        Signal {
            name: "fillModeChanged"
            Parameter { type: "QDeclarativeVideoOutput::FillMode" }
        }
        Method {
            name: "mapPointToItem"
            type: "QPointF"
            Parameter { name: "point"; type: "QPointF" }
        }
        Method {
            name: "mapRectToItem"
            type: "QRectF"
            Parameter { name: "rectangle"; type: "QRectF" }
        }
        Method {
            name: "mapNormalizedPointToItem"
            type: "QPointF"
            Parameter { name: "point"; type: "QPointF" }
        }
        Method {
            name: "mapNormalizedRectToItem"
            type: "QRectF"
            Parameter { name: "rectangle"; type: "QRectF" }
        }
        Method {
            name: "mapPointToSource"
            type: "QPointF"
            Parameter { name: "point"; type: "QPointF" }
        }
        Method {
            name: "mapRectToSource"
            type: "QRectF"
            Parameter { name: "rectangle"; type: "QRectF" }
        }
        Method {
            name: "mapPointToSourceNormalized"
            type: "QPointF"
            Parameter { name: "point"; type: "QPointF" }
        }
        Method {
            name: "mapRectToSourceNormalized"
            type: "QRectF"
            Parameter { name: "rectangle"; type: "QRectF" }
        }
    }
    Component {
        name: "QMediaObject"
        prototype: "QObject"
        Property { name: "notifyInterval"; type: "int" }
        Signal {
            name: "notifyIntervalChanged"
            Parameter { name: "milliSeconds"; type: "int" }
        }
        Signal {
            name: "metaDataAvailableChanged"
            Parameter { name: "available"; type: "bool" }
        }
        Signal { name: "metaDataChanged" }
        Signal {
            name: "metaDataChanged"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Signal {
            name: "availabilityChanged"
            Parameter { name: "available"; type: "bool" }
        }
        Signal {
            name: "availabilityChanged"
            Parameter { name: "availability"; type: "QMultimedia::AvailabilityStatus" }
        }
    }
    Component { name: "QSGVideoItemSurface"; prototype: "QAbstractVideoSurface" }
    Component {
        name: "QSoundEffect"
        prototype: "QObject"
        exports: [
            "QtMultimedia/SoundEffect 5.0",
            "QtMultimedia/SoundEffect 5.3",
            "QtMultimedia/SoundEffect 5.8"
        ]
        exportMetaObjectRevisions: [0, 0, 0]
        Enum {
            name: "Loop"
            values: {
                "Infinite": -2
            }
        }
        Enum {
            name: "Status"
            values: {
                "Null": 0,
                "Loading": 1,
                "Ready": 2,
                "Error": 3
            }
        }
        Property { name: "source"; type: "QUrl" }
        Property { name: "loops"; type: "int" }
        Property { name: "loopsRemaining"; type: "int"; isReadonly: true }
        Property { name: "volume"; type: "double" }
        Property { name: "muted"; type: "bool" }
        Property { name: "playing"; type: "bool"; isReadonly: true }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "category"; type: "string" }
        Signal { name: "loopCountChanged" }
        Signal { name: "loadedChanged" }
        Method { name: "play" }
        Method { name: "stop" }
    }
}
PK�[��_u��)QtMultimedia/libdeclarative_multimedia.sonuȯ��ELF> L@��@8	@�e�e �r�r%�r%-�. ����%��%��888$$pepepe  S�tdpepepe  P�td�����Q�tdR�td�r�r%�r%--GNUBTdVΨ'��&L�f�1g+��p�@0 9Lptzl�⍺�|BE��y��(�r��2t܄��qX��m��5�-�����:,#�EXD&�U�86UV�P�IQ4.$��]�Q��B�9�Pn4.X�bCU�2GY5
�C\UG�&�8C�.7E�]N���4�Gk>�Fo@�`	�4�(R�Y$:�L1%�D�K�N�/�Z-�W�NOO�.�G1S�V�9~Mn?SYN �'h&5O�&"%FW[�7�]�\ �"�)�4d9�M}'�?,r-PnX��/�F�U~�<�M���2,�u/�[�3e#�\�I&��:�Tj3lU�X5�;[�-IUP.�h&�*�$R6X/�3�7�<69�!bT�]�8
���[%2�V�W"�I�U6
0��0�n(�.wBeA�:W4Ke
�B�GX�
)�6�8�?

pN�	G�!�8��H�U�'v4Q�(�1�%'aNK@��)�C_<C�7P�23"p�/j�T"�QGF.�=�4�Zh8�~[lI6Y�!RX�J�C��?�B�"p�\�@_Z?(*"!)E>8�N�A��H�[�*�#�R, o�VH#�3h$SS+�[,q$,,6V�\�
�?��!�;Qk+#:(�.�6Bf��8�)��S�.�sE�YqV�D�-*�S..�>�U�,�$V�U &�Qx,�F��-	�
�#>�~$.*6!)-\>�D@B�*5S���S R+�eD�F�EPhT55m\K�R�11F"�'�6�<=W	#�:�W)� ��� ��"�5;)��@E*�0�1j"�u6.@�W'(7Mn=�)dWQ��N6/1�,4]�ME yY6��+E��K���=�&IpL��g!�XM"h0�Pc�@�7�T�	�S�+�P!�RW�>�<<Z�0�5�Y�X8a*�L��r\e �O{DH�",�2	V�@�_�K~ �MBH�,JZ%70QRtJB7�nG��D?=�
�L�
/_-�EG|H�$ uO�	3��#�B�WN3�##OnS�[;�=
;�Z�r'R�S�+@?�9H<�J�XxR�1�
;DD0�+�;��8� ��%7G�A<�O��#���LbP�L0<-M 4	A+[oL:��()8/T2ALhQ���0=Tt]�X5	Z�RJ$�>�;63�'G�T$5�3�-�N�Z�K�R]��A�PO\�[a7T	K.�I�d
l3�-�,��V&U64!B�
j�E6'N~{CI�,�,;"0A>p>M_��%_�%4! �%d"SG!��$G!t% _�%o!s%�"0S=W M__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNSt17_Function_handlerIFP7QObjectP10QQmlEngineP9QJSEngineEPS6_E9_M_invokeERKSt9_Any_dataOS3_OS5__ZNSt14_Function_base13_Base_managerIPFP7QObjectP10QQmlEngineP9QJSEngineEE10_M_managerERSt9_Any_dataRKSA_St18_Manager_operation_ZTIPFP7QObjectP10QQmlEngineP9QJSEngineE_ZNK11QObjectData17dynamicMetaObjectEv_ZN19QQmlExtensionPluginD2Ev_ZdlPvm_Znwm_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZdlPv_ZN23QDeclarativeVideoOutputC2EP10QQuickItem_ZN23QDeclarativeVideoOutputD2Ev_ZN4QUrlD1Ev_ZN7QObjectD2Ev_ZN12QSoundEffectC2EP7QObject_ZN12QSoundEffectD2Ev_ZN7QString16fromAscii_helperEPKci_ZN10QQmlEngine16addImageProviderERK7QStringP21QQmlImageProviderBase_ZN10QArrayData10deallocateEPS_mm__stack_chk_failqt_plugin_query_metadataqt_plugin_instance_ZN19QQmlExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_release_ZNK11QMetaObject9classNameEvstrlenmemcpy_ZN10QByteArrayC1EPKci_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN10QArrayData11shared_nullE_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_ZN11QMetaObject14normalizedTypeEPKc_ZN21QAbstractVideoSurface16staticMetaObjectE_ZN12QSoundEffect16staticMetaObjectE_ZN23QDeclarativeVideoOutput16staticMetaObjectE_ZN20QAbstractVideoFilter16staticMetaObjectE_ZNK11QMetaObject2trEPKcS1_i_Z17qmlRegisterModulePKciistrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTSFP7QObjectP10QQmlEngineP9QJSEngineE_ZTIFP7QObjectP10QQmlEngineP9QJSEngineE_ZTVN10__cxxabiv120__function_type_infoE_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZTI12QSoundEffect_ZTI23QDeclarativeVideoOutput_ZTSPFP7QObjectP10QQmlEngineP9QJSEngineE_ZTVN10__cxxabiv119__pointer_type_infoE_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZNK12QSoundEffect10metaObjectEv_ZN12QSoundEffect11qt_metacastEPKc_ZN12QSoundEffect11qt_metacallEN11QMetaObject4CallEiPPv_ZNK23QDeclarativeVideoOutput10metaObjectEv_ZN23QDeclarativeVideoOutput11qt_metacastEPKc_ZN23QDeclarativeVideoOutput11qt_metacallEN11QMetaObject4CallEiPPv_ZN10QQuickItem5eventEP6QEvent_ZNK10QQuickItem12boundingRectEv_ZNK10QQuickItem8clipRectEv_ZNK10QQuickItem8containsERK7QPointF_ZNK10QQuickItem16inputMethodQueryEN2Qt16InputMethodQueryE_ZNK10QQuickItem17isTextureProviderEv_ZNK10QQuickItem15textureProviderEv_ZN23QDeclarativeVideoOutput10itemChangeEN10QQuickItem10ItemChangeERKNS0_14ItemChangeDataE_ZN10QQuickItem10classBeginEv_ZN10QQuickItem17componentCompleteEv_ZN10QQuickItem13keyPressEventEP9QKeyEvent_ZN10QQuickItem15keyReleaseEventEP9QKeyEvent_ZN10QQuickItem16inputMethodEventEP17QInputMethodEvent_ZN10QQuickItem12focusInEventEP11QFocusEvent_ZN10QQuickItem13focusOutEventEP11QFocusEvent_ZN10QQuickItem15mousePressEventEP11QMouseEvent_ZN10QQuickItem14mouseMoveEventEP11QMouseEvent_ZN10QQuickItem17mouseReleaseEventEP11QMouseEvent_ZN10QQuickItem21mouseDoubleClickEventEP11QMouseEvent_ZN10QQuickItem16mouseUngrabEventEv_ZN10QQuickItem16touchUngrabEventEv_ZN10QQuickItem10wheelEventEP11QWheelEvent_ZN10QQuickItem10touchEventEP11QTouchEvent_ZN10QQuickItem15hoverEnterEventEP11QHoverEvent_ZN10QQuickItem14hoverMoveEventEP11QHoverEvent_ZN10QQuickItem15hoverLeaveEventEP11QHoverEvent_ZN10QQuickItem14dragEnterEventEP15QDragEnterEvent_ZN10QQuickItem13dragMoveEventEP14QDragMoveEvent_ZN10QQuickItem14dragLeaveEventEP15QDragLeaveEvent_ZN10QQuickItem9dropEventEP10QDropEvent_ZN10QQuickItem21childMouseEventFilterEPS_P6QEvent_ZN10QQuickItem21windowDeactivateEventEv_ZN23QDeclarativeVideoOutput15geometryChangedERK6QRectFS2__ZN23QDeclarativeVideoOutput15updatePaintNodeEP7QSGNodePN10QQuickItem19UpdatePaintNodeDataE_ZN23QDeclarativeVideoOutput16releaseResourcesEv_ZN10QQuickItem12updatePolishEv_ZThn16_N10QQuickItem10classBeginEv_ZThn16_N10QQuickItem17componentCompleteEv_ZNK18QAbstractListModel5indexEiiRK11QModelIndex_ZNK18QAbstractListModel6parentERK11QModelIndex_ZNK18QAbstractListModel7siblingEiiRK11QModelIndex_ZNK18QAbstractListModel11columnCountERK11QModelIndex_ZNK18QAbstractListModel11hasChildrenERK11QModelIndex_ZN18QAbstractItemModel7setDataERK11QModelIndexRK8QVarianti_ZNK18QAbstractItemModel10headerDataEiN2Qt11OrientationEi_ZN18QAbstractItemModel13setHeaderDataEiN2Qt11OrientationERK8QVarianti_ZNK18QAbstractItemModel8itemDataERK11QModelIndex_ZN18QAbstractItemModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE_ZNK18QAbstractItemModel9mimeTypesEv_ZNK18QAbstractItemModel8mimeDataERK5QListI11QModelIndexE_ZNK18QAbstractItemModel15canDropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex_ZN18QAbstractListModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex_ZNK18QAbstractItemModel20supportedDropActionsEv_ZNK18QAbstractItemModel20supportedDragActionsEv_ZN18QAbstractItemModel10insertRowsEiiRK11QModelIndex_ZN18QAbstractItemModel13insertColumnsEiiRK11QModelIndex_ZN18QAbstractItemModel10removeRowsEiiRK11QModelIndex_ZN18QAbstractItemModel13removeColumnsEiiRK11QModelIndex_ZN18QAbstractItemModel8moveRowsERK11QModelIndexiiS2_i_ZN18QAbstractItemModel11moveColumnsERK11QModelIndexiiS2_i_ZN18QAbstractItemModel9fetchMoreERK11QModelIndex_ZNK18QAbstractItemModel12canFetchMoreERK11QModelIndex_ZNK18QAbstractListModel5flagsERK11QModelIndex_ZN18QAbstractItemModel4sortEiN2Qt9SortOrderE_ZNK18QAbstractItemModel5buddyERK11QModelIndex_ZNK18QAbstractItemModel5matchERK11QModelIndexiRK8QVarianti6QFlagsIN2Qt9MatchFlagEE_ZNK18QAbstractItemModel4spanERK11QModelIndex_ZN18QAbstractItemModel6submitEv_ZN18QAbstractItemModel6revertEv_ZN19QQmlExtensionPlugin16staticMetaObjectE_ZN13QMediaContentD1Ev_ZN8QJSValueD1Ev_ZN8QJSValueC1ERKS__ZN8QJSValueC1ENS_12SpecialValueE_ZNK12QMediaObject14notifyIntervalEv_ZN12QMediaObject17setNotifyIntervalEi_ZNK13QMediaContent6isNullEv_ZN12QMediaPlayer8setMediaERK13QMediaContentP9QIODevice_ZN12QMediaPlayer18setCustomAudioRoleERK7QString_ZN12QMediaPlayer4stopEv_ZN12QMediaPlayer12setAudioRoleEN6QAudio4RoleE_ZN12QMediaPlayer15setPlaybackRateEd_ZN12QMediaPlayer8setMutedEb_ZN12QMediaPlayer9setVolumeEi_ZN12QMediaPlayer4playEv_ZN12QMediaPlayer11setPositionEx_ZN13QMediaContentC1ERKS__ZN13QMediaContentC1Ev_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZN12QMediaPlayerC1EP7QObject6QFlagsINS_4FlagEE_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE_ZN11QMetaObject10ConnectionD1Ev_ZN7QObjectC2EPS__ZN8QVariantD1Ev_ZN16QQmlParserStatusD2Ev_ZNK12QMediaPlayer11errorStringEv_ZN16QQmlParserStatusC2Ev_ZN4QUrlC1Ev_ZN8QVariantC1ERKS__ZNK12QMediaPlayer9audioRoleEv_ZNK12QMediaPlayer15customAudioRoleEv_ZeqRK7QStringS1__ZN7QStringaSERKS__ZN5QtQml9qmlEngineEPK7QObject_ZN9QJSEngine8newArrayEj_ZNK12QMediaPlayer19supportedAudioRolesEv_ZN8QJSValueC1Ei_ZN8QJSValue11setPropertyEjRKS__ZN9QListData7disposeEPNS_4DataE_ZN4QUrlC1ERKS__ZNK4QUrl7isEmptyEv_ZN13QMediaContentC1EP14QMediaPlaylistRK4QUrlb_ZN13QMediaContentaSERKS__ZN4QUrl5clearEv_ZNK4QUrleqERKS__ZN4QUrlaSERKS__ZN13QMediaContentC1ERK4QUrl_ZN12QMediaPlayer5pauseEv_ZNK12QMediaPlayer8durationEv_ZNK12QMediaPlayer8positionEv_ZNK12QMediaPlayer6volumeEv_ZN5QtQml10qmlWarningEPK7QObject_ZN7QString18toLocal8Bit_helperEPK5QChari_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString_ZN8QQmlInfoD1Ev_ZN11QTextStreamlsEc_ZNK12QMediaPlayer7isMutedEv_ZNK12QMediaPlayer12bufferStatusEv_ZNK12QMediaPlayer10isSeekableEv_ZNK12QMediaPlayer12playbackRateEv_ZNK12QMediaPlayer16isAudioAvailableEv_ZNK12QMediaPlayer16isVideoAvailableEv_ZNK12QMediaPlayer11mediaStatusEv_ZNK12QMediaPlayer5stateEv_ZNK13QMediaContent8playlistEv_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEE_ZNK8QVariant3cmpERKS__ZNK8QVariant8userTypeEv_ZN9QMetaType9typeFlagsEi_ZNK11QMetaObject4castEP7QObject_ZNK23QDeclarativeVideoOutput12videoSurfaceEv_ZN12QMediaPlayer14setVideoOutputEP21QAbstractVideoSurface_ZN8QVariantaSERKS__ZNK8QVariant7convertEiPv_ZNK8QJSValue6isNullEv_ZN12QMediaPlayer14setVideoOutputERK7QVectorIP21QAbstractVideoSurfaceE_ZNK8QVariant9constDataEv_ZNK8QJSValue8propertyERK7QString_ZNK8QJSValue5toIntEv_ZNK8QJSValue8propertyEj_ZNK8QJSValue9isQObjectEv_ZNK8QJSValue9toQObjectEv_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI7QObject_ZTI16QQmlParserStatus_ZN7QObject16staticMetaObjectE_ZNK14QMediaPlaylist10mediaCountEv_ZN14QMediaPlaylist5clearEv_ZNK14QMediaPlaylist5mediaEi_ZNK13QMediaContent7requestEv_ZNK15QNetworkRequest3urlEv_ZN8QVariantC1ERK4QUrl_ZN15QNetworkRequestD1Ev_ZN14QMediaPlaylistC1EP7QObject_ZNK14QMediaPlaylist10isReadOnlyEv_ZN18QAbstractListModelD2Ev_ZN9QHashData11shared_nullE_ZN9QHashData12allocateNodeEi_ZN10QByteArrayaSEPKc_ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Eii_ZN9QHashData11free_helperEPFvPNS_4NodeEE_ZN9QHashData6rehashEi_ZN18QAbstractItemModel15beginInsertRowsERK11QModelIndexii_ZN18QAbstractItemModel13endInsertRowsEv_ZN18QAbstractItemModel15beginRemoveRowsERK11QModelIndexii_ZN18QAbstractItemModel13endRemoveRowsEv_ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE_ZNK14QMediaPlaylist5errorEv_ZNK14QMediaPlaylist11errorStringEv_ZN18QAbstractListModelC2EP7QObject_ZNK14QMediaPlaylist12playbackModeEv_ZN14QMediaPlaylist15setPlaybackModeENS_12PlaybackModeE_ZNK14QMediaPlaylist12currentMediaEv_ZNK14QMediaPlaylist12currentIndexEv_ZN14QMediaPlaylist15setCurrentIndexEi_ZNK14QMediaPlaylist9nextIndexEi_ZNK14QMediaPlaylist13previousIndexEi_ZN14QMediaPlaylist4nextEv_ZN14QMediaPlaylist8previousEv_ZN14QMediaPlaylist7shuffleEv_ZN7QString15toLatin1_helperERKS__ZN14QMediaPlaylist4loadERK4QUrlPKc_ZN14QMediaPlaylist4saveERK4QUrlPKc_ZN14QMediaPlaylist8addMediaERK13QMediaContent_ZN14QMediaPlaylist11insertMediaEiRK13QMediaContent_ZN14QMediaPlaylist9moveMediaEii_ZN14QMediaPlaylist11removeMediaEi_ZN14QMediaPlaylist11removeMediaEii_ZN9QMetaType30hasRegisteredConverterFunctionEii_ZN9QMetaType25registerConverterFunctionEPKN9QtPrivate25AbstractConverterFunctionEii_ZN9QMetaType8typeNameEi_ZN10QByteArray6appendEPKci_ZNK10QByteArray8endsWithEc_ZN9QMetaType27unregisterConverterFunctionEii_ZN9QListData11detach_growEPii_ZN9QListData6appendEv_ZN9QListData11shared_nullE_ZN14QMediaPlaylist8addMediaERK5QListI13QMediaContentE_ZN14QMediaPlaylist11insertMediaEiRK5QListI13QMediaContentE_ZN9QListData6detachEi_ZN18QAbstractListModel11qt_metacastEPKc_ZN18QAbstractListModel11qt_metacallEN11QMetaObject4CallEiPPv_ZTI18QAbstractListModel_ZN18QAbstractListModel16staticMetaObjectE_ZN11QRadioTunerC1EP7QObject_ZNK11QRadioTuner5stateEv_ZNK11QRadioTuner4bandEv_ZNK11QRadioTuner9frequencyEv_ZNK11QRadioTuner10stereoModeEv_ZNK11QRadioTuner6volumeEv_ZNK11QRadioTuner7isMutedEv_ZNK11QRadioTuner8isStereoEv_ZNK11QRadioTuner14signalStrengthEv_ZNK11QRadioTuner11isSearchingEv_ZNK11QRadioTuner13frequencyStepENS_4BandE_ZNK11QRadioTuner14frequencyRangeENS_4BandE_ZNK11QRadioTuner18isAntennaConnectedEv_ZN11QRadioTuner7setBandENS_4BandE_ZN11QRadioTuner12setFrequencyEi_ZN11QRadioTuner13setStereoModeENS_10StereoModeE_ZN11QRadioTuner9setVolumeEi_ZN11QRadioTuner8setMutedEb_ZN11QRadioTuner12cancelSearchEv_ZN11QRadioTuner14searchBackwardEv_ZN11QRadioTuner13searchForwardEv_ZN11QRadioTuner17searchAllStationsENS_10SearchModeE_ZN11QRadioTuner5startEv_ZN11QRadioTuner4stopEv_ZNK10QRadioData12availabilityEv_ZNK10QRadioData9stationIdEv_ZNK10QRadioData11programTypeEv_ZNK10QRadioData15programTypeNameEv_ZNK10QRadioData11stationNameEv_ZNK10QRadioData9radioTextEv_ZNK10QRadioData31isAlternativeFrequenciesEnabledEv_ZN10QRadioData32setAlternativeFrequenciesEnabledEb_ZNK11QRadioTuner9radioDataEv_ZN7QCamera5startEv_ZN7QCamera4loadEv_ZN7QCamera6unloadEv_ZN11QCameraInfoD1Ev_ZNK7QCamera11errorStringEv_ZN11QCameraInfoC1ERK10QByteArray_ZN11QCameraInfo13defaultCameraEv_ZN11QCameraInfoaSERKS__ZN7QCameraC1ERK11QCameraInfoP7QObject_ZN7QCamera12stateChangedENS_5StateE_ZN7QCamera16staticMetaObjectE_ZN7QObject11connectImplEPKS_PPvS1_S3_PN9QtPrivate15QSlotObjectBaseEN2Qt14ConnectionTypeEPKiPK11QMetaObject_ZNK7QCamera5focusEv_ZN12QCameraFocus18opticalZoomChangedEd_ZN12QCameraFocus16staticMetaObjectE_ZN12QCameraFocus18digitalZoomChangedEd_ZN12QCameraFocus25maximumOpticalZoomChangedEd_ZN12QCameraFocus25maximumDigitalZoomChangedEd_ZNK11QCameraInfo10deviceNameEv_ZNK11QCameraInfo8positionEv_ZNK11QCameraInfo11descriptionEv_ZNK11QCameraInfo11orientationEv_ZN27QVideoDeviceSelectorControl16staticMetaObjectE_ZN11QCameraInfoC1ERKS__ZN11QCameraInfoC1ERK7QCamera_ZNK7QCamera5stateEv_ZN11QCameraInfo16availableCamerasEN7QCamera8PositionE_ZNK7QCamera5errorEv_ZNK7QCamera11captureModeEv_ZN7QCamera14setCaptureModeE6QFlagsINS_11CaptureModeEE_ZNK7QCamera6statusEv_ZNK7QCamera10lockStatusEv_ZN7QCamera13searchAndLockEv_ZN7QCamera6unlockEv_ZNK12QCameraFocus18maximumOpticalZoomEv_ZNK12QCameraFocus18maximumDigitalZoomEv_ZNK12QCameraFocus11opticalZoomEv_ZNK12QCameraFocus11digitalZoomEv_ZN12QCameraFocus6zoomToEdd_ZN25QCameraViewfinderSettingsC1Ev_ZN25QCameraViewfinderSettings19setMinimumFrameRateEd_ZN25QCameraViewfinderSettings19setMaximumFrameRateEd_ZNK7QCamera30supportedViewfinderResolutionsERK25QCameraViewfinderSettings_ZN8QJSValue11setPropertyERK7QStringRKS__ZN9QJSEngine9newObjectEv_ZN25QCameraViewfinderSettingsD1Ev_ZNK8QJSValue11isUndefinedEv_ZNK7QCamera34supportedViewfinderFrameRateRangesERK25QCameraViewfinderSettings_ZN8QJSValueC1Ed_ZNK8QJSValue8isNumberEv_ZN25QCameraViewfinderSettings13setResolutionERK5QSize_ZN21QImageEncoderSettingsD1Ev_ZN21QImageEncoderSettingsC1Ev_ZN19QCameraImageCaptureC1EP12QMediaObjectP7QObject_ZN22QMetaDataWriterControl16staticMetaObjectE_ZNK19QCameraImageCapture17isReadyForCaptureEv_ZN19QCameraImageCapture7captureERK7QString_ZN19QCameraImageCapture13cancelCaptureEv_ZNK7QString3argExii5QChar_ZN7QString17fromLatin1_helperEPKci_ZN7QString6appendERKS__ZNK14QMessageLogger7warningEv_ZN6QDebug9putStringEPK5QCharm_ZN6QDebugD1Ev_ZNK21QImageEncoderSettings10resolutionEv_ZNK19QCameraImageCapture16encodingSettingsEv_ZN21QImageEncoderSettingsaSERKS__ZN21QImageEncoderSettings13setResolutionERK5QSize_ZN19QCameraImageCapture19setEncodingSettingsERK21QImageEncoderSettings_ZNK19QCameraImageCapture5errorEv_ZNK19QCameraImageCapture11errorStringEv_ZNK19QCameraImageCapture20supportedResolutionsERK21QImageEncoderSettingsPb_ZN8QVariantC1ERK5QSize_ZN21QVideoEncoderSettingsD1Ev_ZN21QAudioEncoderSettingsD1Ev_ZN21QAudioEncoderSettingsC1Ev_ZN21QVideoEncoderSettingsC1Ev_ZN14QMediaRecorderC1EP12QMediaObjectP7QObject_ZNK21QVideoEncoderSettings10resolutionEv_ZNK21QAudioEncoderSettings5codecEv_ZNK21QVideoEncoderSettings5codecEv_ZNK14QMediaRecorder13videoSettingsEv_ZN21QVideoEncoderSettingsaSERKS__ZN21QVideoEncoderSettings13setResolutionERK5QSize_ZN14QMediaRecorder16setVideoSettingsERK21QVideoEncoderSettings_ZNK14QMediaRecorder13audioSettingsEv_ZN21QAudioEncoderSettingsaSERKS__ZN21QAudioEncoderSettings8setCodecERK7QString_ZN14QMediaRecorder16setAudioSettingsERK21QAudioEncoderSettings_ZN21QVideoEncoderSettings8setCodecERK7QString_ZN14QMediaRecorder18setContainerFormatERK7QString_ZNK21QVideoEncoderSettings9frameRateEv_ZNK21QVideoEncoderSettings7bitRateEv_ZNK21QAudioEncoderSettings7bitRateEv_ZNK21QAudioEncoderSettings12channelCountEv_ZNK21QAudioEncoderSettings10sampleRateEv_ZNK21QVideoEncoderSettings12encodingModeEv_ZNK21QAudioEncoderSettings12encodingModeEv_ZN21QVideoEncoderSettings12setFrameRateEd_ZN21QVideoEncoderSettings10setBitRateEi_ZN21QAudioEncoderSettings10setBitRateEi_ZN21QAudioEncoderSettings15setChannelCountEi_ZN21QAudioEncoderSettings13setSampleRateEi_ZN21QAudioEncoderSettings15setEncodingModeEN11QMultimedia12EncodingModeE_ZN21QVideoEncoderSettings15setEncodingModeEN11QMultimedia12EncodingModeE_ZNK14QMediaRecorder5errorEv_ZNK14QMediaRecorder11errorStringEv_ZNK14QMediaRecorder5stateEv_ZNK14QMediaRecorder6statusEv_ZN14QMediaRecorder6recordEv_ZN14QMediaRecorder4stopEv_ZNK14QMediaRecorder14outputLocationEv_ZNK4QUrl8toStringE12QUrlTwoFlagsINS_19UrlFormattingOptionENS_25ComponentFormattingOptionEE_ZNK14QMediaRecorder14actualLocationEv_ZN4QUrlC1ERK7QStringNS_11ParsingModeE_ZN14QMediaRecorder17setOutputLocationERK4QUrl_ZNK14QMediaRecorder8durationEv_ZNK14QMediaRecorder7isMutedEv_ZN14QMediaRecorder8setMutedEb_ZN14QMediaRecorder11setMetaDataERK7QStringRK8QVariant_ZNK7QCamera8exposureEv_ZN7QCamera13statusChangedENS_6StatusE_ZNK15QCameraExposure20exposureCompensationEv_ZN15QCameraExposure23setExposureCompensationEd_ZNK15QCameraExposure14isoSensitivityEv_ZNK15QCameraExposure12shutterSpeedEv_ZNK15QCameraExposure8apertureEv_ZN15QCameraExposure23setManualIsoSensitivityEi_ZN15QCameraExposure21setAutoIsoSensitivityEv_ZN15QCameraExposure21setManualShutterSpeedEd_ZN15QCameraExposure19setAutoShutterSpeedEv_ZN15QCameraExposure17setManualApertureEd_ZN15QCameraExposure15setAutoApertureEv_ZNK15QCameraExposure12exposureModeEv_ZN15QCameraExposure15setExposureModeENS_12ExposureModeE_ZNK15QCameraExposure17spotMeteringPointEv_ZN15QCameraExposure20setSpotMeteringPointERK7QPointF_ZNK15QCameraExposure12meteringModeEv_ZN15QCameraExposure15setMeteringModeENS_12MeteringModeE_ZNK15QCameraExposure23isExposureModeSupportedENS_12ExposureModeE_ZN8QVariantC1Ei_ZNK15QCameraExposure12isFlashReadyEv_ZNK15QCameraExposure9flashModeEv_ZN15QCameraExposure12setFlashModeE6QFlagsINS_9FlashModeEE_ZNK15QCameraExposure20isFlashModeSupportedE6QFlagsINS_9FlashModeEE_ZN16QCameraFocusZoneC1Ev_ZN16QCameraFocusZoneD1Ev_ZN16QCameraFocusZoneC1ERKS__ZNK16QCameraFocusZone6statusEv_ZNK16QCameraFocusZone4areaEv_ZN8QVariantC1ERK6QRectF_ZN10QByteArrayaSERKS__ZNK12QCameraFocus9focusModeEv_ZNK12QCameraFocus20isFocusModeSupportedE6QFlagsINS_9FocusModeEE_ZN12QCameraFocus12setFocusModeE6QFlagsINS_9FocusModeEE_ZNK12QCameraFocus14focusPointModeEv_ZN12QCameraFocus17setFocusPointModeENS_14FocusPointModeE_ZNK12QCameraFocus25isFocusPointModeSupportedENS_14FocusPointModeE_ZNK12QCameraFocus16customFocusPointEv_ZN12QCameraFocus19setCustomFocusPointERK7QPointF_ZN18QAbstractItemModel15beginResetModelEv_ZN18QAbstractItemModel13endResetModelEv_ZNK12QCameraFocus10focusZonesEv_ZNK7QCamera15imageProcessingEv_ZN12QMediaObject19availabilityChangedEb_ZN12QMediaObject16staticMetaObjectE_ZNK22QCameraImageProcessing16whiteBalanceModeEv_ZN22QCameraImageProcessing19setWhiteBalanceModeENS_16WhiteBalanceModeE_ZNK22QCameraImageProcessing18manualWhiteBalanceEv_ZN22QCameraImageProcessing21setManualWhiteBalanceEd_ZNK22QCameraImageProcessing10brightnessEv_ZN22QCameraImageProcessing13setBrightnessEd_ZNK22QCameraImageProcessing8contrastEv_ZN22QCameraImageProcessing11setContrastEd_ZNK22QCameraImageProcessing10saturationEv_ZN22QCameraImageProcessing13setSaturationEd_ZNK22QCameraImageProcessing15sharpeningLevelEv_ZN22QCameraImageProcessing18setSharpeningLevelEd_ZNK22QCameraImageProcessing14denoisingLevelEv_ZN22QCameraImageProcessing17setDenoisingLevelEd_ZNK22QCameraImageProcessing11colorFilterEv_ZNK22QCameraImageProcessing11isAvailableEv_ZN22QCameraImageProcessing14setColorFilterENS_11ColorFilterE_ZNK22QCameraImageProcessing22isColorFilterSupportedENS_11ColorFilterE_ZNK22QCameraImageProcessing27isWhiteBalanceModeSupportedENS_16WhiteBalanceModeE_ZN6QMutex4lockEv_ZN6QImageC1Ev_ZN6QMutex6unlockEv_ZN6QImageC1ERKS__ZNK6QImage6scaledERK5QSizeN2Qt15AspectRatioModeENS3_18TransformationModeE_ZN6QImageD1Ev_ZNK6QImage4sizeEv_ZN12QPaintDeviceC2Ev_ZTV6QImage_ZN6QMutexD1Ev_ZN19QQuickImageProviderD2Ev_ZN19QQuickImageProviderC2EN21QQmlImageProviderBase9ImageTypeE6QFlagsINS0_4FlagEE_ZN6QImageaSERKS__ZTI19QQuickImageProvider_ZNK19QQuickImageProvider9imageTypeEv_ZNK19QQuickImageProvider5flagsEv_ZN19QQuickImageProvider13requestPixmapERK7QStringP5QSizeRKS3__ZN19QQuickImageProvider14requestTextureERK7QStringP5QSizeRKS3__ZNK8QVariant5toIntEPb_ZN7QCameraC1EP7QObject_ZNK12QMediaObject7serviceEv_ZN22QCameraExposureControl16staticMetaObjectE_ZN19QCameraFlashControl16staticMetaObjectE_ZN25QCameraViewfinderSettingsC1ERKS__ZNK7QCamera18viewfinderSettingsEv_ZNK25QCameraViewfinderSettings10resolutionEv_ZNK25QCameraViewfinderSettings16minimumFrameRateEv_ZNK25QCameraViewfinderSettings16maximumFrameRateEv_ZN7QCamera21setViewfinderSettingsERK25QCameraViewfinderSettings_ZN8QJSValueC1ERK7QString_ZN6QAudio13convertVolumeEdNS_11VolumeScaleES0__ZN14QMediaMetaData19GPSProcessingMethodE_ZNK12QMediaObject8metaDataERK7QString_ZN14QMediaMetaData18GPSAreaInformationE_ZN14QMediaMetaData5TitleE_ZN14QMediaMetaData8SubTitleE_ZN14QMediaMetaData6AuthorE_ZN14QMediaMetaData7CommentE_ZN14QMediaMetaData11DescriptionE_ZN14QMediaMetaData8CategoryE_ZN14QMediaMetaData5GenreE_ZN14QMediaMetaData4YearE_ZN14QMediaMetaData4DateE_ZN14QMediaMetaData10UserRatingE_ZN14QMediaMetaData8KeywordsE_ZN14QMediaMetaData8LanguageE_ZN14QMediaMetaData9PublisherE_ZN14QMediaMetaData9CopyrightE_ZN14QMediaMetaData14ParentalRatingE_ZN14QMediaMetaData18RatingOrganizationE_ZN14QMediaMetaData4SizeE_ZN14QMediaMetaData9MediaTypeE_ZN14QMediaMetaData8DurationE_ZN14QMediaMetaData12AudioBitRateE_ZN14QMediaMetaData10AudioCodecE_ZN14QMediaMetaData12AverageLevelE_ZN14QMediaMetaData12ChannelCountE_ZN14QMediaMetaData9PeakValueE_ZN14QMediaMetaData10SampleRateE_ZN14QMediaMetaData10AlbumTitleE_ZN14QMediaMetaData11AlbumArtistE_ZN14QMediaMetaData18ContributingArtistE_ZN14QMediaMetaData8ComposerE_ZN14QMediaMetaData9ConductorE_ZN14QMediaMetaData6LyricsE_ZN14QMediaMetaData4MoodE_ZN14QMediaMetaData11TrackNumberE_ZN14QMediaMetaData10TrackCountE_ZN14QMediaMetaData16CoverArtUrlSmallE_ZN14QMediaMetaData16CoverArtUrlLargeE_ZN14QMediaMetaData10ResolutionE_ZN14QMediaMetaData16PixelAspectRatioE_ZN14QMediaMetaData14VideoFrameRateE_ZN14QMediaMetaData12VideoBitRateE_ZN14QMediaMetaData10VideoCodecE_ZN14QMediaMetaData9PosterUrlE_ZN14QMediaMetaData13ChapterNumberE_ZN14QMediaMetaData8DirectorE_ZN14QMediaMetaData13LeadPerformerE_ZN14QMediaMetaData6WriterE_ZN14QMediaMetaData18CameraManufacturerE_ZN14QMediaMetaData11CameraModelE_ZN14QMediaMetaData5EventE_ZN14QMediaMetaData7SubjectE_ZN14QMediaMetaData11OrientationE_ZN14QMediaMetaData12ExposureTimeE_ZN14QMediaMetaData7FNumberE_ZN14QMediaMetaData15ExposureProgramE_ZN14QMediaMetaData15ISOSpeedRatingsE_ZN14QMediaMetaData17ExposureBiasValueE_ZN14QMediaMetaData16DateTimeOriginalE_ZN14QMediaMetaData17DateTimeDigitizedE_ZN14QMediaMetaData15SubjectDistanceE_ZN14QMediaMetaData12MeteringModeE_ZN14QMediaMetaData11LightSourceE_ZN14QMediaMetaData5FlashE_ZN14QMediaMetaData11FocalLengthE_ZN14QMediaMetaData12ExposureModeE_ZN14QMediaMetaData12WhiteBalanceE_ZN14QMediaMetaData16DigitalZoomRatioE_ZN14QMediaMetaData21FocalLengthIn35mmFilmE_ZN14QMediaMetaData16SceneCaptureTypeE_ZN14QMediaMetaData11GainControlE_ZN14QMediaMetaData8ContrastE_ZN14QMediaMetaData10SaturationE_ZN14QMediaMetaData9SharpnessE_ZN14QMediaMetaData24DeviceSettingDescriptionE_ZN14QMediaMetaData11GPSLatitudeE_ZN14QMediaMetaData12GPSLongitudeE_ZN14QMediaMetaData11GPSAltitudeE_ZN14QMediaMetaData12GPSTimeStampE_ZN14QMediaMetaData13GPSSatellitesE_ZN14QMediaMetaData9GPSStatusE_ZN14QMediaMetaData6GPSDOPE_ZN14QMediaMetaData8GPSSpeedE_ZN14QMediaMetaData8GPSTrackE_ZN14QMediaMetaData11GPSTrackRefE_ZN14QMediaMetaData15GPSImgDirectionE_ZN14QMediaMetaData18GPSImgDirectionRefE_ZN14QMediaMetaData11GPSMapDatumElibQt5MultimediaQuick.so.5libQt5Multimedia.so.5libQt5Quick.so.5libQt5Gui.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libpulse-mainloop-glib.so.0libpulse.so.0libglib-2.0.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5GLIBC_2.14GLIBC_2.2.5GLIBC_2.4Qt_5.15.3_PRIVATE_APIGLIBCXX_3.4CXXABI_1.3CXXABI_1.3.9Qt_5.15	
		



			






	

	Z^ %�_�^@���!_ui	,_ii
8_�] YxO

B_'^ %�	_^ %�_�^@t)�
X_ӯkd_yѯo_K^ %�_m^0��|_%�_^%�_�r%�L�r%�Ls%s% s%��8s%��Ps% �Xs%|%hs%`��s%���s%��%�s%���s%P�%�s% ��s%0�%�s%`��s%�%�s%���s%H}%�s%��t%0}%0t%s%8t%�L@t%@NHt%�NPt%TXt%@T�t%�
�t%�d�t%s%�t% T�t%pT�t% �t%�c�t%0s%u%�Zu%[Pu%Hs%Xu%�`u%pQhu%Rpu% Uxu%�U�u%��u%0�u%Hs%�u%PU�u%�U�u%�"�u%pv%`s% v% V(v%�V�w%`s%�w%PV�w%�V�w%xs%�w%���w%0��w%���w% W�w%@W(x%�s%0x%�8x%p�@x%��Hx%�WPx%�W�x%�s%�x%Е�x%���x%0��x%X�x%pXy%��y% �y%�s% y%@X(y%�X0y%��8y%0�Hy%�s%Py% �Xy%��`y%�hy%Ypy% Y�y%�s%�y%`V�y%P|�y%�|�y%�Y�y%�Y8z%@UPz%pU{%P^0{% W8{%0UH{%�s%P{%�YX{% Z`{%@Yh{%�]x{%�s%�{%@V�{%`{�{%�{�{%�Z�{%�c�{%���{%`��{%�L|%��P|%|%X|%�`|%pQh|%Rp|%#x|%�$�|%��|%0�|%|%�|%�$�|%%�|%�"�|%p}%��}%��}%@A8}%�P}%��}%0}%�}%@V�}%`{�}%�{�}%��}%��}%H}%~%`V~%P|~%�|~%�] ~% ^x~%@U�~%pUX%P^p% Wx%0U�%H}%�%^�%@^�%@Y�%�]�%�%�%�l�%��% �%P\8�%P<p�%0�%x�%Е��%����%0���%����%�؀%���% ��%0�%��%��%0��%���%0�(�%@!0�%`8�%��X�%�Gp�%P�%x�%����%����%���%0���%���%`B�% ?��%��%�`0�%�%8�%P�@�%PH�%�P�%p�X�%����%�Q��%�J��%p�؂% p�%Ђ%��%P
�%`"�%�"�%
�% 
h�%`fp�%bx�%0��%�u��%��%��%�#��%+ȃ%p+Ѓ%�#؃%�#(�% r0�%�p8�%�'X�%`p�%���%P�%��%�-��%�>��%0?��%`,��%�,��%h�%�%�-�%@�%p@�%pA �%�Ax�%`/��%�,X�%�0��%�v��%@v��%�>Ȇ%�yІ%`w؆%�:��%���%�%�%@C �%�V(�%�V0�%�B8�%C��%����%@���%�O��%��Ї%��%؇%�Z�%�\��%`X�%��0�%�%8�% b@�%�jH�%kP�%�aX�%�a��%����%����%�g؈%��%Ј%��% q�%��%@��%0T�%�Sh�%�p�% �x�%����%м��%��%��%����%0�ȉ%��Љ%�؉%�(�% �0�% �8�%��X�%��p�%P�%x�%���%p���%����%���%��%��%����%@��%��0�%�%8�% �@�%��H�%�P�%�]X�%^��%����% ���%��؋%��%Ћ%��%���%p��%���%���%��h�% �p�% �x�%@�s%es%us%0s%Hs%`s%xs%�s%�s%�s%�s%�s%0}%P�%�%Ђ%��%P�%h�%�%��%�%Ј%��%P�%�%Ћ%(s%�@s%_ps%�t%*t%s t%x`t%�u%��u%��w%�Xx%��x%�xy%��y%��{%��|%��}%�(~%���%���%�`�%� �%��%���%�(�%�@�%�`�%� �%��%���%�`�%� �%�ht%�u%��u%�8v%��w%�`x%��x%��y%��y%��{%��|%��}%�0~%���%���%�h�%�(�%��%���%�0�%�H�%�h�%�(�%��%���%�h�%�(�%�pt%] u%]�u%]@v%]�w%]hx%]�x%]�y%]�y%]�{%]�|%]�}%]8~%]��%]��%]p�%]0�%]�%]Ȅ%]8�%]P�%]p�%]0�%]�%]��%]p�%]0�%]xt%�(u%��u%�Hv%�x%�px%��x%��y%�z%��{%��|%��}%�@~%���%���%�x�%�8�%���%�Є%�@�%�X�%�x�%�8�%���%���%�x�%�8�%��t%�0u%��u%�Pv%�x%�xx%��x%��y%�z%��{%��|%��}%�H~%���%���%���%�@�%��%�؄%�H�%�`�%���%�@�%��%���%���%�@�%��t%68u%6�u%6Xv%6x%6�x%6�x%6�y%6z%6�{%6�|%6�}%6P~%6Ȁ%6ȁ%6��%6H�%6�%6�%6P�%6h�%6��%6H�%6�%6Ȋ%6��%6H�%6�t%4@u%4�u%4`v%4x%4�x%4�x%4�y%4z%4�{%4�|%4�}%4X~%4Ѐ%4Ё%4��%4P�%4�%4�%4X�%4p�%4��%4P�%4�%4Њ%4��%4P�%4�t%��t%��t%�v%�v%�v%V0v%�hv%Fpv%xv%��v%$�v%��v%k�v%)�v%��v%~�v%@�v%��v%?�v%u�v%��v%�v%��v%a�v%	�v%�w%�w%w%'w%� w%�(w%�0w%8w%!@w%1Hw%�Pw%UXw%`w%�hw%;pw%sxw%��w%�w%� z%g`~%g`�%g(z%�h~%�h�%�0z%[p~%[p�%[@z%:�~%:��%:Hz%��~%���%�Xz%��~%���%�`z%w�~%w��%whz%�~%��%pz%��~%���%�xz%b�~%b��%b�z%,�~%,��%,�z%)�~%)ȅ%)�z%��~%�Ѕ%��z%��~%�؅%��z%��~%��%��z%H�~%H�%H�z%��~%��%��z%��~%���%��z%%�%�z%�%��%��z%�%��%��z%�%��%��z% % �%�z%X(%X(�%X�z%�0%�0�%��z%Q8%Q8�%Q{%'@%'@�%'{%(H%(H�%({%JP%JP�%J {%�`%�`�%�({%Eh%Eh�%E�{%�|%vH}%v0�%v(|%_@}%_H�%_`�%_ �%_�%_��%_`�%_�%_ �%_�%_��%_`�%_ �%_�%_8|%�p}%�X�%�}%��%� �%��%���%�`�%� �%���%���%���%�`�%� �%��%���%�`�%�`}%Yx�%Y�%"��%"��%V�%I�%��%�%�P�%X�%
`�%h�%p�%x�%��%��%��%��%3��%8��%A��%C��%E��%GȜ%LМ%M؜%N�%t�%R�%Z��%[�%\�%]�%g�%j �%y(�%|0�%�8�%�@�%�H�%�P�%�X�%�`�%�h�%�p�%�x�%���%���%���%���%���%���%���%���%���%�ȝ%�Н%�؝%��%��%�%��%�%�%�%�% �%'(�%-0�%18�%2@�%6H�%9P�%<X�%>`�%Oh�%Tp�%Wx�%X��%`��%d��%e��%g��%v��%k��%n��%o��%|Ȟ%~О%�؞%��%��%��%���%��%��%��%��%� �%�(�%�0�%y8�%�@�%�H�%�P�%�X�%�`�%�h�%p�%x�%��%&��%-��%2��%3��%4��%5��%7��%8��%@ȟ%FП%I؟%M�%N�%T�%\��%]��%��%��%��%��%��%��%��%	ȏ%Џ%
؏%�%�%�%��%�%�%�%�% �%(�% 0�%"8�%#@�%$H�%%P�%&X�%(`�%)h�%+p�%,x�%-��%.��%/��%0��%1��%2��%5��%6��%7��%9Ȑ%:А%<ؐ%=�%>�%B�%D��%F�%H�%J�%K�%O �%P(�%Q0�%S8�%T@�%UH�%WP�%XX�%Y`�%^h�%`p�%ax�%b��%c��%d��%f��%h��%i��%l��%m��%n��%oȑ%pБ%qؑ%r�%s�%t�%u��%v�%x�%z�%{�%} �%(�%�0�%�8�%�@�%�H�%�P�%�X�%�`�%�h�%�p�%�x�%���%���%���%���%���%���%���%���%���%�Ȓ%�В%�ؒ%��%��%��%���%��%��%��%��%� �%�(�%�0�%�8�%�@�%�H�%�P�%�X�%�`�%�h�%�p�%�x�%���%���%���%���%���%���%���%���%���%�ȓ%�Г%�ؓ%��%��%��%���%��%��%��%��%� �%�(�%�0�%�8�%�@�%�H�%�P�%�X�%�`�%�h�%�p�%�x�%���%���%���%���%���%���%���%���%���%�Ȕ%�Д%�ؔ%��%�%�%��%�%�%�%�%	 �%
(�%
0�%8�%@�%H�%P�%X�%`�%h�%p�%x�%��%��% ��%!��%#��%%��%&��%*��%+��%.ȕ%/Е%0ؕ%3�%4�%5�%7��%8�%:�%;�%=�%? �%@(�%A0�%B8�%C@�%DH�%GP�%HX�%I`�%Kh�%Lp�%Mx�%N��%P��%Q��%R��%S��%U��%V��%Z��%[��%\Ȗ%^Ж%_ؖ%a�%b�%c�%f��%g�%h�%i�%j�%l �%m(�%p0�%q8�%r@�%tH�%wP�%xX�%y`�%zh�%{p�%}x�%��%���%���%���%���%���%���%���%���%�ȗ%�З%�ؗ%��%��%��%���%��%��%��%��%� �%�(�%�0�%�8�%�@�%�H�%�P�%�X�%�`�%�h�%�p�%�x�%���%���%���%���%���%���%���%���%���%�Ș%�И%�ؘ%��%��%��%���%��%��%��%��%� �%�(�%�0�%�8�%�@�%�H�%�P�%�X�%�`�%�h�%�p�%�x�%���%���%���%���%���%���%���%���%���%�ș%�Й%�ؙ%��%��%��%���%��%��%��%�% �%(�%0�%8�%@�%H�%
P�%X�%
`�%h�%p�%x�%��%��%��%��%��%��%��%��%��%Ț% К%!ؚ%"�%#�%$�%%��%(�%*�%+�%,�%. �%/(�%00�%98�%;@�%<H�%=P�%>X�%?`�%Ah�%Bp�%Cx�%D��%E��%G��%J��%K��%L��%O��%P��%R��%Sț%WЛ%Y؛%Z�%^�%`�%c��%d�%e�%f�%h�%i �%j(�%k0�%l8�%m@�%nH�%o��H��H�	�$H��t��H����5�v$�%�v$��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h�������h�������h�������h������h������h������h������h������h���q���h���a���h���Q���h���A���h���1���h���!���h������h������h��������h�������h�������h������h������h������h������h������h��q����h��a����h	��Q����h
��A����h��1����h��!����h
������h������h�������h�������h�������h������h������h������h������h������h��q����h��a����h��Q����h��A����h��1����h��!����h������h������h�������h �������h!�������h"������h#������h$������h%������h&������h'��q����h(��a����h)��Q����h*��A����h+��1����h,��!����h-������h.������h/�������h0�������h1�������h2������h3������h4������h5������h6������h7��q����h8��a����h9��Q����h:��A����h;��1����h<��!����h=������h>������h?�������h@�������hA�������hB������hC������hD������hE������hF������hG��q����hH��a����hI��Q����hJ��A����hK��1����hL��!����hM������hN������hO�������hP�������hQ�������hR������hS������hT������hU������hV������hW��q����hX��a����hY��Q����hZ��A����h[��1����h\��!����h]������h^������h_�������h`�������ha�������hb������hc������hd������he������hf������hg��q����hh��a����hi��Q����hj��A����hk��1����hl��!����hm������hn������ho�������hp�������hq�������hr������hs������ht������hu������hv������hw��q����hx��a����hy��Q����hz��A����h{��1����h|��!����h}������h~������h�������h��������h��������h�������h�������h�������h�������h�������h���q����h���a����h���Q����h���A����h���1����h���!����h�������h�������h��������h��������h��������h�������h�������h�������h�������h�������h���q����h���a�����%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%�\$D���%}\$D���%u\$D���%m\$D���%e\$D���%]\$D���%U\$D���%M\$D���%E\$D���%=\$D���%5\$D���%-\$D���%%\$D���%\$D���%\$D���%
\$D���%\$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%�[$D���%}[$D���%u[$D���%m[$D���%e[$D���%][$D���%U[$D���%M[$D���%E[$D���%=[$D���%5[$D���%-[$D���%%[$D���%[$D���%[$D���%
[$D���%[$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%�Z$D���%}Z$D���%uZ$D���%mZ$D���%eZ$D���%]Z$D���%UZ$D���%MZ$D���%EZ$D���%=Z$D���%5Z$D���%-Z$D���%%Z$D���%Z$D���%Z$D���%
Z$D���%Z$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%�Y$D���%}Y$D���%uY$D���%mY$D���%eY$D���%]Y$D���%UY$D���%MY$D���%EY$D���%=Y$D���%5Y$D���%-Y$D���%%Y$D���%Y$D���%Y$D���%
Y$D���%Y$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%�X$D���%}X$D���%uX$D���%mX$D���%eX$D���%]X$D���%UX$D���%MX$D���%EX$D���%=X$D���%5X$D���%-X$D���%%X$D���%X$D���%X$D���%
X$D���%X$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%�W$D���%}W$D���%uW$D���%mW$D���%eW$D���%]W$D���%UW$D���%MW$D���%EW$D���%=W$D���%5W$D���%-W$D���%%W$D���%W$D���%W$D���%
W$D���%W$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%�V$D���%}V$D���%uV$D���%mV$D���%eV$D���%]V$D���%UV$D���%MV$D���%EV$D���%=V$D���%5V$D���%-V$D���%%V$D���%V$D���%V$D���%
V$D���%V$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%�U$D���%}U$D���%uU$D���%mU$D���%eU$D���%]U$D���%UU$D���%MU$D���%EU$D���%=U$D���%5U$D���%-U$D���%%U$D���%U$D���%U$D���%
U$D���%U$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%�T$D���%}T$D���%uT$D���%mT$D���%eT$D���%]T$D���%UT$D���%MT$D���%ET$D���%=T$D���%5T$D���%-T$D���%%T$D���%T$D���%T$D���%
T$D���%T$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%�S$D���%}S$D���%uS$D���%mS$D���%eS$D���%]S$D���%US$D���%MS$D���%ES$D���%=S$D���%5S$D���%-S$D���%%S$D���%S$D���%S$D���%
S$D���%S$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%�R$D���%}R$D���%uR$D���%mR$D���%eR$D���%]R$D���%UR$D���%MR$D���%ER$D���%=R$D���%5R$D���%-R$D���%%R$D���%R$D���%R$D���%
R$D���%R$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%�Q$D���%}Q$D���%uQ$D���%mQ$D���%eQ$D���%]Q$D���%UQ$D���%MQ$D���%EQ$D���%=Q$D���%5Q$D���%-Q$D���%%Q$D���%Q$D���%Q$D���%
Q$D���%Q$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%�P$D���%}P$D���%uP$D���%mP$D���%eP$D���%]P$D���%UP$D���%MP$D���%EP$D���%=P$D���%5P$D���%-P$DH�=�S$H��S$H9�tH�>R$H��t	�����H�=�S$H�5�S$H)�H��H��H��?H�H�tH�}Q$H��t��fD�����=eS$u+UH�=�Q$H��tH�=N&$���d����=S$]������w������Ðf.���H�H�(t	��@H��.$���H����@��S��R$����H��R$H��t0�P��t)H�=�R$tH��t|�@��tuH��R$[�f.���F�1�H��H����H��&$H��H�H��H�C��H�=xR$H�yR$H�jR$H��t��/u��H�SR$H��u�1�[�f.�H�=)R$�$������@���H�%$H�5R$H�R$H�=�H�	R$�L�H�=�Q$�������f.���H��tGUH��SH��H�5`�H��H��������H���uH��[]�@H��H��H��[]�'��1�Ðff.����������f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.���H��H�H�2H�9��f.�@����t��t#��uH�H�1��DH�71��f.�H�9K$H�1�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H�- $H�H��H�G��D��H�
 $H��H�H��H�G������H��$SH��H�H��H�G��H�߾[������H��$SH�_�H�G�H��H�H���}�H�߾[���f.�D��U�H��SH����H��1�H��H���IH��H��[]�f.�D��S1�H����H�R $H�H��H�C[�f.���H�- $SH��H�H��H�G���H��[�����H��$SH�_�H�G�H��H�H����H��[��@��H��$SH��H�H��H�G�q�H���Y�H��[����H��$SH�_�H�G�H��H�H���=�H���%�H��[�l�f.�f���S1�H���Q�H� $H�H�H�C[�f.����H��$SH��H�H�H�G���H��[��fD��H��$SH�_�H�G�H�H�H����H��[���f���H�}$SH��H�H�H�G�o�H����H��[��ff.���H�=$SH�_�H�G�H�H�H���+�H���s�H��[�Z�f.���S1�H���4H�� $H�[�D��H�� $SH��H����H��[�6��H�u $SH��H���H���6H��[�������S1�H���=H�� $H�[�D��H�� $SH��H��i�H��[�@9��H�u $SH��H��I�H���!9H��[�x�����S1�H���GH�� $H�H��H�C[�f.���H�� $SH��H�H��H�G���H��[�C���H�U $SH�_�H�G�H��H�H����H��[�TC@��H�% $SH��H�H��H�G��H���)CH��[�����H��$SH�_�H�G�H��H�H���M�H���BH��[�|��f.�f���S1�H���AH�Z $H�[�D��H�E $SH��H����H��[���H�% $SH��H�����H���H��[������S1�H���H�Z $H�H�H�C[�f.����H�5 $SH��H�H�H�G�o��H��[�fD��H� $SH�_�H�G�H�H�H���;��H��[��f���H��$SH��H�H�H�G���H���H��[�>��ff.���H��$SH�_�H�G�H�H�H������H���SH��[���f.���S1�H����H�
!$H�[�D��H�� $SH��H��y��H��"$H�{H��H��B��H��[���f���S1�H����H�$H�[�D��H��$SH��H����H��[������H��$SH��H����H������H��[�(�����H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��$SH��H��y��H��$H�{H��H��B��H������H��[������H�H��t�(uH�?H��t�q����f.�D��U�H��SH��dH�%(H�D$1����H��H����H�=�p��H��H��H��H�$��H�<$���t)���t
�/H�<$tH�D$dH3%(uH��[]����)��������f���U�H��SH��dH�%(H�D$1��	��H��H�����H�=Rp��H��H��H��H�$��H�<$���t)���t
�/H�<$tH�D$dH3%(uH��[]���������2��f���AWAVAUATUSH��hH�|$H�=O#$�t$�T$(H�L$L�D$ dH�%(H��$X1����H��H������hI�Ɖ�$���0�,H��$�DŽ$�0H�}H��$�Mc�H��E�fL�����H��$�B�(*A�FH��$�H��D��$A��@��L��$DŽ$@I�D$H��$fo�x�@<H��L��H�\$8L��$I��'��A�FA���H�Mc������A�>H��$L�|$@L��B�01�L�t$0H��$��H�H�
"$L��H�D$x�����9$��������L�
�!$A��H���H�5��L������H�|$0�D$D����n���t�/H�|$0�ZH��$�����H���E��H��E1ɹ@A�H�����H�5f����H�|$8�D$H����&���t�/H�|$8�H�D$ H�H�T$X������oH�D$1�L��HDŽ$�HDŽ$�H�D$`�D$�D$h�D$(�D$lH�D$H�D$pH�����H��$���$����H�|$X�Ë�������t�/H�|$X��H��$I��L9�t����H��$�H��H9�t���H��$XdH3%(����H��h[]A\A]A^A_�����A�����@���)������@������^���@��L������(���f�H�=�$���H��5$H��I��H�T$8�=��H��5$�p�
���9rCrH�\$8�H�߃����L��H�����*H�����L�
m$H��H�C�A��H�5!��l����6$H�|$8���t����@����/H�|$8�1������D$,� ���D$,�����Ic����D��$L��$H��$�Y���Hc�������$�H��$�H��H��$������������J�����9�����J�����>��f.�@��ATU��SH��H��dH�%(H�D$1�H��tR���L�
�$H�T��H�5;�H��0�D���:��H�L$dH3%(��H��[]A\�DD�%	6$E��uXI��H�5ijL���j��L��H������V���H�<$A�ċ��t���t�/H�<$u�����D�%�5$A����@���D��H���O���`����5��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H���H�5o�E1�0�D���>��H�L$dH3%(��H��[]A\ÐD�%
5$E��uXI��H�5�iL���r��L��H������^���H�<$A�ċ��t���t�/H�<$u�����D�%�4$A����H���D��H���W���d����=��f.���ATU��SH��H��dH�%(H�D$1�H��tR���L�
�$H����H�5{�H��0�D���:��H�L$dH3%(��H��[]A\�DD�%4$E��uXI��H�5�hL���j��L��H������V���H�<$A�ċ��t���t�/H�<$u�����D�%�3$A����@���D��H���O���`����5��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�6�H�5��E1�0�D���>��H�L$dH3%(��H��[]A\ÐD�%3$E��uXI��H�5�gL���r��L��H������^���H�<$A�ċ��t���t�/H�<$u�����D�%�2$A����H���D��H���W���d����=��f.���AWI��AVAUATUSH��XH�=�$�t$�T$H�L$dH�%(H��$H1����H��H������hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�fo�o�@<H��L��H�\$(L��$�I�xL�D$�)��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�_�H���D$<�H�D$@H�X
$H�D$h���H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H���c��H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H�~.$1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��Y��H�|$H�Ë�������t�/H�|$HtpH��$�I��L9�t���H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_Ð���������@���y���|���@���a������@Ic��`��D��$�L��$�H��$����Hc��8����$�H��$�H��H��$��
������@��AWI��AVAUATUSH��XH�=1$�t$�T$H�L$dH�%(H��$H1��|��H��H���!���hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL���*��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�foAl�@<H��L��H�\$(L��$�I�yL�L$���L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H���H���D$0H�D$@H��	$H��$��D$<�H�D$hDŽ$����H�ߺ1����H�|$(�D$4����C���t�/H�|$(�/H��$������H�����H�ߺ1��s���H�|$(�D$8����(���t�/H�|$(�H��*$1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$����H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t�_��H��$�H��H9�t�I��H��$HdH3%(����H��X[]A\A]A^A_�fD���������@������w���@���������@Ic����D��$�L��$�H��$��b���Hc������$�H��$�H��H��$��������f.�f���AWI��AVAUATUSH��XH�=q$�t$�T$H�L$dH�%(H��$H1�輿��H��H���a����hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL���j��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo�h�@<H��L��H�\$(L��$�I�yL�L$����L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�	��H���D$0H�D$@H�$H��$��D$<�H�D$hDŽ$��=��H�ߺ1���H�|$(�D$4����C���t�/H�|$(�/H��$������H����H�ߺ1����H�|$(�D$8����(���t�/H�|$(�H�
'$1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$�����H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t���H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_�fD���������@�������w���@���������@Ic�����D��$�L��$�H��$��b���Hc������$�H��$�H��H��$������<���f.�f���AWI��AVAUATUSH��XH�=�$�t$�T$H�L$dH�%(H��$H1����H��H��衼���hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo�d�@<H��L��H�\$(L��$�I�yL�L$�)��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�I��H���D$0H�D$@H�B$H��$��D$<�H�D$hDŽ$��}���H�ߺ1��>�H�|$(�D$4����C���t�/H�|$(�/H��$������H���2���H�ߺ1����H�|$(�D$8����(���t�/H�|$(�H�M#$1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��&��H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t����H��$�H��H9�t����H��$HdH3%(����H��X[]A\A]A^A_�fD���Y������@���A����w���@���)�������@Ic��(��D��$�L��$�H��$��b���Hc������$�H��$�H��H��$������|���f.�f���AWI��AVAUATUSH��XH�=�#�t$�T$H�L$dH�%(H��$H1��<���H��H������hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL������H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�foa�@<H��L��H�\$(L��$�I�yL�L$�i��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H����H���D$0H�D$@H���#H��$��D$<�H�D$hDŽ$�轺��H�ߺ1��~�H�|$(�D$4����C���t�/H�|$(�/H��$������H���r���H�ߺ1��3�H�|$(�D$8����(���t�/H�|$(�H��$1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��f��H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t����H��$�H��H9�t�	���H��$HdH3%(����H��X[]A\A]A^A_�fD��虶�����@��聶���w���@���i�������@Ic��h��D��$�L��$�H��$��b���Hc��@����$�H��$�H��H��$�����輴��f.�f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
;	$H�T���H�5;��H��0�D��躲��H�L$dH3%(��H��[]A\�DD�%y$E��uXI��H�5xTL�����L��H������V���H�<$A�ċ��t���t�/H�<$u���+���D�%$A����@���D��H���Ϸ���`���赳��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�&��H�5o��E1�0�D��辱��H�L$dH3%(��H��[]A\ÐD�%}$E��uXI��H�5�SL����L��H������^���H�<$A�ċ��t���t�/H�<$u���3���D�% $A����H���D��H���׶���d���轲��f.���AWI��AVAUATUSH��XH�=Q$�t$�T$H�L$dH�%(H��$H1��|���H��H���!����hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���*���H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�foA[�@<H��L��H�\$(L��$�I�xL�D$詼��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H����H���D$< H�D$@H��$H�D$h�.���H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H�����H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H��$1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�Ë�������t�/H�|$HtwH��$�I��L9�t虻��H��$�H��H9�t胻��H��$HdH3%(����H��X[]A\A]A^A_������������@������u���@���������@Ic�����D��$�L��$�H��$����Hc������$�H��$�H��H��$��
����4���@��ATU��SH��H��dH�%(H�D$1�H��tR���L�
{$H����H�5���H��0�D���:���H�L$dH3%(��H��[]A\�DD�%�$E��uXI��H�58OL���j���L��H������V���H�<$A�ċ��t���t�/H�<$u��諯��D�%�$A����@���D��H���O����`����5���D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H���H�5/��E1�0�D���>���H�L$dH3%(��H��[]A\ÐD�%�$E��uXI��H�5ZNL���r���L��H������^���H�<$A�ċ��t���t�/H�<$u��賮��D�%�$A����H���D��H���W����d����=���f.���AWI��AVAUATUSH��XH�=�$�t$�T$H�L$dH�%(H��$H1����H��H��衭���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL��誷��H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�fo�U�@<H��L��H�\$(L��$�I�xL�D$�)���L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H����H���D$< H�D$@H�8$H�D$h讯��H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H���c���H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H�~$1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$��`���H�|$H�Ë�������t�/H�|$HtwH��$�I��L9�t����H��$�H��H9�t����H��$HdH3%(����H��X[]A\A]A^A_����葫������@���y����u���@���a�������@Ic��`���D��$�L��$�H��$����Hc��8�����$�H��$�H��H��$��
���贩��@��ATU��SH��H��dH�%(H�D$1�H��tR���L�
�#H�����H�5���H��0�D��躧��H�L$dH3%(��H��[]A\�DD�%i$E��uXI��H�5�IL�����L��H������V���H�<$A�ċ��t���t�/H�<$u���+���D�%$A����@���D��H���Ϭ���`���赨��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H���H�5���E1�0�D��辦��H�L$dH3%(��H��[]A\ÐD�%m$E��uXI��H�5"IL����L��H������^���H�<$A�ċ��t���t�/H�<$u���3���D�%$A����H���D��H���׫���d���轧��f.���AWI��AVAUATUSH��XH�=1�#�t$�T$H�L$dH�%(H��$H1��|���H��H���!����hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���*���H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�foAP�@<H��L��H�\$(L��$�I�xL�D$話��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�O��H���D$<H�D$@H���#H�D$h�.���H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H�����H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H��$1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�Ë�������t�/H�|$HtwH��$�I��L9�t虰��H��$�H��H9�t胰��H��$HdH3%(����H��X[]A\A]A^A_������������@������u���@���������@Ic����D��$�L��$�H��$����Hc�踷����$�H��$�H��H��$��
����4���@��ATU��SH��H��dH�%(H�D$1�H��tR���L�
[�#H������H�5{���H��0�D���:���H�L$dH3%(��H��[]A\�DD�%�$E��uXI��H�5�DL���j���L��H������V���H�<$A�ċ��t���t�/H�<$u��諤��D�%�$A����@���D��H���O����`����5���D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H����H�5����E1�0�D���>���H�L$dH3%(��H��[]A\ÐD�%�
$E��uXI��H�5�CL���r���L��H������^���H�<$A�ċ��t���t�/H�<$u��賣��D�%�
$A����H���D��H���W����d����=���f.���AWI��AVAUATUSH��XH�=q�#�t$�T$H�L$dH�%(H��$H1����H��H��衢���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL��説��H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�fo�J�@<H��L��H�\$(L��$�I�xL�D$�)���L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H����H���D$<8H�D$@H��#H�D$h认��H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H���c���H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H�~	$1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��Y���H�|$H�Ë�������t�/H�|$HtpH��$�I��L9�t����H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_Ð��葠������@���y����|���@���a�������@Ic��`���D��$�L��$�H��$����Hc��8�����$�H��$�H��H��$��
���贞��@��AWI��AVAUATUSH��XH�=��#�t$�T$H�L$dH�%(H��$H1��|���H��H���!����hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL���*���H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�foAG�@<H��L��H�\$(L��$�I�yL�L$詨��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�)���H���D$0H�D$@H���#H��$��D$<8H�D$hDŽ$����H�ߺ1����H�|$(�D$4����C���t�/H�|$(�/H��$������H��負��H�ߺ1��s���H�|$(�D$8����(���t�/H�|$(�H��$1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$�親��H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t�_���H��$�H��H9�t�I���H��$HdH3%(����H��X[]A\A]A^A_�fD���ٜ�����@������w���@��詜������@Ic�訮��D��$�L��$�H��$��b���Hc�耮����$�H��$�H��H��$��������f.�f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
;�#H������H�5{���H��0�D�����H�L$dH3%(��H��[]A\�DD�%�$E��uXI��H�5�;L���*���L��H������V���H�<$A�ċ��t���t�/H�<$u���k���D�%<$A����@���D��H�������`������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�&��H�5����E1�0�D�����H�L$dH3%(��H��[]A\ÐD�%�$E��uXI��H�5�:L���2���L��H������^���H�<$A�ċ��t���t�/H�<$u���s���D�%@$A����H���D��H�������d������f.���AWM��AVAUATUSH��XH�<$H�=M�#�t$�T$H�L$dH�%(H��$H1�踘��H��H���]����hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���f���H��$�B�0*A�EH��$�H��D��$�A��@�]L��$�DŽ$�@I�D$H��$�fo}A�@<H��L��H�\$(L��$�I�xL�D$���L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H��#H��H�D$h�~���H�ߺ1�����H�|$(�D$4����L���t�/H�|$(�8H��$������H���3���H�ߺ1��4���H�|$(�D$8����1���t�/H�|$(�I�H�T$H������wH�$1�L��H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��"���H�|$H�Ë�������t�/H�|$HtyH��$�I��L9�t�ۡ��H��$�H��H9�t�š��H��$HdH3%(����H��X[]A\A]A^A_�f.����Q������@���9����s���@���!�������@Ic�� ���D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f������b���f���AWM��AVAUATUSH��XH�<$H�=��#�t$�T$H�L$dH�%(H��$H1��(���H��H���͕���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL���֟��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo�=�@<H��L��H�\$(L��$�I�yL�L$�U���L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�e�#H���D$0DŽ$�H��$�H�D$h轗��H�ߺ1����H�|$(�D$4����K���t�/H�|$(�7H��$������H���r���H�ߺ1��s���H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��_���H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t����H��$�H��H9�t������H��$HdH3%(��H��X[]A\A]A^A_����葓�����@���y����v���@���a�������@Ic��`���D��$�L��$�H��$��n���Hc��8�����$�H��$�H��H��$����f�����袑��f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
��#H������H�5k���H��0�D��誏��H�L$dH3%(��H��[]A\�DD�%A�#E��uXI��H�5�2L���ڔ��L��H������V���H�<$A�ċ��t���t�/H�<$u������D�%�#A����@���D��H��返���`���襐��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�F���H�5����E1�0�D��讎��H�L$dH3%(��H��[]A\ÐD�%E�#E��uXI��H�5�1L�����L��H������^���H�<$A�ċ��t���t�/H�<$u���#���D�%�#A����H���D��H���Ǔ���d���譏��f.���AWM��AVAUATUSH��XH�<$H�=��#�t$�T$H�L$dH�%(H��$H1��h���H��H���
����hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL������H��$�B�0*A�EH��$�H��D��$�A��@�]L��$�DŽ$�@I�D$H��$�fo-8�@<H��L��H�\$(L��$�I�xL�D$蕙��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�{�#H��H�D$h�.���H�ߺ1�����H�|$(�D$4����L���t�/H�|$(�8H��$������H�����H�ߺ1��4���H�|$(�D$8����1���t�/H�|$(�I�H�T$H������wH�$1�L��H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��қ��H�|$H�Ë�������t�/H�|$HtyH��$�I��L9�t苘��H��$�H��H9�t�u���H��$HdH3%(����H��X[]A\A]A^A_�f.����������@������s���@���э������@Ic��П��D��$�L��$�H��$����Hc�訟����$�H��$�H��H��$�����f���������f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
��#H�4����H�5���H��0�D������H�L$dH3%(��H��[]A\�DD�%��#E��uXI��H�5�-L���J���L��H������V���H�<$A�ċ��t���t�/H�<$u��苌��D�%L�#A����@���D��H���/����`�������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�&���H�5O���E1�0�D������H�L$dH3%(��H��[]A\ÐD�%��#E��uXI��H�5�,L���R���L��H������^���H�<$A�ċ��t���t�/H�<$u��蓋��D�%P�#A����H���D��H���7����d�������f.���AWI��AVAUATUSH��XH�=��#�t$�T$H�L$dH�%(H��$H1��܉��H��H��聊���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL��芔��H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�fo�2�@<H��L��H�\$(L��$�I�xL�D$�	���L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�/���H���D$<�H�D$@H�X�#H�D$h莌��H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H���C���H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H�^�#1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��9���H�|$H�Ë�������t�/H�|$HtpH��$�I��L9�t��H��$�H��H9�t�ܒ��H��$HdH3%(����H��X[]A\A]A^A_Ð���q�������@���Y����|���@���A�������@Ic��@���D��$�L��$�H��$����Hc�������$�H��$�H��H��$��
���蔆��@��AWI��AVAUATUSH��XH�=1�#�t$�T$H�L$dH�%(H��$H1��\���H��H�������hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL���
���H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo!/�@<H��L��H�\$(L��$�I�yL�L$艐��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�����H���D$0H�D$@H���#H��$��D$<�H�D$hDŽ$��݈��H�ߺ1����H�|$(�D$4����C���t�/H�|$(�/H��$������H��蒈��H�ߺ1��s���H�|$(�D$8����(���t�/H�|$(�H���#1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$�膒��H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t�?���H��$�H��H9�t�)���H��$HdH3%(����H��X[]A\A]A^A_�fD��蹄�����@��衄���w���@��艄������@Ic�舖��D��$�L��$�H��$��b���Hc��`�����$�H��$�H��H��$������܂��f.�f���AWI��AVAUATUSH��XH�=q�#�t$�T$H�L$dH�%(H��$H1�蜂��H��H���A����hI�ʼn�$���0�#H��$�DŽ$�0H�}H��$�Mc�H��E�eL���J���H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�foa+�@<H��L��H�\$(L��$�I�yL�L$�Ɍ��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�٣��H���D$0H�D$@H��#H��$��D$<�H�D$hDŽ$�����H�ߺ1���H�|$(�D$4����C���t�/H�|$(�/H��$������H���҄��H�ߺ1����H�|$(�D$8����(���t�/H�|$(�H���#1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��Ǝ��H�|$H�Ë�������t�/H�|$HtuH��$�I��L9�t����H��$�H��H9�t�i���H��$HdH3%(����H��X[]A\A]A^A_�fD��������@������w���@���ɀ������@Ic��Ȓ��D��$�L��$�H��$��b���Hc�蠒����$�H��$�H��H��$��������f.�f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
��#H�t����H�5[���H��0�D���}��H�L$dH3%(��H��[]A\�DD�%��#E��uXI��H�5� L���J���L��H������V���H�<$A�ċ��t���t�/H�<$u�����D�%D�#A����@���D��H���/����`����~��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�����H�5����E1�0�D���|��H�L$dH3%(��H��[]A\ÐD�%��#E��uXI��H�5�L���R���L��H������^���H�<$A�ċ��t���t�/H�<$u���~��D�%H�#A����H���D��H���7����d����}��f.���AWM��AVAUATUSH��XH�<$H�=��#�t$�T$H�L$dH�%(H��$H1���|��H��H���}}���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL��膇��H��$�B�0*A�EH��$�H��D��$�A��@�]L��$�DŽ$�@I�D$H��$�fo�%�@<H��L��H�\$(L��$�I�xL�D$����L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H���#H��H�D$h���H�ߺ1�����H�|$(�D$4����L���t�/H�|$(�8H��$������H���S��H�ߺ1��4���H�|$(�D$8����1���t�/H�|$(�I�H�T$H������wH�$1�L��H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��B���H�|$H�Ë�������t�/H�|$HtyH��$�I��L9�t���H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_�f.����q{�����@���Y{���s���@���A{������@Ic��@���D��$�L��$�H��$����Hc�������$�H��$�H��H��$�����f������y��f���AWM��AVAUATUSH��XH�<$H�=]�#�t$�T$H�L$dH�%(H��$H1��Hy��H��H����y���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo
"�@<H��L��H�\$(L��$�I�yL�L$�u���L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H��#H���D$0DŽ$�H��$�H�D$h��{��H�ߺ1����H�|$(�D$4����K���t�/H�|$(�7H��$������H���{��H�ߺ1��s���H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$�����H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t�8���H��$�H��H9�t�"�����H��$HdH3%(��H��X[]A\A]A^A_�����w�����@���w���v���@���w������@Ic�耉��D��$�L��$�H��$��n���Hc��X�����$�H��$�H��H��$����f�������u��f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
K�#H�d����H�5K���H��0�D����s��H�L$dH3%(��H��[]A\�DD�%I�#E��uXI��H�5�L���x��L��H������V���H�<$A�ċ��t���t�/H�<$u���;v��D�%��#A����@���D��H����x���`�����t��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�����H�5���E1�0�D����r��H�L$dH3%(��H��[]A\ÐD�%M�#E��uXI��H�5�L���x��L��H������^���H�<$A�ċ��t���t�/H�<$u���Cu��D�%��#A����H���D��H����w���d�����s��f.���AWM��AVAUATUSH��XH�<$H�=]�#�t$�T$H�L$dH�%(H��$H1��s��H��H���-t���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���6~��H��$�B�0*A�EH��$�H��D��$�A��@�]L��$�DŽ$�@I�D$H��$�foM�@<H��L��H�\$(L��$�I�xL�D$�}��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H��#H��H�D$h�Nv��H�ߺ1�����H�|$(�D$4����L���t�/H�|$(�8H��$������H���v��H�ߺ1��4���H�|$(�D$8����1���t�/H�|$(�I�H�T$H������wH�$1�L��H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$�����H�|$H�Ë�������t�/H�|$HtyH��$�I��L9�t�|��H��$�H��H9�t�|��H��$HdH3%(����H��X[]A\A]A^A_�f.����!r�����@���	r���s���@����q������@Ic���D��$�L��$�H��$����Hc��ȃ����$�H��$�H��H��$�����f������2p��f���AWM��AVAUATUSH��XH�<$H�=;#�t$�T$H�L$dH�%(H��$H1��o��H��H���p���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL���z��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo��@<H��L��H�\$(L��$�I�yL�L$�%z��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�u�#H���D$0DŽ$�H��$�H�D$h�r��H�ߺ1����H�|$(�D$4����K���t�/H�|$(�7H��$������H���Br��H�ߺ1��s���H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��/|��H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t��x��H��$�H��H9�t��x����H��$HdH3%(��H��X[]A\A]A^A_�����an�����@���In���v���@���1n������@Ic��0���D��$�L��$�H��$��n���Hc�������$�H��$�H��H��$����f������rl��f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
��#H�T����H�5;���H��0�D���zj��H�L$dH3%(��H��[]A\�DD�%��#E��uXI��H�5�L���o��L��H������V���H�<$A�ċ��t���t�/H�<$u����l��D�%��#A����@���D��H���o���`����uk��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�֕��H�5o���E1�0�D���~i��H�L$dH3%(��H��[]A\ÐD�%��#E��uXI��H�5�
L���n��L��H������^���H�<$A�ċ��t���t�/H�<$u����k��D�%��#A����H���D��H���n���d����}j��f.���AWM��AVAUATUSH��XH�<$H�=��#�t$�T$H�L$dH�%(H��$H1��8j��H��H����j���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL����t��H��$�B�0*A�EH��$�H��D��$�A��@�]L��$�DŽ$�@I�D$H��$�fo��@<H��L��H�\$(L��$�I�xL�D$�et��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�k�#H��H�D$h�l��H�ߺ1�����H�|$(�D$4����L���t�/H�|$(�8H��$������H���l��H�ߺ1��4���H�|$(�D$8����1���t�/H�|$(�I�H�T$H������wH�$1�L��H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��v��H�|$H�Ë�������t�/H�|$HtyH��$�I��L9�t�[s��H��$�H��H9�t�Es��H��$HdH3%(����H��X[]A\A]A^A_�f.�����h�����@���h���s���@���h������@Ic��z��D��$�L��$�H��$����Hc��xz����$�H��$�H��H��$�����f�������f��f���AWM��AVAUATUSH��XH�<$H�=�#�t$�T$H�L$dH�%(H��$H1��f��H��H���Mg���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL���Vq��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fom�@<H��L��H�\$(L��$�I�yL�L$��p��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�Ŷ#H���D$0DŽ$�H��$�H�D$h�=i��H�ߺ1����H�|$(�D$4����K���t�/H�|$(�7H��$������H����h��H�ߺ1��s���H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$���r��H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t�o��H��$�H��H9�t�o����H��$HdH3%(��H��X[]A\A]A^A_�����e�����@���d���v���@����d������@Ic���v��D��$�L��$�H��$��n���Hc��v����$�H��$�H��H��$����f������"c��f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
�#H�D���H�5+��H��0�D���*a��H�L$dH3%(��H��[]A\�DD�%��#E��uXI��H�5�L���Zf��L��H������V���H�<$A�ċ��t���t�/H�<$u���c��D�%<�#A����@���D��H���?f���`����%b��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�����H�5_~��E1�0�D���.`��H�L$dH3%(��H��[]A\ÐD�%��#E��uXI��H�5�L���be��L��H������^���H�<$A�ċ��t���t�/H�<$u���b��D�%@�#A����H���D��H���Ge���d����-a��f.���AWM��AVAUATUSH��XH�<$H�=�#�t$�T$H�L$dH�%(H��$H1���`��H��H���a���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���k��H��$�B�0*A�EH��$�H��D��$�A��@�]L��$�DŽ$�@I�D$H��$�fo�	�@<H��L��H�\$(L��$�I�xL�D$�k��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�۱#H��H�D$h�c��H�ߺ1�����H�|$(�D$4����L���t�/H�|$(�8H��$������H���cc��H�ߺ1��4���H�|$(�D$8����1���t�/H�|$(�I�H�T$H������wH�$1�L��H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��Rm��H�|$H�Ë�������t�/H�|$HtyH��$�I��L9�t�j��H��$�H��H9�t�i��H��$HdH3%(����H��X[]A\A]A^A_�f.����_�����@���i_���s���@���Q_������@Ic��Pq��D��$�L��$�H��$����Hc��(q����$�H��$�H��H��$�����f������]��f���AWM��AVAUATUSH��XH�<$H�=��#�t$�T$H�L$dH�%(H��$H1��X]��H��H���]���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL���h��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo�@<H��L��H�\$(L��$�I�yL�L$�g��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�5�#H���D$0DŽ$�H��$�H�D$h��_��H�ߺ1����H�|$(�D$4����K���t�/H�|$(�7H��$������H���_��H�ߺ1��s���H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��i��H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t�Hf��H��$�H��H9�t�2f����H��$HdH3%(��H��X[]A\A]A^A_�����[�����@���[���v���@���[������@Ic��m��D��$�L��$�H��$��n���Hc��hm����$�H��$�H��H��$����f�������Y��f���AWM��AVAUATUSH��XH�<$H�=ͫ#�t$�T$H�L$dH�%(H��$H1��Y��H��H���=Z���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL���Fd��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo]�@<H��L��H�\$(L��$�I�yL�L$��c��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�u�#H���D$0DŽ$�H��$�H�D$h�-\��H�ߺ1���H�|$(�D$4����K���t�/H�|$(�7H��$������H����[��H�ߺ1����H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$���e��H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t�b��H��$�H��H9�t�rb����H��$HdH3%(��H��X[]A\A]A^A_�����X�����@����W���v���@����W������@Ic���i��D��$�L��$�H��$��n���Hc��i����$�H��$�H��H��$����f������V��f���AWM��AVAUATUSH��XH�<$H�=
�#�t$�T$H�L$dH�%(H��$H1���U��H��H���}V���hI�ʼn�$���0�H��$�DŽ$�0H�}H��$�Mc�H��E�eL���`��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo���@<H��L��H�\$(L��$�I�yL�L$�`��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H���#H���D$0DŽ$�H��$�H�D$h�mX��H�ߺ1��>�H�|$(�D$4����K���t�/H�|$(�7H��$������H���"X��H�ߺ1����H�|$(�D$8����0���t�/H�|$(�I�H�T$H������vH�$1�H�t$0H�D$pH�D$xH�D$P�D$�D$X�D$�D$\H�D$H�D$`H�����H��$���$��b��H�|$H�Ë�������t�/H�|$HtvH��$�I��L9�t��^��H��$�H��H9�t�^����H��$HdH3%(��H��X[]A\A]A^A_�����AT�����@���)T���v���@���T������@Ic��f��D��$�L��$�H��$��n���Hc���e����$�H��$�H��H��$����f������RR��f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
[�#H��n���H�5�n��H��0�D���ZP��H�L$dH3%(��H��[]A\�DD�%��#E��uXI��H�5P�L���U��L��H������V���H�<$A�ċ��t���t�/H�<$u����R��D�%d�#A����@���D��H���oU���`����UQ��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H��|��H�5�m��E1�0�D���^O��H�L$dH3%(��H��[]A\ÐD�%Ż#E��uXI��H�5r�L���T��L��H������^���H�<$A�ċ��t���t�/H�<$u����Q��D�%h�#A����H���D��H���wT���d����]P��f.���AWI��AVAUATUSH��XH�=q�#�t$�T$H�L$dH�%(H��$H1��P��H��H���P���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL����Z��H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�fo��@<H��L��H�\$(L��$�I�xL�D$�IZ��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�or��H���D$<(H�D$@H��#H�D$h��R��H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H���R��H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H���#1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$��\��H�|$H��������t�/H�|$HtwH��$�I��L9�t�9Y��H��$�H��H9�t�#Y��H��$HdH3%(����H��X[]A\A]A^A_�����N������@���N���u���@���N������@Ic��`��D��$�L��$�H��$����Hc��X`����$�H��$�H��H��$��
�����L��@��ATU��SH��H��dH�%(H�D$1�H��tR���L�
ӳ#H�ti���H�5[i��H��0�D����J��H�L$dH3%(��H��[]A\�DD�%9�#E��uXI��H�5�L���
P��L��H������V���H�<$A�ċ��t���t�/H�<$u���KM��D�%ܶ#A����@���D��H����O���`�����K��D��ATU��SH��H��dH�%(H�D$1�H��tR���L�
��#H��h���H�5�h��H��0�D����I��H�L$dH3%(��H��[]A\�DD�%5�#E��uXI��H�5'�L���
O��L��H������V���H�<$A�ċ��t���t�/H�<$u���KL��D�%ص#A����@���D��H����N���`�����J��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H��v��H�5�g��E1�0�D����H��H�L$dH3%(��H��[]A\ÐD�%9�#E��uXI��H�5B�L���N��L��H������^���H�<$A�ċ��t���t�/H�<$u���SK��D�%ܴ#A����H���D��H���M���d�����I��f.���AWI��AVAUATUSH��XH�=�#�t$�T$H�L$dH�%(H��$H1��I��H��H���AJ���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���JT��H��$�B�0*A�EH��$�H��D��$�A��@�aL��$�DŽ$�@I�D$H��$�foa��@<H��L��H�\$(L��$�I�xL�D$��S��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H��m��H���D$<H�D$@H���#H�D$h�NL��H�ߺ1��o���H�|$(�D$4����<���t�/H�|$(�(H��$������H���L��H�ߺ1��$���H�|$(�D$8����!���t�/H�|$(�
H��#1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$��V��H�|$H��������t�/H�|$HtwH��$�I��L9�t�R��H��$�H��H9�t�R��H��$HdH3%(����H��X[]A\A]A^A_�����1H������@���H���u���@���H������@Ic��Z��D��$�L��$�H��$����Hc���Y����$�H��$�H��H��$��
����TF��@��AUATU��SH��H��dH�%(H�D$1�H��tX���L�
ٮ#H�bc���H�5Ic��H��0�D���XD��H�L$dH3%(�H��[]A\A]�f�D�%��#E����H�=y�#��E��L�-�#H��I��L�,$�^F��A�U�p����A9uACuI��L�����V��L��L���[���*H���:W��L��H��������A�ĉ�#H�<$���t���t�/H�<$u���eF��A������D��H���I������A�U�����9��U���A�M�I���d�����D�����AWI��AVAUATUSH��XH�=q�#�t$�T$H�L$dH�%(H��$H1��D��H��H���AE���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���JO��H��$�B�0*A�EH��$�H��D��$�A��@�qL��$�DŽ$�@I�D$H��$�foa��@<H��L��H�\$(L��$�I�xL�D$��N��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H��c��H���D$<�H�D$@H��#H�D$h�NG��H�ߺ1����H�|$(�D$4����L���t�/H�|$(�8H��$������H���G��H��E1ɹ@A�H�Ko��H�5T`���?A��H�|$(�D$8�������t�/H�|$(�H�	�#1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$���P��H�|$H�Ë��t���t�/H�|$HtoH��$�I��L9�t�M��H��$�H��H9�t�M��H��$HdH3%(����H��X[]A\A]A^A_ú��!C�����@���	C��������B�����@Ic���T��D��$�L��$�H��$����Hc���T����$�H��$�H��H��$�����DA��@��AWI��AVAUATUSH��XH�=�#�t$�T$H�L$dH�%(H��$H1��A��H��H���A���hI�ʼn�$���0�;H��$�DŽ$�0H�}H��$�Mc�H��E�eL���K��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo���@<H��L��H�\$(L��$�I�yL�L$�9K��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�Y`��H���D$0H�D$@H�r�#H��$��D$<�H�D$hDŽ$��C��H�ߺ1��.���H�|$(�D$4����[���t�/H�|$(�GH��$������H���BC��H��E1ɹ@A�H��k��H�5�\���~=��H�|$(�D$8����+���t�/H�|$(�H�H�#1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��!M��H�|$H�Ë�������t�/H�|$HtxH��$�I��L9�t��I��H��$�H��H9�t��I��H��$HdH3%(����H��X[]A\A]A^A_�f����Q?�����@���9?���t���@���!?������@Ic�� Q��D��$�L��$�H��$��J���Hc��P����$�H��$�H��H��$�����t=��@��AWI��AVAUATUSH��XH�=�#�t$�T$H�L$dH�%(H��$H1��<=��H��H����=���hI�ʼn�$���0�;H��$�DŽ$�0H�}H��$�Mc�H��E�eL����G��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo��@<H��L��H�\$(L��$�I�yL�L$�iG��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H��\��H���D$0H�D$@H���#H��$��D$<�H�D$hDŽ$�
�?��H�ߺ1��^���H�|$(�D$4����[���t�/H�|$(�GH��$������H���r?��H��E1ɹ@A�H��g��H�5�X���9��H�|$(�D$8����+���t�/H�|$(�H�x�#1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��QI��H�|$H�Ë�������t�/H�|$HtxH��$�I��L9�t�
F��H��$�H��H9�t��E��H��$HdH3%(����H��X[]A\A]A^A_�f����;�����@���i;���t���@���Q;������@Ic��PM��D��$�L��$�H��$��J���Hc��(M����$�H��$�H��H��$�����9��@��AWI��AVAUATUSH��XH�=A�#�t$�T$H�L$dH�%(H��$H1��l9��H��H���:���hI�ʼn�$���0�;H��$�DŽ$�0H�}H��$�Mc�H��E�eL���D��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�fo1��@<H��L��H�\$(L��$�I�yL�L$�C��L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H��X��H���D$0H�D$@H�Ҡ#H��$��D$<�H�D$hDŽ$���;��H�ߺ1���H�|$(�D$4����[���t�/H�|$(�GH��$������H���;��H��E1ɹ@A�H��c��H�5�T����5��H�|$(�D$8����+���t�/H�|$(�H���#1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��E��H�|$H�Ë�������t�/H�|$HtxH��$�I��L9�t�:B��H��$�H��H9�t�$B��H��$HdH3%(����H��X[]A\A]A^A_�f����7�����@���7���t���@���7������@Ic��I��D��$�L��$�H��$��J���Hc��XI����$�H��$�H��H��$������5��@��AWI��AVAUATUSH��HH�=��#�t$dH�%(H��$81��5��H��I���J6���XI�ʼn�$���0��H��$�DŽ$�0H�{H��$�Mc�L��A�mL���S@��H��$�B�0*A�EH��$�H����$���@�4H��$�DŽ$�@H�EH��$�fom��@<L��L��L�d$ L��$�I�yL�L$��?��A�EA�ML��L�L$H�Hc�L�l$�����A�>H��$��1��H��$��H�H�|�#L��H�D$X�o8��L��1��0i��H�|$�D$$����%���t�/H�|$�H��$������L���$8��L��1���i��H�|$�D$(����
���t�/H�|$��H�?�#L��1�L�|$@H�D$`H�D$8�D$H�D$h�D$HH�����H�D$p�D$x�9B��H�|$8A�ċ�������t�/H�|$8twH��$�H��H9�t��>��H��$�H��H9�t��>��H��$8dH3%(D����H��H[]A\A]A^A_�����i4������@���Q4���u���@���94�����@Hc��8F����$�H��$�H��$�����@Hc��F����$�H��$�H��H��$��<����2��f.�f���AWAVAUATUSH��XH�|$H�=�#�t$dH�%(H��$H1��S2��H��I���2���XI�Ɖ�$���0��H��$�DŽ$�0H�{H��$�Mc�L��A�nL���=��H��$�B�8*A�FH��$�H����$���@�rH��$�DŽ$�@H�EH��$�fo��@<L��L��L�|$ L��$�I�|$�<��A�FA���H�Mc������A�>H��$�L�d$0L��B�01�H��$��H�H��#L��H�D$h�%5����#����L�5h�#L�l$(�����L�
��#A��H�IO��H�52O��L���:/��H�|$ �D$4����7���t�/H�|$ �#H��$������L���4��L��E1ɹ@A�H��]��H�5�N����.��H�|$(�D$8�������t�/H�|$(��H�D$L��1�L�t$HH�D$pH�D$P�D$H�D$x�D$XH�����H��$���$��>��H�|$HA�ċ�������t�/H�|$HtpH��$�H��H9�t�R;��H��$�H��H9�t�<;��H��$HdH3%(D����H��X[]A\A]A^A_ú���0������@���0���|���@���0�����@��L���N3���_���f�H�=ٖ#�4/��L�5u�#H��H�D$L�t$(��/��A��p����A9vACvL�l$(�L����>@��H�t$L���!E���*H���@��L�
m�#L��H�M��A��H�5�L���,���f�#H�|$(���t����w����/H�|$(�h������D$�/���D$�L����Hc��A����$�H��$�H��$����@Hc��A����$�H��$�H��H��$�����A�V�����9����A�N�L�l$(�����-�����AWI��AVAUATUSH��HH�=�#�t$dH�%(H��$81��-��H��I���J.���XI�ʼn�$���0��H��$�DŽ$�0H�{H��$�Mc�L��A�mL���S8��H��$�B�0*A�EH��$�H����$���@�LH��$�DŽ$�@H�EH��$�fom��@<L��L��L�d$ L��$�I�yL�L$��7��A�EA�ML��L�L$H�Hc�L�l$�����A�>H��$��1��H��$��H�H���#L��H�D$X�o0��L��1����H�|$�D$$����=���t�/H�|$�)H��$������L���$0��L��E1ɹ@A�H��Y��H�5�J���`*��H�|$�D$(����
���t�/H�|$��H�*�#L��1�L�|$@H�D$`H�D$8�D$H�D$h�D$HH�����H�D$p�D$x�$:��H�|$8A�ċ�������t�/H�|$8tzH��$�H��H9�t��6��H��$�H��H9�t��6��H��$8dH3%(D����H��H[]A\A]A^A_�f.����Q,������@���9,���r���@���!,����@Hc�� >����$�H��$�H��$����@Hc��=����$�H��$�H��H��$��$����t*��@��AWH�
z�1�AVAUATUSH��H��H��(dH�%(H��$1�H�l$�Z�1ҾH��H�
<���b��1ҾH��H�
,���b��1ҾH��H�
"���1ҾH��H�
��"w��1ҾH��H�
��|��1ҾH��H�
��薟��1ҾH��H�
���@��A�����1�H��H�n�H�5�o#�6��H��I��1�H�
����i���H�|$����:	���t�/H�|$�&	A�����1�H��H�<�H�5�o#�X6��H��I��1�H�
u���_���H�|$����
���t�/H�|$��	A�����1�H��H�
�H�5Co#�5��H��I��1�H�
*��蕫��H�|$��������t�/H�|$��A�����1�H��H���H�5�n#�5��H��I��1�H�
����۽��H�|$����|	���t�/H�|$�h	A�����1�H��H���H�5�n#�J5��H��I��1�H�
����1���H�|$��������t�/H�|$��A�����1�H��H�t�H�55n#��4��H��I��1�H�
C���w��H�|$��������t�/H�|$��H�
����H����H�
k��H�߾�r��H�=;~#�F'��H��I����'��D�`I��D�d$$A��0��	H�D$ H�|$0�D$ 0H�$H�|$(Mc�L��E�nL���1��H�D$(D�l$dB� *A�FH�T$(H��A��@�	L�l$`�D$`@I�EH�D$hfo"��@<L��L��L�|$L�L$hI�yL�L$�1��L�L$A�FA�NH�Hcɺ����A�>H�D$hH��$�H���H��$�1�HDŽ$�H)�HDŽ$��\���H�H�}#L��DŽ$�H��$�H��$�H�t$(H�H��$�H���H��$���)�����#���0����L�
�|#A��H�.C��H�5C��L����#��H�|$��$�����q���t�/H�|$�]H��D��L��$��H��$�H�Œ#L��H��$H��#H��$�3��H��$H��tI�~@�H����H�|$hI��L9�t�u0��L�$$H�|$(I��L9�t�^0��H�
(���H���5���A�����1�H��H���H�5,k#��1��H��I��H�
Z���[T��H�|$��������t�/H�|$��A�����1�H��H��H�5�j#�1��H��I��H�
������H�|$��������t�/H�|$�sH�
U���H���"���H�
��H�߾�)`��H�
���H�߾�`��H�
���H�߾�w���H�
��H�߾��{��H�
]��H�߾�ń��A�����1�H��H��H�5�i#�0��H��I��H�
����k��H�|$����|���t�/H�|$�hH�
(���H���/��H�
��	H�߾�b��H�
��	H�߾��b��A�����1�H��H���H�54i#��/��H��I��	H�
����3���H�|$��������t�/H�|$��A�����1�H��H���H�5�h#�/��H��I��	H�
�������H�|$�������t�/H�|$��H�
/���H����e��H�
��H�߾�e��A�����1�H��H�7�H�5Hh#�/��H��I��H�
;���Ǻ��H�|$����`���t�/H�|$�LA�����1�H��H���H�5�g#�.��H��I��H�
����ʧ��H�|$��������t�/H�|$��A�����1�H��H���H�5�g#�I.��H��I��H�
�������H�|$����v���t�/H�|$�b�H�=0�����H�=��(�H�
���
H�߾��H�
���H�߾�h��H�
���H�߾���H�=���|��H�����H��$dH3%(��H��([]A\A]A^A_Ð���Q!������@���9!������@���!!���J���@���	!���D���@���� �����@���� ���y���@��� ������@��� �����@��� ������@���y �����@���a �����@���I �����@���1 ������@��� ���P���@��� �����@��L���"���
���f�H�=�u#���H�Շ#H��I��H�T$�-��H���#�p�
����9rCrH�����/��L��H���4���*H���	0��L�
"u#H��H��;��A��H�5�;���a���ӈ#H�|$���t ����'����/H�|$��������D$�
���D$��@Ic��1��D�l$`L�l$`H�D$h���@Ic���0��D�d$ H��H�D$(H�D$ H�$�s���D�J�����9�������J��
����F��fD��H�������Uf��SH��H���G@�J�f(��\�f/�sfW
\��Y
4�f/�f(�sfW%B��]�H���f/��u�{+�C�CHf(��\�f/�sfW
��Y
��f/�f(�sfW%���]�f/����sP����H�CX�@��uz����&��9�t���H�����#��H���H����(����u1�{)u
�{(��H���H��1���*��Hcs8�C*�����C(�C,��u!H��[]�f�H�sX���H����q���H���`(��H�������H��[]�&0��fD�;#��H����*�����/��H����������&/��H���f��������fD�Y���,�����H���f���l��b�����C,H��[]�DH��[]�!��DH�����/�������H������f���H�H�(t	�|"��@H�ab#���1�1�H�5Qb#��/��ff.����1ɺH�5.b#��/������1ɺH�5b#�/������1ɺH�5�a#�/������1ɺH�5�a#�i/������1ɺH�5�a#�I/������1ɺH�5�a#�)/������1ɺH�5na#�	/������1ɺH�5Na#��.������1ɺ	H�5.a#��.������1ɺ
H�5a#�.������1ɺH�5�`#�.������1ɺH�5�`#�i.������1ɺ
H�5�`#�I.������1ɺH�5�`#�).������1ɺH�5n`#�	.������1ɺH�5N`#��-������1ɺH�5.`#��-������1ɺH�5`#�-������1ɺH�5�_#�-������1ɺH�5�_#�i-������1ɺH�5�_#�I-������1ɺH�5�_#�)-������1ɺH�5n_#�	-������1ɺH�5N_#��,������H��8��t$H�L$H�5#_#dH�%(H�D$(1�H�D$H�D$H�D$�,��H�D$(dH3%(uH��8��A�����H��8�t$H�L$H�5�^#dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$�6,��H�D$(dH3%(uH��8�����ff.����AUATUSH���H��dH�%(H�D$1�H���"��1�H��I��H����&��E1�L��H��L���L��H���H�����H���T&��E1�H��H��H���L�ݿH�~��q��H���)&��E1�H��H��H���L���H����F��H���%��E1�H��H��H���L���H������H����%��E1�H��H��H���L���H�������H���%��E1�H��H��H���L���H�������H���}%��E1�H��H��H���L���H������H���R%��E1�H��H��H���L���H����o��H���'%��E1�H��H��H���L���H����D��H���$��E1�H��H��H���L���H������H����$��E1�H��H��H���L���H�������H���$��E1�H��H��H���L���H�������H���{$��E1�H��H��H���L���H������H���P$��E1�H��H��H���L���H���m��H���%$��E1�H��H��H���L���H���B��H���#��E1�H��H��H���L�r�H������H����#��H���H��PhH���H��H��L��H����E1������Ch����H���#���(����L���1�H��I���Z'��H��f#M�l$L���A�D$ I�D$H��I�$M9�tgL���M��t[I�UH�
�1H�R H9���I�}I�EtI�}H��PpH��t
H�I�uH��RhL���8���(L������L���L���E1�L��H��H���L�����H���"��1ɺH��H�5LZ#��'��H�D$dH3%(uH��[]A\A]�@L���L�����u��D��H������f���UH�LY#SH��H��H���H�H��H�GH��tjH�EH��0HLJ�H�@ H9��rH��e#H��H�}H�EtH�}H��PpH��t
H�H�uH��RhH������(H�����H���H��tH��P H�����!��H���H��t_H�EH�0H�@ H9���H�
e#H��H�}H�EtH�}H��PpH��t
H�H�uH��RhH������(H���"��H����F!��H�{x���H�{p���t?���t�/t0H�{X���tC���t�/tSH�{�'��H��H��[]�,��@H�{p���%��H�{X���u�������f.�H�{X��f.�H�������fDH����D���fD��H�������f���SH������H�߾�[�5��D��H����fD��AUATA��USH��L�kpH��8dH�%(H�D$(1��whH�l$H���H������H�CpH�T$H�D$H�Sp���tq���t�(tfH�L$�H��D�d$H�5eW#H�l$H�D$L�l$ ��$��1ɺH��H�5<W#��$��H�D$(dH3%(u%H��8[]A\A]�@H�|$�������]���ff.����SH��H��0H���dH�%(H�D$(1�H��tPH��Ph�D$H�L$H�D$H�ߺH�5�V#H�D$H�D$�2$��H�D$(dH3%(uH��0[�@������ff.����SH���"��H�{�:��H��U#H�{xH�H�H�����H�C1�f�C,H��w#H�S`H�CXH�CpH�C �C(H�C0�C8�CP�Ch�C@�CH���H����R��Hǃ�Hǃ�ǃ��Hǃ�ǃ��[Ðf.���SH�ƠH���, ��H��[ÐfD��H���H��tH��`hf.���f.����,u�GP�f�H�������@��U��SH��H���,u{;wP��H�{X�G��tEH��v#H9�t#H�CX��������t�/�~fD1ɺH�5�T#H���B"���kPH��H��1�[�H�5�T#]�#"��H����T��9�t �{,�t���H���H����[]�B��f�H��[]�f�����
���t���ff.����SH��H��dH�%(H�D$1��~,u.H�VXH������w-H�L$dH3%(H��u H��[�@H����$
����f��������@��ATI��H��USH��H��dH�%(H�D$1�H��H���`���H��L���5"��H�<$�ŋ���}���t
�/H�<$tn@��u�{,t+H���L���<
��H�D$dH3%(uXH��[]A\�H�߾
����H�{XL���'��1ɺH��H�5�R#� ����������~����/���ff.����,u�����H����<��ff.����U��SH��H���,u+;��tS���H��H��1�[�H�5WR#]�����H�������9�t �{,t�H���H����[]���fDH��[]Ð���AVI��H��AUATUSH��H�� dH�%(H�D$1������{,H��u91�H��L�����H�L$dH3%(L���H�� []A\A]A^��H���H��L�d$����H�$H��L��X+X���e����~LD�k�H�l$1��@H��H�$H��HcBH�H�D��0���H���L����
��H���n��H�CL9�u�H�D$L��H�D$I��L��H�,$�E��t����,����mH�,$����HcUH�EH��HcUL�$�L9�tH��H�;����I9�u�H���B������	�����SH��xH���_
��H��[�f.���H�G ÐfD��AVAUATL�gxUH��SH��H�� dH�%(H�D$1�H9w �L���
�����H�k L���H���6L�l$L�t$L���F
��H�C 1�L��L��H�p ���L��L�����L���N��L�������{,�C*tt�{)tV�Ch��t����H���;H���1�L������{(�C*uSH�D$dH3%(�/H�� []A\A]A^ÐL���X����u��{(u�fD1�1�H�5MO#H�������{(t�H������럐L�������u�L����������L��L������1ɺH��H�5�N#���H�k H������L�l$L���e��L��L�����L���2�����DH�{pH�ep#�ChH�Cp���t<���t�/t11ɺH�5�N#H�����H�������C-���f����������f.����G(ÐfD��@8w(t@�w(1ɺH�5N#����ÐfD��ATI��UH�oxSH��H��L��H��dH�%(H�D$1��������H�{ ��H�C 1�1�H��H�5�M#�A��L��H��I���c��H���������L�����H���L��H���9��L�������{,�C*���{)t}�Ch��t����H���1�H���L���C*�{(tH����f��H�D$dH3%(��H��[]A\�f�H�{ �D����$���H��L���
���U���H��������s����{(�i���fD1ɺH�5�L#H���:���m���DH�{pH�=n#�ChH�Cp���t,���t�/t!1ɺH�5[L#H����������fD�����������f����G)ÐfD��@8w)t@�w)1ɺH�5L#����ÐfD���G0�������t�����I�9G0t&�G0��1ɺ�G4H�5�K#�J��f.�Ðff.���9w`t/�,t)SH����t@��t,��u�{*H���tB[�L��@��[�fDH���[����*tBH���[�u
��DH���1��2��H���Hcs8�2���C*H����DH���H���1����Hcs8H�������C*듐@���,u1��H��H������H��Ðf.����,u�G8�f�H��H������H��Ðf.����,u�G@�H��H������f��*��^��H��Ðf.���AUf��ATUSH��H��XdH�%(H�D$H1�f/�wEf/��w;�,��f.G@����H�D$HdH3%(�3H��X[]A\A]ÐH�l$0H��H�����1�H�|$H���H�5�I#A������ ��H�D$1�H;*k#�PtH@H��H�|$ �<��H�t$ L�d$0�����H��H^t
H���\����L�l$(H��L�����L��L�����H�|$(���t���t�/H�|$(u�����H�|$0� �~H�|$ ���t[���t�/H�|$ tKH�|$���t ���t�/H�|$tH������������A��H���i�����@���!����� ����s���f�H����D$�
��f������D$�*��^�f.����{,t4�Y�f��H���f/�r?�X���,���������f��C@1ɺH��H�5�G#�e����f(��\
L��,�f���*��\��XL��,����t���������@���,u�G+ÐH����T���@��U��SH��H���,u;@:w+t%@�k+H��H��1�[�
H�5+G#]����DH��[]�f�H�����@8�t߀{,t�H���H��@��[]�����f����,uf�ÐH��H�����	��f��*��^X�H��Ðf.����,u1��H�������@���,u�GH�H������@��Sf(�H��H���,u:f.GHzu	H��[��KHH��H��1ɺH�5F#[����H����D$�.����L$f.�{�{,t�H���H��f(�[���u�뒐f���H�NpH��H������w���Ðf.���H����@���,u�D����fD���,u�D�����fD���,u�D1��������UH��S�H����Iހ,u39_8t&�]8H��H��1�[�H�5�D#]����H��[]ÐH����d���9�t�},t�H���H��Hc�[]�����@���Gd�����G`�����,u1��H�������@���,u1��H�������@���Gh����AUATUSH��H��H����s
������H���D�kdD�c`�F��H����C`���E
���CdD9�t1ɺ	H�5�C#H���w��A9�tJE��u	�C0���C4����������tfH��H��1ɺ[H�5�C#]A\A]�.��fDH��[]A\A]�D�C4H������S�������������L‰C4����1���1ɺH�5:C#H����������D1ɺH�5C#H������_���D1ɺH�5�B#H������?����ff.����SH��H���@��H��t�C-H��1�1�H�5�B#[�S���{-u�H��1ɺ[H�5�B#�3���f���AWAVAUATL���UH��L��SH��H��XdH�%(H�D$H1��9�����t%H�D$HdH3%(�nH��X[]A\A]A^A_�f�H���H
������
���tmH�3L�=3c#L������I��H����H���W
��H���NH���H������H��L�����1ɺH��H�5�A#�^���d���f�D�-�d#L�=�b#E����L������L�-Bc#H��I��L�l$@���A�M�P���jA9UACUL�l$@L��r����L��L�������*H���t��L��M���A�H����H�5�������A�ʼnCd#H�|$@���t���t�/H�|$@u�����H�����D9���D��H�T$@H�����1��������H�t$@����H�Qb#H�D$(D�5Ud#E��ueL�l$@H�5��L�����L��E1ɹA�H��H�5�����H�|$@A�Ƌ���f���t�/H�|$@�RD�5�c#H���;��D9��RL�l$@�L�����L��D��H���R�����H�D$@H�D$@H�D$0H�D$0H�$L�����H�<$�]�����}H�D$(H�D$H���H�t$���H�<$����H�|$(���t���������/H�|$(�����fD���	����u���@H���h����������L�+L��^#L��L�������(����H�����H�0����A�M�����9������A�M�L�l$@���@���y������@H���8��H�L$0H��H��H�$��������D�5�a#E����L�^#H��L�$���L�$D9��hH�T$@D��H��L�$���L�$������L�l$@����fD�H�=\�L�l$@����H�4$H�T$8L��H�D$8����L������L��D$�8��H�|$8��������t�/H�|$8���D$������H�D$(E1�H�D$�!f.�L��A������D9t$���H�4$L��D������L�������t�L���V���L��H��H�D$�6��H�T$H��tlH�����H��t�H�L$(�Q�q�9D�B�����v{1�A9���H�|$H�D$�H�|$(H�D$HcOH��H��HOH����W�B���f�H�=�\#H�������H�D$0�H��H�$�b�����DH��A9�wHc�H�4�HqH�룺D���k���L�t$@H�5��L�����L�
\#L��A��H����H�5���M��L�$�
�H�|$@A�ƋL�$��tO���t�/H�|$@t?D�5l_#����������/���@H���x���L�$L�(�����L�$���L�$��.�ff.���USH��XdH�%(H�D$H1�������#��H�5���Hc�H�>��f�H�QH�1H�
��H�H9��VH�
��H9��>H�
/��H9��FH�
?��H9��VH�
O��H9��fH�
_��H9��vH�
o��H9��H�
��H9��&H�
���H9��6H�
���H9���H�
���H9���H�
���H9���H�
���H9���H�
���H9���H�
���H9���H�
���H9���H�
��H9���H�
��H9���H�
/��H9���H�
?��H9���H�
O��H9���H�
���H9��
H�
O��H9��
H�
��H9��Z
H�
O��H9��`
H�
_��H9��f
H�zu�f�H�D$HdH3%(�
H��X[]�D��tS��
������t%��u�H�1��w�H�
����Hc�H�>��DH���w�H�
͠��Hc�H�>��DH���!����#���� ��������_����H�z�M�����B���f�H�z�5�����*���f.�H�z������
���f.�H�z���������f.�H�z���������f.�H�q������f�1ɺH�5b8#�������1ɺ
H�5B8#�����x����1ɺH�5"8#����X����1ɺH�58#����8����1ɺH�5�7#�}�������1ɺH�5�7#�]������1ɺH�5�7#�=�������1ɺH�5�7#�������1ɺH�5b7#�������H�A�H�L$0H�5;7#�H�D$0�D$ H�D$ H�D$8����X����1ɺH�57#����8����H�QH�AH�5�6#H�L$0�H�D$@H�D$0�T$ H�T$ H�T$8��T������1ɺH�5�6#�5������1ɺH�5�6#�������1ɺH�5b6#��������,���������w�����,�f�������W�����,�F���1��o��:���f.�H�A�0��� ���H�\$ H��H�L$H����H�L$H�H��tH�H�L$ H�H�T$ H���������H�A�0�������H�A�0�������;����fD1ɺH�5b5#�������1ɺH�5B5#�����x����1ɺH�5"5#����X����1ɺH�55#����8����1ɺH�5�4#�}�������1ɺ	H�5�4#�]������1ɺ
H�5�4#�=�������1ɺH�5�4#�������1�1�H�5e4#������1ɺH�5J4#�������1ɺH�524#�����h����1ɺH�54#����H����s��>����6�g��2����=��(����6����������s������6�f�����������:G)����G)1ɺH�5�3#�1�������:G(������G(1ɺH�5o3#�
������6�~����H�6�������G�����,�������k���H�D$ H��H�����H�H�T$ H�H�D$ ���t����<����(�2���H�|$ ���������,��GP������G,�������,f��������H���H������Gd������G)�����G(�����G`�����G0����H�G H����H�l$ H�wxH����H�T$ H�H��H�H�D$ ���^���H�l$H���H������H�H�T$H��H�D$ �CH��T$�SH�T$ �D$(H�T$�D$�v��������,���G+�����,�{�G@�����G,����������,���G8����1��,�������G,��������H���H��tH��Ph�Ɖ3�|���H���H��m����Gh��c����,�$�GH��K���H�Gp������;H�;H����t����$����/�������{�����H����
����H����������H����$��������H��������f.�H�A��������������H�A����*������w����H�A�����������W����H�z�E�����:���f.�H�z�%��������f.�H�z��������f.�H�z��������f.��NS#��uaH�l$ H�5��H����H��E1ɹH�pA�H�5S��H�|$ ��������t�/H�|$ �s��R#��^���fD��R#��uaH�l$ H�5M�H���*�H��E1ɹH��A�H�5;��H�|$ ��������t�/H�|$ ���mR#����fD�-VR#��ucH�l$ H�5��H����H��E1ɹA�H��H�5���H�|$ �ŋ���e���t�/H�|$ �Q�-�Q#�+�l�@H�z�]��	�R�f�H�z�E��
�:�f.�H�z�%����H�z�����H�z����
���H�z�������H�z�������H�z������H�z������H�z������H�z�u���j�H�z�_���T�H�z�I���>�H�z�3���(����������D$�q��D$�������D$�U��D$�q���H�z�������H�z������H�
	��H9����H�z������H��������w�H����{�f��*��^ë�i���H����:�f��*��^���Q���H���������H����h����H������������H�����������ff.����H����UH��SH��H�5l�H��H�������tD�H�=��H����€���t�#H�=��H�������uH��H�E[]�@H��H��[]�fDH��H��H��[]���1�Ð@��ATI��UH��S��H���G��x7��t?���~�S���vF��tA��t\��tW��tR��tM�P�D�H��[]A\���#~kH����$[]A\����L���H��D$���D$���@H����[]A\�@��#���L��H��D$�m��D$����L��1�H��D$�M��D$�y���@���f.����H��H��t���f.�D���f.����H��H��t���f.�D�������������SH��H��t�~�H��[�f����H��[Ð��SH��H��t�^�H��[�f���H��[�fD��H��4#SH��H��H�H�tH�H��PpH��t
H�H�sH��RhH����H�߾([������H��4#SH��H��H�H�tH�H��PpH��t
H�H�sH��RhH��[�.�f.�@��UHc���H��SH��H��H�����H�uH�ËFH�{�CHcVH�HvH����H�U�C�J����	ȈC���t���t�*tH�]H��[]��H�}����H�]H��[]�f.���Ðf.������x�F��xH�~t1��DH� �G��fD��AUATUSH��H��(dH�%(H�D$1����xi�J��xbH�zt[H��H�v ��L�d$H��L�l$� �H��L�����L��L���J�L��H����L�����L����H���w��DH��C�H�L$dH3%(H��uH��([]A\A]��/���ff.���H�H�(t	��@H��)#���H�H�(t	��@H�A)#���1�1�H�51)#��ff.����1ɺH�5)#������1ɺH�5�(#������1ɺH�5�(#�����1ɺH�5�(#�����ATUSH��� H��dH�%(H�D$1�H���t�H��I��H���f�L�c E1�H��L�e�H�u�L��H����H�����H�s E1�H��L�k�H�c�H�����H����H�s E1�H��L�Z�H�s�H�����H���{�H�s E1�H��L�z�H���H����H���S�H�s E1�H��L�&�H�:�H���s�H���+�H�s E1�H��L�z�H���H���K�H����H�s E1�H��L�	�H��H���#�H�����H�s E1�H��L��H�%�H����H����H�s E1�H��L��H��L�����H����H�s E1�H��L��H��H����H���g�H�{ �����uH�D$dH3%(u&H��[]A\Ð�C41ɺH��H�5�&#�v����/��ff.�@��H�������f���1ɺH�5^&#�9����1ɺH�5>&#�����1ɺH�5&#�����H��8�t$H�L$H�5�%#�T$�dH�%(H�D$(1�H�D$H�D$H�D$H�D$H�D$ ��H�D$(dH3%(uH��8��C���f���H��8�t$H�L$H�5�%#�T$�dH�%(H�D$(1�H�D$H�D$H�D$H�D$H�D$ �-�H�D$(dH3%(uH��8������f���H��8�t$H�L$H�5%#�T$�dH�%(H�D$(1�H�D$H�D$H�D$H�D$H�D$ ��H�D$(dH3%(uH��8��c���f���H��8�t$H�L$H�5�$#�T$�	dH�%(H�D$(1�H�D$H�D$H�D$H�D$H�D$ �M�H�D$(dH3%(uH��8������f���H��8�t$H�L$H�58$#�T$�
dH�%(H�D$(1�H�D$H�D$H�D$H�D$H�D$ ���H�D$(dH3%(uH��8�����f���H��8�t$H�L$H�5�##dH�%(H�D$(1�H�D$H�T$ �
H�D$H�D$�v�H�D$(dH3%(uH��8����ff.����USH��dH�%(H�D$1���t9��tH�D$dH3%(uTH��[]�D��u�H�1H���0���fD��u�H��H�wH�)H�����H�$H�EH��H�UH�$��������f�AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���L��L�����I9�u�H��H��[]A\A]�H���ATH�GI��USHcWH��HcWH�,�H9�tH��H���t��H9�u�[L��]A\�����Ðf.���H�U #SH��H�H�H�GH� H��tH��P H�{(���t'���t�/tH�{�'�H��[���fDH�{(���������H���fD��SH���s���H�߾8[���D��H����fD��AUI��ATUSH��H�=>#I�}�GH�������k$�K ����u}M��9K�IH�߾�<�I�$H�=	@#�hH��@H�x������zI�UI�$H�X�B���t���tm�/ug�������U���1��H�CL�$�I�$H9�u�j���@I��H�H9��W���;hu�xu�I�$H9��<���H�XH��H�5�����H��L��[]A\A]�DH��!A��H�5o!��H��I�EH�P�@��t���t�*t
I�]���@I�}H�5�!���I�]�����sH��M������I�]�K ���������1��H�CL�$�I�$H9�u�z���I��H�H9��h���9hu�xu��U���fD��}����ff.���SH�����H�#H�{H�[����ff.���SH��H���/��H��[�f.���H�����f���AUA��ATA��USH��H��XdH�%(H�D$H1�H�l$H�D$�t$�T$H�L$0�H�5�#H�D$8H�D$0H�l$@�~�D��D��H��H�D$����H��H�D$H�D$ �B��H�D$HdH3%(uH��X[]A\A]�����f���ATA��U��SH��H��0dH�%(H�D$(1����1ɺH��H�5#���H�D$H��H�L$�H�5�#H�D$H�D$H�D$ D�d$�l$H�D$��H�D$(dH3%(u	H��0[]A\��T��@��AUA��ATA��USH��H��XdH�%(H�D$H1�H�l$H�D$�t$�T$H�L$0�H�5f#H�D$8H�D$0H�l$@�.�D��D��H��H�D$����H��H�D$H�D$ �b�H�D$HdH3%(uH��X[]A\A]����f���ATA��U��SH��H��0dH�%(H�D$(1���1ɺH��H�5�#��H�D$H��H�L$�	H�5�#H�D$H�D$H�D$ D�d$�l$H�D$�b�H�D$(dH3%(u	H��0[]A\����@��AVA��AUA��ATUSH��H��pdH�%(H�D$h1�H�l$0L�d$H�;#�T$0H�L$H��t$L��H�D$H�|$@H�|$ �D$4H�D$8�D$H�D$�M��H�|$���tj���t�/H�|$tZH�L$P�
H��D�t$H�5�#D�l$0H�D$PL�d$XH�l$`�l�H�D$hdH3%(u%H��p[]A\A]A^�����I�������f���ATUSH��L�c(H��0H� dH�%(H�D$(1�H�l$���H�s H��C0���H�C(H�T$H�D$H�S(��������t�(ty�C0H�L$�
H��H�5�#H�l$�D$H�D$L�d$ ��1ɺH��H�5�#��1ɺH��H�5�#�j�H�D$(dH3%(u#H��0[]A\ÐH�|$���L���n�������f���SH���c��H�{�j��H�s#�C0H�H�H�CH�9#H�C H�C(�C4[�fD��H� �3���f���UH��S��H��H� ���9�tH�} H����[]����H��[]Ð���ATI��USH�� H�v dH�%(H�D$1�H�\$H�l$H���{��H��H���P��H��L�����H�����H�����H�T$dH3%(uH�� L��[]A\�����@��H� �s���f���UH��S��H��H� �X��9�tH�} H����[]�s��H��[]Ð���H� �����f����G4ÐfD���G0����H�N(H��H������w���Ðf.���ATI��USH�� H�v dH�%(H�D$1�H�\$H�l$H���k��H��H��� ��H��L�����H���}��H������H�L$dH3%(uH�� L��[]A\����@��H� ���f���H� �����f���H� ����f���H� ����f���H� ���f���ATI��UH��SH��H��dH�%(H�D$1��G0H�u6#H�(H�C(���t���t�/tt1ɺH��H�5S#�.�H��L��H�[ ���H�$H��H��HR�\��H�<$���tJ���t
�/H�<$t;H�D$dH3%(u<H��[]A\�f.��������x���@�������b��f���UH��H��SH��(H�_ dH�%(H�D$1�H�|$�R��H�T$H��H��HR�~��H�|$���t+���t�/H�|$tH�L$dH3%(u%H��([]�@���D$�%���D$����������USH��H�o dH�%(H�D$1�H��H���W��H��H���\��H�߉����H�T$dH3%(u	H����[]��d��@��ATA��H��USH��H�o dH�%(H�D$1�H��H������H��H��D���a��H�߉��'��H�L$dH3%(uH����[]A\�����fD��H� �c���f���H� �����f���H� ����f���H� ����f���AVI��AUATUS1�H�� H�dH�%(H�D$1�HcJHcr9�t~H��3#H��I��L�l$H��H�D$H��H9�tBH�l$L�l$DH��H��H�����H��L���H���6��I�HcPH�D�H9�u�I�|$ L�����L����H�L$dH3%(��u
H�� []A\A]A^�����f.���AWI��AVAUATA��US1�H��(H�dH�%(H�D$1�HcJHcr9��H��2#H��I��L�t$H��H�D$H��H9�tAH�l$L�t$@H��H��H�����H��L����H���N��I�HcHH�D�H9�u�I�} L��D���.��L������H�T$dH3%(��uH��([]A\A]A^A_�����ff.���AUATUSH��HdH�%(H�D$81����Z��'�)H�5����Hc�H�>��fDH�A�����D�%4#E������`��I��H����
H�������A�ă�	H��1#H�T$�
����
9BCBH�l$�H��p����H�5��H������<H������L��D��H������>H��������]
�>H�����H��H������A�ĉC3#H�|$��������t�/H�|$��D�#DH�D$8dH3%(�o
H��H[]A\A]�f���tK��
tf��t!��u�H�������u��0�u����H���w�H�
����Hc�H�>��DH����l�������������h���H�QH�1H�
�H�H9���
H�
�H9���H�
�H9��H�
/�H9��H�
?�H9��&H�
�H9��6H�
��H9���
H�
/�H9���
H�
��H9���
H�
��H9���
H�
O�H9��H�
?�H9��H�
O�H9��H�z�������x���H�A�8�������`����������M���DH�z�=�����2���f.�H�z���������f.�H�z��������f.�H�z���������f.�H�z���������f.��;����fD1�1�H�5u#�P�����1ɺH�5Z#�5���h���1ɺH�5B#����P����1ɺH�5"#����0����1ɺH�5#���������1ɺH�5�#������H�AH�QH�5�#H�L$ ��H�D$ �D$H�D$�T$�H�D$(H�D$H�D$0�i�����@H�AH�QH�5q#H�L$ ��H�D$ �D$H�D$�T$�H�D$(H�D$H�D$0����L���@H�AH�QH�5!#H�L$ ��H�D$ �D$H�D$�T$�H�D$(H�D$H�D$0�������@H�AH�QH�5�
#H�L$ ��H�D$ �D$H�D$�T$�	H�D$(H�D$H�D$0�y�����@H�AH�QH�5�
#H�L$ ��H�D$ �D$H�D$�T$�
H�D$(H�D$H�D$0�)���\���@1ɺH�52
#�
���@����1ɺH�5
#����� ����H�QH�AH�5�#H�L$ �H�D$0H�D$ �T$H�T$H�T$(�
��������H�AH�l$H��H�L$H����H�L$H�H��tH�H�L$H�H�T$H��������H�AH� H�L$�0���H�L$H�H���c�����\���@H� �H�L$����H�L$H�H���4�����-���DH�AH� H�L$�0����H�L$H�H����������@H� �H�L$���H�L$H�H�����������DH� �w�����f�H� �������f�H� �������f�H�QH�q������fDH�Y*#H�qH�T$H�D$��H�|$���t����R����/H�|$�C���������/����H�QH�qH�L$�>�H�L$H�H����������fDH��)#H�qH�T$H�L$H�D$��H�|$�ËH�L$���w���t�/H�|$�cH�H�����������@H�qH�L$�R�H�L$H�H���y�����r���f.�H�qH�L$�2���H�L$H�H���I�����B���f.�H�AH�QH�L$�0�L�H�L$H�H�����������@H�AH�QH�L$�0���H�L$H�H����������@H�QH�AH�L$H� ��0�ƾ��H�L$H�H�����������fDH�AH� H�L$�0�4��H�L$H�H���{�����t���@H�QH�AH�L$H� ��0���H�L$H�H���E�����>���fDH� H�L$����H�L$H�H�����������f.�H�QH�A��0�����f.�H�QH�A��0�o�����f.�H�QH�A��0������f.�H�QH�A��0�����f.�H�QH�A��0���r���f.�D�%y)#E������ƾ��I��H����H��肾����A�ă�	H�'#H�T$�2���^9BCBH�l$�H��p�����H�5�H������<H���F��L��D��H�������>H���k����� �>H�����H��H������
A�ĉ�(#H�|$��������t�/H�|$��fDD�#�`���H�W(������tH�;H����t����9����/�/�������������G0������G4�����H� �������H� �%�������H�l$H��H����H�T$H�H��H�H�D$�ֻ����H� �ؼ�����H�zH�;H�CH��H�CH��H�CH�C H�C(H�C0H�C8�`��H�z�M���B�f.�H�z�-���"�f.��0�	���@H�z�������f.�H�z�������f.�H�z����	��f.�H�z����
��f.�H�z�}���r�H�
s�H9��b�H�z�W��
�L��H�L$����H�L$�����������J��
���9��Q�J�H�l$�_� H���S����	1���������蚻���U����r��
���9�������J�H�l$���� H����������	1��K���������H��tGUH��SH��H�58�H��H�������H���uH��[]�@H��H��H��[]�g���1�Ðff.����ATI��UH��S��H�������x+�S���v3��t.��tQ��tL��tG��tB1҃���)�H��[]A\��L��‰�H��D$�%��D$H��[]��A\�DH����[]A\�@��H����UH��SH��H�5<�H��H�������tD�H�=�dH����€���t�#H�=�fH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]�����1�Ð@��ATI��UH��S��H��������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���'~kH����([]A\����L���H��D$���D$���@H����[]A\�@��'���L��H��D$����D$����L��1�H��D$���D$�y���@���f.����H��H�2H�B H�WH�B(H��H�B0H�
H�B8H�H�B@H�{H�BHH��H�BPH�5H�BXH��H�B`�H�BH�B�B��f���H�H�H�H9���f.�f���H��B+B�f���H�6H��H�6��OH�w�f���H�?��_���f.�D��H�H�x �����UH��SH���H�����H�UH�H�H�H��[]�f���H�H�x �p�����H�Hc�H��H0�f.�@��H�Hc�HcBH�H�D��f���H��"SH��H�H�G��T���H��[���f.����H��"SH��H�H�G��$���H���̻��H�߾[�^���f.�@��H��H��tD�o�oNO�oV W �o^0_0�of@g@�onPoPH�V`H�W`��H�H�GH�G�GH�G H�G(H�G0H�G8H�G@H�GHH�GPH�GXH�G`�f���USH��H��H�H�H��u(Hc@�H�,����H�(H�H��[]�f�Hc@��f.����GH�WH��F�GH�V�F�����w�fD��f.����H����t���t�(t��H�?�������H�G���t���t�(t�fDH�G��H���
���f.���UH��SH��H�/dH�%(H�D$1�H��H����H��H����H������H�D$dH3%(uH��[]��U���D��H����t���t�(t��H�?������AVAUATU��SH��H��dH�%(H�D$1�H���
��H�߹�H�NH�5����E1�0�D���&����Å�(H�L$dH3%(����H��[]A\A]A^�D�-&#��t.����u�����u���#�������H�=�#�"����H��H�5�{H������H��E1ɹhA�H����H�5����芰��H�<$�ŋ���J���t�/H�<$�7��߉-�#������0����j���D�%q#E�����農��I��H����H���z�����A�ă�	H�#H�$�2���49BCBI��L���p�����H�5{L������<H���A��L��D��H������>L���f��������>L�����L���H��������A�ĉ�#H�<$���t���t�/H�<$u���<���A�����H��D��������������������@H�=!#�\������2���H�-���H�6�"H�5#H�=xH�#茶��H�=�#� �������r��
���9�������J�I�������� L�������fD�	1��j����������AUATUSH��dH�%(H�D$1���#��t8�-r#�����މ��a���H�D$dH3%(��H��[]A\A]�f�I��H�5FyL���n���L��E1ɹhA�H����H�5�����ڭ��H�<$�Ë���"���t�/H�<$���#�-�#���i�����)���I��H���EH��������Ń�	H�o#H�$�2����9BCBI��L��p�N����H�5zxL���j����<H�����L���H���P����>L���Ӵ�������>L���~���L��H������j����ʼn#H�<$���t���������/H�<$��������衯���r���@��良����#����fD�r��
���9������J�I�������� L���ӿ���C���fD�	1�����׭�����AWAVAUATU��SH��H��(H��t$H�t$HcPL�l���荷��H�Hc|$I��HcQH�qH�L�4�H��L9�tXM��fD�H�T$I��I��蹸��I�w�H��H�D$����H�D$H�T$I�F�L9�u�H�Hc|$HcQH�qH�HcQM�l�L�4�Hc�H�H�,�L9�t/D�H��I���N���I�u�I��H��蟸��L�}�I9�u�A�$��t6���t�A�,$t)H�HcD$HcJH��([]H�A\A]H�D�A^A_�fDL�������f.�@��ATUSH�H����v;���������I��请��H��H��H������I�,$[]A\��������f���H�H����t���u�f.���ATUH��S�pH���6���H�EHcPH�l�H�H�PHcHHc@L�$�H��I9�tDH��H��H��H������I9�u�[]A\�f.����SH��H��t�^���H��[�f�H��#H�H��[Ð��AW��AVAUATI��USH��H��T$HcP�t$H�t$L�|�������I�$Hct$I��HcBH�JH��H�H�,�H9�t1M��f�L��H��H��I���]���H9�u�I�$Hct$HcBH�JH�Lct$HcRI�,�L�L�<�H��L9�t�H��H��H��H���
���L9�u�A�E��t8���t�A�mt+I�$HcD$HcJH��[]H�A\A]H�D�A^A_��L���@����f.�@��UH��SH��H��dH�%(H�D$1�H����v6��������H��H���l���H�D$dH3%(u%H��[]�DH���H���H�����H�$H����©��f���USH��H��dH�%(H�D$1��~���H��"�H��H����H��H��H��踻��H�k� �ʴ��H�sH��H��H���h	H�kH�sH��E1�L��H��H��H���a���H������H�sE1�H��L��H�1�H���9���H����H�sE1�H��L�O�H��L������H���͸��H�sE1�H��L�B�H��L����H��詸��H�sE1�H��L�9�H��L���ͯ��H��腸��H�sE1�H��L�-�H��L��詯��H���a���H�sE1�H��L�mRH��L��腯��H���=���H�sE1�H��L�mRH��L���a���H������H�sE1�H��L�݅H��L���=���H�����H�sE1�H��L�4�H��L������H���ѷ��H�sE1�H��L��TH�1UH����H��詷��H�sE1�H��L���H���H���ɮ��H��職��H�D$dH3%(uH��[]��u����@��H���"H��H�陭������H���"SH��H��H��u���H�߾ [�����fD��H��3����f���H��#����f���H��ù���f���H����f���H�鳯���f���H������f���H�郯���f���H������f���H��c����f���SH�_H��蟴��H��[���T���@��SH�_H������H�߉��u���[Ðf���SH�_H���_���H�߉��U���[H�� Ðff.���H��ӻ���f���H�H��`hf���H��ù���f���H��#����f���H�铨���f���H��Ӻ���f���H�@���O����ff.���H��s����f���H��#����f���H��s����f���H��C����f���UH��SH��H�����H������H�}H��)É�[]�m����ff.����USH��H��H��ڷ��H�߉��p���H�{H���4([]�.���ff.���H��3����f���H��c����f����W�fD����fD��SH���c"H��[�
f.�����!���H�m�"H��H�陪������H�M�"SH��H��H��u���H�߾ [�����fD��H�H��t�^���fD��f���SH��H��H�vdH�%(H�D$1�H��t#薢��H�T$dH3%(H��uH��[�DH�	
#H���解���fD��H�H��t龣��fD1�Ð@��SH��H��H�vdH�%(H�D$1�H��t#膴��H�T$dH3%(H��uH��[�DH��#H����'����fD��SH��H��H�vdH�%(H�D$1�H��t#�6���H�T$dH3%(H��uH��[�DH�)#H����Ǣ���fD��SH��H��H�vdH�%(H�D$1�H��t#�֥��H�T$dH3%(H��uH��[�DH��#H����g����fD��H�H��t�n���fD1�Ð@��H�H��t@���ʨ��f.�Ðff.����g/�fD��SH���s0H��[�-f.����/�fD��USH��H�wdH�%(H�D$1�H���.H��H��H��E1�L��H��H��跨��H���o���H�sE1�H��L�B�H��L��蓨��H���K���H�sE1�H��L��H��L���o���H���'���H�sE1�H��L��H��L���K���H������H�sE1�H��L��H��L���'���H���߰��H�sE1�H��L��H��L������H��軰��H�sE1�H��L��MH�NH���ۧ��H��蓰��H�sH��E1�L��H��H��賧��H���k���H�D$dH3%(uH��[]��_����ff.���USH��H������H�?�"�H��H�膫��H��H��H���X���H�kH���|���H��H�CH��[]�*���f.���UH��H��SH��H��踳��H���"H�kH��H��H��.���H��H�CH��[]����f.�f���Ðf.���H�H�(t	�,���@H�1�"���1�1�H�5!�"霴��ff.����1ɺH�5��"�y�������1ɺH�5��"�Y�������1ɺH�5��"�9�������1ɺH�5��"��������1ɺH�5~�"�������1ɺ	H�5^�"�ٳ������1ɺ
H�5>�"鹳������1ɺH�5�"陳������H��8�t$H�L$H�5��"dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$�F���H�D$(dH3%(uH��8����ff.����H��8�t$H�L$H�5��"dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$�ֲ��H�D$(dH3%(uH��8��|���ff.����H��8��t$H�L$H�5�"dH�%(H�D$(1�H�D$H�D$H�D$�k���H�D$(dH3%(uH��8��������H��8�dH�%(H�D$(1�H�L$H�D$�t$H�5��"H�D$H�D$����H�D$(dH3%(uH��8�豜�����H��8�H�5\�"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$話��H�D$(dH3%(uH��8��O����ff.���H��8�H�5��"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�9���H�D$(dH3%(uH��8��ߛ���ff.���H��8�
H�5|�"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�ɰ��H�D$(dH3%(uH��8��o����ff.���H��8�H�5�"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�Y���H�D$(dH3%(uH��8�����ff.���H��8��t$H�L$H�5��"dH�%(H�D$(1�H�D$H�D$H�D$���H�D$(dH3%(uH��8�葚�����t��t/��u"H� �i���f�H� �'������H� �߰���ff.����G|�wx���H����fDAUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL��茪���L��诗��I9�u�H��H��[]A\A]������Ðf.���UH���"SH��H��H�H��H�GH� ����H�{8H��tH��P H�{@H��tH��P H�{HH��tH��P H�{PH��tH��P H�{XH��tH��P H�{`H��tH��P H�khH��t_H�EH�����H�@ H9���H�~�"H��H�}H�EtH�}H��PpH��t
H�H�uH��RhH�������(H��薖��H�{pH��tH��P H�{ H��tH��P H�{(�?���H�{�6���H��H��[]鸞���H����f���H������f���SH�����H�߾�[����D��H����fD��AVA��AUATUSH��H��0H�w dH�%(H�D$(1�H�l$L�d$H��L�l$蟫��H��L��H�5��"D�t$H�D$L�l$H�l$ ��H�|$��������t�/H�|$��H�s H���A���H��L��H�5/�"D�t$H�D$L�l$H�l$ 蒬��H�|$���t_���t�/H�|$tO1�1�H�5��"H���d���H�D$(dH3%(u=H��0[]A\A]A^�����A����_���@���)�����Җ��f���H��8�dH�%(H�D$(1�H�L$H�D$�t$H�5^�"H�D$H�D$�˫��H�D$(dH3%(uH��8��q������AWAVAUATUSH��L�c(H��XdH�%(H�D$H1�H�l$0����H�{�Ę��H�E�"L��H��H�H��H�CH�m�"H�C H�D$0�Ӥ��H�|$0��������t�/H�|$0���C|H��L�=�(H�Ch�Cx辢��H��L���ә��H���[��������1�L��I��H������L�k �8L�l$ �ޠ��H�s 1�I��H���,L�c8�0迠��H�s 1�I��H����IL�c@�0蠠��H�s 1�I��H���_rL�cH�聠��H�s 1�I��H����L�cP� �b���H�s 1�I��H���!�L�cX��C���H�s 1�I��H���B�L�c`� �$���H�s 1�I��H���s�L�cpH�s E1�L��sH��H�WtH��L�d$躛��H���r���H�s E1�H��L��sH�ZtH��蒛��H���J���H���"� H�D$(H�D$8L�s H�D$ H����H�D$0肟��H��L��I���I��H��L��H�"&L��I�AH�D$8I�AH�D$@I�A�5K�"jj誡��H�� L��辣��H�s E1�H��L�FsH��sH���ޚ��H��薣��H�s E1�H��L��sH�tH��趚��H���n���H�s E1�H��L��@H��@H��莚��H���F���H�{ ���� H�D$(H�D$H���"H�D$8H�D$ H�n���H�D$0�t���I��H��L��I���L��L�5(�"L�xH�D$0I�AH�D$8H��I�AAVjjH�t$(螠��H�� L��貢��H�{ �Y���� H�D$(H�D$H��"H�D$8H�D$ H�J���H�D$0���I��H��L��I���L��L�xH�D$0I�AH�D$8H��I�AAVjjH�t$(����H�� L���%���H�{ �̤��� H�D$(H�D$H��"H�D$8H�D$ H�-���H�D$0�S���I��H��L��I���L��L�xH�D$0I�AH�D$8H��I�AAVjjH�t$(脟��H�� L��蘡��H�{ �?���� H�D$(H�D$H���"H�D$8H�D$ H����H�D$0�Ɯ��I��H��L���I��L��L�xH�D$0I�AH�D$8H��I�AAVjjH�t$(���H�� L������H�D$HdH3%(u'H��X[]A\A]A^A_�@���9��������ߐ���ff.���SH��(H��H��dH�%(H�D$1����H�T$dH3%(u	H��H��[�荐���ff.����H��(�s����f���SH��(H��H��dH�%(H�D$1�軖��H�T$dH3%(u	H��H��[��-����ff.����H��(�����f���AWI��AVAUI��ATUSH��XH� dH�%(H�D$H1�H��PpH���CH�H�5kpH��R`H�=��"H���&���H��H���I�H��R��t}1�L�d$0�@���t�/H�|$0t?��urH���H��P`9���H���H��L��M��PhL��L��謥��H�|$0���u����D$�~����D$��H��Px�Ń���}L�t$0A�}|��E�exA�ExH���H��I�m(H�\$ L�|$���H��H���|���I�u L���p���L��H���Ւ��L���]����1�L��H�5\�"�ף��L��H�����H��L����L��L���֤��H�|$A�Ƌ��t���t"�/H�|$u���葏��H�|$0���t���t �/H�|$0ufD���a���E����H������H��A�����A9�t1ɺH�5��"L������H���ҏ��H��A���Ǐ��A9�t1ɺH�5t�"L�����A�}|t]D��L���
�H���B���H�D$HdH3%(u]H��X[]A\A]A^A_�I�} ����A�}|A���^���I�} ����X���E�ex�f�1ɺH�5��"L���j�������� �����ATI��H�w(UH��SH��dH�%(H�D$1�H��H���?���H��L���D���H�<$�Ë��t8���t
�/H�<$t)��uL��H�����H�D$dH3%(uH��[]A\Ð�������芌��f.���AWAVAUATUH��H��(S��H��8dH�%(H�D$(1��P���9�twH���"H�$����L�l$��L���z���H�D$H�‹H9H�&�������t
�*��H�$�P������������t
�(��H�D$(dH3%(��H��8[]A\A]A^A_�f�H�\$H��裘��H�|$H�����H�$H�T$H�D$H�$���tV���t�(tKH������H�$�P���n���H��H���A���H�$����_���H�<$��而���V���H�|$���d���H��輛���f.�H�|$���������wiHcPH�|$H�t��&���H�$H�T$H�D$H�$���t���t�(tH�T$���f�H�|$���܋����f.��pHc�L��L�d�轕��I��H�D$H�PHcHHc@L�,�H��I9�t/@�H��I��薕��I�t$�I��H���֞��L�{�I9�u�A���t&���t9������A�H�D$������f�L�����H�D$���fDH�D$����ɉ������H� �C����f���SH��H��H�v dH�%(H�D$1��K���H�T$dH3%(u	H��H��[��m����ff.����H� H��`hf���H��H� �?���H���f.���H� �S����f����|u�Gx�f�H� 鷞���fD��H� ����f����|t�Q���wx�ff.�����|tH� 魈��D�Gx����|tH� �]���D�Gx���H� �c����f���H� �3����f���H� 郆���f���H��H� ���H��H���S����f���H��H� �Ϛ��H��H���#����f���H��H� 诚��H��H���s����f���USH��H��H� �D$脚��H�{ H���x���H�����T$H��H��f(�[]f(�餜��@��H��H� �?���H��H��鳆���f���USH��H��H� �D$����H�{ H������H���І���L$H��H��[]�<���ff.����H�GhH��t�f�USH���(H���}���1�H�k H��H�D$���H���"H�D$H��H�hH�H�@�@ H�ChH��[]�ff.����H�GpÐfD��AWI��H��AVAUATUSH��H��X�L$L�t$ �D$dH�%(H�D$H1�����L��L�t$H��H�$�;����D$L������L$L��f(����H�s H�|$(L��躕��H�D$(H��L���P+P贌��H�D$(HcHH�PL�,�HcHH��L9��/H��L�d$0H�\$@1�L)�L�t$8H��H�T$�@���t�/H�|$8��H��蜑��A�t�H��还��L��H��L��H��H�D$8襓��H�|$8��������t�/H�|$8��H���J���L���L��草��L���5���H�EH;l$trH��H�4$L���ۂ��A�t�H���>���L��H��L��H�ދH�D$8�$���H�|$8����-������F����-�������1����j���@H�D$(���t=���t�(t2H�|$���L��H�L$HdH3%(u!H��X[]A\A]A^A_�fDH�|$(趂���������ff.���AWAVAUI��ATI��USH��XH�<$H��dH�%(H�D$H1��ܑ��H�|$ H�|$H�D$���L���@������(I�t$ H�T$H�|$(�4���H�D$(H�t$H�<$�P+P�{���H�D$(HcHH�PL�<�HcHH��L9��>H��E1�H�l$0L)�H�\$@L�t$8H��H�T$�f����t�/H�|$8��H���d����AEH�����H��H��L��H��H�D$8�l���H�|$8��������t�/H�|$8��H������H�<$H��D���R���H�����I�D$L9d$t~I��H�t$O�,�H��蚀���AEH���\���H��H��L��H���H�D$8���H�|$8����#����������#����������[���@H�D$(���tE���t�(t:H�|$蠅��H�$H�L$HdH3%(�uH��X[]A\A]A^A_�f�L�d$(IcT$I�D$H��IcT$H�,�H9�t�H��H�;�����H9�u�L���*����{���DH�l$0H�\$@L��H��H��H��H�D$@�l���H�|$@���tq���t�/H�|$@taL�t$8H���H��L��L��H�D$@�2���H�|$@���tO���t�/H�|$@t?H���o�����uNL���C���H���;����>���fD��葂�������y���H���!�����t�L��������t�L���i���H��A���^���H�|$H��D�l$D�D$@�H����x����ހ��ff.���ATUSH��H��@dH�%(H�D$81����Y�� �0H�5ya��Hc�H�>��DH�QH�1H�
�H�H9���
H�
�H9��VH�
w�H9��^H�
��H9���H�
�H9���H�
�H9��H�
'�H9��n
H�
7�H9��~
H�
��H9���
H�
7�H9���
H�
G�H9���
H�
�H9���H�
w�H9���H�
��H9���H�
7�H9���H�
�H9���H�zu��H�D$8dH3%(�xH��@[]A\�������
�������t)����	��u�H�1��
w�H�
�`��Hc�H�>��H����4�����-�"��ugH�l$H�5� H��譂��L�
�"H��A��H���H�5ʙ���}��H�|$�ŋ������t�/H�|$��
�-��"�+����H����d~2���y�� ��H�A������������������gH�A�0���I��������fD��������DH�z���������f�H�z�u�����j���f.��-��"��ugH�l$H�5#H��肁��L�
+�"H��A��H�v���H�5_�����{��H�|$�ŋ���
���t�/H�|$�
�-��"�+����H�z���������f.�H�z���������f.�H�z���������f.�H�A�H�L$ H�5��"�H�D$ �D$H�D$H�D$(����H����1�1�H�5e�"����+���H�QH�AH�5I�"H�L$ �H�D$0H�D$ �T$H�T$H�T$(�蜑������H�QH�AH�5�"H�L$ �H�D$0H�D$ �T$H�T$H�T$(��T�������1ɺH�5��"�5������1ɺH�5��"�����h����1ɺH�5��"����H����1ɺH�5b�"�ݐ���(����1ɺH�5B�"轐�������H�A�H�L$ H�5�"�H�D$ �D$H�D$H�D$(�}��������1ɺ	H�5��"�]�������1ɺ
H�5��"�=�������H�A�H�L$ H�5��"�H�D$H�D$ H�D$(�D$����D���@H�A�H�L$ H�5[�"�H�D$H�D$ H�D$(�D$蹏������@H�A�
H�L$ H�5�"�H�D$H�D$ H�D$(�D$�y�������@H�A�H�L$ H�5��"�H�D$H�D$ H�D$(�D$�9������@1ɺH�5��"�����h����H�A�H�L$ H�5{�"�H�D$ �D$H�D$H�D$(�ݎ���(����H�AH� �0�{������@�|��H� �Uy�����|��H� �
��������H�A�|�0��������fDH�A������fDH� �w�����f.�H�A�����n���fDH� �v���Z���f.�H�QH�l$H��H�L$H���7�H�L$H�H��tH�H�L$H�H�T$H���b����
���DH�l$�L�d$H�L$H��蜆��H��H��L�����H���&���H�L$H�H��tH�H�L$H�H�T$L���������@H�A�H�L$ H�5��"�H�D$ �D$H�D$H�D$(�%����p���H�A�0����`���H�AH�l$H��f��H��H�L$����H�L$H�H��tH�H�L$H�H�T$H���j�������DH�l$f��f�H��H��H�L$��H�L$H�H��tH�H�L$H�H�T$H����������f�H�AH�QH�l$H��H��H�L$��
�K�H�L$H�H��tH�H�L$H�H�T$H���Ƃ���q�����-B�"��ucH�l$H�5�"H���z��H��E1ɹA�H�ʔ��H�5�����t��H�|$�ŋ���C���t�/H�|$�/�-��"�+���@�-��"��ucH�l$H�5$H���z��H��E1ɹA�H���H�5˓���t��H�|$�ŋ�������t�/H�|$���-_�"�+�����[��v��������h����|�6���7���R����6H� ��w���B����6�+��6������,���@H�)������H�
!W��Hc�H�>���4�H�E���H�G`H�E���H�GXH�E���H�GPH�E����H�GHH�E����H�G@H�E���H�G8H�E���H�G H�E���H� 觇��H���u���E���H� 茇��H���t���E�j���H� �q���H����{���E�O���H� �V���H���t���E�4���H� H��Ph�E�"���H�s H�|$�D���H�EH�T$H�UH�D$���t�������(���H�|$���u�����H� ��|���E��H� �����E��H� �����E��|��Gx�E��H� ����E�w�H�(��u���E�f�H�|$H�s(�8z��H�EH�T$H�UH�D$���t����7��(�-�H�|$����t����H�(�{����E��H�|$H�s(�q��H�EH�T$H�UH�D$���t�������(���H�|$���vt����H�GpH�E��@H�A������������H�A����Z������g��������U�DH�z�E���:�f.�H�z�%����f.�H�z�����f.�H�z�������f.�H�z����	��f.�H�z����
��f.��-��"��ucH�l$H�5�QH���u��H��E1ɹA�H��H�5��p��H�|$�ŋ�������t�/H�|$�w�-/�"�+��@�-�"��ucH�l$H�5!QH���:u��H��E1ɹA�H�RH�5;�o��H�|$�ŋ���'���t�/H�|$��-��"�+��@H�z������H�z����t�H�z�i��
�^�H�z�S���H�H�
���H9��8�H�z�-���"����q������Gx���Gx��wx�����q�������q��������wq���!������cq���u������Oq�������wx��H� 虅�������o���ff.���H����UH��SH��H�5$kH��H���ȁ����tD�H�=�H����€���t�#H�=eH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]��}���1�Ð@��ATI��UH��S��H���'|����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P�D�H��[]A\��� ~kH����![]A\����L���H��D$����D$���@H����[]A\�@�� ���L��H��D$���D$����L��1�H��D$�}��D$�y���@���f.����H��H��t���f.�D���f.����H��H��t���f.�D��H��tD��t'��t�f.�H��t� H���k��fDH�11�H;pt5A��f�L�FHVH��A��tH�N�D�H�A�0A��fDH�@H9A��H����	����H��tD��t'��t�f.�H��t� H���j��fDH�11�H;pt5A��f�H�vHPH��@��tH�H�t0�H�A���DH�@H9A��H����	����H�H�(t	�\t��@H�!�"���1ɺH�5�"�Ɂ������H��81�@�t$H�L$H�5�"dH�%(H�D$(1�H�D$H�D$H�D$�}���H�D$(dH3%(uH��8��#l���f���H��8��t$H�L$H�5��"dH�%(H�D$(1�H�D$H�D$H�D$����H�D$(dH3%(uH��8��k�����H��8�t$H�L$H�5(�"dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$趀��H�D$(dH3%(uH��8��\k��ff.����H��8�t$H�L$H�5��"dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$�F���H�D$(dH3%(uH��8���j��ff.����H��8�t$H�L$H�5H�"dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$����H�D$(dH3%(uH��8��|j��ff.����H��H�t$H�5ݶ"dH�%(H�D$81�H�D$H�T$ �H�L$(H�L$H�D$H�D$�a��H�D$8dH3%(uH��H��j���fD��H��(�dH�%(H�D$1�H��H�t$H�5T�"H�$���H�D$dH3%(uH��(��i���ff.��AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���y���L���/g��I9�u�H��H��[]A\A]�hg�����H�=�"SH��H�H�(���t(���t�/tH�{ ��y��H��[�7o���H�{(���-j���Ґf.���SH�����H�߾8[�f���@��AUATI��H��USH��H��dH�%(H�D$1�H���a|��H���"L�cH�{ H���}��H���"� H�C(�s��H��L��I��H���k��L�kE1�H��L�8oL��H��L���Uo��H���
x��H�sE1�H��L�/oH��L���1o��H����w��H�sE1�H��L�oH�5oH���	o��H���w��H�sE1�H��L��oH�pH����n��H���w��H�sE1�H��L�oH�oH���n��H���qw��H�sE1�H��L��oH�!pH���n��H���Iw��H�sE1�H��L�0pH�yGH���in��H���!w��I�$L��PpH��tBH��H�H�5-pH��P`I��H��t'H�=��"H���hs��I��H��uH�EL��H��Ph��E1�L�c0H�D$dH3%(uH��[]A\A]��f������H��u���f���H��(H�dH�%(H�D$1�H���"H�t$H�D$��k��H�|$���t+���t�/H�|$tH�L$dH3%(u$H��(�fD���D$�ug���D$���f��f.���H��sk���f���H���m���f���H�N(H��H������w���Ðf.���AVI��H�=TmAUA���
ATUSH��H��@dH�%(H�D$81�L�d$H�l$��{��L��Ic�1�A� A�
H��H�D$�{l��H�|$��������t�/H�|$��H��L��蝌�H�=�l�,j��H��H�D$������L��H����w��H�D$L��H�L$ �H�5b�"H�D$(D�l$H�D$ H�l$0�z��H�|$���tr���t�/H�|$tb���tq���t�+tfH�|$���tx���t�/H�|$thH�D$8dH3%(uwH��@[]A\A]A^Ð���e������@���e�����u�H�ߺ��qe��H�|$���u����We���D�����c��f���ATA��H��UH��SH��H��(H��0dH�%(H�D$(1��n��H�D$H��H�L$�H�5&�"H�D$D�d$H�D$H�l$ ��x��H�D$(dH3%(u	H��0[]A\��kc���f.���H��HdH�%(H�D$81�H�D$�t$H�5��"H�T$ �H�L$(H�L$H�D$H�D$�Qx��H�D$8dH3%(uH��H��b���fD��AWAVA��AUATUH��SH��hH�|$H�\$L�d$ L��H��L�l$dH�%(H�D$X1�H�fjH�D$ H�D$8H�D$(H�D$0�Bf��L�|$�L��H�55j�x��L��L���na��H�|$��������t�/H�|$��H�|$� ��H�uH�ߋVHv�`��H�|$� ��H���k��H�|$H�L$@�H�5l�"D�t$ H�D$@L�d$HH�l$P�w��H�D$XdH3%(uNH��h[]A\A]A^A_ú���b��H�|$� �f���� �hp���W���� �Vp���g����la��ff.�����F���t��t�fD1ɺH�5��"�uv���@��H�� �s���f���AUATI��USH��H�k H��8H�wdH�%(H�D$(1�L�l$L���wd��L��H����a��L���q��H���<s��A9$t^L��H����^��H�{H���`��H�L$�H��H�5�"L�d$H�D$��u��H�D$(dH3%(uH��8[]A\A]�DH�� A9D$u����V`��fD��H���_���f���SH��H��H�vdH�%(H�D$1��ki��H�T$dH3%(u	H��H��[��_���ff.����H�0H��tH��`xDÐfD��AWAVAUATI��USH��8H�^dH�%(H�D$(1�H��"H�l$L�l$H�H���t��H��1�H��L���s��H���Sp��H�D$���v�pL����H�D$HcPH�\����v�pL���H�D$HcPL�l�I9�uJ�t������L���.
�I��H���]j��H��I��H���Oq��M�7H���$o��I9�t'H��H���dc��I�$���w�L���i����H�D$���t-���t�(t"H�L$(dH3%(L��uH��8[]A\A]A^A_�H�|$�\�����o^���ff.���USH��XdH�%(H�D$H1����~��wYH�5�g��Hc�H�>��fDH�W(������H�;H����t���t�/u���8_���H�D$HdH3%(�H��X[]�D������
����t��uă�u�H�1�w����DH���w�H�
)g��Hc�H�>��DH�AH�QH�5�"H�I�	H�T$0�H�D$ �L$H�L$H�L$(H�L$ H�D$8�kr���F���fDH�������uH�A����q���������fDH�QH�1H�
b�H�H9���H�
��H9���H�
��H9���H�
?�H9���H�
O�H9���H�
��H9���H�
�H9��FH�z���������H�A�8�R������"��uaH�l$H�5dH���`��H��E1ɹH��A�H�5��qZ��H�|$�������t�/H�|$�	���"������H�z���������f.�H�z���������f.�H�A��P���t�������f�1ɺH�5�"�p������H�A1�H�L$ H�5Χ"�H�D$ �D$H�D$H�D$(�op���J���f.�H�A�H�L$ H�5��"�H�D$ �D$H�D$H�D$(�-p�������H�QH�AH�5Q�"H�L$ �H�D$0H�D$ �T$H�T$H�T$(���o������H�AH�qH�QH��0�������H�A�H�L$ H�5�"H�D$ H�D$(�o���k���H�AH�Q�0�I����T���@H�QH�AH�5��"H�L$ �H�D$0H�D$ �T$H�T$H�T$(��4o�������H�QH�AH�5Y�"H�L$ �H�D$0H�D$ �T$H�T$H�T$(���n�������H��a�����f�H�q�g������f�H�0H�������H�H�QH�q�Px���H�AH�Q�0���l���@H�L$��H�L$H�H���M�����F���fDH�qH�H�L$�~^��H�L$H�H�����������fDH�z��������f.�H�z��������f.�H�z��������f.��.�"�������H�l$H�5s`H���>\��H��E1ɹH��A�H�5��V��H�|$����:���t�/H�|$�&���"��:���f.�H�D$H�wH���Oa��H�H�T$H�H�D$���t��������(�����H�|$���Y������DH�� �j��H������H��f������H�l$H��H�����H�T$H�|$H��"H�D$H�H�H�D$�JH���B�m���DH�z�]�����R���f�H�
��H9��@���H�z�5�����*���������D$�>X���D$������D$�"X���D$������V��@��H��tGUH��SH��H�5�fH��H���h����H���uH��[]�@H��H��H��[]�'e���1�Ðff.����ATI��UH��S��H���Wc����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~kH����[]A\����L���H��D$�u����D$���@H����[]A\�@�����L��H��D$�=����D$����L��1�H��D$�����D$�y���@���f.����H��H��t���f.�D���f.����H��H��t���f.�D��H����t���t�(t��H�?�H����AWAVAUATU��SH��H��(H��t$H�t$HcPL�l����^��H�Hc|$I��HcQH�qH�L�4�H��L9�tXM��fD�H�T$I��I����_��I�w�H��H�D$�f��H�D$H�T$I�F�L9�u�H�Hc|$HcQH�qH�HcQM�l�L�4�Hc�H�H�,�L9�t/D�H��I���^_��I�u�I��H���Of��L�}�I9�u�A�$��t6���t�A�,$t)H�HcD$HcJH��([]H�A\A]H�D�A^A_�fDL������f.�@��UH��SH��H�HcPH�\���^��H�UH�JHcrHcRH�4�H��H9�tDH�H��H��H�J�H9�u���t���t�(tH��[]�@H��H��[]�BQ��f���H�H�(t	�Z��@H�1�"���1ɺH�5�"�h������H��81҉t$H�L$H�5��"dH�%(H�D$(1�H�D$H�D$H�D$��g��H�D$(dH3%(uH��8��tR��@��H��8�H�t$H�L$H�5��"dH�%(H�D$(1�H�D$H�D$H�D$�jg��H�D$(dH3%(uH��8��R����H��8�@�t$H�L$H�52�"dH�%(H�D$(1�H�D$H�D$H�D$�
g��H�D$(dH3%(uH��8��Q����H��(�dH�%(H�D$1�H��H�t$H�5Ğ"H�$�f��H�D$dH3%(uH��(��]Q���ff.����H��(�dH�%(H�D$1�H��H�t$H�5d�"H�$�Wf��H�D$dH3%(uH��(��P���ff.����H��(�	dH�%(H�D$1�H��H�t$H�5�"H�$�e��H�D$dH3%(uH��(��P���ff.����H��(�
dH�%(H�D$1�H��H�t$H�5��"H�$�e��H�D$dH3%(uH��(��=P���ff.����H��(�dH�%(H�D$1�H��H�t$H�5D�"H�$�7e��H�D$dH3%(uH��(���O���ff.����H��8�t$H�L$H�5��"dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$��d��H�D$(dH3%(uH��8��lO��ff.����H��(dH�%(H�D$1�H��H�t$H�5y�"H�T$�H�$�bd��H�D$dH3%(uH��(��O�����H��(�dH�%(H�D$1�H��H�t$H�5�"H�$�d��H�D$dH3%(uH��(��N���ff.����H��8�H�5̛"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�c��H�D$(dH3%(uH��8��?N���ff.���H��8�
�t$H�L$H�5S�"dH�%(H�D$(1�H�D$H�D$H�D$�+c��H�D$(dH3%(uH��8���M�����H��8��t$H�L$H�5�"dH�%(H�D$(1�H�D$H�D$H�D$��b��H�D$(dH3%(uH��8��qM�����H��8��t$H�L$H�5��"dH�%(H�D$(1�H�D$H�D$H�D$�kb��H�D$(dH3%(uH��8��M�����H��8��t$H�L$H�53�"dH�%(H�D$(1�H�D$H�D$H�D$�b��H�D$(dH3%(uH��8��L�����H��8��t$H�L$H�5ә"dH�%(H�D$(1�H�D$H�D$H�D$�a��H�D$(dH3%(uH��8��QL�����H��8��t$H�L$H�5s�"dH�%(H�D$(1�H�D$H�D$H�D$�Ka��H�D$(dH3%(uH��8���K�����H���"SH��H�H�(���t0���t�/t!H�{ �I��H�{�X��H��[��Q��fDH�{(����L���ʐf���SH�����H�߾0[�UI���@��ATUH��H��SH��H��dH�%(H�D$1��&_��H��"H�{H��M��H�{ �:]��H�{�"� H�C(�uV��H��H��H��I��H���a��L�cE1�H��L�P]H�y]L��H���R��H����Z��H�sE1�H��L��]H�v]H����Q��H���Z��H�sE1�H��L�}]H��]H���Q��H���vZ��H�sE1�H��L���H��L���Q��H���RZ��H�sE1�H��L��H��L���vQ��H���.Z��H�sE1�H��L��]H��]H���NQ��H���Z��H�sE1�H��L�]H��L���*Q��H����Y��H�D$dH3%(u	H��[]A\���I��@��H�� �[���f���SH��H��H��dH�%(H�D$1���R��H�T$dH3%(u	H��H��[��}I���ff.����SH�� H��H��dH�%(H�D$1��K��H�T$dH3%(u	H��H��[��-I���ff.����H�N(H��H������w���Ðf.���AUATI��USH��H�k H��8H�wdH�%(H�D$(1�L�l$L���[��L��H���L]��L����E��H���Z��A9$t^L��H����[��H�{H���Z��H�L$�H��H�5��"L�d$H�D$�]��H�D$(dH3%(uH��8[]A\A]�DH�� A9D$u����&H��fD��AUI��ATUH��SL�eH��8H�wdH�%(H�D$(1�H�\$H���'T��H��L���<W��H���4T��H��L���P��H��L���^��H�|$�Ë��t1���t�/H�|$t!��t0H�D$(dH3%(u`H��8[]A\A]�f����H����u�L��L���"I��H�}L����J��H�L$�	H��H�5��"L�l$H�D$�o\����(G�����AUI��ATUH��SL�e H��8H�wdH�%(H�D$(1�H�\$H����Y��H��L���|[��H���D��H��L���yI��H��L���]��H�|$�Ë��t1���t�/H�|$t!��t0H�D$(dH3%(u`H��8[]A\A]�f����G����u�L��L���rW��H�}L����X��H�L$�
H��H�5��"L�l$H�D$�o[����(F�����ATL�g(UH��SH��L��H��H�� dH�%(H�D$1��O\����tH�D$dH3%(uHH�� []A\�f�H��L���P��H�}H���9S��H��H��H�5�"H�$H�\$��Z����E��ff.���H�� �sL���f���H�� �S���f���H���SW���f���H���cP���f���H����[���f���H�� �cD���f���H���Y���f���ATUH��SL�e H��@H�wH�\$�D$dH�%(H�D$81�H���W��H��L���kY��H���B��L���K���T$f��f(��\�f/�sfW
��Y
�f/�f(�sfW�f/�sfW��]�f/�rH�D$8dH3%(u\H��@[]A\�f(�L���T$�S��H�}L���V���T$H��H�L$ �H�5X�"H�\$(�T$H�D$ �?Y����C�����AUA��ATUH��SL�e H��8H�wdH�%(H�D$(1�H�\$H���V��H��L���LX��H����@��L����Q��D9�tCD��L���M��H�}L���V��H�L$�
H��H�5��"D�l$H�D$H�\$�X��H�D$(dH3%(uH��8[]A\A]��4C��@��AUA��ATUH��SL�eH��8H�wdH�%(H�D$(1�H�\$H���7O��H��L���LR��H���DO��L����T��D9�tCD��L���lJ��H�}L���0F��H�L$�H��H�5�"D�l$H�D$H�\$��W��H�D$(dH3%(uH��8[]A\A]��tB��@��AUA��ATUH��SL�eH��8H�wdH�%(H�D$(1�H�\$H���wN��H��L���Q��H���N��L���<M��D9�tCD��L���\T��H�}L���pE��H�L$�H��H�5,�"D�l$H�D$H�\$�W��H�D$(dH3%(uH��8[]A\A]��A��@��AUA��ATUH��SL�eH��8H�wdH�%(H�D$(1�H�\$H���M��H��L����P��H����M��L���W��D9�tCD��L���A��H�}L���D��H�L$�H��H�5l�"D�l$H�D$H�\$�TV��H�D$(dH3%(uH��8[]A\A]���@��@��AUA��ATUH��SL�eH��8H�wdH�%(H�D$(1�H�\$H���L��H��L���P��H���M��L���,U��D9�tCD��L���I��H�}L����C��H�L$�H��H�5��"D�l$H�D$H�\$�U��H�D$(dH3%(uH��8[]A\A]��4@��@��AUA��ATUH��SL�e H��8H�wdH�%(H�D$(1�H�\$H����R��H��L���T��H���$=��L���?��D9�tCD��L���D��H�}L���@R��H�L$�H��H�5�"D�l$H�D$H�\$��T��H�D$(dH3%(uH��8[]A\A]��t?��@��H��L���f���SH��H��H�vdH�%(H�D$1��;E��H�T$dH3%(u	H��H��[��?���ff.����H��H��_>�����D�H��Ðff.���H���N���f���H�H��t�~F��fDÐfD��H�H��t�M��fDÐfD��H�H��t	��t��t
�f��+F���cM���f���UH��SH��H�vdH�%(H�D$1�H��H���K��1�H��H���'R��H���=��H�L$dH3%(u
H��H��[]��>����UH��SH��H�vdH�%(H�D$1�H��H���TB��1�H��H����Q��H���O=��H�L$dH3%(u
H��H��[]��=����AUATI��H��UH��SH��8dH�%(H�D$(1�H�\$H������H��L���S��H�|$A�ŋ��t;���t�/H�|$t+E��t:H�D$(dH3%(��H��8[]A\A]�����Y>��E��u�L�m1�L��H���CR��H��L���(P��H���p<��H��H���u���H��H�L$�H�5�"H�\$H�D$��Q��H�|$���t����\����/H�|$�M�������=���6����o<���ff.���H��sD���f���H��A���f���H�@���R���ff.���H��SG���f���H��8dH�%(H�D$(1���H�L$H�D$D�H�D$1�H�D$�t$H�5
�"�Q��H�D$(dH3%(uH��8��;��ff.���AWAVA��AUATUH��SH��XdH�%(H�D$H1�I��L�d$H�\$H�#CL��L��H�D$H�D$(H�D$H�D$ �>��L�<$�H��H�5�N�QQ��L��H���&:��H�|$��������t�/H�|$��H�<$� ��H�uH����@��H�t$L��VHv�e9��H�<$� �H�|$��������t�/H�|$��L���D��H�uL���@��H��H�L$0�H�5��"D�t$H�D$0H�\$8L�d$@�O��H�|$���td���t�/H�|$tTH�D$HdH3%(�H��X[]A\A]A^A_���Q;��H�<$� ����� ��H�����@���!;�������	;��� ���@� �H������9��ff.����U1�H��SH��8dH�%(H�D$(1�H�\$H���dM��H��H�L$�H�5��"H�\$H�D$�}N��H�|$���t*���t�/H�|$tH�D$(dH3%(uH��8[]����I:������8��f���USH��HdH�%(H�D$81����~��&�UH�5�L��Hc�H�>��f�H�QH�1H�
��H�H9���H�
��H9���H�
�H9���H�
_�H9��H�
��H9��H�
��H9��&H�
o�H9���H�
��H9���H�
�H9���H�
�H9���H�
o�H9���H�
��H9���H�
?�H9���H�
��H9���H�
��H9���H�
?�H9���H�
��H9��
H�
��H9��

H�zu�f�H�D$8dH3%(�?
H��H[]�D��tS��
�������t%��u�H�1��w�H�
�K��Hc�H�>��DH���w�H�
�K��Hc�H�>��DH���$t0��%t������p���H�A����J������W����H�A�����������7����H�z�%��������f.�H�z��������f.�H�z��������f.�H�z��������f.�H�z���������f.��-��"��ucH�l$H�5�IH���9��H��E1ɹA�H�
H�5
�4��H�|$�ŋ���W���t�/H�|$�C�-?�"�+����@�*�"��uaH�l$H�5AIH���:9��H��E1ɹH��A�H�5��3��H�|$�����
���t�/H�|$��
�Š"����fD1ɺH�5B�"�=J������H�A�H�L$ H�5�"H�H�D$ H�D$H�D$H�D$(�I���F���fDH�A�H�L$ H�5ہ"H�D$ H�D$(��I������H�QH�AH�5��"H�L$ �H�D$0H�D$ �T$H�T$H�T$(��I�������H�QH�AH�5i�"H�L$ H�D$ H�T$(�H�D$0�GI�����f�H�A�H�L$ H�5+�"H�D$ H�D$(�I���c���H�A�H�L$ H�5��"�H�D$ �D$H�D$H�D$(��H���'����H�A�H�L$ H�5��"H�D$ H�D$(�H����H�q�g����f�H�q�'�����f�H�q������f�H�q�����f�H�A������fDH�A�0�
�����H�A�0���p���H�A�0�e��`���H�A�0���P���H�A�0���@���H�A�0���0���H�A�H�L$ H�5�"�H�D$ ��D‰D$H�D$H�D$(�G����f�H�A�0������H�A�	H�L$ H�5{"H�D$ H�D$(�hG�����H�A�
H�L$ H�5K"H�D$ H�D$(�8G�����H�A�H�L$ H�5"H�D$ H�D$(�G���S���H�A�H�L$ H�5�~"�H�D$H�D$ H�D$(�D$��F������@H�A�
H�L$ H�5�~"�H�D$ �D$H�D$H�D$(�F�������H�A�H�L$ H�5k~"�H�D$ �D$H�D$H�D$(�MF������H�A�H�L$ H�5+~"�H�D$ �D$H�D$H�D$(�
F���X����H�A�H�L$ H�5�}"�H�D$ �D$H�D$H�D$(��E�������H�A�H�L$ H�5�}"�H�D$ �D$H�D$H�D$(�E�������H�A�H�L$ H�5k}"�H�D$ �D$H�D$H�D$(�ME������H�q�W����f�H�H���s����7���i���f�H�H���S����>���I���f�H�A�0���0���H�AH��0�E������H�QH�qH��:������f�H�q������f�H�A1�H�L$ H�5�|"�H�D$ �D$H�D$H�D$(�pD�����H�D$H�wH���5��H�H�T$H�H�D$���t���������(�����H�|$���-0���h���H��3����X���H�D$H��H����H�H�T$H�H�D$���t����)����(����H�|$����/������H�D$H��H����H�H�T$H�H�D$���t��������(����H�|$���y/�����H��;6��H����H�W(�������H�;H����t����|����/�r������#/���^���H���UB����N���H���UD����>���H����8����.���H���?�������H�D$H�wH���6��H�H�T$H�H�D$���t�������(���H�|$���.������H�� �r,������H�� �r;������H�� �4������H�� ��>��H����H�D$H�w H���/��H�H�T$H�H�D$���t����X����(�N���H�|$���-���5���H��<����%���H���+�����D‰�
���H��9������6H��NB�����������*����6�N����6����6����6����������6�����6���������u�����k����a�6�:��U�DH�z�E���:�f.�H�z�%����f.�H�z�����f.�H�z�������f.�H�z����	��f.�H�z����
��f.�H�z�����z�H�z�o���d�H�z�Y��
�N�H�z�C���8�H�z�-���"�H�z�����H�
%��H9����H�z���������+������D$�+���D$����������*�����H��tGUH��SH��H�5`OH��H���<����H���uH��[]�@H��H��H��[]�w8���1�Ðff.����ATI��UH��S��H���6����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P�D�H��[]A\���&~kH����'[]A\����L���H��D$�5�D$���@H����[]A\�@��&���L��H��D$���D$����L��1�H��D$����D$�y���@���f.����H��H��t���f.�D���f.����H��H��t���f.�D��H��u"H��.���ff.����H��u"SH��H��i.��H�߾0[�%���f.���H�H�(t	�/��@H��u"���1ɺH�5�u"�=������H��81҉t$H�L$H�5�u"dH�%(H�D$(1�H�D$H�D$H�D$��<��H�D$(dH3%(uH��8��t'��@��H��8��t$H�L$H�5Su"dH�%(H�D$(1�H�D$H�D$H�D$�k<��H�D$(dH3%(uH��8��'�����H��8�H�5�t"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�	<��H�D$(dH3%(uH��8��&���ff.���H��8�H�5�t"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�;��H�D$(dH3%(uH��8��?&���ff.���H��8�H�5t"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�);��H�D$(dH3%(uH��8���%���ff.���H��8�H�5�s"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�:��H�D$(dH3%(uH��8��_%���ff.���H��8�H�5<s"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�I:��H�D$(dH3%(uH��8���$���ff.���H��8��t$H�L$H�5�r"dH�%(H�D$(1�H�D$H�D$H�D$��9��H�D$(dH3%(uH��8��$�����H��8�	�t$H�L$H�5cr"dH�%(H�D$(1�H�D$H�D$H�D$�{9��H�D$(dH3%(uH��8��!$�����H��8�
H�5r"f�$H�L$f�L$dH�%(H�D$(1�H��H�D$H�D$�9��H�D$(dH3%(uH��8��#��ff.��AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���3���L���?!��I9�u�H��H��[]A\A]�x!�����H��tE��uH�Q��J���t��t
�@��H�x1ɺH�5�p"�98��f�H��tξH��� ��ff.���ATI��H��USH��H��0dH�%(H�D$(1�H�l$�6��H�2p"L��H���&��E1�H��H��H�CL��MH��L���)��H���X2��H�sE1�H��L��MH��L���|)��H���42��H�sE1�H��L��MH��L���X)��H���2��H�sE1�H��L��MH��L���4)��H����1��H�e�"�H�D$H�D$�=-��E1�L��H��I���H�����L��I�YH�\$H��I�AH��5�"jj�n/��H�� H���1��H�D$(dH3%(u	H��0[]A\��t!��@��H��S���f���H���2���f���H������f���H��'���f���H��c���f����G����UH��S��H��8dH�%(H�D$(1��wH���~V�'��H�D$H�L$�H��H�5�n"H�D$�\$H�D$��5��H�D$(dH3%(uH��8[]�f.��'���� ��@���G(�fD��SH��H��@dH�%(H�D$81�f/,[�G(H�va�D$����L$H�D$H�L$ �H��H�5n"H�D$(�L$H�D$ �>5��H�D$8dH3%(u!H��@[���D$�/���L$���������G �fD��SH��H��@dH�%(H�D$81�f/lZ�G H�va�D$�&2���L$H�D$H�L$ �H��H�5Wm"H�D$(�L$H�D$ �~4��H�D$8dH3%(u!H��@[���D$�*���L$���������Y�?����ff.�����Y�_����ff.�����������f���H�����f���U��SH��H��8H�dH�%(H�D$(1��X��9�tDH�{���)��H�{�@��H�L$�H�߉D$H�5Hl"H�D$H�D$H�D$�p3��H�D$(dH3%(uH��8[]����@��H���'���f���UH��SH��H��XH�dH�%(H�D$H1��'��H�{H���D$�D$�L$�$�%��H�{�{'���T$f�ۺ�$$f.���E„�uf.���D„���\�f/��)�QXf/���H�{�'��H�D$ H��H�L$0�
H�55k"H�D$8�D$ �L$(H�D$0�V2��H�D$HdH3%(�7H��X[]�f(�f(��\�f/�sfW5>��Y5�f/�sf(�fW-$�f/�sfW��T$�|$�]�f/��E���f.�f(�f(��\���E„�uf.���D„�tOf/�sfW���
IWf/��9�����f.�fW��� Wf/�s�����Df/�sfWr��YJ�f/�sfW
\�f(�f/�sfW%J��d$�|$�]�f/��y����������fD��H��)���f���ATA��USH��H��0H�dH�%(H�D$(1��)��H�{D����7%��H�{�n)��9�t9H�{�a)��H�L$�	H�߉D$H�5Ii"H�D$H�D$H�D$�q0��H�D$(dH3%(u	H��0[]A\�����f���AWAVAUI��ATUH��S1�H��(dH�%(H�D$1�H�?�"I��H�������tdH�}���
,����t��L���0��I�E���vd�����L������I�ǃ���%��L��I��H����,��M�7L���*����u�H�L$dH3%(L��uH��([]A\A]A^A_�f�L���(%����1�����USH��HdH�%(H�D$81���������H�5�E��Hc�H�>��f�H�QH�1H�
�H�H9��H�
��H9��H�
�H9��&H�
?�H9��6H�
o�H9��FH�
��H9���H�
/�H9���H�
��H9��6H�
o�H9��FH�
��H9��H�zu�	f�H�D$8dH3%(�H��H[]�D��
������t"��u�H�1��
w�H�
E��Hc�H�>��f�H���
w�H�
)E��Hc�H�>��DH�zu��끐H�z�u�����j���f.�H�z�U�����J���f.�������V����1����H�A1�H�L$ H�5Nf"�H�D$ �D$H�D$H�D$(�p-�����H�A�H�L$ H�5f"�H�D$H�D$ H�D$(�D$�1-�����@H�A�H�L$ H�5�e"�H�D$H�D$ H�D$(�D$��,���|���@H�A�H�L$ H�5�e"�H�D$ �D$H�D$H�D$(�,���@���H�A�H�L$ H�5[e"�H�D$H�D$ H�D$(�D$�y,������@H�A�H�L$ H�5e"�H�D$H�D$ H�D$(�D$�9,������@H�A�H�L$ H�5�d"�H�D$H�D$ H�D$(�D$�+�����@H�A�H�L$ H�5�d"�H�D$ �D$H�D$H�D$(�+���H����1ɺH�5bd"�+���(����H�A�	H�L$ H�5;d"�H�D$ �D$H�D$H�D$(�]+������H�A�
H�L$ H�5�c"�oH�D$H�D$ H�D$()T$�+�����DH�A�0�%������H�AH���O'���z���f.�H�A�����^���fDH�A������F���fDH�A�0�U��0����@P�������fD�(P�������fDH�z���������f.�H�z���������H������K���H�l$H��H������H�T$H�|$H�"~"H�D$H�H�H�D$蝿��H��蕿���p���H��w����`���f��*G��N����G ��@����G(��2���H������ ���H���������H���������H��������H��"���������S�����������H���%������6�'��������������6�!�������,6���~���fDH�z�m�����b���f�H�z�U�����J���f.�H�z�5�����*���f.�H�z������
���f.�H�
	�H9���H�z����
��������@��H��tGUH��SH��H�5�IH��H���$����H���uH��[]�@H��H��H��[]�g!���1�Ðff.����ATI��UH��S��H�������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$����H�
`"H������ff.����H��_"SH��H�����H�߾[�[���f.���H�H�(t	���@H�`"���1ɺH�5�_"�y&������H��81�@�t$H�L$H�5�_"dH�%(H�D$(1�H�D$H�D$H�D$�-&��H�D$(dH3%(uH��8������f���H��8��t$H�L$H�5s_"dH�%(H�D$(1�H�D$H�D$H�D$��%��H�D$(dH3%(uH��8��q���AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���l ���L���
��I9�u�H��H��[]A\A]�8�����ATI��H��USH��H��dH�%(H�D$1�H���#��H�$^"L��H��!��E1�H��H��H�CL��JH��L������H�����E1�H��L��L�rH���H�����H���c��H�D$dH3%(u	H��[]A\��U���@��H�����f���H��H����H���f.���U��SH��H��8H�dH�%(H�D$(1�����9�t;H�{������H�D$H��H�L$�H�5�]"�l$H�D$H�D$�#��H�D$(dH3%(uH��8[]�����ff.�����F���t��t�fD1ɺH�5*]"�#���@��AWAVI��AUATI��U�
S�H��8dH�%(H�D$(1�H��w"L�l$H��Dۃ�tjI�|$�������t��L���#��I����vm�����L������H�D$��*��L��H��I��� ��H�T$L��L�:������u�H�L$(dH3%(L��uH��8[]A\A]A^A_�DL���h����q
�����USH��8dH�%(H�D$(1�������waH�5bH��Hc�H�>��fDH�QH�1H�
�H�H9��vH�
?���H9��H�
����H9�uH�zu�DH�D$(dH3%(�xH��8[]�D�����
t�������uă�u�H��0�}����H�A��P���t
��u�D1ɺH�52["�!���H�A�0�=����p����H�A�H�L$H�5�Z"�H�D$�D$H�D$H�D$�]!���0����H�A1�H�L$H�5�Z"�H�D$�D$H�D$H�D$�!����f.�H����D����������H��
	������H���t��������DH�A���u�-w"��ucH�l$H�5eH���0��H��E1ɹA�H���H�5ѵ���	��H�|$�ŋ�������t�/H�|$���-�v"�+�"���f.�H�z�
��������f.�H��H��H���r���H�$H�|$H�"t"H�$H�H�H�D$螵��H��薵������H�z���������f.�H��G������������E����W
���fD��H��tGUH��SH��H�5 IH��H���L����H���uH��[]�@H��H��H��[]����1�Ðff.����ATI��UH��S��H��������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~kH����[]A\����L���H��D$����D$���@H����[]A\�@�����L��H��D$����D$����L��1�H��D$����D$�y���@��H�%X"H��-���ff.����H�X"SH��H��	��H�߾ [����f.���ATUSH��H��PdH�%(H�D$H1�Hc��xH�vHc~�V)�9�~1H��C�H�L$HdH3%(H����H��P[]A\��L$uBH�l$H������L$��tI��tYH��C�H���	���f�H�H�l$H�t�H������L$�DH���(
��H�߉������@L�d$ H��L������L��H���-������fD��H�H�(t	�<��@H��X"���H�H�(t	���@H��X"���1ɺH�5�X"�������1ɺH�5�X"�i������H��81҉t$H�L$H�5fX"dH�%(H�D$(1�H�D$H�D$H�D$���H�D$(dH3%(uH��8�����@��H��8��t$H�L$H�5X"dH�%(H�D$(1�H�D$H�D$H�D$���H�D$(dH3%(uH��8��a�����H��(�dH�%(H�D$1�H��H�t$H�5�W"H�$�g��H�D$dH3%(uH��(��
���ff.����1��>�t�@H�~u�~�u�H�~u�H�W�B+BÐAUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL�������L���_��I9�u�H��H��[]A\A]������SH��tT��uH�Q��J���t��t[�f.�H�{1ɺH�5~V"�Y��H�{1ɺH�5gV"[�A���H��t�H�߾[�����ff.��U�H��P��A�SH��H�5bP��H��H�?���H�H��H�J�R��t���t�)t
H�+H��[]�H�;H�5�P�����H�+H��[]ÐfD��AWAVAUATUH��SH��8dH�%(H�D$(1�H�$N�$H�D$H��MH�D$H�-k"�D$H��@��v�-���H�}I�����M�t$M�l$(�r��f�H�M�A��vH�����H�ME�F�D�y$H�ϋq E1Dž���D��1��H�AH��H�H9�u��H��H�H9���D;xu�D;@u�H�H9���H�xL���m��I��M9��p���I�\$ A�H��H�{����7���t�������D9��L9�u�H�xl"����&���t
�+�����)���t
�+�H�t$(dH34%(H���H��8[]A\A]A^A_��H��9q}@��.��H�I�D�xH�A�V�H�H�P�����wtH�H�E�@����@�qH��H�������H�}�O ��t�D��1��H�GH��H�H9�u�f�H��H�H9��y���D9xu�pA9v�u��e���D��f�H�{���M���������H���.�����������H���������������H��H�����H���f.���H������f���U��SH��H��8H�dH�%(H�D$(1����9�tAH�{�����H�{�p��H�L$1�H�߉D$H�5�R"H�D$H�D$H�D$�S��H�D$(dH3%(uH��8[]�����fD��H������f���U��SH��H��8H�dH�%(H�D$(1����9�tDH�{���)��H�{���H�L$�H�߉D$H�5�Q"H�D$H�D$H�D$���H�D$(dH3%(uH��8[]��T��@��H�����f���H������f���UH��SH��H��8H�dH�%(H�D$(1�����]f�Һf.���E„�uf.���D„����\�f/��+��:f/���H�{H������H�{�4��H��H�L$H�ߺH�5�P"�$�L$H�D$H�D$���H�D$(dH3%(�$H��8[]�@f(�f(��\�f/�sfW-���Y-n�f/�sf(�fW%|�f/�sfWn��]�f/��G���f.��]�f(�f(����\�E„�uf.���D„�tNf/�sfW ��
�9f/��?�����f�fW����9f/�s�����Df/�sfW���Y��f/�sf(�fW%��f/�sfW���]�f/�����������2���f���H�GÐfD��SH�����H��M"H�H�bg"H�C[�ff.����AUI��ATUH��S�H��(dH�%(H�D$1�H� g"I��H�������!t4H�}��������t��L������L��L���
L���
����!u�H�T$dH3%(L��uH��([]A\A]��Q������AUI��ATUH��S1�H��(dH�%(H�D$1�H��f"I��H�H�}�������u.����u�H�T$dH3%(L��u2H��([]A\A]����L������L��L���K	L���
������ff.����ATUH��SH��H��dH�%(H�D$1��
��H�EH9Ct&I��H��L���Q	H�$H�SL��H�CH�$��H�����H�D$dH3%(u	H��[]A\��3����f���USH��H�oH�wdH�%(H�D$1�H��H���C��H��H���H���H���pH�D$dH3%(uH��[]�����@��ATI��H��USH��H��0dH�%(H�D$(1����H��J"L��H��4���H�C����H��H��H�����H�K"H�kH��H�EH��d"H�EH�l$�!���H�sE1�H��L��;H��;H���a��H�����H��c"�H�D$H�D$�j��E1�L��H��I���H�����L��I�YH�\$H��I�AH��5<b"jj���H�� H���
��H�D$(dH3%(u	H��0[]A\�������USH��HdH�%(H�D$81�������
�}H�5�:��Hc�H�>��f�H�QH�1H�
2�H�H9���H�
��H9��.H�
o�H9��6H�
��H9��.H�
��H9�uH�zu�DH�D$8dH3%(� H��H[]�D��
�o�����t*��u�H�1����������u��6�%����H���w�H�
=:��Hc�H�>��DH�zu���v���fDH�AH�H�L$�0���H�L$H�H���K�����D���@H�AH�H�L$�0�
��H�L$H�H�����������@1ɺH�5ZJ"�5�����H�A�H�L$ H�5;J"�H�D$ �D$H�D$H�D$(�
������1ɺH�5J"��
������H�A�H�L$ H�5�I"H�D$ H�D$(�
���k���H�A�0�����X���H�A�0�e����H���H�q�����:���f�����.���fDH�A1�H�L$ H�5nI"�H�D$ �D$H�D$H�D$(�0
����H�z��������f��������fDH��������H�GH����@H��'�����K���f�H�l$H��H��� ���H�T$H��`"H�|$H�D$H�H�H�D$�:���H���2����E���DH������0����H�l$H��H��� ����fDH�z��������f�H�z�������f.��6�����������ff.���	�t��H�q����fD��H��tGUH��SH��H�5>H��H�������H���uH��[]�@H��H��H��[]����1�Ðff.����ATI��UH��S��H���'����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���
~[H����[]A\����H���L��D$�����D$���@H����[]A\�@��
�H�U���������H��1�L��D$����D$댐fD��H��tGUH��SH��H�5�6H��H���L����H���uH��[]�@H��H��H��[]�W����1�Ðff.����ATI��UH��S��H�������x��u��t+��H��[]A\����u�u�H�U�������H�uL��D$����D$�f.���AUATUSH��H����t���t�+tH��[]A\A]�H�HcSH�CH�,�HcSL�,�L9�t+@H��L�eM��tL������L�����I9�u�H��H��[]A\A]�'����H��C"SH��H�H�G��T���H��[�k�f.����H�UC"SH��H�H�G��$���H���<�H�߾[�n�f.�@��ATUSH�H����v;������|����I�����H��H��H�����I�,$[]A\��������f���H�H����t���u�f.���AUATUH��SH��H���p�0���H�EHcPH�l�H�H�PHcHHc@L�,�H��I9�t1��H��H�����H�u�I��H���/���L�c�I9�u�H��[]A\A]�f.����H�D"H�����ff.����H��C"SH��H��y���H�߾[��f.���H�H�(t	���@H�!D"���1ɺH�5D"�)������1ɺH�5�C"�	������1ɺ	H�5�C"��������1ɺ
H�5�C"��������H��81҉t$H�L$H�5�C"dH�%(H�D$(1�H�D$H�D$H�D$�~��H�D$(dH3%(uH��8��$�@��H��8�H�5,C"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$���H�D$(dH3%(uH��8���ff.���H��8�H�5�B"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$���H�D$(dH3%(uH��8��O�ff.���H��8�H�5LB"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�9��H�D$(dH3%(uH��8�����ff.���H��8�H�5�A"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$����H�D$(dH3%(uH��8��o��ff.���H��8�H�5lA"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�Y��H�D$(dH3%(uH��8����ff.���H��8�H�5�@"�D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$����H�D$(dH3%(uH��8����ff.�AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���|����L����I9�u�H��H��[]A\A]�H����SH��tT��uH�Q��J���t��t[�f.�H�{1ɺ	H�5�?"�	��H�{1ɺ
H�5�?"[�����H��t�H�߾[�}��ff.����AVAUATUH��H��SH��H��@dH�%(H�D$81�L�d$L�t$�8��H�	?"H��L�l$ H��1� H�D$H�CH�(T"H�D$(H�D$H�3���H�D$ �i���H��M��H��I���L��H��H�YL��I�AH�D$(I�AH�D$0I�A�5RW"jj���H�� L�����H�U"�H�D$(H�D$ ���H��E1�H���I��L��H��H�f���I�YL��I�A�5�S"jj�,���H�� L���@���H�D$8dH3%(u
H��@[]A\A]A^��.�ff.���H��c��f���U��SH��H��8H�dH�%(H�D$(1��8�9�tAH�{���i���H�{� �H�L$1�H�߉D$H�5�="H�D$H�D$H�D$����H�D$(dH3%(uH��8[]����fD��H��C����f���SH��H��@H��D$dH�%(H�D$81������L$f.�zuH�D$8dH3%(uQH��@[ÐH�{f(��s�H�{����H�D$H��H�L$ �H�5="�D$H�D$ H�D$(����������H��S����f���SH��H��@H��D$dH�%(H�D$81��%����L$f.�zuH�D$8dH3%(uQH��@[ÐH�{f(���H�{���H�D$H��H�L$ �H�5a<"�D$H�D$ H�D$(�h�����!����H����f���SH��H��@H��D$dH�%(H�D$81����L$f.�zuH�D$8dH3%(uQH��@[ÐH�{f(����H�{�J�H�D$H��H�L$ �H�5�;"�D$H�D$ H�D$(�����q����H�����f���SH��H��@H��D$dH�%(H�D$81��e����L$f.�zuH�D$8dH3%(uQH��@[ÐH�{f(��S���H�{�*���H�D$H��H�L$ �H�5;"�D$H�D$ H�D$(����������H�����f���SH��H��@H��D$dH�%(H�D$81�����L$f.�zuH�D$8dH3%(uQH��@[ÐH�{f(���H�{�z���H�D$H��H�L$ �H�5Q:"�D$H�D$ H�D$(�X���������H��S����f���SH��H��@H��D$dH�%(H�D$81��%����L$f.�zuH�D$8dH3%(uQH��@[ÐH�{f(��#���H�{���H�D$H��H�L$ �H�5�9"�D$H�D$ H�D$(�����a����H����f���H��c����f���U��SH��H��H�����9�uH��[]�DH�{�����H��H��1�[�H�59"]�1������AUI��ATUH��S1�H��(dH�%(H�D$1�H�#P"I��H�������t7H�}�����t��L������L��L����L��������u�H�T$dH3%(L��uH��([]A\A]��S��f���AUI��ATUH��S1�H��(dH�%(H�D$1�H��O"I��H�������t7H�}���b���t��L�����L��L���f�L���������u�H�T$dH3%(L��uH��([]A\A]����f���USH��8dH�%(H�D$(1���������H�5�/��Hc�H�>��f�H�QH�1H�
��H�H9��H�
/�H9���H�
��H9���H�
��H9���H�
O���H9���H�
����H9���H�
���H9���H�
��H9���H�
��H9���H�
�H9���H�zu�	f�H�D$(dH3%(��H��8[]�D��
������t"��u�H�1��w�H�
�.��Hc�H�>��f�H���
w�H�
�.��Hc�H�>��DH�zu��끐H�z�u�����j���f.�H�z�U�����J���f.�H�A�0����0���H�A1�H�L$H�5�5"�H�D$�D$H�D$H�D$�����H�A�H�L$H�5�5"�H�D$H�D$H�D$�D$������@H�A�H�L$H�5s5"�H�D$H�D$H�D$�D$�q����|���@H�A�H�L$H�535"�H�D$H�D$H�D$�D$�1����<���@H�A�H�L$H�5�4"�H�D$H�D$H�D$�D$�����@H�A�H�L$H�5�4"�H�D$H�D$H�D$�D$������@H�A�H�L$H�5s4"�H�D$H�D$H�D$�D$�q����|���@1ɺH�5:4"�U����`���1ɺH�5"4"�=����H����1ɺ	H�54"�����(����1ɺ
H�5�3"��������H�A�0�����H�A��#�������fDH�A��������fDH�A��S������fDH�A�������fDH�A�����~���fDH�A������f���fDH�z�U�����J���f.�H�z�5�����*���H��H��H������H�$H�!J"H�|$H�$H�H�H�D$蘋��H��萋�����H�������H��"�����H��������H��������H��~�����H��������H�����q���H������_���H��V���O���H��H��H������ ��������.�����e�� ����6�������6�}����������������A����������������������H�z��������f.�H�z���������f.�H�z�������z���f.�H�z�e�����Z���f.�H�
Y�H9��@���H�z�5����
�*��������@��H��tGUH��SH��H�5�3H��H������H���uH��[]�@H��H��H��[]�7��1�Ðff.����ATI��UH��S��H���g���x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$�5����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$����H��tD��t'��t�f.�H��t� H���>��fDH�11�H;pt-A��f�H�NHVH���tH�H�L���fDH�@H9A��H����	��f.����AWI��AVI��AUM��ATUH��S1�H��XdH�%(H�D$H1���H"���|�~H"���H��H"L�c(L����L��H�����u<H�����L���T��H��H�L$HdH3%(�`H��X[]A\A]A^A_�fDH�sH��H���i�A�U��~BA�E��~:L�|$ L��H��L��A����H�D$H�T$8L��H�T$H�D$8���M��tH���2�I�H����H�(C"H��H��H�EH�D$H�D$H�E���-���f�H�=iG"�T������H��D"1�H�=tG"H�iG"f�
jG"H�SG"H�`G"H�]G"H�ZG"�m��H��"H�CG"H�5G"�:G"����H�=#�.�H�=�F"����W���������SH��H��(��H�{���H����t-���t�(t"��F"���t[�D��F"����[�@H�;��������F"���u��ѐ��AUATUH��SH��8dH�%(H�D$(1�H��,"H��oF"����f�F"����L�-�C"H�F"L�c(L����H�;L9�tL�+���td���t�/tY�I��L���%��H�T$H�C L��H�S H�D$����L�����H�����H�D$(dH3%(��H��8[]A\A]�@�������H�=YE"�D����E���L�-�B"1�H�=dE"H�YE"f�ZE"H�CE"H�PE"H�ME"H�JE"L�-E"�V��H��"H�,E"H�5�D"�#E"����H�=������H�=�D"�����fD1�L�-?B"��������ff.����SH���3���H�߾[����@��S1�1�H���_�H�+"H�[Ðf���AUI��ATI��US1�H����D"���|�(D"��tDH�=D"H�k(H����L��H����H�{L���
�H��H��[]A\A]����H�=�C"�����t�1�H�=�C"H��C"f��C"H�FA"H��C"H��C"H��C"H��C"����H�Z"H��C"H�5�C"��C"����H�=�������H�=KC"�6��������H�=-"H��H��������H�-"SH��H��H����H�߾([����fD��H� H��tH��H��P`H�������fD1�Ð@��H�G H��tcUH��H��S��H��H��R`� u+��t7H�} �� H���RhH��H��[]�of.���uH�} ���H���H��[]�f�Ðff.���USH��(H�wdH�%(H�D$1�H��tEH�H��H��PpH��1��2�H�߉��x�H�L$dH3%(��uH��([]��1�������ff.���AUATUSH��(dH�%(H�D$1�H�t!����dH��Iރ�dO��>���9�u"H�D$dH3%(uFH��([]A\A]��L�eH���H��I�$L����|�L��H��A��H������_���ff.�����t�fD�;n�f.���AUATUSH��H��dH�%(H�D$1����H��*"�H��H��R�H��H��H���D��H�kH����H����H��H�H�5J.E1�H��P`I��H��tH�=�>"H����I��H����H�EL�cH�5?.H��P`I��H����H�=�;"L�����I��H����H�sL�k H��t'H��E1�L�(.H��H��H�2.�^��H����H�D$dH3%(u`H��[]A\A]�H�CH�C ��fDH�sE1���H�EL��H��Ph�8���fDH�EL��H��Ph�\���������H�}&"SH��H�H�G�����H��[�����f.���H�M&"SH��H�H�G����H�����H�߾ [�.��ff.���H�H�(t	����@H�a&"���1�1�H�5Q&"�L�ff.����1ɺH�5.&"�)�����1ɺH�5&"�	���AUATL�gUL��SH��H��8dH�%(H�D$(1�H�l$L�l$ H�����H�sL���.��H�T$ H�CL��H�SH�D$ ���L�����H��I�����D9���1�1�H�5}%"H���u�H������L���D$�����L$f.�����H���a�L���D$�S��L$f.�zGuEH���
��H�D$(dH3%(uhH��8[]A\A]�f�H�� I�� D9��g����u���f.�1ɺH�5�$"H�������1ɺH�5�$"H�����\����`��������t�����f.���ATUH��H��SH��H��@dH�%(H�D$81���H��#"H�kH�{H�H�l$����H�c9"� H�D$H�D$(L�cH�D$H�l���H�D$ �"��H�T$H��L���I��H��H��H�0I�AH�D$(I�AH�D$0I�A�5�7"jjL�D$@�F��H�� H���Z�H�D$8dH3%(u	H��@[]A\��L��ff.����H���s���f���AUATI��UH�oSH��H��H��dH�%(H�D$1��@��A9$trH�sI��L�����H�$H�CL��H�SH�$���L��H���(��H�{H�����1�1�H�5�""H�����H�D$dH3%(uH��[]A\A]�fDH�� A9D$u����v��fD��H������f���ATUH�oSH��H��H�� �D$dH�%(H�D$1������L$f.�z#u!H�D$dH3%(unH�� []A\��H�sL�d$L�����H�T$H�CL��H�SH�D$����D$H���g��H�{H�����1ɺH��H�5�!"�������ff.���H������f���ATUH�oSH��H��H�� �D$dH�%(H�D$1����L$f.�z#u!H�D$dH3%(unH�� []A\��H�sL�d$L�����H�T$H�CL��H�SH�D$�%���D$H�����H�{H�����1ɺH��H�5
!"������ff.���USH��dH�%(H�D$1���uR���������Z��uH�A�������H�D$dH3%(�~H��[]�D������
����ti��u�H�1���(�����u������@��u�1�1�H�51 "�,��f.�1ɺH�5 "�
��h����H��������[���C���H������H��2���f�H��������������f�H�QH�1H�
B���H�H9��H�
O���H9���H�
_���H9�����H�z��������1ɺH�5R"�M�����H�A����n����-�7"��u_H��H�5��H�����H��E1ɹA�H�^v��H�5Gv�����H�<$�ŋ�������t�/H�<$���--7"�+�"���f��������fDH�z��������f.�H����������fDH�z���������f�H����������fD��������f.�����������#���?�����������H��tGUH��SH��H�5�&H��H�������H���uH��[]�@H��H��H��[]�'���1�Ðff.����ATI��UH��S��H���W����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~kH����[]A\����L���H��D$�%����D$���@H����[]A\�@�����L��H��D$����D$����L��1�H��D$�����D$�y���@��H��tD��t'��t�f.�H��t� H�����fDH�11�H;pt5A��f�L�FHVH��A��tH�N�D�H�A�0A��fDH�@H9A��H����	��AVAUI��ATUH��SH�� dH�%(H�D$1�L�d$H�\$I���L��L��L������L��H�����H��H��L��H�F&H�$���H�<$��������t�/H�<$�|H���4��H�|$����}���t�/H�|$�iL��L�����L��H���{��H��H��L��H��%H�$���H�<$����\���t�/H�<$�IH�����H�|$�������t�/H�|$�L�����H�߉����H��H��L��H��$H�D$���H�|$�������t�/H�|$��H���?��L���W��H�߉��]��H��H��L��H�=$H�D$�C��H�|$��������t�/H�|$��H������H��H�L$dH3%(��H�� []A\A]A^�@���!���p���@���	�����@���������@���������@������\���@���������O���ff.���UH��H��SH��H�����H��"H�kH��H�H��[]Ðff.���ATI��UH��SH�� dH�%(H�D$1�H��H������I�t$H��H�����H���k��H�L$dH3%(uH�� H��[]A\����f.���AVAUATI��1�UH��SH�� dH�%(H�D$1�H�|$���H�D$I�t$H��P+P����H�T$HcB�J)���~NE1�H�\$@L�I�t$H��H�T��3���H��D��H���5��H��I������H�T$HcB�J)�D9�����t0���t�*t%H�|$dH3<%(H��ubH�� []A\A]A^�DL�t$IcVI�FH��IcVL�,�L9�t(f�H��L�#M��tL���,���L���O��I9�u�L�������[���f.������������H�H�(t	����@H�!"���1�1�H�5"�L��ff.��AVAUATUSH��H��0dH�%(H�D$(1���tL��t'H�D$(dH3%(�5H��0[]A\A]A^�fDH�)��Ww�H�
�!��Hc�H�>��DH�)��Ww�H�
�"��L�d$H�wHc�H�>��H�]-"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�m���Q���H�1-"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�)���
���H��,"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$��������H��,"L���Q��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��*"L���
��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�]���A���H�9+"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�=)"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H��*"L���A��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����u���H��)"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�M���1���H��*"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�	�����H�]*"L���u��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H�Y)"L���1��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����e���H�E)"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�=���!���H��("L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H��)"L���e��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��("L���!��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�q���U���H�])"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�-������H��&"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$��������H��("L���U��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��'"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�a���E���H��%"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H�&"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H��&"L���E��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����y���H��'"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�Q���5���H��$"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�
����H��$"L���y��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H�e%"L���5��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����i���H�q$"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�A���%���H��""L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��#"L���i��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�]$"L���%��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�u���Y���H��#"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�1������H��!"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$��������H�y#"L���Y��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�m""L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�e���I���H��!"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�!������H�u""L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H�!$"L���I��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����}���H�u!"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�U���9���H�Q""L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H�5""L���}��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�� "L���9��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����m�H�""L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�E���)�H�I!"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�
"L���m��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H��"L���)��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�y���]�H�M"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�5����H�Q"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H�]"L���]��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H�� "L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�i���M�H��"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�%���	�H��"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�������H��"L���M��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H��"L���	��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�Y���=�H�m"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H�Q"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�
"L���=��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����q�H�"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�I���-�H��"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��"L���q��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H��"L���-��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�}���a�H��"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�9����H�m"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��"L���a��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H�U"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�m���Q�H�q"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�)���
�H�E"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�y"L���Q��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�����H�u"L���
��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�]����A�H��"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�%"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�	"L���A���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$����u�H�"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�M����1�H��"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�	������H��"L���u���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�ſ����H�y"L���1���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$聿���e�H��"L�����H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�=����!�H��"L��詿��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�%"L���e���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$赾����H�"L���!���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�q����U�H��"L���ݾ��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�-�����H��"L��虾��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H��"L���U���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$襽����H��"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�a����E�H��"L���ͽ��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$������H�"L��艽��H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�ټ����H��"L���E���H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$蕼���y�H��"L������H�L$�EL��H�UH�M�L$H�$�M�D$H�T$�D$�Q����5�H�5�"H���$�!�� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�=Q"H���!���I��H���:L�kH�{H�����H�H��H�5?"�Px��� uQ�G H�H��PpI��H��t;H�H�5q�L��P`I��H���>H�=�"H��訷��I��H���gL�kH�{H���D�H�H��H�5�"�Px�/�� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�=_"H���/���I��H���ZL�kH�{H�����H�H��H�5"�Px��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���DH�=�"H��趶��I��H���cL�kH�{H���R�H�H��H�5\"�Px�=�� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�=m"H���=���I��H���L�kH�{H�����H�H��H�5�"�Px���� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���:H�=�"H���ĵ��I��H����L�kH�{H���`�H�H��H�5�"�Px�K�� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�={"H���K���I��H���.L�kH�{H�����H�H��H�5�"�Px���� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�="H���Ҵ��I��H���mL�kH�{H���n�H�H��H�5�"�Px�Y�� uQ�G H�H��PpI��H��t;H�H�5"�L��P`I��H����H�=�"H���Y���I��H���L�sH�{H�����H�H��H�5�"�Px���H�5X"H���X ���H�5�"H���D ��H�5("H���0 ��H�5T"H��� ��H�5p"H��� �|�H�5"H�����h�H�58"H�����T�H�5D"H�����@�H�5�"H����,�H�5$"H�����H�5X"H�����H�5�"H���|���H�5h"H���h���H�5"H���T���H�5�"H���@��H�5t"H���,��H�5�"H�����H�5�"H����x�H�5"H�����d�H�5|"H�����P�H�5"H�����<�H�5�"H����(�H�5�
"H�����H�5�
"H�����H�5�"H���x���H�5�
"H���d���H�5�"H���P���H�5�
"H���<��H�5p"H���(��H�5"H������ uQ�G H�H��PpI��H��t;H�H�5Q�L��P`I��H����H�=�"H��舱��I��H����L�kH�{H���$�H�H��H�5�"�Px��� uQ�G H�H��PpI��H��t;H�H�5حL��P`I��H����H�=?"H������I��H����L�kH�{H�����H�H��H�5M
"�Px��� uQ�G H�H��PpI��H��t;H�H�5_�L��P`I��H���lH�=�"H��薰��I��H���%L�kH�{H���2�H�H��H�5"�Px��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���H�=M"H������I��H����L�kH�{H������H�H��H�5�
"�Px���� uQ�G H�H��PpI��H��t;H�H�5m�L��P`I��H����H�=�
"H��褯��I��H����L�kH�{H���@��H�H��H�5�"�Px�+��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���iH�=[
"H���+���I��H����L�kH�{H������H�H��H�5!
"�Px���� uQ�G H�H��PpI��H��t;H�H�5{�L��P`I��H����H�=�	"H��貮��I��H���IL�kH�{H���N��H�H��H�5@
"�Px�9��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�=i	"H���9���I��H���4L�kH�{H������H�H��H�5�
"�Px���� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�=�"H�����I��H���=L�kH�{H���\��H�H��H�5�
"�Px�G��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�=w"H���G���I��H����L�kH�{H������H�H��H�5�"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���$H�=�"H�����I��H���L�kH�{H���j��H�H��H�5
"�Px�U��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�=�"H���U���I��H����L�kH�{H������H�H��H�5	"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���JH�="H���ܫ��I��H����L�kH�{H���x��H�H��H�5�"�Px�c��� uQ�G H�H��PpI��H��t;H�H�5,�L��P`I��H���!H�=�"H���c���I��H���LL�kH�{H������H�H��H�5�"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�="H�����I��H����L�kH�{H������H�H��H�5p"�Px�q��� uQ�G H�H��PpI��H��t;H�H�5:�L��P`I��H���wH�=�"H���q���I��H����L�kH�{H���
��H�H��H�5?"�Px���� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���H�=("H�����I��H����L�kH�{H������H�H��H�5"�Px���� uQ�G H�H��PpI��H��t;H�H�5H�L��P`I��H����H�=�"H������I��H���L�kH�{H�����H�H��H�5-"�Px���� uQ�G H�H��PpI��H��t;H�H�5ϥL��P`I��H���\H�=6"H������I��H���uL�kH�{H������H�H��H�5�"�Px���� uQ�G H�H��PpI��H��t;H�H�5V�L��P`I��H����
H�=�"H��荨��I��H��� L�kH�{H���)��H�H��H�5�"�Px���� uQ�G H�H��PpI��H��t;H�H�5ݤL��P`I��H����
H�=D"H������I��H���iL�kH�{H������H�H��H�5�"�Px���� uQ�G H�H��PpI��H��t;H�H�5d�L��P`I��H����
H�=�"H��蛧��I��H����L�kH�{H���7��H�H��H�51"�Px�"��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���
H�=R"H���"���I��H���IL�kH�{H������H�H��H�5�"�Px���� uQ�G H�H��PpI��H��t;H�H�5r�L��P`I��H����H�=�"H��試��I��H����L�kH�{H���E��H�H��H�5�"�Px�0��� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���~H�=`"H���0���I��H����L�kH�{H������H�H��H�5"�Px���� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�=�"H��跥��I��H����
L�kH�{H���S��H�H��H�5�"�Px�>��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���TH�=n"H���>���I��H���
L�kH�{H������H�H��H�5\"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����
H�=��!H���Ť��I��H����L�kH�{H���a��H�H��H�5k�!�Px�L��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���z
H�=|�!H���L���I��H����L�kH�{H������H�H��H�5"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���	H�=�!H���ӣ��I��H����L�kH�{H���o��H�H��H�5�"�Px�Z��� uQ�G H�H��PpI��H��t;H�H�5#�L��P`I��H���PH�=��!H���Z���I��H����L�kH�{H������H�H��H�5�"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���WH�=�!H�����I��H���H
L�kH�{H���}��H�H��H�5��!�Px�h��� uQ�G H�H��PpI��H��t;H�H�51�L��P`I��H����H�=��!H���h���I��H����L�kH�{H�����H�H��H�56"�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�=�!H�����I��H���HL�kH�{H������H�H��H�55�!�Px�v��� uQ�G H�H��PpI��H��t;H�H�5?�L��P`I��H����H�=��!H���v���I��H���L�kH�{H�����H�H��H�5��!�Px���� uQ�G H�H��PpI��H��t;H�H�5ƝL��P`I��H���H�=-�!H�����I��H���h
L�kH�{H������H�H��H�5�!�Px���� uQ�G H�H��PpI��H��t;H�H�5M�L��P`I��H����H�=��!H��脠��I��H���q	L�kH�{H��� ��H�H��H�5B�!�Px���� uQ�G H�H��PpI��H��t;H�H�5ԜL��P`I��H����H�=;�!H������I��H���
L�kH�{H������H�H��H�5�!�Px���� uQ�G H�H��PpI��H��t;H�H�5[�L��P`I��H���(H�=�!H��蒟��I��H����	L�kH�{H���.��H�H��H�5��!�Px���� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���/H�=I�!H������I��H���L�kH�{H������H�H��H�5�!�Px���� uQ�G H�H��PpI��H��t;H�H�5i�L��P`I��H����H�=�!H��蠞��I��H����L�kH�{H���<��H�H��H�5�!�Px�'��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H����H�=W�!H���'���I��H���XL�kH�{H������H�H��H�5��!�Px���� uQ�G H�H��PpI��H��t;H�H�5w�L��P`I��H����H�=�!H��讝��I��H����L�kH�{H���J��H�H��H�5��!�Px�5��� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H����H�=e�!H���5���I��H���xL�kH�{H������H�H��H�5c�!�Px���� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���jH�=�!H��輜��I��H����L�kH�{H���X��H�H��H�5��!�Px�C��� uQ�G H�H��PpI��H��t;H�H�5�L��P`I��H���qH�=s�!H���C���I��H����L�kH�{H������H�H��H�5Q�!�Px����� uQ�G H�H��PpI��H��t;H�H�5��L��P`I��H���H�=��!H���ʛ��I��H����L�kH�{H���f��H�H��H�5��!�Px�Q��� uM�G H�H��PpI��H��t7H�H�5�L��P`I��H��tFH�=��!H���U���I��H����L�kH�{H������H�H��H�5�!�Px����讎��E1���E1�����E1��&���E1�����E1����E1����E1��U���E1��?���E1����E1�����E1�����E1��$�E1���E1���E1��6�E1�� �E1���E1����E1��-���E1�����E1��z���E1����E1��N���E1��8���E1����E1��s�E1����E1���E1���E1���E1��&�E1���E1���E1���E1��z�E1���E1��
�E1���E1��>�E1��(���E1����E1��+�E1���E1��t�E1��=�E1����E1��n�E1��X�E1����E1����E1��t�E1��^�E1����E1����E1��8�E1��"�E1���I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph���I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph�#�I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph�)�I�$L��L��Ph���I�$L��L��Ph�F�I�$L��L��Ph�&�I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Rh���I�$L��L��Ph�)�I�$L��L��Ph���I�$L��L��Ph�F�I�$L��L��Ph�&�I�$L��L��Ph�5�I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph�2�I�$L��L��Ph�a�I�$L��L��Ph�y�I�$L��L��Ph���I�$L��L��Ph���I�$L��L��Ph����I�$L��L��Ph�m���I�$L��L��Ph�R�I�$L��L��Ph�j�I�$L��L��Ph�}���I�$L��L��Ph����I�$L��L��Ph�=���I�$L��L��Ph����I�$L��L��Ph�d���I�$L��L��Ph�M�I�$L��L��Ph��I�$L��L��Ph���I�$L��L��Ph��I�$L��L��Ph���I�$L��L��Ph�>�I�$L��L��Ph��I�$L��L��Ph�m���I�$L��L��Ph�-�I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph����I�$L��L��Ph�=���I�$L��L��Ph���I�$L��L��Ph�v���I�$L��L��Ph��I�$L��L��Ph��I�$L��L��Ph�
�I�$L��L��Ph���fD����u��t���
t����fD1�H�5��!��f�H�AH����H9u�H�xu�H��Ðff.���H��tGUH��SH��H�5��H��H���|�����H���uH��[]�@H��H��H��[]����1�Ðff.����ATI��UH��S��H��������x3��t?��tz�S���vB��t=��tX��tS��tN��tI�P���D�H��[]A\����tLH����[]A\É�L���H��D$����D$��X��@H����X[]A\�@��u�I�$������1�1�H�5e�!H��D$虜���D$���AVAUATI��UH��S� H��uU�G H�H��PpI��H��t?H�H�5-�L��P`I��H��tTH�=��!H���h���H��H��t0H�C�f.�H�{H��t,H�[L��H��]A\H�@xA]A^��I�EL��L��PhH�C[]A\A]A^�f���H�H�(t	�<���@H�A�!���1ɺH�5.�!驛������H��81҉t$H�L$H�5�!dH�%(H�D$(1�H�D$H�D$H�D$�^���H�D$(dH3%(uH��8�����@��H��8��t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$���H�D$(dH3%(uH��8�衅�����H��8��t$H�L$H�5C�!dH�%(H�D$(1�H�D$H�D$H�D$蛚��H�D$(dH3%(uH��8��A������H��8��t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$�;���H�D$(dH3%(uH��8�������H��8��t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$�ۙ��H�D$(dH3%(uH��8�聄�����H��8�@�t$H�L$H�5"�!dH�%(H�D$(1�H�D$H�D$H�D$�z���H�D$(dH3%(uH��8�� �����H��8�@�t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$����H�D$(dH3%(uH��8������H��8�@�t$H�L$H�5b�!dH�%(H�D$(1�H�D$H�D$H�D$躘��H�D$(dH3%(uH��8��`�����H��8�	@�t$H�L$H�5�!dH�%(H�D$(1�H�D$H�D$H�D$�Z���H�D$(dH3%(uH��8�������H��8�t$H�L$H�5��!dH�%(H�D$(1�H�D$H�T$ �H�D$H�D$���H�D$(dH3%(uH��8�蜂��ff.����H��8�
�t$H�L$H�53�!dH�%(H�D$(1�H�D$H�D$H�D$苗��H�D$(dH3%(uH��8��1������H��8��t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$�+���H�D$(dH3%(uH��8��с�����USH��HdH�%(H�D$81��������H�5~���Hc�H�>��f�H�QH�1H�
"���H�H9���	H�
o���H9���H�
����H9��H�
���H9��H�
���H9��&H�
��H9��6H�
?���H9���	H�
O���H9���	H�
����H9���	H�
����H9���	H�
O���H9���	H�
O���H9���	H�zu�f�H�D$8dH3%(�a
H��H[]�D��tS��
����t%��u�H�1��w�H�
����Hc�H�>��DH���w�H�
����Hc�H�>��DH�����~2���	��uH�A�����fD������M���D��u�H�A�0��u���!��ugH�l$H�5o�H��蛃��H��E1ɹH��
A�H�5�
�~��H�|$����%	���t�/H�|$�	���!fD�����H�z���������f.�H�z���������f.�H�z�u�����j���f.�H�z�U�����J���f.�H�z�5�����*���f.�H�L$���H�L$H�H������������H�A1�H�L$ H�5V�!�H�D$ �D$H�D$H�D$(踓������H�A�H�L$ H�5�!�H�D$ �D$H�D$H�D$(�}�������H�A�H�L$ H�5��!�H�D$ �D$H�D$H�D$(�=����H����H�A�H�L$ H�5��!�H�D$ �D$H�D$H�D$(��������H�A�H�L$ H�5[�!�H�D$ �D$H�D$H�D$(輒�������H�A�H�L$ H�5�!�H�D$ �D$H�D$H�D$(�}�������H�A�H�L$ H�5��!�H�D$ �D$H�D$H�D$(�=����H����H�A�H�L$ H�5��!�H�D$ �D$H�D$H�D$(��������H�AH�H�T$�������H�A�H�L$ H�5A�!�H�D$ �D$H�D$H�D$(H�D$H�D$0虑��H�|$���t���������/H�|$��������w}���r���f�H�A�	H�L$ H�5��!�H�D$ �D$H�D$H�D$(�,����7����H�A�
H�L$ H�5��!�H�D$ �D$H�D$H�D$(�������1ɺH�5R�!�͐�������H�A�H�L$ H�5+�!�H�D$ �D$H�D$H�D$(荐������H�A�0�5�����H�A�0�5���p���H�A�0�5���`���H�A�0�5���P���H�A�0�4���?�����C���.���fD�C������fD�C������fD������fD�C�����fDH�A�0��������1��	������@������fD������fDH�A�0������H�A�0������H�A�0����p���H�A�0����`����n�!�������H�l$H�5�'H���}��H��E1ɹH�����A�H�5o����*x��H�|$�������t�/H�|$����!�����6���������6��������6��������6�o������6�������H�������,��������������������}��������q����|����e����@����Y����$����M����H����A��������5���� ����)����������������������������H�GH����f�H�A�����������!������H�l$H�5'�H���@|��H��E1ɹH��A�H�5��v��H�|$��������t�/H�|$���;�!��l���@H�A���������!�������H�l$H�5��H���{��H��E1ɹH�fA�H�5I�$v��H�|$����^���t�/H�|$�J���!����@H�z���������f.�H�z���������f.�H�z���������f.�H�z�u�����j���f.�H�z�U����	�J���f.�H�z�5����
�*���H�
��H9�����H�z�����������������D$��w���D$������D$��w���D$�J������D$�w���D$�������D$�w���D$����6v��fD��H��tGUH��SH��H�5�H��H���,�����H���uH��[]�@H��H��H��[]闄���1�Ðff.����ATI��UH��S��H���ǂ����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P�D�H��[]A\���~kH���� []A\����L���H��D$�u�D$���@H����[]A\�@�����L��H��D$�=�D$����L��1�H��D$��D$�y���@���f.����H��H��t���f.�D���f.����H��H��t���f.�D���f.����H��H��t���f.�D��H�H�(t	��{��@H���!���1ɺH�5��!�Y�������H��(1�dH�%(H�D$1�H��H�t$H�5g�!H�$����H�D$dH3%(uH��(��s����H��(�dH�%(H�D$1�H��H�t$H�5�!H�$�Lj��H�D$dH3%(uH��(��ms���ff.����H��(�dH�%(H�D$1�H��H�t$H�5��!H�$�g���H�D$dH3%(uH��(��
s���ff.����H��(�dH�%(H�D$1�H��H�t$H�5T�!H�$����H�D$dH3%(uH��(��r���ff.����H��8��t$H�L$H�5�!dH�%(H�D$(1�H�D$H�D$H�D$蛇��H�D$(dH3%(uH��8��Ar�����H��8�@�t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$�:���H�D$(dH3%(uH��8���q����H��8��t$H�L$H�5C�!dH�%(H�D$(1�H�D$H�D$H�D$�ۆ��H�D$(dH3%(uH��8��q�����H��8��t$H�L$H�5��!dH�%(H�D$(1�H�D$H�D$H�D$�{���H�D$(dH3%(uH��8��!q�����USH��HdH�%(H�D$81�������
��H�5����Hc�H�>��f�H�AH�H�T$������VH�D$H�L$ 1�H�D$ H�D$(H�5%�!���H�|$���t���t �/H�|$uD���q���H�D$8dH3%(�YH��H[]�D��t+��
tv��tQ��ũ�u�H��0�����f.�H�����������
�z������f.�H����t���H�
���Hc�H�>��H�QH�1H�
����H�H9���H�
���H9���H�
���H9���H�
/���H9���H�
���H9���H�
/���H9��H�
���H9��vH�
���H9���H�z��������H�L$���H�L$H�H�������������H�A�H�L$ H�5s�!�H�D$ �D$H�D$H�D$(�����`���H�AH�H�T$������&H�D$H�L$ �H�D$ H�D$(���@H�AH�H�T$�������H�D$H�L$ �H�D$ H�D$(���@H�AH�H�T$�������H�D$H�L$ �H�D$ H�D$(�h���@H�A�0�%�����H�A�H�L$ H�5k�!�H�D$ �D$H�D$H�D$(�
����X����H�A�0�t���?����H�A�0����(����H�A�0�������H�A�H�L$ H�5��!�H�D$ �D$H�D$H�D$(荂�������1ɺH�5��!�m�������H�A�H�L$ H�5��!�H�D$ �D$H�D$H�D$(�,����w����H�z�e�����Z���f.�H�z�E�����:���f.�H�z�%��������f.�H�z��������f.�H�z��������H�D$H��H�����H�H�T$H�H�D$���t���������(������H�|$���Lm������R����{���H�D$H��H������������]���H�D$H��H������H�D$H��H������l����A����*���f.�H�A�����������!��u�H�l$H�5�H���4o��H��E1ɹH��A�H�5��i��H�|$�������t�/H�|$���;�!����H�A��������`�!��� ���H�l$H�5�H���n��H��E1ɹH�~���A�H�5a����i��H�|$����r���t�/H�|$�^���!�����@H�A����x������!�������H�l$H�5��H���(n��H��E1ɹH��A�H�5��h��H�|$��������t�/H�|$���+�!����@H�z�������z���f.�H�z�e�����Z���f.�H�
9���H9��@���H�z�5�����*���f.��������������������!������D$�j���D$�*������D$�xj���D$������D$�\j���D$����h��ff.���H��tGUH��SH��H�5��H��H����z����H���uH��[]�@H��H��H��[]�Ww���1�Ðff.����ATI��UH��S��H���u����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���
~kH����[]A\����L���H��D$����D$���@H����[]A\�@��
���L��H��D$����D$����L��1�H��D$����D$�y���@���f.����H��H��t���f.�D���f.����H��H��t���f.�D��H�H�(t	��n��@H�a�!���1�1�H�5Q�!�L|��ff.����1ɺH�5.�!�)|��������u��tS������t6�D��
tS������u�H�����������1�H�5Ǽ!��{��f�1ɺH�5��!�{��DH�QH�1H�
:���H�H9�tRH�
K���H9�u�H�z�u�����@H�A�0�Ր��DSH���tH��u莏���[�f.�H�z�/�����fD�0�����0�؎���蛎���[ÐfD��H��tGUH��SH��H�5�H��H���w����H���uH��[]�@H��H��H��[]�'t���1�Ðff.����ATI��UH��S��H���Wr����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$����H�H�(t	�l��@H�a�!���1�1�H�5Q�!�y��ff.����1ɺH�5.�!�iy������USH��(dH�%(H�D$1���u2��t}�������H�D$dH3%(��H��([]Ð��
tk������u�H����"��u�H�l$H��H���
���H�T$H�H��H�H�D$�eo���1ɺH�5r�!�x���|����H�QH�1H�
�H�H9���H�
����H9��J���H�z�?�����4���H�AH�QH�L$H�q���6貞��H�L$H�H�����������1�H�5׹!�x�����DH���vH���������DH�z���������f.�H�l$H��H��耜�������-��!��u[H�l$H�5)H���*f��H��E1ɹA�H�b���H�5K����`��H�|$�ŋ��t���t�/H�|$t
�-{�!�+� ������Mc�����a��fD��H��tGUH��SH��H�5H��H����s����H���uH��[]�@H��H��H��[]�Wp���1�Ðff.����ATI��UH��S��H���n����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$����H�=�!H���f��f.���H��!SH��H��f��H�߾[�K^����H��H���camera::QDeclarativeMediaMetaData *QQmlListProperty<::QDeclarativeMediaMetaData>::QDeclarativeAudio *QQmlListProperty<::QDeclarativeAudio>::QDeclarativeRadio *QQmlListProperty<::QDeclarativeRadio>::QDeclarativeRadioData *QQmlListProperty<::QDeclarativeRadioData>::QDeclarativePlaylistItem *QQmlListProperty<::QDeclarativePlaylistItem>::QDeclarativePlaylist *QQmlListProperty<::QDeclarativePlaylist>::QDeclarativeCameraCapture *QQmlListProperty<::QDeclarativeCameraCapture>::QDeclarativeCameraRecorder *QQmlListProperty<::QDeclarativeCameraRecorder>::QDeclarativeCamera *QQmlListProperty<::QDeclarativeCamera>::QDeclarativeCameraExposure *QQmlListProperty<::QDeclarativeCameraExposure>::QDeclarativeCameraFlash *QQmlListProperty<::QDeclarativeCameraFlash>::QDeclarativeCameraFocus *QQmlListProperty<::QDeclarativeCameraFocus>::QDeclarativeCameraImageProcessing *QQmlListProperty<::QDeclarativeCameraImageProcessing>::QDeclarativeTorch *QQmlListProperty<::QDeclarativeTorch>QAbstractVideoSurface*QSoundEffect *QQmlListProperty<QSoundEffect>SoundEffectAudioMediaPlayerVideoOutputRadioRadioDataCameraTorchCameraCaptureCameraRecorderCameraExposureCameraFocusCameraFlashCameraImageProcessingQtMultimediaCameraViewfinderPlaylistPlaylistItemCameraCapture is provided by CameraCameraRecorder is provided by CameraCameraExposure is provided by CameraCameraFocus is provided by CameraCameraFlash is provided by CameraCameraImageProcessing is provided by CameraCameraViewfinder is provided by CameraFP7QObjectP10QQmlEngineP9QJSEngineE28QMultimediaDeclarativeModuleN11QQmlPrivate11QQmlElementI12QSoundEffectEEN11QQmlPrivate11QQmlElementI17QDeclarativeAudioEEN11QQmlPrivate11QQmlElementI23QDeclarativeVideoOutputEEN11QQmlPrivate11QQmlElementI17QDeclarativeRadioEEN11QQmlPrivate11QQmlElementI21QDeclarativeRadioDataEEN11QQmlPrivate11QQmlElementI18QDeclarativeCameraEEN11QQmlPrivate11QQmlElementI17QDeclarativeTorchEEN11QQmlPrivate11QQmlElementI20QDeclarativePlaylistEEN11QQmlPrivate11QQmlElementI24QDeclarativePlaylistItemEEPFP7QObjectP10QQmlEngineP9QJSEngineE����QMultimediaDeclarativeModuleQQmlListProperty1_q_statusChanged()2durationChanged()2durationChanged(qint64)2positionChanged()2positionChanged(qint64)2volumeChanged()2volumeChanged(int)2mutedChanged()2mutedChanged(bool)2bufferProgressChanged()2bufferStatusChanged(int)2seekableChanged()2seekableChanged(bool)2playbackRateChanged()2playbackRateChanged(qreal)2error(QMediaPlayer::Error)2hasAudioChanged()2audioAvailableChanged(bool)2hasVideoChanged()2videoAvailableChanged(bool)2audioRoleChanged()2customAudioRoleChanged()2notifyIntervalChanged()2notifyIntervalChanged(int)2metaDataChanged()QJSValuelengthQMediaPlayer::ErrorQMediaContentQQmlParserStatus2stateChanged(QMediaPlayer::State)2mediaStatusChanged(QMediaPlayer::MediaStatus)1_q_mediaChanged(const QMediaContent&)2mediaChanged(const QMediaContent&)1_q_error(QMediaPlayer::Error)2audioRoleChanged(QAudio::Role)2customAudioRoleChanged(const QString &)1_q_availabilityChanged(QMultimedia::AvailabilityStatus)2availabilityChanged(QMultimedia::AvailabilityStatus)volume should be between 0.0 and 1.0QMultimedia::AvailabilityStatusorg.qt-project.Qt.QQmlParserStatuse��(e��@e��`e��d��0d��Pd��pd���d���d���d���d��a��0a��Pa��pa���a���a���a���a��b��0b��pb���b���b���b��c��0c��Pc��pc���c���c���c���c��d��a���e���e���e��0_��de��=e��0_��0_��0_��/e��"e��0_��0_��0_��0_��e��0_��0_��0_��0_��0_��e���d���d���d��@f��4f��*f�� f��f��
f��f��g���f���f���f��"g���f���e���e��ig��_g���g���e��Pg��5g���e��ae��Je��nf��$���������	�
���
���������������� �!
"
#	
$

&
�(*,-++++++++++++++++++++++�++�
+++++++%'�+)�++�++.�/QI01�Q�2PI34�	PI5QI6QI78�	PI9PI%PI:QI;QI<PI=PI>PI?PI@QIA�	PI
PIBC�	T	D'I�	PIEF�Q�G
Q�HQ�I)Q�	

88	�AA�YY�44��FF�JKLMNOPQRSTUVWXZ����[\]^_`abcde
f	ghijkl����8
����2
����*
����

����	
����
�����	�����	�����	�����	�����	����
�	�����	�����	����
�	�����	�����	�����	����	����}	����u	����q	����j	����i	����e	����Z	����O	����D	����2	����3	����'	����"	���� 	����	����	�����������������������������������������������������������
����������x����i����g����
U����
K����A����2����#����������������������������������������������������|����m����p����	d����	V����H����@����7����
+����!�����������������	����������
���������������
���������������z����o����f����S����D����9����-����	"���������������������������	�����
����������	��������������������	�����|QDeclarativeAudioplaylistChangedsourceChangedautoLoadChangedloopCountChangedplaybackStateChangedautoPlayChangedpausedstoppedplayingstatusChangeddurationChangedpositionChangedvolumeChangedmutedChangedhasAudioChangedhasVideoChangedbufferProgressChangedseekableChangedplaybackRateChangedaudioRoleChangedcustomAudioRoleChangedavailabilityChangedAvailabilityavailabilityerrorChangederrorQDeclarativeAudio::ErrorerrorStringmediaObjectChangednotifyIntervalChangedvideoOutputChangedplaypausestopseekpositionsupportedAudioRolesQJSValue_q_errorQMediaPlayer::Error_q_availabilityChangedQMultimedia::AvailabilityStatus_q_statusChanged_q_mediaChangedQMediaContentsourceplaylistQDeclarativePlaylist*loopsplaybackStatePlaybackStateautoPlayautoLoadstatusStatusdurationvolumemutedhasAudiohasVideobufferProgressseekableplaybackRateErrormetaDataQDeclarativeMediaMetaData*mediaObjectaudioRoleAudioRolecustomAudioRolenotifyIntervalvideoOutputUnknownStatusNoMediaLoadingLoadedStalledBufferingBufferedEndOfMediaInvalidMediaNoErrorResourceErrorFormatErrorNetworkErrorAccessDeniedServiceMissingLoopInfinitePlayingStatePausedStateStoppedStateAvailableBusyUnavailableResourceMissingUnknownRoleAccessibilityRoleAlarmRoleCustomRoleGameRoleMusicRoleNotificationRoleRingtoneRoleSonificationRoleVideoRoleVoiceCommunicationRole17QDeclarativeAudio�?��mBY@�?�2currentIndexChanged()2currentIndexChanged(int)2playbackModeChanged()2currentItemSourceChanged()1_q_mediaInserted(int,int)2mediaInserted(int,int)1_q_mediaRemoved(int,int)2mediaRemoved(int,int)1_q_mediaChanged(int,int)2mediaChanged(int,int)2loaded()1_q_loadFailed()2loadFailed()source2playbackModeChanged(QMediaPlaylist::PlaybackMode)2currentMediaChanged(QMediaContent)1_q_mediaAboutToBeInserted(int,int)2mediaAboutToBeInserted(int,int)1_q_mediaAboutToBeRemoved(int,int)2mediaAboutToBeRemoved(int,int)QListQtMetaTypePrivate::QSequentialIterableImplq��q��0q��Pq��pq���q���q��r��Pr���r���r��@s��`s���s���s��t��@t��pt���t���t���t���t��u��u��pu���u��v��0v��`v���v���v���v��(w��`w���w���w���w���w��x���p��?y��y��y���x���x���x���x��Oy��(|�	

 !&
)
,*-
0*1
2
3
4
9*!<
!A*"D
$G�'J
(O�)T�,Y
-\�.a
/b0g1l2q3v4{++++++++++++++�
++++
 +
 #%�&#%�&*+++++++56�QI7PI8QI9PI:PI;�	PI
PI<�	@	66�;;�=>?@ABCDEF�����������������������������p����q����m����f����^����S����Q����?����+���� ����������������
��������������������
����������	����������
����������q����b����R����?����0��������������������������������
�������������������������
p����c����W����E����G����@����A����9����
1����'����������������	��������������*���������������
�����������������������������������~QDeclarativePlaylistDefaultPropertyitemsplaybackModeChangedcurrentItemSourceChangedcurrentIndexChangeditemCountChangedreadOnlyChangederrorChangeditemAboutToBeInsertedstartenditemInserteditemAboutToBeRemoveditemRemoveditemChangedloadedloadFailederrorQDeclarativePlaylist::ErrorerrorStringitemSourceindexnextIndexstepspreviousIndexnextpreviousshuffleloadlocationformatsaveaddItemsourceaddItemsQList<QUrl>sourcesinsertIteminsertItemsmoveItemfromtoremoveItemremoveItemsclear_q_mediaAboutToBeInserted_q_mediaInserted_q_mediaAboutToBeRemoved_q_mediaRemoved_q_mediaChanged_q_loadFailedplaybackModePlaybackModecurrentItemSourcecurrentIndexitemCountreadOnlyErrorQQmlListProperty<QDeclarativePlaylistItem>CurrentItemOnceCurrentItemInLoopSequentialLoopRandomNoErrorFormatErrorFormatNotSupportedErrorNetworkErrorAccessDeniedErrorQ	����0����1QDeclarativePlaylistItemsource24QDeclarativePlaylistItem20QDeclarativePlaylist1_q_stateChanged(QRadioTuner::State)2stateChanged(QRadioTuner::State)1_q_bandChanged(QRadioTuner::Band)2bandChanged(QRadioTuner::Band)2antennaConnectedChanged(bool)2frequencyChanged(int)2stereoStatusChanged(bool)2searchingChanged(bool)2signalStrengthChanged(int)2stationFound(int,QString)1_q_error(QRadioTuner::Error)2error(QRadioTuner::Error)1_q_programTypeChanged(QRadioData::ProgramType)2programTypeChanged(QRadioData::ProgramType)2programTypeNameChanged(QString)2alternativeFrequenciesEnabledChanged(bool)2stationIdChanged(QString)2stationNameChanged(QString)2radioTextChanged(QString)1_q_error(QRadioData::Error)2error(QRadioData::Error)2captureModeChanged()2lockStatusChanged()2cameraStatusChanged()QCamera::StateQCamera::Error2captureModeChanged(QCamera::CaptureModes)2lockStatusChanged(QCamera::LockStatus,QCamera::LockChangeReason)2statusChanged(QCamera::Status)1_q_errorOccurred(QCamera::Error)2errorOccurred(QCamera::Error)org.qt-project.qt.videodeviceselectorcontrol/5.0p�������Т�����0���P���p���������������0���p��������0���P�����������������H������0�������P�������`����������@���0���������,���,���ڨ��Ĩ��,���,���,���,���,�������,��������������}���l���W���F���5���$���ҩ��������������o���T���G���:���-��� ���������������C���!
�������	��
�����
����������
�
�
�
!
"
#
$
%	�%�%�)�)�+-/++�
+�
++++++�++++++++�+�+++� ++++&�'(&�'&�&�&�*&�+,�+.�+0�1
Q�23�Q�4
P�5P�6�QI7�QI89�	PI:;�	PI<�	PI
PI�	PI=QI>PI?QI@PIA'IBC�	T	DE�	T	FG�	T	HI�	T	JK�	T	LM�	T	NO�	T�PQ�	T�	

33���99	�;;�<<ll
ww ��L��R��^��flRSTUVWXYZ[\]^_`abcdefghijkmnopqr s@t�uvxyz{|}~��	�
���
������������������ ������������������������������i����W����	Y����K����
?����5����-����%���� ������������������������	�����������������������������������������������������������������������|����
j����`����O����F����=����D����5����.����"'����
2����%������������������������
�����
�����
�����
�����
�����
�����
�����
�����
����
�
����
�
����w
����e
����Y
����T
����H
����C
����7
����,
����
/
����%
����)
����
����
����
����

��������������"���������������
��������������������	������������������������������
���������������
�����y����q����
f����\����S����J����?����	0����"���������������������������	�����	��������������������	�����
������������������������������y����n����e����
^����T����N����H����?����
4����*����(����&����������������
������������
�
�����
�����
�����
�����
�����
�����
�����
����	�
�����
�����
����
�
����	�
����~
����
v
����i
����`
����W
����P
����P
����I
����A
����9
����3
����	,
����
����
�����	QDeclarativeCameraerrorChangederrorQDeclarativeCamera::ErrorerrorCodeerrorStringerrorOccurreddeviceIdChangedpositionChangeddisplayNameChangedorientationChangedcaptureModeChangedcameraStateChangedQDeclarativeCamera::StatecameraStatusChangedlockStatusChangedopticalZoomChangeddigitalZoomChangedmaximumOpticalZoomChangedmaximumDigitalZoomChangedmediaObjectChangedavailabilityChangedAvailabilityavailabilitysetCaptureModeCaptureModemodestartstopsetCameraStateStatestatesearchAndLockunlocksetOpticalZoomsetDigitalZoomsupportedViewfinderResolutionsQJSValueminimumFrameRatemaximumFrameRatesupportedViewfinderFrameRateRangesresolution_q_updateStateQCamera::State_q_errorOccurredQCamera::Error_q_availabilityChangedQMultimedia::AvailabilityStatusdeviceIdpositionPositiondisplayNameorientationcaptureModecameraStatecameraStatusStatuslockStatusLockStatusErroropticalZoommaximumOpticalZoomdigitalZoommaximumDigitalZoommediaObjectimageCaptureQDeclarativeCameraCapture*videoRecorderQDeclarativeCameraRecorder*exposureQDeclarativeCameraExposure*flashQDeclarativeCameraFlash*focusQDeclarativeCameraFocus*imageProcessingQDeclarativeCameraImageProcessing*metaDataQDeclarativeMediaMetaData*viewfinderQDeclarativeCameraViewfinder*UnspecifiedPositionBackFaceFrontFaceCaptureViewfinderCaptureStillImageCaptureVideoActiveStateLoadedStateUnloadedStateUnavailableStatusUnloadedStatusLoadingStatusUnloadingStatusLoadedStatusStandbyStatusStartingStatusStoppingStatusActiveStatusUnlockedSearchingLockedNoErrorCameraErrorInvalidRequestErrorServiceMissingErrorNotSupportedFeatureErrorFlashModeFlashAutoFlashOffFlashOnFlashRedEyeReductionFlashFillFlashTorchFlashVideoLightFlashSlowSyncFrontCurtainFlashSlowSyncRearCurtainFlashManualExposureModeExposureAutoExposureManualExposurePortraitExposureNightExposureBacklightExposureSpotlightExposureSportsExposureSnowExposureBeachExposureLargeApertureExposureSmallApertureExposureActionExposureLandscapeExposureNightPortraitExposureTheatreExposureSunsetExposureSteadyPhotoExposureFireworksExposurePartyExposureCandlelightExposureBarcodeExposureModeVendorMeteringModeMeteringMatrixMeteringAverageMeteringSpotFocusModeFocusManualFocusHyperfocalFocusInfinityFocusAutoFocusContinuousFocusMacroFocusPointModeFocusPointAutoFocusPointCenterFocusPointFaceDetectionFocusPointCustomFocusAreaStatusFocusAreaUnusedFocusAreaSelectedFocusAreaFocusedAvailableBusyUnavailableResourceMissing����maximumFrameRate����minimumFrameRate����height����width����height����width18QDeclarativeCamera2readyForCaptureChanged(bool)2imageExposed(int)1_q_imageCaptured(int,QImage)2imageCaptured(int,QImage)1_q_imageSaved(int,QString)2imageSaved(int,QString)preview_%1image://camera/defaultQCameraImageCapture error:QCameraImageCapture::ErrorQCamera::Status1_q_imageMetadataAvailable(int,QString,QVariant)2imageMetadataAvailable(int,QString,QVariant)1_q_captureFailed(int,QCameraImageCapture::Error,QString)2error(int,QCameraImageCapture::Error,QString)1_q_cameraStatusChanged(QCamera::Status)org.qt-project.qt.metadatawritercontrol/5.0@�����������0���p�������(��� ���X������������� ���@���X���0�������������8�������H���Ȟ���hkns
z���
�
�
�
�
�����+++
+
)	+
+

++
+++
)	+F+
+
)+�
+�PI 
PIQI!
PI"	P�����H����J����I����2����	'����
�����������������������
����������
�����������������������������������
w����
m����
c����V����J����
C����9����;����4����7����6����.�����������������QDeclarativeCameraCapturereadyForCaptureChangedimageExposedrequestIdimageCapturedpreviewimageMetadataAvailablekeyvalueimageSavedpathcaptureFailedmessageresolutionChangedsupportedResolutionsChangedcapturecaptureToLocationlocationcancelCapturesetResolutionresolutionsetMetadata_q_imageCaptured_q_imageSaved_q_imageMetadataAvailable_q_captureFailedQCameraImageCapture::Error_q_cameraStatusChangedQCamera::StatusstatusreadycapturedImagePatherrorStringsupportedResolutions25QDeclarativeCameraCapture1updateRecorderState(QMediaRecorder::State)2stateChanged(QMediaRecorder::State)2statusChanged(QMediaRecorder::Status)1updateRecorderError(QMediaRecorder::Error)2metaDataChanged(QString,QVariant)2recorderStatusChanged()2error(QMediaRecorder::Error)1updateActualLocation(QUrl)2actualLocationChanged(QUrl)QMediaRecorder error:QMediaRecorder::StateQMediaRecorder::Error��������0���p���P�������ȷ��������������@��������������@�����������������0���P���`���x���������������и����������� ���0���@���P���`�����������������������q���e���Y���O���C���7���+����������������������{���(�����������������������r���b���R���
�����������X���H�����������'F�����
��
��������� #	$
%
&
'
(
)
*
,
-"
.%
/(
1+
3.
41
64
77
8:
9=;@=C+�+++	+
+
+�
+
)++
+
+
++++++!�"+!�"+
+++�+	+
)+++
+
+
+0+2+2+5+2+!�"+!�"+:�+<�+>?�QI@A�	PIB
QI+PI0QICQID!�QIE
QIFQIGQIHQII!�QIJ
QIPIK
QIL
PI	QI
PIM�	PI

	??�AA�!!�MM�NOPQRSTUVWXYZ[\]^�������������������)�������������������������������������������������������!v����	�����r����f����^����J����8����9����3����!��������	���������������������������������������������������������������������������������������
�����
t����
j����`����Z����	O����A����9����&�������������������������������������������������
�����
���������������
���������������
����������
���������������z����q����h����_����M����B����9����3����
*���� �����������������������������������������
�����������QDeclarativeCameraRecorderrecorderStateChangedQDeclarativeCameraRecorder::RecorderStatestaterecorderStatusChangeddurationChangeddurationmutedChangedmutedoutputLocationChangedlocationactualLocationChangederrorQDeclarativeCameraRecorder::ErrorerrorCodeerrorStringmetaDataChangedkeyvaluecaptureResolutionChangedaudioCodecChangedcodecvideoCodecChangedmediaContainerChangedcontainerframeRateChangedargvideoBitRateChangedaudioBitRateChangedaudioChannelsChangedaudioSampleRateChangedaudioEncodingModeChangedEncodingModeencodingModevideoEncodingModeChangedsetOutputLocationrecordstopsetRecorderStatesetMutedsetMetadatasetCaptureResolutionresolutionsetAudioCodecsetVideoCodecsetMediaContainersetFrameRateframeRatesetVideoBitRateratesetAudioBitRatesetAudioChannelschannelssetAudioSampleRatesetVideoEncodingModesetAudioEncodingModeupdateRecorderStateQMediaRecorder::StateupdateRecorderErrorQMediaRecorder::ErrorupdateActualLocationrecorderStateRecorderStaterecorderStatusRecorderStatusvideoCodecvideoBitRatevideoEncodingModeaudioCodecaudioBitRateaudioChannelsaudioSampleRateaudioEncodingModemediaContaineroutputLocationactualLocationErrorStoppedStateRecordingStateUnavailableStatusUnloadedStatusLoadingStatusLoadedStatusStartingStatusRecordingStatusPausedStatusFinalizingStatusConstantQualityEncodingConstantBitRateEncodingAverageBitRateEncodingNoErrorResourceErrorFormatErrorOutOfSpaceError26QDeclarativeCameraRecorder2isoSensitivityChanged(int)2apertureChanged(qreal)2shutterSpeedChanged(qreal)2exposureCompensationChanged(qreal)��������8���x��������0���p�������н�����P���`�������������������ؾ��������������������ֿ��ȿ�������������������z���j���X���F���8���*���������ž������������mpsvy|	�����
�
�
�
�
�
�
�
++++++++
�++
�++
�+++++++QIPIPIPIQIQIPI
�QI 	P�!QI"
�QI
	

�

#$%&'()*+,	-
./0
12345678�9:;�����������������������������~�����������������������������w����}����y����n����o����g����g����R����L����J����J����6����.����*����(����%����������������	����������������������������������������
�������������������������
�������������������v����p����n����f����]����Y����
S����I����E����=����8����/����'QDeclarativeCameraExposureisoSensitivityChangedapertureChangedshutterSpeedChangedmanualIsoSensitivityChangedmanualApertureChangedmanualShutterSpeedChangedexposureCompensationChangedexposureModeChangedExposureModesupportedExposureModesChangedmeteringModeChangedMeteringModespotMeteringPointChangedsetExposureModesetExposureCompensationevsetManualAperturesetManualShutterSpeedsetManualIsoSensitivityisosetAutoAperturesetAutoShutterSpeedsetAutoIsoSensitivityexposureCompensationshutterSpeedaperturemanualShutterSpeedmanualAperturemanualIsoexposureModesupportedExposureModesspotMeteringPointmeteringModeExposureAutoExposureManualExposurePortraitExposureNightExposureBacklightExposureSpotlightExposureSportsExposureSnowExposureBeachExposureLargeApertureExposureSmallApertureExposureActionExposureLandscapeExposureNightPortraitExposureTheatreExposureSunsetExposureSteadyPhotoExposureFireworksExposurePartyExposureCandlelightExposureBarcodeExposureModeVendorMeteringMatrixMeteringAverageMeteringSpot26QDeclarativeCameraExposure��-���q=2flashReady(bool)�����`���x���H���4C'*-.
1++�++�+	�
PI�PI	P�
H
 @�����(����
(�����������������	����������������������������������������	����������}����m����	j����
\����O����G����I����JQDeclarativeCameraFlashflashReadystatusflashModeChangedFlashModesupportedModesChangedsetFlashMode_q_cameraStatusChangedQCamera::StatusreadymodesupportedModesFlashAutoFlashOffFlashOnFlashRedEyeReductionFlashFillFlashTorchFlashVideoLightFlashSlowSyncFrontCurtainFlashSlowSyncRearCurtainFlashManual23QDeclarativeCameraFlash1updateFocusZones()2focusZonesChanged()`��x����������� ��0��@��P����H�����4�������������
+�����x����
p����f����O����LFocusZonesModelsetFocusZonesQCameraFocusZoneListzones`~EHILM	P

S
V
YZ]+�++�+++�+�+
+���QI	P��QI	P�QI'T	��  ����������������	����������������������������������������������������������������������	�������������������������
�����|����p����
h����	^����P����
H����;����2����+����+QDeclarativeCameraFocusfocusModeChangedFocusModesupportedFocusModesChangedfocusPointModeChangedFocusPointModesupportedFocusPointModesChangedcustomFocusPointChangedsetFocusModesetFocusPointModemodesetCustomFocusPointpointupdateFocusZonesisFocusModeSupportedisFocusPointModeSupportedfocusModesupportedFocusModesfocusPointModesupportedFocusPointModescustomFocusPointfocusZonesFocusManualFocusHyperfocalFocusInfinityFocusAutoFocusContinuousFocusMacroFocusPointAutoFocusPointCenterFocusPointFaceDetectionFocusPointCustom����area����status23QDeclarativeCameraFocus15FocusZonesModel�����X����������X���������������� ��8��P��h�����������������������������������E��3��!�������������������z��U�����������	�
���
��
�
���
�
�
�
�
+�+++++++++++�+++++++��QIQIQ�QI QI!QI"QI�Q�#P�$	P�%	P�	

�
&'()*+,-./�0123456789�����!p����z����z����3c�������������{����s����m����l����j����e����^����!c����m����i����V����	T����
F����<����*����
������������	����������������������������
����������
���������������	����������������������������������z����t����q����q����k����f����a����Y����V����R����N����G����D����B����@����8QDeclarativeCameraImageProcessingwhiteBalanceModeChangedQDeclarativeCameraImageProcessing::WhiteBalanceModemanualWhiteBalanceChangedbrightnessChangedcontrastChangedsaturationChangedsharpeningLevelChangeddenoisingLevelChangedcolorFilterChangedavailableChangedsupportedColorFiltersChangedsupportedWhiteBalanceModesChangedsetWhiteBalanceModemodesetManualWhiteBalancecolorTempsetBrightnessvaluesetContrastsetSaturationsetSharpeningLevelsetDenoisingLevelsetColorFilterColorFiltercolorFilterwhiteBalanceModeWhiteBalanceModemanualWhiteBalancebrightnesscontrastsaturationsharpeningLeveldenoisingLevelavailablesupportedColorFilterssupportedWhiteBalanceModesWhiteBalanceAutoWhiteBalanceManualWhiteBalanceSunlightWhiteBalanceCloudyWhiteBalanceShadeWhiteBalanceTungstenWhiteBalanceFluorescentWhiteBalanceFlashWhiteBalanceSunsetWhiteBalanceVendorColorFilterNoneColorFilterGrayscaleColorFilterNegativeColorFilterSolarizeColorFilterSepiaColorFilterPosterizeColorFilterWhiteboardColorFilterBlackboardColorFilterAquaColorFilterVendor33QDeclarativeCameraImageProcessing33QDeclarativeCameraPreviewProviderorg.qt-project.qt.cameraexposurecontrol/5.0org.qt-project.qt.cameraflashcontrol/5.01parameterChanged(int)2actualValueChanged(int)28QDeclarativeCameraViewfinder("#$%++++�QI	QI
QI��������
���������������������������������
�����������QDeclarativeCameraViewfinderresolutionChangedminimumFrameRateChangedmaximumFrameRateChanged_q_cameraStatusChangedQCamera::StatusstatusresolutionminimumFrameRatemaximumFrameRate����orientation����position����displayName����deviceId9���M������������%���I���]���q����������������������a���u�����������������������������)���=���Q���e���y�����������������������������w����i�����[�����M�����?�����1�����#������������������r�����d	���	��V
��_������
��H�����:�����,
���
��������������{�����m���������������W�������s�����e������������D����������T�������� �d�����0�t�����@������P������`�����,�p�����<������L������\�����(�l�����8�|����H������X�����$�h�����4�x����D������T���� �d����0�t���@�����P�4��x��X+)QI)QI)QI)QI)QI)QI	)QI
)QI)QI)QI
)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI)QI )QI!)QI")QI#)QI$)QI%)QI&)QI')QI()QI))QI*)QI+)QI,)QI-)QI.)QI/)QI0)QI1)QI2)QI3)QI4)QI5)QI6)QI7)QI8)QI9)PI:)QI;)QI<)QI=)QI>)QI?)QI@)QIA)QIB)QIC)QID)QIE)QIF)QIG)QIH)QII)QIJ)QIK)QIL)PIM)PIN)PIO)PIP)PIQ)PIR)PIS)PIT)PIU)PIV)PIW)PIX)PIY)PIZ)PI�������������������k����Y����J����9����)����������������������
���������������	�����	��������������������	n����`����Q����
F����9����.����	#����
����
�������������������	��������������������
���������������
�����u����n����e����
Z����	M����
?����5����
&����������������������������������������������������������������������������{����o����]����Q����F����;����4����2����+��������
����	�����������������������������
�����	�������������������������u����m����h����\����XQDeclarativeMediaMetaDatametaDataChangedtitlesubTitleauthorcommentdescriptioncategorygenreyeardateuserRatingkeywordslanguagepublishercopyrightparentalRatingratingOrganizationsizemediaTypedurationaudioBitRateaudioCodecaverageLevelchannelCountpeakValuesampleRatealbumTitlealbumArtistcontributingArtistcomposerconductorlyricsmoodtrackNumbertrackCountcoverArtUrlSmallcoverArtUrlLargeresolutionpixelAspectRatiovideoFrameRatevideoBitRatevideoCodecposterUrlchapterNumberdirectorleadPerformerwritercameraManufacturercameraModeleventsubjectorientationexposureTimefNumberexposureProgramisoSpeedRatingsexposureBiasValuedateTimeOriginaldateTimeDigitizedsubjectDistancemeteringModelightSourceflashfocalLengthexposureModewhiteBalancedigitalZoomRatiofocalLengthIn35mmFilmsceneCaptureTypegainControlcontrastsaturationsharpnessdeviceSettingDescriptiongpsLatitudegpsLongitudegpsAltitudegpsTimeStampgpsSatellitesgpsStatusgpsDOPgpsSpeedgpsTrackgpsTrackRefgpsImgDirectiongpsImgDirectionRefgpsMapDatumgpsProcessingMethodgpsAreaInformation25QDeclarativeMediaMetaDataQRadioTuner::StateQRadioTuner::BandQRadioTuner::Errorx
���
���
��0��p��������0��p����@������������������ ��8��H��X��h��x�������������������������P
���
��*�����
�����
����6��������������������w��k��_��S��G��;��/��#����� �8
���
�����������
 �
!�
$�
%�
&�
'�
(�
)�
*�
+�
+�*.�
/�
0�2�4�6�8�+�+�+	++
++++
	++�++�+�+	+"�#++++++++,�-++++1�+3�+5�+7�9�	PI:�QI	QIPI#;�Q	PIQIQI
PI<PI=PI>PI?PI�	PI@A�	T		
99V::ZIId;;lQQrvBCDEFGHJKLMNOPRSTUVW����@����:����/�������������������������������	��������������������	���������������
���������������x����f����	[����M����M����F����B����7����,����!��������	�������������
����������
�����	����������
��������������������{����l����f����
l����_����M����:����2����-����$������������
����	�����������������
�����
��������������������	�������������������������y����d����O����:����&��������
����	���������������	����������
�����
����������	����������w����kQDeclarativeRadiostateChangedQDeclarativeRadio::StatestatebandChangedQDeclarativeRadio::BandbandfrequencyChangedfrequencystereoStatusChangedstereosearchingChangedsearchingsignalStrengthChangedsignalStrengthvolumeChangedvolumemutedChangedmutedstationFoundstationIdantennaConnectedChangedconnectionStatusavailabilityChangedAvailabilityavailabilityerrorChangederrorQDeclarativeRadio::ErrorerrorCodesetBandsetFrequencysetStereoModeQDeclarativeRadio::StereoModestereoModesetVolumesetMutedcancelScanscanDownscanUptuneUptuneDownsearchAllStationsQDeclarativeRadio::SearchModesearchModestartstop_q_stateChangedQRadioTuner::State_q_bandChangedQRadioTuner::Band_q_errorQRadioTuner::Error_q_availabilityChangedQMultimedia::AvailabilityStatusisAvailableStateBandStereoModefrequencyStepminimumFrequencymaximumFrequencyantennaConnectedradioDataQDeclarativeRadioData*ActiveStateStoppedStateAMFMSWLWFM2ErrorNoErrorResourceErrorOpenErrorOutOfRangeErrorForceStereoForceMonoAutoSearchModeSearchFastSearchGetStationIdAvailableBusyUnavailableResourceMissing17QDeclarativeRadioQRadioData::ProgramTypeQRadioData::Error`��8	��p	���	���	�� ���
����@
���
���
���
��0
��	���������M��;��b��/��z�	TWZ	]`
cfijm
psvy+
+�+
+

+
++�++�++�+�+�
PI�	PI
PI

PI
PIQI�	PI�$$0�
 !"#%&'()*+,-.	/
012
3456789:;<=>?@ABCDE F!G"H#I$J%K&L'M(N)O*P+Q,R-S.T/UVWX����X����V����O����	8����*����"%����0����$����#������������
����	����$���������������������������������������	����� �������������������������������������������������������
�����	y����k����c����	W����I����6����-����!����	����������������������������	�����
���������������
�����z����j����Z����
V����L����=����-��������	���������
����������	����������	��������������������	�����v����g����U����	B����	4����&������������	����
�������������������	����������������QDeclarativeRadioDatastationIdChangedstationIdprogramTypeChangedQDeclarativeRadioData::ProgramTypeprogramTypeprogramTypeNameChangedprogramTypeNamestationNameChangedstationNameradioTextChangedradioTextalternativeFrequenciesEnabledChangedenabledavailabilityChangedAvailabilityavailabilityerrorChangederrorQDeclarativeRadioData::ErrorerrorCodesetAlternativeFrequenciesEnabled_q_programTypeChangedQRadioData::ProgramType_q_errorQRadioData::Error_q_availabilityChangedQMultimedia::AvailabilityStatusisAvailablealternativeFrequenciesEnabledErrorNoErrorResourceErrorOpenErrorOutOfRangeErrorProgramTypeUndefinedNewsCurrentAffairsInformationSportEducationDramaCultureScienceVariedPopMusicRockMusicEasyListeningLightClassicalSeriousClassicalOtherMusicWeatherFinanceChildrensProgrammesSocialAffairsReligionPhoneInTravelLeisureJazzMusicCountryMusicNationalMusicOldiesMusicFolkMusicDocumentaryAlarmTestAlarmTalkClassicRockAdultHitsSoftRockTop40SoftNostalgiaClassicalRhythmAndBluesSoftRhythmAndBluesLanguageReligiousMusicReligiousTalkPersonalityPublicCollegeAvailableBusyUnavailableResourceMissing21QDeclarativeRadioData17QDeclarativeTorch"+++QIQI�����������������������������	�����z����jQDeclarativeTorchenabledChangedpowerChangedparameterChangedparameterenabledpower28QDeclarativeMultimediaGlobal&.++��	
�	PI
�	PI3
�������������������k����
k����a����P����D����1����
����������������������������QDeclarativeMultimediaGlobaldefaultCameraChangedavailableCamerasChangedconvertVolumevolumeVolumeScalefromtodefaultCameraQJSValueavailableCamerasLinearVolumeScaleCubicVolumeScaleLogarithmicVolumeScaleDecibelVolumeScale
QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0xQMultimediaDeclarativeModulecuri�lQtMultimedia�;�^�C��|]��<�w��T�w��, �w���&x���&,y���8�y�� 9�y��h�y��|�y����y����y���z���z���,z���Lz��\z��lz��0�z��D�z��X�z��l�z����z����z���{���{���,{���L{���\{��l{�� �{��4�{��H�{��\�{��p�{����{���|���|���,|���L|���\|���l|���|��$�|��8�|��L�|��`�|��t�|���}���}���,}���L}���\}���|}���}���}��(�}��<�}��P�}��d�}��x~���\~���l~����~����~����~����~�� �~�� �~��@ ���$,��T \��p%���p ���� ���� <���T%l���� �����%܀��� ���!<���8%l���$!�����%��@!���\!,���x!\����!|����!�����!̂���!����",���%\��� "�����%̃��<"��X"���t"<����"l����"����%̄���"����%L����"l���#����#̅��8#��T#���p#�����#�����#l����#܇���#L����#�����#,����#����$���$$|���8$��L$\���`$̋��t$<����$�����$����$�����$�����$l����%����&܎��,&|���X&����&���'���@'���t'����'����'����,(\���|(����(ܧ��)����l)�����)�����)���$*���X*����*�����*����+����D+����+����+����+����L,\���,\���,\��-���T-����-����-���.<��\.<���.<���.���/|��d/<��/<��/<�0��l0���0���0��$1�t1���1��1���,2l���|2,����2,���3,���43����3|���3<
��$4�
��t4����4����4|��,5|��`5|���5|���5���6|��T6���6�"���6�&��D7|*���7�-���7|2��48�5���8C���8C���9\E�� :lE��T:�E��h:�E��|:�E���:�E���:F���:,F���:LF���:lF���:�F��;�F��;�F��0;�F��D;G��X;,G��l;LG���;lG���;�G���;�G���;�G���;�G���;H���;,H��<LH�� <lH��4<�H��H<�H��\<I��x<|I���<�M���<�M��=�O��,=�O��@=�O��\=P���=�P���=�Q���=lR��>�R��$>�R��8>�R��L>�S���><T���>,U���>\U���>�U��<?LW���?lW���?|W���?�Y���?�Y��@�Y��@�[��P@�[��d@�[��x@\���@\\���@,]���@\]���@�]��A�]��Al`��XA�`��lAa���ALa���Ala���A�a���Ab�� BLb��4B\b��HB|b��\B�b��pB�b���B<c���BLc���B\c���B|c��C�c��C�c��(Ce��xC\e���C,l��D\|��DD�|���D�}��49�}��H9~��\9,~��p9L~���9\~���9l~���9�~��4:�~���<��p=l���C����D,���hE\����E,���FL���Fl���XF����lF�����F́���F���F����F,����F<���G\���G|���,G����@G���\G|���xG���G\����Ğ���G<���4Ḣ��`H<����H|����H����@I����`I���tI,����I<����IL����I|����I����J����,J\���hJ�����J�����JL���K\���PK\����K�����K�����K�����K|���L����0L̑��dLܑ��xL���L�����L,����L�����L�����L̒��Mܒ��$M��8M����LM���M�����M��N\���8Nl���LN|���`N����tN�����O|����Ol���$PL���$Q����\Q<����Qܧ���Q̨���Dܨ��El���E����,E����@E����TEܩ��|E���E����E,���0FL���DFl����G����Hܪ�� H�����H��I,���I\���,I�����M�����N,����N<����N|���O̳��hO,���`P�����P���P����P����DRܸ��pR�����R,����R<����RL����R\����Rl����R|���S����S����,S����@S����TSܹ��pS�����S,����S<����SL����S\����Sl����S|���T���� T����4T����HT̺��\Tܺ��pT���T,����Tl����T|����T�����T����U����$U̻��@Uܻ��TU����hU,����UL����U�����U̼���U,����U����V��<V���PV<���dVL���xVl����V|����V�����V\����V����$W�����W����W�����W����W<����W\����W|���X����X����(X���<X����PXl��lX����X<���X����X���X|���X���Y\��0Y���LY��`Y��tY,���Y����Y����Y���(Z���<Z��XZ,��lZ|���Z����Z|���[����[����[,���[<���[,��D\���x\����\����\����\���]��(],��<]L��P]\��d]|��x]����]����]����]����]����]���],��^L��$^���L^���d^���^|���^����^���_|��h_|�_��_�8W�LW<�`WL�tWl�Y���Y��`��`��`,��`���`��al���a���8aL���Ta����pa����a|����a�����a����b����0b<���LbL���`b\���tb�����b\����b��c\���c��lc����c,����c�����c���c\��d|���d����d�	��(e�	��`e�
��4`�
��H`��\`��p`<��dl��0d���|d<
��f\
��f|
��,f�
��Hf<��df����f����f\���f����f���f|��g���(gL��Dg���`g��|g|���g����g<���g����g���h\��$h���@h���\h|���h����h����h,���h\��i,��<i,��xi,���i����i����i���j���$j��8j��Lj,��`j<��tj\���j���j��� k���\k\���k ���k� ��l� ��$l<!��Hll!��`l|!��tl�!���l�!���l�!���lL"���l�"��m�#��Dm�#��Xm$��lm,$���m<$���m�$���m�&��n\'��,n<6��Xn�6���n�7���e�7���e�7���e�7���e�7���n8���n<8��o\8��(o|8��<o�8��Xo<9��to�9���o:���o�:���o�:���ol;��p�;��p,<��8p�<��Tp=���p|=���p�>���p�>���p�>��q?�� q?��4q,?��Hq<?��\q�?���q�?���q�@���q�@���qLA���qlA��r�A�� r�A��4r�A��Hr<B��trLB���r�D���r�D���r<E���rF��HsLM��ts�M���s�N��t�N��t�N��4t�N��HtO��\t|O��xt�O���tLP���t�P��uQ��u,Q��,u�Q��Xu�Q��lu�R���u�U���u\V��vLW��tvlW���v�W���v�X���v�X���v�X��wY��w,Y��(w�Y��Dw�Y��`wLZ��|w|Z���w�Z���wl[���w�[��$x�^��px�^���x�^���x\_���xl_���x�_��y`��y`��0yb��\y,b��py\b��<z�b��xz�c���zd�� {|d��L{�e���{�i���{�i���{j��|�j��\|\k���|�k���y\l���y�l���y�l��z,m���z�m���|�m���|,n���|Ln��}ln��$}�n��8}�n��L}�n��`},o��|}�o���}p���}|p���}�p���}\q��~�q��$~<r��p~�r���~,t��<t���t��@�t��T|u��x�u���,v���<v����v����v����w�� ��w��4�<x��X�Lx��l��x�����x����y����\y����y��(��z��d�|�����܁��ȁ����\~L����L���h�������|���Ȃ����������̈��<���P����l�L�����̉����L��������$����8�����t�̌���������,�����L���Ԅl������������8����`�����������ܐ����������<�̑��P����������������ܖ��L�l���<������L���������܇���� ����4�,���H�L�����l�������,��8����\������������,�L��H����d�����l���������,��Ԋ��������L��(����D���`�|��|����|��l���|���������ȉ��܉����������<�����Ȍ���L������8�l�T���p�,���\��������������4�����H����\���p����D�,���X�L���l�l�������������܎���4���H����\�,�����\���̏���������p�������zRx�$�(���FJw�?:*3$"D8B���\p\��p,^���(^���4^���0^���,^���8^���4^���0^��<^��$8^��84^��L@^��`<^��t8^���D^���@^���<^���H^���D^���@^��L^��H^��(D^��<P^��PL^��dH^��xT^���P^���L^���X^���T^���P^���\^��X^��T^��,`^��@\^��TX^��hd^��|`^���\^���h^���d^���`^���l^���h^��t^��p^��0l^��Dx^��Xt^��lp^���|^����^��=��^����^����^����^����^���^�� �^��4�W�� H�^��\�^��-L�\$x$_��1E�I�D YDA�<_��#E�]�P_��(L�W��_��0L�_��_��%E�_�_��*L�Y,@`��2L�aH�`��E�Ud�`�� L�O��`��(L�W��`��E�U��`�� L�O��`��(L�W��`��#E�]�`��(L�W(4a��0L�_D�a��E�U`�a�� L�O|�a��(L�W��a��%E�_��a��*L�Y��a��2L�a�`b��E�Udb��7L�f$�b��E�U@�b�� L�O\�b��(L�Wx�b��p�c��p�\c��p��c��p�d��p�pd��p��d��p	(e��p	�e��p,	�e��p@	<f��pT	�f��ph	�f��p|	Pg��p�	�g��p�	h��p�	dh��p�	�h��p�	i��p�	Z��
�_��.L�]$
^��,L�[@
�[��.L�]\
�Z��,L�[x
�Y��1L�`�
�h��?L�n�
�]��4L�c�
�[��6L�e�
�Z��4L�c_��6L�e �h��!(4�h���E�I�D0p
AAD(`i���E�I�D0p
AAD�pQ�� �lQ��E�@
Ke
KL�Xi���F�B�B �B(�A0�A8�G�	
8A0A(B BBBH0n���F�A�C �G0]
 AABF0H�n���F�A�C �G0Y
 AABB0|�o���F�A�C �G0]
 AABF0�lp���F�A�C �G0Y
 AABBL�8q��|F�E�B �B(�A0�A8�G��
8A0A(B BBBBL4
ht���F�E�B �B(�A0�A8�G��
8A0A(B BBBGL�
�w���F�E�B �B(�A0�A8�G��
8A0A(B BBBGL�
H{���F�E�B �B(�A0�A8�G��
8A0A(B BBBGL$�~���F�E�B �B(�A0�A8�G��
8A0A(B BBBG0t(����F�A�C �G0]
 AABF0���F�A�C �G0Y
 AABBL�����|F�E�B �B(�A0�A8�G��
8A0A(B BBBI0,��F�A�C �G0]
 AABF0`�����F�A�C �G0Y
 AABBL�����|F�E�B �B(�A0�A8�G��
8A0A(B BBBI0������F�A�C �G0]
 AABF0�����F�A�C �G0Y
 AABBLLP���|F�E�B �B(�A0�A8�G��
8A0A(B BBBI0������F�A�C �G0]
 AABF0�L����F�A�C �G0Y
 AABBL���|F�E�B �B(�A0�A8�G��
8A0A(B BBBBLTH����F�E�B �B(�A0�A8�G��
8A0A(B BBBG0������F�A�C �G0]
 AABF0������F�A�C �G0Y
 AABBLP����F�E�B �B(�A0�A8�G��
8A0A(B BBBKL\�����F�E�B �B(�A0�A8�G��
8A0A(B BBBH0�����F�A�C �G0]
 AABF0�̡���F�A�C �G0Y
 AABBL�����F�E�B �B(�A0�A8�G��
8A0A(B BBBK0dإ���F�A�C �G0]
 AABF0������F�A�C �G0Y
 AABBL�p���|F�E�B �B(�A0�A8�G��
8A0A(B BBBBL�����F�E�B �B(�A0�A8�G��
8A0A(B BBBGLl����F�E�B �B(�A0�A8�G��
8A0A(B BBBG0������F�A�C �G0]
 AABF0�L����F�A�C �G0Y
 AABBL$����F�E�B �B(�A0�A8�G��
8A0A(B BBBKLtX����F�E�B �B(�A0�A8�G��
8A0A(B BBBH0�ȹ���F�A�C �G0]
 AABF0������F�A�C �G0Y
 AABBL,`����F�E�B �B(�A0�A8�G��
8A0A(B BBBKL|�����F�E�B �B(�A0�A8�G��
8A0A(B BBBH0����F�A�C �G0]
 AABF0����F�A�C �G0Y
 AABBL4����F�E�B �B(�A0�A8�G��
8A0A(B BBBKL�����F�E�B �B(�A0�A8�G��
8A0A(B BBBH0�X���F�A�C �G0]
 AABF0$���F�A�C �G0Y
 AABBL<����F�E�B �B(�A0�A8�G��
8A0A(B BBBKL�0���F�E�B �B(�A0�A8�G��
8A0A(B BBBHL�����F�E�B �B(�A0�A8�G��
8A0A(B BBBHL,���F�E�B �B(�A0�A8�G��
8A0A(B BBBH0|����F�A�C �G0]
 AABF0�L���F�A�C �G0Y
 AABBL���|F�E�B �B(�A0�A8�G��
8A0A(B BBBI04H���F�A�C �G0]
 AABF0h���F�A�C �G0]
 AABF0�����F�A�C �G0Y
 AABBL���|F�E�B �B(�A0�A8�G��
8A0A(B BBBI8 ��F�B�A �C(�G@]
(A ABBJL\ ��F�E�B �B(�A0�A8�G��
8A0A(B BBBAL�`��F�E�B �B(�A0�A8�G�
8A0A(B BBBJL����F�E�B �B(�A0�A8�G�
8A0A(B BBBJLL`��F�E�B �B(�A0�A8�G�
8A0A(B BBBJL���DF�E�B �B(�A0�A8�G�~
8A0A(B BBBHL����F�B�B �B(�A0�A8�G��
8A0A(B BBBAL<@���\F�E�B �B(�A0�A8�G��
8A0A(B BBBKL�P���*
F�K�B �B(�A0�A8�R�+

8A0A(B BBBB�0
��
4�<@��SJ�D�Q R
AAEDG�A�(d@��	<�D��P�D��d�D��x�D����D��	��D��	��D��/E�Q
JNP�H	��9E�E�G *
AACs
AAK�
AAFD
AAJ(4��
<`D��*E�Q
JI\�� p���(���4���@���L���X���d���p�� |��$ ���8 ���L ���` ���t ���� ���� ���� ���� ���� ���� ��!��!��(!$��<!0��P!<��d!H��_H@Q
A�!���dH@V
A�!0B��OL�~8�!���[F�B�A �A(�L@'
(A ABBE�!���
("����E�H�G V
DAI4"���
H"���E�Qd"���
x"�A��BL�q8�"x���F�B�D �A(�K`�
(A ABBE �",���E�G@f
AE�"����E��#\��E�S,#`��&@#|��@T#����E�C�G f
FMHe
CAGD
AAJ �#4��kE�G ~
AE0�#����F�G�A �G0s
 AABD�#<��$<$X��wE�C�G X
FMFa
CAKDAA@D$���hF�H�B �A(�A0�GPF
0A(A BBBI�$���E�P�$���	@�$���&F�B�B �E(�D0�GP�
0A(A BBBB�$���	%���)0$%����F�D�E �M0�
 AABJX%d��	l%`��)�%|���%x��A0�%����P�_�Q�A
GH
�HN
�J�%P��%TP�%h��%TP&���5T`8$&����F�F�A �A(�G�S
(A ABBB`&��<t&��}E�C�G T
FMJD
AAJbEA�&X��5T`�&����&���0�&����E�K S
ADI
RMo
EE('���%<' ��P' ��d' ��x'$ ��<�'0 ��{E�D�I W
FMLD
AABaDA�'p ���'l ���'h ��(t ��(� ��L0(| ��SF�B�A �A(�G0�
(K HBBKD
(A ABBF�(�!��ME�c
HQ0�(�;���E�I�L d
AAH[AAH�(�!���F�B�B �B(�H0�G8�G�q
8A0A(B BBBC( )(��#E�A�Dp
AAF@L)8���N�D�Q B
EAED
DAGDG�A�P�)l8���F�D�D �F0D
 AABDI
 DABHd
 DABE�)8;���)�c��*�c��� *Ld��4*Xd��H*Td��\*`d��p*�:��)�*Xd��$�*Td��.E�D�L VAA�*\d��8�*�:���F�B�A �A(�GP�
(A ABBA+;�� $+(;�� 8+�c��L+d��`+;��t+;���+$;���+0;���+<;��0�+H;��F�A�A �L0�
 AABB�+4=��
,0=�� ,<=��4,H=��H,T=��mH@_
Ad,�=��mH@_
A�,�=��mH@_
A�,P>��mH@_
A�,�>��mH@_
A�,�>��dH@V
A�,|b��%L�T-�b��2L�a(-�b���(<-?���E�A�D0n
AAF4h-d?��hB�F�A �D(�D0I(D ABB(�-�?��=B�H�A �gDB(�-�b��FE�A�G g
AAJ�-�?��.�b��5 .c��(4.(c��6H.D?��mL�A
Kh.�?��
|.�?��E�Q�.�?��
8�.�?��F�E�A �A(�D0
(D ABBF�.dA��!E�W/xA��E�P /|A��
84/xA���F�E�D �A(�G��
(A ABBA0p/�A���F�D�C �GP~
 AABA8�/XB���F�E�D �A(�G��
(A ABBA0�/�B���F�D�C �GP~
 AABA@08C��F�E�E �A(�A0�G��
0A(A BBBH0X0D���F�A�A �KP�
 AABB�0�D��JE�D�0E��
0�0E��7E�D�F U
CAHDAA0�0E��|F�D�A �D@`
 DABA$1XE��
081TE��7E�D�F U
CAHDAAl1`E��
�1\E��	�1XE���1TE��%0�1pE��|F�D�A �D@`
 DABA�1�E��
2�E��
2�E��
,2�E��
@2�E��
0T2�E���F�D�D �G0�
 AABK(�2dF���E�G�D@a
AAE(�2�F��\E�A�D0H
CAA(�2�^��[E�E�D0E
AAA03�F��iF�G�A �D0K
 CABA@3G��
T3G��
h3G��
|3G��
�3l^��(@�3�^��	F�B�B �A(�C0�G@e
0A(A BBBF8�3Ta��9F�B�A �A(�D@I
(A ABBCH$4Xc��BF�B�B �B(�A0�C8�G`
8A0A(E BGBG(p4\d��WF�A�A �|
ABI@�4F���F�E�B �A(�A0�FP�
0A(A BBBAH�4�F���F�E�B �B(�D0�A8�F`�
8A0A(B BBBA8,5@G���F�B�A �A(�Dpb
(A ABBJ(h5�c���j�A�D �RAB�5(d��/E�Q
JNH�58d��F�D�B �B(�D0�A8�DP�
8A0A(E BGBH(6e��~E�D�G0H
AAF4,6 U��SJ�D�Q R
AAEDG�A�Ld6HU���F�D�D �F0x
 AABH[
 AAEFD DAB@�6�U���N�D�Q B
EAED
DAGDG�A�P�6�U���F�D�D �F0D
 AABDI
 DABHd
 DABE(L7@d��KE�A�G06
AAAx7df���7pf��)L�X�7�f��
�7�f��
�7|f��
�7xf��
�7tf��
8pf��
 8lf��
48hf��
H8df��
\8`f��E�Px8df��E�W�8hf��!E�W�8|f��
�8xf���8tf��
�8pf��
9lf��
9hf��
(9df��<9pf��
P9lf��
d9hf��
x9df��
$�9`f��3E�D�D [EA$�9xf��2E�A�G [DA�9�f��
�9�f��
:�f��	:�f��	,:�f��E�LH:�f��	\:�f��p:�f��)L�X�:�f�� �:�f��YE�G u
AF�:�f�� �:�f��YE�G u
AF �:0g��YE�G u
AF  ;lg��YE�G u
AFD;�g��X;�g��!l;�g��	�;�g��E�L�;�g��	(�;�g��qE�A�D0_
AAA$�; i��VE�A�G BAA$<Xi��DE�G�G jAA,<�i��@<̚��T<Ț��h<Ԛ��|<К���<,i�� �<8i���<Di���<Pi���<\i���<hi��=ti��=�i��0=�i��D=�i��X=�i��dH@V
At=�i��dH@V
A�=Lj��_H@Q
A�=�j��_H@Q
A�=�j��aH@S
A�=(k��aH@S
A>|k��aH@S
A>�k��aH@S
A8>$l��_H@Q
AT>hl��Ah>�l��
|>�l��
4�>�l��hB�F�A �D(�D0I(D ABB�>������> �����>�l��(?�l��7E�H�G 

DAM0?�m��
D?�m��E�Q`?�m��
@t?�m��NF�E�B �A(�A0�G`�
0A(A BBBH�?�n��_H@Q
A��?o���F�B�B �B(�A0�A8�K�9�{�B�B�I���F�B�B�N�u�F�B�B�N�u�F�B�B�N�u�F�B�B�N�\
8A0A(B BBBE �@�s��CE�K i
DA�@t��
 �@t��CE�K i
DA�@Dt��
L�@@t���F�E�B �E(�A0�A8�D�z
8A0A(B BBBD0LA�v���F�H�D �D0d
 AABBH�ALw���F�B�B �B(�A0�H8�Fp�
8A0A(B BBBC�A�y��
 �A�y��CE�G m
DAB�y��B�y��HM0B�y��
DB�y��XB�y��
lB�y���B�y�� �Bz�� �Bz��
�Bz��
�Bz��
�Bz��HM�Bz��HMCz��HM$,C z��LE�A�G0mHATCHz��HM$lCPz��DE�A�G0mDA$�Cxz��dQ�A�L0CAA�C�z��	L�C�z��AF�H�B �B(�A0�A8�G�
8A0A(B BBBGL D�|���F�B�B �E(�D0�A8�D�
8A0A(B BBBJ0pD����F�A�A �G`i
 AABD@�Dؐ���N�D�Q B
EAED
DAGDG�A�P�D4����F�D�D �F0D
 AABDI
 DABHd
 DABE<E����PE����dE����xE�����E��� �E����E���]H@O
A�E\���_H@Q
A�E����dH@V
AF�dH@V
A$FH���dH@V
A@F����iHP[
A\F�SH0E
A4xF4���hB�F�A �D(�D0I(D ABB�Fl���UL�h
L�F����E�Q8�F�����F�B�G �A(�G@�
(A ABBA$Gx���
8Gt����H0Y
GTG��
hG��
|G��%@�G�����F�L�J �A(�A0�Gp1
0A(A BBBB0�G�����F�G�D �KP_
 AABAH��iHP[
AL$H8����F�B�E �B(�A0�D8�D�
8A0A(B BBBAtHx���+�H����
8�H�����F�B�D �A(�K`�
(A ABBF�H$���
 �H ���CE�G m
DAIL���$I���(H8I4���BF�B�B �B(�A0�C8�G`
8A0A(E BGBG0�I8���~E�D�D \
AAEDDAH�I�aF�B�B �B(�D0�A8�Dp0
8A0A(B BBBA(J���E�A�Dp�
AAF40J\���SJ�D�Q R
AAEDG�A�PhJ�����F�D�D �F0D
 AABDI
 DABHd
 DABE�J����J����J����J���K0���  K<���4KH���\H@N
APK����`H@R
AlK��`H@R
A�K���SH0E
A�KX���SH0E
A�K����SH0E
A�K��SH0E
A�K$���SH0E
ALh���dH@V
A0L����XH0J
ALL���SH0E
AhLD���aH@S
A�L����_H@Q
A�Lܪ��_H@Q
A�L ���_H@Q
A�Ld���_H@Q
A�L����_H@Q
AM��_H@Q
A,M0���]L�q
KHMt���E�Q0dMx����F�A�G �G0}
 AABA�M��
 �M��CE�K i
DA �M���CE�K i
DA�M8���%8NT����F�B�D �A(�K`�
(A ABBF8DN���F�E�A �D(�H`
(A ABBC8�N�����F�E�A �D(�H`
(A ABBC0�Np����F�E�D �M@m
 AABC�Nܰ��
Oذ��
O԰��
,O�
@O̰��
TOȰ��
hO��
0|O����F�A�D �H`�
 AABA8�O�����F�E�A �D(�H`�
(A ABBA8�O0����F�E�A �D(�H`�
(A ABBA8(P�����F�E�A �D(�H`�
(A ABBA8dP8����F�E�A �D(�H`�
(A ABBA8�P�����F�E�A �D(�H`�
(A ABBA8�P@����F�E�A �D(�H`�
(A ABBAQĴ��
 ,Q����CE�G m
DAPQ��!HXhQ���
|Q����Q����Q���-(�Q4���`E�D�D0H
DAA(�Qh���`E�D�D0H
DAA8R����1F�B�G �D(�D`c
(A ABBHLR����
`R����
tR�����R����
�R����bH@T
AL�R�F�B�E �B(�A0�D8�D�l
8A0A(B BBBB(S�����E�F�DPs
AAD(4S(����E�A�D`�
AAF4`S���SJ�D�Q R
AAEDG�A�P�S���F�D�D �F0D
 AABDI
 DABHd
 DABE�S��T��%L�TT �� 0T,��DT8��\H@N
A`T|��_H@Q
A|T���aH@S
A�T��aH@S
A�Th��aH@S
A�T���aH@S
A�T��aH@S
AUd��_H@Q
A$U���_H@Q
A@U���dH@V
A4\U@��hB�F�A �D(�D0I(D ABB�Ux��b@�U���\F�G�A �GPXM`BhBpIP\
 AABA�U���
V���
V���
(V���
<V���
PV���(dV����E�D�FPd
AAK�V<��
 �V8���E�GPz
AI�V���
 �V����E�GPz
AIWL��WX��(Wd��<W`��
(PW\���E�C�GPu
AAA|W���
(�W���:E�D�Gp�
AAD�W���
0�W����F�D�A �GP�
 AABAHX8���F�B�B �E(�A0�D8�F`�
8A0A(B BBBC(PX���+E�A�D`
AAF4|X���SJ�D�Q R
AAEDG�A�T�X����F�D�D �F0D
 AABDI
 DABHd
 DABEY��� Y���%L�T<Y��� PY���dY���]H@O
A�Y���_H@Q
A4�Y@��hB�F�A �D(�D0I(D ABB0�Yx���F�G�A �G0�
 AABAZ���
Z���HM(4Z����E�C�GPl
AAA`Z\��+HtZx���F�B�E �B(�D0�F8�Ip�
8A0A(B BBBF(�Z��E�A�DP�
AAF4�Z�SJ�D�Q R
AAEDG�A�T$[8��F�D�D �F0D
 AABDI
 DABHd
 DABE|[���[��%L�T0�[��
F�A�A �GpQ
 AABD�[�� �[�� \��\��0\��\H@N
AL\@�_H@Q
Ah\��SH0E
A�\��/4�\��hB�F�A �D(�D0I(D ABB$�\�sE�`
Kj
FN0�\t�iA�S�N k
AAAVAAH,]���F�B�B �B(�A0�D8�Dp�
8A0A(B BBBIx]$�HM�],�
(�](��E�C�GPr
AAA�]��
(�]���E�C�GPu
AAA^��
$^��
(8^���E�D�GP�
AAEd^��	x^��$E�^H�^8�F�B�A �A(�D0X
(A ABBDK(D ABB�^|�%L�T�^��2L�a(_��WF�A�A �|
ABI8D_��F�E�A �D(�IPz
(A ABBA8�_|��F�E�A �D(�FPK
(A ABBI4�_p�j�B�A �D(�G0f(A ABB0�_��}F�A�D �G0a
 AABA((`��\E�A�D0J
AAA@T`(�/F�G�A �GP�XM`BhBpIP\
 AABA(�`��E�A�D`�
AAF�`��4�`��SJ�D�Q R
AAEDG�A�Pa��F�D�D �F0D
 AABDI
 DABHd
 DABE4da��SJ�D�Q R
AAEDG�A�4�a��fF�D�D �F0X
 AABH�a��a�%L�Tb(� b4�,b@�@bL�TbX�hbd�\H@N
A�b��aH@S
A�b��aH@S
A�bP�aH@S
A�b��aH@S
A�b��aH@S
AcL�aH@S
A4,c��hB�F�A �D(�D0I(D ABBdcX���$xc��sE�`
Kj
FNd�c�bF�B�B �A(�G0�Gprx{�B�B�Ipkxm�B�B�Ip\
0A(A BBBAd$���
(d ����E�C�GPr
AAAHd����
 \d�����E�GPA
AB�d����
 �d�����E�GPA
AB�dt���
 �dp����E�GPA
AB�d��
 e���E�GPA
AB(ed���
 <e`����E�GPA
AB`e���
 te����E�GPA
AB�eT���
�eP���
0�eL���OE�C�G Q
AAFOFM8�eh����F�E�A �D(�FP{
(A ABBA80f����F�E�A �D(�FP{
(A ABBA(lf0����E�A�DP
AAF4�f��SJ�D�Q R
AAEDG�A�P�f���F�D�D �F0D
 AABDI
 DABHd
 DABEH$g(���F�E�E �E(�A0�D8�F�w
8A0A(B BBBG pg���oE�u
FK
E8�g(���F�B�A �D(�D`�
(A ABBE�g���E�Q�g���E�W8h���F�E�D �A(�F0D
(D ABBMDh���Xh���)L�Xth���+QJ4�h���qN�G�F a
D�A�OTAAJ��(�h��qE�A�D@T
AAH8�h\���F�B�A �A(�DPL
(A ABBH,i���8@i���F�B�A �A(�G@

(A ABBD|i ��%L�T�i4��2L�a�iX�� �id���ip���i|��8j���`B�B�E �D(�G`�
(A ABBC@j�	��Tj����@hj�	���F�A�G �G`�hfpBxB�N`\
 AABA�j`
��
8�j\
���F�B�D �E(�J@�
(A ABBG�j�
��
0k�
���F�A�E �J@}
 AABIDkx��
0Xkt���F�A�E �J@}
 AABI(�k���E�A�D0^
AAF4�k���SJ�D�Q R
AAEDG�A�P�k����F�D�D �F0D
 AABDI
 DABHd
 DABE@Dl(���B�B�E �A(�D0�DP�
0A(A BBBE$�l���1E�G�G [AA0�l���fF�D�D �D@G
 DABA@�l���5F�B�B �F(�D0�DP�
0A(A BBBF(m���
<m��� Pm���Hdm�P���F�B�B �D(�D0�k
(G BFBBV(A BBB@�m���;B�B�B �A(�A0�G`r
0A(A BBBG�mxN��Q4n�N��SJ�D�Q R
AAEDG�A�P@n�N���F�D�D �F0@
 AABHH
 DABAd
 DABE�n�a���n�a���n�a���n�a���n�a���n�a��o�O��  o�O��4o�O��\H@N
APo�O��_H@Q
Alo@P��_H@Q
A�o�P��_H@Q
A�o�P��_H@Q
A�oQ��`H@R
A�oPQ��`H@R
A�o�Q��`H@R
Ap�Q��`H@R
A0pR��dH@V
ALppR��_H@Q
Ahp�R��_H@Q
A(�p�R���E�A�D`.
AAF4�pl^��SJ�D�Q R
AAEDG�A�P�p�^���F�D�D �F0D
 AABDI
 DABHd
 DABE<qpl��Pqll��dqxl��xqtl���qp_�� �q|_���q�_��PH0B
A�q�_��SH0E
A�q`��SH0E
ArD`��SH0E
A$r�`��_H@Q
A@r�`��`H@R
A\ra��_H@Q
AxrTa��_H@Q
A(�r�a��"E�A�D`�
AAF4�r�i��SJ�D�Q R
AAEDG�A�P�r�i���F�D�D �F0D
 AABDI
 DABHd
 DABELs�j�� `s�j��ts�j�� �s�j����TK�p�H4�s�k��SJ�D�Q R
AAEDG�A�T�sl���F�D�D �F0D
 AABDI
 DABHd
 DABE<t�l�� Pt�l��dt�l��xt$p���t0p��%L�T(�t�l��*E�A�D@B
AAB4�t�n��SJ�D�Q R
AAEDG�A�Pu�n���F�D�D �F0D
 AABDI
 DABHd
 DABEGNU��L�Ls%���� �|%`�����%��P�% �0�%`��%��H}%��0}%s%�L@N�NT@T�
�d�����s% TpT �c0s%�Z[Hs%�pQR U�U�0�����Hs%PU�U�"p`s% V�V�����`s%PV�Vxs%��0��� W@W�s%�p����W�W�s%Е��0�XpX�� �������s%@X�X��0��s% ����Y Y�s%`VP|�|�Y�Y@UpUP^ W0U������s%�Y Z@Y�]�s%@V`{�{�Z�c��`��L��|%�pQR#�$�0�����|%�$%�"p����@A��0}%@V`{�{��H}%`VP|�|�] ^@UpUP^ W0U�����H}%^@^@Y�]�l� P\P<0�%Е��0������ ������0�%�0���0�@!`���GP�%�����0���`B ?��`�%P�P�p����Q�Jp� pЂ%P
`"�"
 
`fb0�u��%�#+p+�#�# r�p�'`�P�%�-�>0?`,�,h�%�-@p@pA�A`/�,�0�v@v�>�y`w�:���%@C�V�V�BC��@��O����%�Z�\`X���% b�jk�a�a�����g�Ј% q�@�0T�S� ���м��%��0����� � �����P�%�p��������@����% �����]^�� ����Ћ%��p������� � �@��]^^'^6^K^Z^m^}^�^�^�^�^�^�^�^�^�
���r%�r%���o`8>�
�_p�%X&p�(�HN	���o���o�����o	�o�����o9��% 0@P`p�������� 0@P`p�������� 0@P`p�������� 0@P`p�������� 0@P`p�������� 0@P`p�������� 0@P`p��������    0 @ P ` p � � � � � � � � !! !0!@!P!`!p!�!�!�!�!�!�!�!�!"" "0"@"P"`"p"�"�"�"�"�"�"�"�"## #0#@#P#`#p#�#�#�#�#�#�#�#�#$$ $0$@$P$`$p$�$�$�$�$�$�$�$�$%% %0%@%P%`%p%�%�%�%�%�%�%�%�%&& &0&@&P&`&p&�&�&�&�&�&�&�&�&'' '0'@'P'`'p'�'�'�'�'�'�'�'�'(( (0(@(P(`(p(�(�(�(�(�(�(�(�()) )0)@)P)`)p)�)�)�)�)�)�)�)�)** *0*@*P*`*p*�*�*�*�*�*�*�*�*++ +0+@+P+`+p+�+�+�+�+�+�+�+�+,, ,0,@,P,`,p,�,�,�,�,�,�,�,�,-- -0-@-P-`-p-�-�-�-�-�-�-�-�-.. .0.@.P.`.p.�.�.�.�.�.�.�.�.// /0/@/P/`/p/�/�/�/�/�/�/�/�/00 000@0P0`0p0�0�0�0�0�0�0�0�011 101@1P1`1p1�1�1�1�1�1�1�1�122 202@2P2`2p2�2GA$3a1��GA$3p1029�L��GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p10290��GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY�L�GA+GLIBCXX_ASSERTIONSlibdeclarative_multimedia.so-5.15.3-1.el8.x86_64.debug���!�7zXZ�ִF!t/��D�2�]?�E�h=��(a�K"�`��j$�c>�A���Y�6^P�G�e�����-�i��l`��{j�n��%�#��
�O���>���a��C��&&[�N�U��J��E�8��}7�M"�P}a�����5i.����d?�娣3�z�'=�{K��A��7Dޕ\�T�~�b=�;�}�
�t/�}�&�B�`��?½��+���z�����MR�"�#/e����SJX�e6z�HE�ߤ�S��RI�<@HO�Rw�O:Y��L���ӛk��R����4sX�m���H��U6�{E�I��=:�Aɕ&���L�eq�a�#�hR/s�:�t���,��(Z���<�|�B+a�
����݊�^��>*�����Fl,s����"�"��=u|r�A�&�?4����|�<W1R�b�g�V-@-[��!QdUѰm�z�ܠ9ݼ����S-�J��ˇs�¤e�|��g�(q�t'��x73�Kr��.��P@�����b��v�����E5H�~���&�@���K�NW�LmV�ZXӸb4"�-��n�,��A��E�r(;��i&:��Dz���2�S�A�<����[�!1�)݃���S%1��p�%�\L��x���(99q�]}��if�Cc�O�f?���.@x�G^]N�ɦߕ���Jޯ��GnM�^¹| Lq�ޤq����)N�S�nmt�z�gHV�a!��:��y]S�I1�z$b\��W�7�F�['�/��l�H�"�}f�����#��jC�
_E��-���I�&��cʈ���4SŎ� [T��L��q�-U�q�/�SqX&O^���2�=���0Z`������it:��%6�����P��k5G���~��:̠�u��)��cr����oW�G��&�8?��}-�8�T �j�G�����O�|›�O���8����#>���d����Ƣ��Y�l��N��c�w8��0��< 	3�#��{Q��"a��,�R1�&a�*��0������+��O�%En&��y��#�Pp��X����9,�l���j��u�E��BC�p�$�-��:�(�E6����0��v���5/S�s6�H���$.��q���O����9/�M�/�N���6J8�A^a"VF�I�$�3-dT�$y�jZ�5ۣ9���vlO���g�׵��_����{[f�ҥQ/�ε��;��3�DŽ��o���"G~���Ht�y:��yJ�"j�Vo���(���k���H�@���Y�*�x3yk �!���r��Y-�-�S���M�N(�XwzCf^�B+̚���A�oH� �Z��QT�� 4���R�G=��zFk[ᘂ�E%7`��n�ߦRk��E���ޤ�k��9���B�E�.�.���G����$3G�
�^��M0(jM;Q�0�;JW���S�k�޷��m��r���2�/�{���67�'�>�Q��q*�
Q�#��sP|�
��`h�U��%3� �p��ے�q��y�4�G��x��W�\`�-a�V&C#��y�(M����s�&)\�A�]巪���&f|�x�dd�[��e���Q�<z�c��i��ҝَ�������2%�V���P�ЫU�mw���o��X%�A��ܢ�u��qw�KtPP�ϣ-��_�þ/�B�"�Hk�oG�{l
Tӫ�XV)�#u���W��O��V[m�����i�k��M<y �I���a=��,�E��y�W��F?Q\Z�="��p��k𰉇 Q6����o+c]r�ך
s�OQE�p?��R>_���6����_�z�f"a�{RԓqN�'�=Ąr��o����c�M7��zhr4�L�I�`�k���(̀��jj��s��Λ����U
���~�o���Sof�#F���[D���f�e���HtN3�c6<����w6K��H�^N���7��h���P��*��9�IAf�rS��O�aB�)�TBi1�?[�v|h��ˎk#�4��ڌ5=J�<^6��.0��f��z7q�٫"�ŤhT��T��t������F�P���^��&;y���[z�ܢ���ͨ�������z+����%7�Tك*wG���L~ajy� lk��o�Agd���]��[���F��Yϻm�+�AUPә���,�Ӕ烠�>�~O�^��w�z!ώՐn0���2�77��nq�=�ρ���)�'BCbZ9��O�_-�
hz�i0���j��U�F�^����:FI��/Ey���D8���K� �tGC���|Z���vkv�,m1�������0
�\="q�[��*�6���"���v��61����ܤo�F76H���H?a�ٛ��ԈAy�c�FY�aޟ�|�}���a��/���S��_��������R:P��b�iL�O�h($�!b�L#NA\�‰D���`K~��;{��"���џ��#4ن|�
2�gJCۑ�=Z2�(�,�Y�!h�pdYu}��BT�ٚ�;��V��&X�cu����I��ך�ܭ>��0!V���$�Ub��aK
))O��h,:[�PYj�jb�F�>,K�gQ��9o|�z;	�[�>T{�ʉ3-jkT�G8�Y����"MuE�$�z����MG�l(:��
p��Z�6UF��m�A��^mQ$��y�U�����A���L��v��qK"y�(��2Rz➗�jd��)�3x��8#��xsW"�
�N��_�o�ɭ���~B����^.�i�1�b��y�W���Z��z$�er|x���ĀB�����l�
Q=1�C0^*Q�_�Ll���B.6Mp~�@۫z��Q�����I�W���~�d���z��T�:�˄�ϊ������(��m����Mh~�(�<i��=���Ԅ��@���Nx_m��˥���[�21!wDw[��U��./W�=���(������&�"\o�R-�px�Ry��T��&�� �'�`DR�=����.�gܵ�ɩ�^Hn�҆ú?�ogЖ�v��K|%{�֦���!$3�����������?m_���;��j�>{Q���f�U���&	i��AO��X��_���	3+�%�6U͞t=l�)��{�
�!�n$���A�P|g_i5=FOw��84G�6���d�3$Z/4��M�63�al���\Q-���}s>[�%�N�™CJ#_�i0?ư�/�IPp'�Lɫ�J�e_����Ӯ��U�0+��b�6�l�DW�Wq�f64�Ha������-pțM�f���<zP��6�@l�s1��cUo<j{��l�6 �t�?3Wɧ
B{�ר,v�	����s�x*��W�ԅU��q�KG;�[i�4MB�:}`��:���]�C��H��~f8 n}�ňO�m��T���Ӣ�n�<�!��2cxk��ѧu��PpUl,\��X�r�>��$-(�CA��� �ѽ2���r�䱩9f��~���t�v���U�ŀm��O8���+E1��
��un�����۟$o�Q�H�����+q�� P�s2e���-u�)�Zm���E�N�s��B���n�Z0+��(-���M��g�zӁ$�I���t�~6��J>m!��$�*X�.Q����A>Q��[=Nw!>l������V&��E����U�̙jEh�NAۧ�D����έ�!��W#LM?(����7�Es_v��N��_'ʊ��z��G͍`����km8!�>B�z.��������{XW�~*_a�yߟK�e~7���U�[
c��3]��cw���⹾r�-�+H�1���E��
n��.�Ptg;�o��@;�/ǃ+���
��/Ƶ�*�	��M��:�#*��L), �,�X�bg#!nj�Trۗ�V�"��)���U���9�LK@��ܿ�M$7��K�8Ihxl�58sj~��P԰�B�>V�0�P�n����C_إ��Ѿ����'�)���R�K��,dg.�T<#�f:Q/�͜�|�3��ߑx��� _�o�%�F��.N+��)u��H�X�=?�qG�F�]i��0P7/zt�-�t{��j�p	����g��K?gt���ʮp֛�KĤFǯ3�u�0E��7Y��)>$����l:�|ĉo���U�ikT�1����ϧ��>��/���A������l{����~]r�Q����Gk��w�(��`�
�Þ�[*��kF$�׈�.�s�L���z>�.��qTN����
E��†��I7W%�zu��a�w��_u�]B<o�	��ƒ��LIHI�@r���g@��7Y\}I��;*��\s���]�����0�ĝQ�"�\�;���S��2���ǵ�	�c�Pc��G�ʷ�h͢��]eS�V��s�:��6�Ez��W��~l9��	�Kp�����S+~BĒ�w(�IK�N,k$�Af$�DY�-Tesa���d���~ɖO6]&ؼ`������G�1�ݔ
�ʟb1�e�i�@�ò&�GE���LÔ"����O�]�d�IB�]U�&hfm'�7��6J
� �eqо7)�r�H��GԡϢj?}e�o��[^��M����D���t����#Z�G~�F�7�S1�Ճ~ w�N��7R�C�Wĸ�#[�-�e�Զ������ ��A���,�‰�����Hmتջ�w`e��T���I����:��3�p�����P#��a�|Ŧ�1)U��c�[:�RkԻv�3��������u����*�-38���[�7��3Ķ�~%�g�܃�<�?��g]*g�9�K/��n��vr��
���(T�Cwbd)#4�X$�|�zv�vi��jh<��K'��O��d����qQ&�G�n���j�>63�C'�Y�I��������[��?a<#!2�9e��t�JF�����n�g"8������4f	69��!-=�QT%[i����֎?��z�\arj����
G�Ah�����%!��5��q.���Q)�U�s�{8	�(�0 
��q]h�ʢ&ET��}$n���%�M��X!>��??�p6�E)FrgE*�){C!�~+�T��K2#�|D~
1i��]ka����]!��NR���6`��.�B�ގ��[����I�׫�fzV*�t���P��Le�B��1������GNS�HJ5:�s�R{
{Ȼ�- �Xo$V�Y^`f�!��pS/��g<GsliT��\����\C��b���AEy��<�vhm���`7�Nz�����o�wc�ս�^���X�o�K�b0py���9��y�W����_H�%��Fp����t�
��!u0�����O����6�ևh�!"����@��v�0��h�	/9�ZG��R��ߕo:���"�KE�T�$���/�۫r�R�W��(;7
�l���J\+nj~)��]�ʓL0~����Q]�S���¡םVz׽�xk�-θ_+
`��6
t	���M��
���UD�Q�~eO���"����]:ʹi��
��
(�����M�i��sѡ�M~_��Ύ���ze{��K���ϟ��	<��)T�@��YP����Ά��V�Q��"��D�9�3�r�(�[8Pj�D��W��t��ʐO(��A|�2�R�Z%�[��‰B�`	. ����@I�',1~�������b�W$��{T���	�R-�x�9����yDtV0�����ey�B*��B]#r��G�/��u�m,2�7c9������{����#�kXl���)��$v�Y�Ga0U��3� <9�*��8�w��^	@��m�u�kv����sշ{T0u
���d�{��[���� �u�
����`�����)q���a�d߻T
�jַ�6��x��/�\X�%C�w�r6�{��4	p���/i��/�^G@X
�*лphcQx:�WLbն>	�5n)��Z$�w�$�8X�/��W^�ŷ&�t����G�,�o��웥��y�u�����Q�`^��m��d��{����/�7���U�3c�؂�	z�;%9��i�׍h�׼��<9��'�$�2U7;�$Ѡ�tkm������O���8�XH��,͔h�?������P30G=~�k���6[@�;'�2�V�5̦��kG*���S�!Ͻ`9��r���D i��^M}��v��B{�ygI]�l�\�G��W����fF>˕ͪP/��"�u��/���C�j���"ߟ�LM�>�;Տ��p�r9��?c�ø��	I��-F3M�=��N)O�
*�ڦru5�X{����;(�3Xn�\�1�����R��M逕7�H�$�&Z��UF���URF�hC.lo�c�p��_?S����6.�Jq�t��t x�
�ϻT��e�وYa���m
.���ٹ�g�\�\��[�ȩ�X��/b�v*�ƒ9��q��e�>����e��_Ҫ
�c'��/���}�~�鬑JMS�61�4��,�g�RIEa�n�L��j�n^i��>DZ�A~d���W^�rw�d�Ww{��
�5hD=�c���e7z�h��<$VZ�d��=�m�*��kf���*1mL��҇=*y�ՙ���F�z��xㄚ(X����pW�� U�r
y�{Y���W�xy�����@�n�*#�u���u�H�����>|�Eg�9(�K�8m��w�Iƕq%����a��K���~��ڽr��"�N��n�����`�&���U]ʖ(/:�~U\���۽u�kL����4ϱ�i[,�7������z��%�E��D���o�X֎058z^��.���J��}r�7�n��Sﯪ��n���_'P�F����X���i����z�mXE��.�h	���;�KsJ3s�(��6��[v[kl���94����ܽE�Y��y����|�he���1s,�h:䙁�Ao`�I�kE�t�v�f�F�|��.��߻��H������K�����3щ��4�q��Raz����ֺx���B�>��D�)��(H-h��J��hG��H�B2�?gE�����~��N��9��a��T\��X�r��~/rclؙ�;��\���OWE��Z�̎�]�w�*���L��!|���a(��Q0��6��[`�(���A�}6D�9?"FV(����̨��~/��@��%HV�{�ض'3���A�A�`EU<��_�y1}���6��c�*Z��o1A������<c����f��.��`yOO�A/��pf���
�F���β�Dk��V'�)�5����ѭ"����3t4r���D�G���J*뗝-/	Z��3|�'l
5���ulM^\K�=K����{��g�.,�^#f��'������a�l��"�P�@oW�]���sl�a��A�
.b��-54)�jp�}�TW!�� �[�a���<����/��&,��Q���t��2D��~�{�k;h����Zև/K#'5���ߤ��X�+�Οm��4<z��7 _��`L��*��B���JB���~jb~��j���f#�C�q��[`)J�\�Y{��
�����!&�xj!��Z�du|��X9RĶu.�F�l��j����T�re@���GMD3y-iZ0㨧��>�q+�1���t�Luo��Bm�d����QD��>�:.e���I�#@�Ax>��2���J���aFhb�Xq��߸�fC��Ad,�={�䅽K�Z7e��a,��(�q;�q,Zd�T�KNJ���WQ}�NOb`u�9^���_H�����P5T !S.W�g�|��)����\��rv��xL��*i0��3�MI<�M߅LG?%�H 
��=���3��޵P%pK��0�i9"�Bi\^�5|�P��Ʈ��1|�u���rސ�A����]u����a=�,�i����7܈���sTb�w�M��!j�D���NKD����(ve��J���>욂w{����gޛ@�Z�Ñ
�i!��iy�㢭�a�;�i.�{�lj�[�\+�%]o���]�+�����r�ԩ �fZkd���yŌ�����^4�dJR�t�#�~D-f�|Ӓ�+��2E��1�U9�ҴϗG��ߖ7S
��D�=�Ѧ04uӘ�~�Q� ���P�&��/�3ޛ�0���A��t��(�;D^�
E�	W%{V�{M�!��s�O�'<���&����
=n8l�?߃����)��Jg��x8�3/�>^�?m��9��F3�:��K�]����(��B�r�mR���Dꂝ8A	+r���#�f�xսPX5p�&���T�ȇ��׊3<P�:��x4��_�]�p=�z�W��,=pd�4��6��V�vC�i^T˹7dϬ��������>��������f"���!�+U��*��ϯ�{�$9EwP�P&��fdz/BρU؞ g&J7l{$�'��KBj.��Y��A��<!��:�ʈ���Ŵ�5�|34�&���܈F�LIg��j���~�4=�/O�`��>���oN�|��n�r�\����ee��CuQ��b5~�{o�J\�����7N��U9�a�V�-�m��^���_��}#>Y���+���gX2���0�PjC�H}�f3hd�9��P����������X��u����Mk5��D�>6H��%1��HTnj��|�����b֔�]5s����BpЉ��Ȣ��������2��|��%�,���8�9Mp��aE�d��G��~K�M[�d��z��<9�
�@�d���nt��M+o{��1=梅����2�
�"Ps9���M��Q6��eu-.`�b�v��~t�i��W��|��6������	�a�~i��S耽���cb�G=�)��XFӄ>��c��+�~��7�ŗUŚ[�Ŀ��7�^t��s�������h+s��bO��4�:�%���4�A�7\�9:[`۳��Ŵ�F�pv���_(e�r'
'Q~��!�-CX�5m�@�������i���W,�w�i���g�`˒\'��Il��"����-+)��Հ����;������p�!�f=<ᅶ�dq��H�<7t�y(�Q��G�ˑQ�d�y���\>n�\�*֌֣��E�7�{�O�Ta��c|x�q?]2���øV'A�axy�B�j�/b3�R��OWM��8���X���"�� ���3�AJ8�Mq���j�SN�r����o9��wz��s�����ܙ��t�[�-�߮���!OP��>pl���N0XAŇW�K���R���1����5��蒑	}EAz�wG�2쓗_���c��!�bΕ�Q�>�>Tyw�1�brz��dh�k�H��!F�*v�Գ�-�d�r�2l`E��g�R�\'g���,n<%��8����Ai�,v�őA�'�6�9�O�G3-XH��ء/�@u0Oݢ`(8�ϝ�t>�-s��)&!��؞��ή�=�PH��0��=6m���P��(a`{��}.�LUkh9Twt�O��J�X\�����O|y����UU��J��‘�Sz���0�_�ͅ+F~�_hV
���RC]�)kr�=�;>�t}!��1SQ�G�ڧ<�b������S6Tf�F3ia���Ȝ~�jANB�z4�OgлJew^ԁG{4P����|]e�Glo-�RP�0�Hi�ʲM�s�bbd���m:�󢀺���\ ��zҦ
��R;��%�b$��>��{�P�}�
9�!���A4�Ġ%�1�WN<4��@�C�!���G�!�m�2��@Zy��$�~:��pT�;eAt�$�#���M���H�����̖���A�o��O�F�@
B��5n��4��k����`$��s�ܾ��-ɰ]m��%ٰ���-7X�"���j�u��`baG?�ޒ�Y.\o�|�D�����K�5�C�w��0J&=s}f,=�-�K�:߽8����%c��Q�{a��4��nK���A�J�-���/H�Qׄ���p�D�s�p� ���"���br�Kz�Cə�Ʉ���8{,HU��`=L	)���V�`�D��Q#C%`0�2�w%��u&U	Ϣt�j'�-�*TB�3��ZD���(���"I!˦3�?Z����0�G����2�,��h��M{��/OP���@Vn��̰��w5���x�b��"�8�c+�
�Q*?�@�]S������
������M
#=n�RxC ���;e��a�'�{�X�%���AH��c���E��ʰ�"�:O��WR*�Bm��]�T�F9��W[��6�NFnPԕ��B�/a<��G����e�g�w���s��	ٕ����}ܰΩ4��܆���~G�Lƻ2�W3�Q
�j��qL��4Op��φf�d�9��F�V��R�˩�j<S=V%��2"2�:y\��:�g0��7�a�H��38&ԋC�~zNOΜFG|���i�����ambdz�����7���	]�@n���ZE�bw����\�Т�|G����u���¿�8���c
�Y�)��s��Ș冫)�XN����Y����Z���)�d�����k&��@�V��[�̻=�C�"\�}�)I� *0Y��W��P^;��E�������T��L�vq0<�tF~�#�Z����#}*�ær�k��t��.Q�K��G3k'Oo<l��o�E����%
��%n	B���;l�<�XfN>�G�>�������!�YȞ�j�X���^X�3̸߱�n�]�Chk�0t<#���/L��w-����Zx�}4���TV��i�3�Gq�PB��:���u���aP���
2����XV
bB�	d�s�>�𭠳���/F�+L`/G�p�K2�^��Jm&	��@)t>�Wu����P!|j���0?� ���~��rVH�ckQ��Oo�d�]G��;���:
	���>�ӛ03t)}3��(#0��nu4i(�`�<��T
�j�6l'q�#9#�;G	O��t�4p�p8��F��F���9�)��D�#�dX ;%�5&2�\�-El��P�B�5��L�s%�#z~㸡X\�P�o����>�<tk&�5�>������y�`w��Y�c��b6��cq&.	�˩㜘Ӡ*(=0��)�z0q_�ч	B�:K+��:a��(~@�OO�S���\
�La��2>S,%�5zA�/:��L�W��݇�g���<�c��g_�ۉ��[�TN�T��tRY��:�E��;�3_�4� ��7����*��䀜˒}��(�b��Y�hHK|�믣�4������Q�:O�4��_A�E���q�<#fk�U�y�@j@�=�
W��e�t-Kl,w�;A��z�倁��P[~n��S�Q���|A���#����`n�P
�&�ހ�|
[��U"71�Jp!�}6�Y����mbOm
5d��y{��D����v1��K�1�l"{�҂_y�5��1�\��_AH�Ov��in�ό�:*R}!Ok�Ek:Mٌ��Y~���[�ߥ�j����7��t�S�b�^�A��Ck[Yx9/�Qv�lp
=��%h�89N;%��b�V��U��N��-l�n=q��6��i��QY���J勺�޵�޽ö��y�	���d�H�n��Ч�~9���1u�{������VyzK��6cTNT�\�.��'̰ud����m��0L�A���u(2�����h��0�YA�!�v��,5�ĝ%Z�l_MU>�bR�-��[�_ZI�����d�2t{�CQJ-�<{��VI��PxAjbLO��F[��
�g�ʰ]~Bw�z��h��')���m:�F��\��$t��}om�`k�`.}�n��M@����?��)z�d�(���܀ƾf��l��ΩT
�Z��Hc+��#�vo��t�l��;G���˝�f��GfN�+��ד[f�H��i�w��r����n~Te�-�{�5����}�)\*6T7\T�ND�&*�%AR�<@�^ˬCF�/��2�%U����鰤R�*��s5PIk�h�:�;m@�T�C�=��O+�B3QH\�H\��۴�!���A|�XB��:�����hOy���<ȋ���RV^+nd�Rށ���t�(jf���Lo��CB"��O���RK\��\'��� ��<��6�]�1�&F��M�+��9{�O	���G��a}.98��n�txF��ßiV=�r'u��\��-��c{���L
a^�����c���w���"d�ԓib��$�=�~t����
�6�����P�ⴺ�>�ɇ�8lf��SKm?L���H�<��*���u�ME�w2J��u_7R(㘚U��<����Z񐭀LA�s�ء�|�<CO�O�(74N� �2)�
��40�8L��R�
�k,��D��`�x�E�g���p�XH��
iBT
"�➒�D'��x�q��,�L	MVÒ^����q���+ÀhL_�X��ќSq���w��	�K�itB�ǜ�=d'PȳA!���,����٫��莈��4�)U����� �JOŇG���̑�rs����P^�~>k�57�}bA9��KM�T�������hS.���I2��u��g���f�"L}�[��(��ٯ&���L�.�s���ۜ�zImh�QG��#��F6���,r[OZ%g��q	û!b#5��#w��Z�h�F�i���q+¬B�-d洛�8��*v'mJ�{�Ρ���e��.�rw��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``P(���;08>8>�_8���o�����E���o����p	T(�(�HN^Bp�p�X&h��c���n�2�2�w L LՈ}����
� � �p� ����������r �������`u�pepe ��r%�r��r%�r�s%s� ���%����p�%p���%�� ��e��<*P�3T�9PK�[�FF�bCbCQtMultimedia/Video.qmlnu�[���/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
** GNU Lesser General Public License Usage
** Alternatively, this file may be used under the terms of the GNU Lesser
** General Public License version 3 as published by the Free Software
** Foundation and appearing in the file LICENSE.LGPL3 included in the
** packaging of this file. Please review the following information to
** ensure the GNU Lesser General Public License version 3 requirements
** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
**
** GNU General Public License Usage
** Alternatively, this file may be used under the terms of the GNU
** General Public License version 2.0 or (at your option) the GNU General
** Public license version 3 or any later version approved by the KDE Free
** Qt Foundation. The licenses are as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
** included in the packaging of this file. Please review the following
** information to ensure the GNU General Public License requirements will
** be met: https://www.gnu.org/licenses/gpl-2.0.html and
** https://www.gnu.org/licenses/gpl-3.0.html.
**
** $QT_END_LICENSE$
**
****************************************************************************/

import QtQuick 2.0
import QtMultimedia 5.13

/*!
    \qmltype Video
    \inherits Item
    \ingroup multimedia_qml
    \ingroup multimedia_video_qml
    \inqmlmodule QtMultimedia
    \brief A convenience type for showing a specified video.

    \c Video is a convenience type combining the functionality
    of a \l MediaPlayer and a \l VideoOutput into one. It provides
    simple video playback functionality without having to declare multiple
    types.

    \qml
    Video {
        id: video
        width : 800
        height : 600
        source: "video.avi"

        MouseArea {
            anchors.fill: parent
            onClicked: {
                video.play()
            }
        }

        focus: true
        Keys.onSpacePressed: video.playbackState == MediaPlayer.PlayingState ? video.pause() : video.play()
        Keys.onLeftPressed: video.seek(video.position - 5000)
        Keys.onRightPressed: video.seek(video.position + 5000)
    }
    \endqml

    \c Video supports untransformed, stretched, and uniformly scaled
    video presentation. For a description of stretched uniformly scaled
    presentation, see the \l fillMode property description.

    \sa MediaPlayer, VideoOutput

\omit
    \section1 Screen Saver

    If it is likely that an application will be playing video for an extended
    period of time without user interaction, it may be necessary to disable
    the platform's screen saver. The \l ScreenSaver (from \l QtSystemInfo)
    may be used to disable the screensaver in this fashion:

    \qml
    import QtSystemInfo 5.0

    ScreenSaver { screenSaverEnabled: false }
    \endqml
\endomit
*/

// TODO: Restore Qt System Info docs when the module is released

Item {
    id: video

    /*** Properties of VideoOutput ***/
    /*!
        \qmlproperty enumeration Video::fillMode

        Set this property to define how the video is scaled to fit the target
        area.

        \list
        \li VideoOutput.Stretch - the video is scaled to fit
        \li VideoOutput.PreserveAspectFit - the video is scaled uniformly to fit without
            cropping
        \li VideoOutput.PreserveAspectCrop - the video is scaled uniformly to fill, cropping
            if necessary
        \endlist

        Because this type is for convenience in QML, it does not
        support enumerations directly, so enumerations from \c VideoOutput are
        used to access the available fill modes.

        The default fill mode is preserveAspectFit.
    */
    property alias fillMode:            videoOut.fillMode

    /*!
        \qmlproperty enumeration Video::flushMode

        Set this property to define what \c Video should show
        when playback is finished or stopped.

        \list
        \li VideoOutput.EmptyFrame - clears video output.
        \li VideoOutput.FirstFrame - shows the first valid frame.
        \li VideoOutput.LastFrame - shows the last valid frame.
        \endlist

        The default flush mode is EmptyFrame.
        \since 5.15
    */
    property alias flushMode:            videoOut.flushMode

    /*!
        \qmlproperty int Video::orientation

        The orientation of the \c Video in degrees. Only multiples of 90
        degrees is supported, that is 0, 90, 180, 270, 360, etc.
    */
    property alias orientation:         videoOut.orientation


    /*** Properties of MediaPlayer ***/

    /*!
        \qmlproperty enumeration Video::playbackState

        This read only property indicates the playback state of the media.

        \list
        \li MediaPlayer.PlayingState - the media is playing
        \li MediaPlayer.PausedState - the media is paused
        \li MediaPlayer.StoppedState - the media is stopped
        \endlist

        The default state is MediaPlayer.StoppedState.
    */
    property alias playbackState:        player.playbackState

    /*!
        \qmlproperty bool Video::autoLoad

        This property indicates if loading of media should begin immediately.

        Defaults to true, if false media will not be loaded until playback is
        started.
    */
    property alias autoLoad:        player.autoLoad

    /*!
        \qmlproperty real Video::bufferProgress

        This property holds how much of the data buffer is currently filled,
        from 0.0 (empty) to 1.0
        (full).
    */
    property alias bufferProgress:  player.bufferProgress

    /*!
        \qmlproperty int Video::duration

        This property holds the duration of the media in milliseconds.

        If the media doesn't have a fixed duration (a live stream for example)
        this will be 0.
    */
    property alias duration:        player.duration

    /*!
        \qmlproperty enumeration Video::error

        This property holds the error state of the video.  It can be one of:

        \list
        \li MediaPlayer.NoError - there is no current error.
        \li MediaPlayer.ResourceError - the video cannot be played due to a problem
            allocating resources.
        \li MediaPlayer.FormatError - the video format is not supported.
        \li MediaPlayer.NetworkError - the video cannot be played due to network issues.
        \li MediaPlayer.AccessDenied - the video cannot be played due to insufficient
            permissions.
        \li MediaPlayer.ServiceMissing -  the video cannot be played because the media
            service could not be
        instantiated.
        \endlist
    */
    property alias error:           player.error

    /*!
        \qmlproperty string Video::errorString

        This property holds a string describing the current error condition in more detail.
    */
    property alias errorString:     player.errorString

    /*!
        \qmlproperty enumeration Video::availability

        Returns the availability state of the video instance.

        This is one of:
        \table
        \header \li Value \li Description
        \row \li MediaPlayer.Available
            \li The video player is available to use.
        \row \li MediaPlayer.Busy
            \li The video player is usually available, but some other
               process is utilizing the hardware necessary to play media.
        \row \li MediaPlayer.Unavailable
            \li There are no supported video playback facilities.
        \row \li MediaPlayer.ResourceMissing
            \li There is one or more resources missing, so the video player cannot
               be used.  It may be possible to try again at a later time.
        \endtable
     */
    property alias availability:    player.availability

    /*!
        \qmlproperty bool Video::hasAudio

        This property holds whether the current media has audio content.
    */
    property alias hasAudio:        player.hasAudio

    /*!
        \qmlproperty bool Video::hasVideo

        This property holds whether the current media has video content.
    */
    property alias hasVideo:        player.hasVideo

    /*!
        \qmlproperty object Video::metaData

        This property holds the meta data for the current media.

        See \l{MediaPlayer::metaData}{MediaPlayer.metaData} for details about each meta data key.

        \sa {QMediaMetaData}
    */
    property alias metaData:        player.metaData

    /*!
        \qmlproperty bool Video::muted

        This property holds whether the audio output is muted.
    */
    property alias muted:           player.muted

    /*!
        \qmlproperty real Video::playbackRate

        This property holds the rate at which video is played at as a multiple
        of the normal rate.
    */
    property alias playbackRate:    player.playbackRate

    /*!
        \qmlproperty int Video::position

        This property holds the current playback position in milliseconds.

        To change this position, use the \l seek() method.

        \sa seek()
    */
    property alias position:        player.position

    /*!
        \qmlproperty enumeration Video::audioRole

        This property holds the role of the audio stream. It can be set to specify the type of audio
        being played, allowing the system to make appropriate decisions when it comes to volume,
        routing or post-processing.

        The audio role must be set before setting the source property.

        Supported values can be retrieved with supportedAudioRoles().

        The value can be one of:
        \list
        \li MediaPlayer.UnknownRole - the role is unknown or undefined.
        \li MediaPlayer.MusicRole - music.
        \li MediaPlayer.VideoRole - soundtrack from a movie or a video.
        \li MediaPlayer.VoiceCommunicationRole - voice communications, such as telephony.
        \li MediaPlayer.AlarmRole - alarm.
        \li MediaPlayer.NotificationRole - notification, such as an incoming e-mail or a chat request.
        \li MediaPlayer.RingtoneRole - ringtone.
        \li MediaPlayer.AccessibilityRole - for accessibility, such as with a screen reader.
        \li MediaPlayer.SonificationRole - sonification, such as with user interface sounds.
        \li MediaPlayer.GameRole - game audio.
        \li MediaPlayer.CustomRole - The role is specified by customAudioRole.
        \endlist

        customAudioRole is cleared when this property is set to anything other than CustomRole.

        \since 5.6
    */
    property alias audioRole:       player.audioRole

    /*!
        \qmlproperty string Video::customAudioRole

        This property holds the role of the audio stream when the backend supports audio roles
        unknown to Qt. It can be set to specify the type of audio being played, allowing the
        system to make appropriate decisions when it comes to volume, routing or post-processing.

        The audio role must be set before setting the source property.

        audioRole is set to CustomRole when this property is set.

        \since 5.11
    */
    property alias customAudioRole: player.customAudioRole

    /*!
        \qmlproperty bool Video::seekable

        This property holds whether the playback position of the video can be
        changed.

        If true, calling the \l seek() method will cause playback to seek to the new position.
    */
    property alias seekable:        player.seekable

    /*!
        \qmlproperty url Video::source

        This property holds the source URL of the media.

        Setting the \l source property clears the current \l playlist, if any.
    */
    property alias source:          player.source

    /*!
        \qmlproperty Playlist Video::playlist

        This property holds the playlist used by the media player.

        Setting the \l playlist property resets the \l source to an empty string.

        \since 5.6
    */
    property alias playlist:        player.playlist

    /*!
        \qmlproperty enumeration Video::status

        This property holds the status of media loading. It can be one of:

        \list
        \li MediaPlayer.NoMedia - no media has been set.
        \li MediaPlayer.Loading - the media is currently being loaded.
        \li MediaPlayer.Loaded - the media has been loaded.
        \li MediaPlayer.Buffering - the media is buffering data.
        \li MediaPlayer.Stalled - playback has been interrupted while the media is buffering data.
        \li MediaPlayer.Buffered - the media has buffered data.
        \li MediaPlayer.EndOfMedia - the media has played to the end.
        \li MediaPlayer.InvalidMedia - the media cannot be played.
        \li MediaPlayer.UnknownStatus - the status of the media cannot be determined.
        \endlist
    */
    property alias status:          player.status

    /*!
        \qmlproperty real Video::volume

        This property holds the audio volume.

        The volume is scaled linearly from \c 0.0 (silence) to \c 1.0 (full volume). Values outside
        this range will be clamped.

        The default volume is \c 1.0.

        UI volume controls should usually be scaled nonlinearly. For example, using a logarithmic
        scale will produce linear changes in perceived loudness, which is what a user would normally
        expect from a volume control. See \l {QtMultimedia::QtMultimedia::convertVolume()}{QtMultimedia.convertVolume()}
        for more details.
    */
    property alias volume:          player.volume

    /*!
        \qmlproperty bool Video::autoPlay

        This property determines whether the media should begin playback automatically.

        Setting to \c true also sets \l autoLoad to \c true. The default is \c false.
    */
    property alias autoPlay:        player.autoPlay

    /*!
        \qmlproperty int Video::notifyInterval

        The interval at which notifiable properties will update.

        The notifiable properties are \l position and \l bufferProgress.

        The interval is expressed in milliseconds, the default value is 1000.

        \since 5.9
    */
    property alias notifyInterval:  player.notifyInterval

    /*!
        \qmlproperty int Video::loops

        This property holds the number of times the media is played. A value of \c 0 or \c 1 means
        the media will be played only once; set to \c MediaPlayer.Infinite to enable infinite looping.

        The value can be changed while the media is playing, in which case it will update
        the remaining loops to the new value.

        The default is \c 1.

        \since 5.9
    */
    property alias loops:           player.loops

    /*!
        \qmlsignal Video::paused()

        This signal is emitted when playback is paused.

        The corresponding handler is \c onPaused.
    */
    signal paused

    /*!
        \qmlsignal Video::stopped()

        This signal is emitted when playback is stopped.

        The corresponding handler is \c onStopped.
    */
    signal stopped

    /*!
        \qmlsignal Video::playing()

        This signal is emitted when playback is started or continued.

        The corresponding handler is \c onPlaying.
    */
    signal playing

    VideoOutput {
        id: videoOut
        anchors.fill: video
        source: player
    }

    MediaPlayer {
        id: player
        onPaused:  video.paused()
        onStopped: video.stopped()
        onPlaying: video.playing()
    }

    /*!
        \qmlmethod Video::play()

        Starts playback of the media.
    */
    function play() {
        player.play();
    }

    /*!
        \qmlmethod Video::pause()

        Pauses playback of the media.
    */
    function pause() {
        player.pause();
    }

    /*!
        \qmlmethod Video::stop()

        Stops playback of the media.
    */
    function stop() {
        player.stop();
    }

    /*!
        \qmlmethod Video::seek(offset)

        If the \l seekable property is true, seeks the current
        playback position to \a offset.

        Seeking may be asynchronous, so the \l position property
        may not be updated immediately.

        \sa seekable, position
    */
    function seek(offset) {
        player.seek(offset);
    }

    /*!
        \qmlmethod list<int> Video::supportedAudioRoles()

        Returns a list of supported audio roles.

        If setting the audio role is not supported, an empty list is returned.

        \since 5.6
        \sa audioRole
    */
    function supportedAudioRoles() {
        return player.supportedAudioRoles();
    }

}
PK�[����QtMultimedia/qmldirnu�[���module QtMultimedia
plugin declarative_multimedia
classname QMultimediaDeclarativeModule
typeinfo plugins.qmltypes
Video 5.0 Video.qml
PK�[�t�m##QtQml/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        file: "private/qqmlengine_p.h"
        name: "QObject"
        exports: ["QML/QtObject 1.0", "QtQml/QtObject 2.0"]
        exportMetaObjectRevisions: [0, 0]
        Property { name: "objectName"; type: "string" }
        Signal {
            name: "objectNameChanged"
            Parameter { name: "objectName"; type: "string" }
        }
        Method {
            name: "_q_reregisterTimers"
            Parameter { type: "void"; isPointer: true }
        }
        Method { name: "toString" }
        Method { name: "destroy" }
        Method {
            name: "destroy"
            Parameter { name: "delay"; type: "int" }
        }
    }
    Component {
        file: "private/qqmlbind_p.h"
        name: "QQmlBind"
        prototype: "QObject"
        exports: [
            "QtQml/Binding 2.0",
            "QtQml/Binding 2.14",
            "QtQml/Binding 2.8"
        ]
        exportMetaObjectRevisions: [0, 14, 8]
        Enum {
            name: "RestorationMode"
            values: [
                "RestoreNone",
                "RestoreBinding",
                "RestoreValue",
                "RestoreBindingOrValue"
            ]
        }
        Property { name: "target"; type: "QObject"; isPointer: true }
        Property { name: "property"; type: "string" }
        Property { name: "value"; type: "QJSValue" }
        Property { name: "when"; type: "bool" }
        Property { name: "delayed"; revision: 8; type: "bool" }
        Property { name: "restoreMode"; revision: 14; type: "RestorationMode" }
        Method { name: "targetValueChanged" }
    }
    Component {
        file: "qqmlcomponent.h"
        name: "QQmlComponent"
        prototype: "QObject"
        exports: ["QML/Component 1.0", "QtQml/Component 2.0"]
        exportMetaObjectRevisions: [0, 0]
        attachedType: "QQmlComponentAttached"
        Enum {
            name: "CompilationMode"
            values: ["PreferSynchronous", "Asynchronous"]
        }
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Loading", "Error"]
        }
        Property { name: "progress"; type: "double"; isReadonly: true }
        Property { name: "status"; type: "Status"; isReadonly: true }
        Property { name: "url"; type: "QUrl"; isReadonly: true }
        Signal {
            name: "statusChanged"
            Parameter { type: "QQmlComponent::Status" }
        }
        Signal {
            name: "progressChanged"
            Parameter { type: "double" }
        }
        Method {
            name: "loadUrl"
            Parameter { name: "url"; type: "QUrl" }
        }
        Method {
            name: "loadUrl"
            Parameter { name: "url"; type: "QUrl" }
            Parameter { name: "mode"; type: "CompilationMode" }
        }
        Method {
            name: "setData"
            Parameter { type: "QByteArray" }
            Parameter { name: "baseUrl"; type: "QUrl" }
        }
        Method { name: "errorString"; type: "string" }
        Method {
            name: "createObject"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "incubateObject"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
    }
    Component {
        file: "private/qqmlcomponentattached_p.h"
        name: "QQmlComponentAttached"
        prototype: "QObject"
        Signal { name: "completed" }
        Signal { name: "destruction" }
    }
    Component {
        file: "private/qqmlconnections_p.h"
        name: "QQmlConnections"
        prototype: "QObject"
        exports: ["QtQml/Connections 2.0", "QtQml/Connections 2.3"]
        exportMetaObjectRevisions: [0, 3]
        Property { name: "target"; type: "QObject"; isPointer: true }
        Property { name: "enabled"; revision: 3; type: "bool" }
        Property { name: "ignoreUnknownSignals"; type: "bool" }
        Signal { name: "enabledChanged"; revision: 3 }
    }
    Component {
        file: "private/qqmlvaluetype_p.h"
        name: "QQmlEasingValueType"
        exports: ["QtQml/Easing 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Enum {
            name: "Type"
            values: [
                "Linear",
                "InQuad",
                "OutQuad",
                "InOutQuad",
                "OutInQuad",
                "InCubic",
                "OutCubic",
                "InOutCubic",
                "OutInCubic",
                "InQuart",
                "OutQuart",
                "InOutQuart",
                "OutInQuart",
                "InQuint",
                "OutQuint",
                "InOutQuint",
                "OutInQuint",
                "InSine",
                "OutSine",
                "InOutSine",
                "OutInSine",
                "InExpo",
                "OutExpo",
                "InOutExpo",
                "OutInExpo",
                "InCirc",
                "OutCirc",
                "InOutCirc",
                "OutInCirc",
                "InElastic",
                "OutElastic",
                "InOutElastic",
                "OutInElastic",
                "InBack",
                "OutBack",
                "InOutBack",
                "OutInBack",
                "InBounce",
                "OutBounce",
                "InOutBounce",
                "OutInBounce",
                "InCurve",
                "OutCurve",
                "SineCurve",
                "CosineCurve",
                "Bezier"
            ]
        }
        Property { name: "type"; type: "QQmlEasingValueType::Type" }
        Property { name: "amplitude"; type: "double" }
        Property { name: "overshoot"; type: "double" }
        Property { name: "period"; type: "double" }
        Property { name: "bezierCurve"; type: "QVariantList" }
    }
    Component {
        file: "private/qqmllocale_p.h"
        name: "QQmlLocale"
        exports: ["QtQml/Locale 2.2"]
        isCreatable: false
        exportMetaObjectRevisions: [2]
        Enum {
            name: "MeasurementSystem"
            values: [
                "MetricSystem",
                "ImperialSystem",
                "ImperialUSSystem",
                "ImperialUKSystem"
            ]
        }
        Enum {
            name: "FormatType"
            values: ["LongFormat", "ShortFormat", "NarrowFormat"]
        }
        Enum {
            name: "CurrencySymbolFormat"
            values: [
                "CurrencyIsoCode",
                "CurrencySymbol",
                "CurrencyDisplayName"
            ]
        }
        Enum {
            name: "DayOfWeek"
            values: [
                "Sunday",
                "Monday",
                "Tuesday",
                "Wednesday",
                "Thursday",
                "Friday",
                "Saturday"
            ]
        }
        Enum {
            name: "NumberOptions"
            values: [
                "DefaultNumberOptions",
                "OmitGroupSeparator",
                "RejectGroupSeparator",
                "OmitLeadingZeroInExponent",
                "RejectLeadingZeroInExponent",
                "IncludeTrailingZeroesAfterDot",
                "RejectTrailingZeroesAfterDot"
            ]
        }
    }
    Component {
        file: "private/qqmlloggingcategory_p.h"
        name: "QQmlLoggingCategory"
        prototype: "QObject"
        exports: ["QtQml/LoggingCategory 2.12", "QtQml/LoggingCategory 2.8"]
        exportMetaObjectRevisions: [12, 8]
        Enum {
            name: "DefaultLogLevel"
            values: ["Debug", "Info", "Warning", "Critical", "Fatal"]
        }
        Property { name: "name"; type: "string" }
        Property { name: "defaultLogLevel"; revision: 12; type: "DefaultLogLevel" }
    }
    Component {
        file: "private/qqmltimer_p.h"
        name: "QQmlTimer"
        prototype: "QObject"
        exports: ["QtQml/Timer 2.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "interval"; type: "int" }
        Property { name: "running"; type: "bool" }
        Property { name: "repeat"; type: "bool" }
        Property { name: "triggeredOnStart"; type: "bool" }
        Property { name: "parent"; type: "QObject"; isReadonly: true; isPointer: true }
        Signal { name: "triggered" }
        Method { name: "start" }
        Method { name: "stop" }
        Method { name: "restart" }
        Method { name: "ticked" }
    }
    Component {
        file: "private/qqmltypenotavailable_p.h"
        name: "QQmlTypeNotAvailable"
        prototype: "QObject"
        exports: ["QtQml/TypeNotAvailable 2.15"]
        isCreatable: false
        exportMetaObjectRevisions: [15]
    }
}
PK�[1�OOX/X/QtQml/libqmlplugin.sonuȯ��ELF>@@�'@8	@PP �� � @� �� � ``888$$000  S�td000  P�td�����Q�tdR�td�� � @PGNUY@j�td�F�_3\D-�0w�!�@00!$%l�⍺�|CE���qX-���� �U
F"Y��� V����~��;�d��., d�8�0�0  �  �  �@=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN16QQmlModelsModule16registerQmlTypesEv_ZN19QQmlExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN19QQmlExtensionPluginC2EP7QObject_Z24qml_register_types_QtQmlv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectElibQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5.15.3_PRIVATE_APIQt_5GLIBC_2.2.5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9	1 YxO
	�F %��� ui	�h0���%���ӯkt)�yѯ� �� �� � � � � � � � �  PP �h � p 0x �� � `�  � � �    ( 0 8 @ H X 	� � � � � � � �  H P X ` 
h p 
x � � � � � � � � ��H��H�� H��t��H����5�
 �%�
 ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h���������%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%� D���%} DH�=� H�� H9�tH�f H��t	�����H�=� H�5� H)�H��H��H��?H�H�tH�E H��t��fD�����=E u+UH�=
 H��tH�=� ����d���� ]������w������Ðf.���H�H�(t	���@H�q ���H�e�@��SH���� ����H�� H��t<�P��t5H�=� t+H�����@����H�� H��[�f.�����1�H��H���I���H�2 H��H�H��H�CH� H�D$H�D$���H�=7 H�8 H�) H���u����/u���H� H���c���H��1�[�DH�=�
 �L���������H�} H�5�
 H��
 H�=dH��
 ���H�=�
 �8��������f���H��tGUH��SH��H�5�H��H���<�����H���uH��[]�@H��H��H��[]�G����1�Ðff.������������7�������'������H�� H�H��H�G���D��H�� H��H�H��H�G������H�� SH��H�H��H�G�a���H�߾[������H�e SH�_�H�G�H��H�H���-���H�߾[���f.�D��H�H��t�(uH�?H��t�������H��H���11QtQmlPlugin����QtQmlPlugin�QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0kQtQmlPlugincuri�eQtQml�;�T����T������������4����D���������������H���4���\T���,����p����zRx�$����FJw�?:*3$"D�����\ ���p��� ���	��� ���-L�\�����	��������1L�`0���! ����,4����=E�D K
AK
CF4d����SJ�D�Q R
AAEDG�A������	GNU���� � ��P������� 0�` 1FUhx����0
�� � ���o`(�
$0 h�h`	���o���o����o�oL���o� `p�������� 0@GA$3a10�GA$3p1113�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFYGA+GLIBCXX_ASSERTIONSlibqmlplugin.so-5.15.3-2.el8.x86_64.debug���7zXZ�ִF!t/��o�]?�E�h=��ڊ�2N�3�Dj[��0mű��Qs�N1?����V>�CޕHk�s����A�_z�w������s�3ζ"��N�@��u��7�.Խ��5���{��5�՗t<<Jqݛ���8w۽)C�G[E����<C6>I�甿D��Yw�I���Of�"
E��!��3�G)���|D'v9��{��%%�nD����?����{
�k��q����4u�����!��q�6�a'� ޚ�#(�<Ճ��G''
�T@|@>�YŦʼ�><��"K��������[���uȟG�!p�D�A�l����7����GA��U��&�*;�ʟ冪T��:o
�ig�&�V���W��*�[��XZ]2c*�Tĩ@���a�]�z**X���iە�-ҭ���P��O)�i#�δ��
�
h]mۆ7�q��
TbW#*�W+g�X�0>	���D��oE��h,���.�Rk�q�s=r��|�o�\�3��hٺF�Aͪ)vSC)Sя�j5n�)R��J�	�1
7��o���엏b>��"P-N��t`ϡ_�	�`i�J��;~��+�-�|�! ��O�U׭_�ܞrZ���*QD'i!M�LPm���|��>��N���S$�U�I�5����QC�^聝+]�l�_H��K�#ÖY�Ũ$���7�(��((�L�\�yo��ޕ��Z��Z���m>k�#�a��x��U^��"I?�3��.�ϒt����s_�h����h%���%���{Qr�;&q�$��`N�#�GB�+C�cG?>��B�!T�/�����=B�Ë���X_?���ԥwٴ�ik�~o{y����n��[��kw&f����[�znٷ�K$���(��,����@���N��{E�=F
�v�ݾ���d��ӎ���̞�W���{bݏ���C��ðu���S�ϦG����^�p+��p��N8�p�K�����������"�xձ�g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0(($8���oLLLE���o���Thh`^B��hh00cPPnPP�w@@�}��
�� ������Y ���������00 �� ��� ��� � �� �`�0 0�  �00 `�D4"0*d"8�&9PK�[y}#���#QtQml/StateMachine/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        file: "finalstate.h"
        name: "FinalState"
        defaultProperty: "children"
        prototype: "QFinalState"
        exports: ["QtQml.StateMachine/FinalState 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "children"; type: "QObject"; isList: true; isReadonly: true }
    }
    Component {
        file: "statemachineforeign.h"
        name: "QAbstractState"
        prototype: "QObject"
        exports: ["QtQml.StateMachine/QAbstractState 1.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Property { name: "active"; type: "bool"; isReadonly: true }
        Signal { name: "entered" }
        Signal { name: "exited" }
        Signal {
            name: "activeChanged"
            Parameter { name: "active"; type: "bool" }
        }
    }
    Component {
        name: "QAbstractTransition"
        prototype: "QObject"
        Enum {
            name: "TransitionType"
            values: ["ExternalTransition", "InternalTransition"]
        }
        Property { name: "sourceState"; type: "QState"; isReadonly: true; isPointer: true }
        Property { name: "targetState"; type: "QAbstractState"; isPointer: true }
        Property { name: "targetStates"; type: "QList<QAbstractState*>" }
        Property { name: "transitionType"; revision: 1; type: "TransitionType" }
        Signal { name: "triggered" }
    }
    Component { name: "QFinalState"; prototype: "QAbstractState" }
    Component {
        file: "statemachineforeign.h"
        name: "QHistoryState"
        prototype: "QAbstractState"
        exports: ["QtQml.StateMachine/HistoryState 1.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "HistoryType"
            values: ["ShallowHistory", "DeepHistory"]
        }
        Property { name: "defaultState"; type: "QAbstractState"; isPointer: true }
        Property { name: "defaultTransition"; type: "QAbstractTransition"; isPointer: true }
        Property { name: "historyType"; type: "HistoryType" }
    }
    Component {
        file: "statemachineforeign.h"
        name: "QSignalTransition"
        prototype: "QAbstractTransition"
        exports: [
            "QtQml.StateMachine/QSignalTransition 1.0",
            "QtQml.StateMachine/QSignalTransition 1.1"
        ]
        isCreatable: false
        exportMetaObjectRevisions: [0, 1]
        Property { name: "senderObject"; type: "QObject"; isPointer: true }
        Property { name: "signal"; type: "QByteArray" }
    }
    Component {
        file: "statemachineforeign.h"
        name: "QState"
        prototype: "QAbstractState"
        exports: ["QtQml.StateMachine/QState 1.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Enum {
            name: "ChildMode"
            values: ["ExclusiveStates", "ParallelStates"]
        }
        Enum {
            name: "RestorePolicy"
            values: ["DontRestoreProperties", "RestoreProperties"]
        }
        Property { name: "initialState"; type: "QAbstractState"; isPointer: true }
        Property { name: "errorState"; type: "QAbstractState"; isPointer: true }
        Property { name: "childMode"; type: "ChildMode" }
        Signal { name: "finished" }
        Signal { name: "propertiesAssigned" }
    }
    Component {
        name: "QStateMachine"
        prototype: "QState"
        Property { name: "errorString"; type: "string"; isReadonly: true }
        Property { name: "globalRestorePolicy"; type: "QState::RestorePolicy" }
        Property { name: "running"; type: "bool" }
        Property { name: "animated"; type: "bool" }
        Signal { name: "started" }
        Signal { name: "stopped" }
        Signal {
            name: "runningChanged"
            Parameter { name: "running"; type: "bool" }
        }
        Method { name: "start" }
        Method { name: "stop" }
        Method {
            name: "setRunning"
            Parameter { name: "running"; type: "bool" }
        }
        Method { name: "_q_start" }
        Method { name: "_q_process" }
        Method { name: "_q_animationFinished" }
        Method {
            name: "_q_startDelayedEventTimer"
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_killDelayedEventTimer"
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
    }
    Component {
        file: "signaltransition.h"
        name: "SignalTransition"
        prototype: "QSignalTransition"
        exports: [
            "QtQml.StateMachine/SignalTransition 1.0",
            "QtQml.StateMachine/SignalTransition 1.1"
        ]
        exportMetaObjectRevisions: [0, 1]
        Property { name: "signal"; type: "QJSValue" }
        Property { name: "guard"; type: "QQmlScriptString" }
        Signal { name: "invokeYourself" }
        Signal { name: "qmlSignalChanged" }
        Method { name: "invoke" }
    }
    Component {
        file: "state.h"
        name: "State"
        defaultProperty: "children"
        prototype: "QState"
        exports: ["QtQml.StateMachine/State 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "children"; type: "QObject"; isList: true; isReadonly: true }
    }
    Component {
        file: "statemachine.h"
        name: "StateMachine"
        defaultProperty: "children"
        prototype: "QStateMachine"
        exports: ["QtQml.StateMachine/StateMachine 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "children"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "running"; type: "bool" }
        Signal { name: "qmlRunningChanged" }
        Method { name: "checkChildMode" }
    }
    Component {
        file: "timeouttransition.h"
        name: "TimeoutTransition"
        prototype: "QSignalTransition"
        exports: [
            "QtQml.StateMachine/TimeoutTransition 1.0",
            "QtQml.StateMachine/TimeoutTransition 1.1"
        ]
        exportMetaObjectRevisions: [0, 1]
        Property { name: "timeout"; type: "int" }
    }
}
PK�[���+XnXn*QtQml/StateMachine/libqtqmlstatemachine.sonuȯ��ELF>�s@�f@8	@(3(3 �:�:!�:!X� II!I!PP888$$333  S�td333  P�td


$$Q�tdR�td�:�:!�:!XXGNU���K<��\Ÿ�v`��?��@p"����l�⍺�|BE��$���s���qX��K�-������D�mOV,� ��
CU��0=^g�F"+��-��
}Qe}�9��1	���!����2d|���	� 	@�	�����X�����&I�u
���Sd�M
<y9~a��(��
����z�	��
��
u����d	�v8RY
E!K
=r�
�(�	�Kd
	��F���
�
�	_[, �W<5
�-V��cq�la����

H0������
W�	�G:����pP!�P!�!�;!�!P<!0�P!�!0��д=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZN11QFinalStateC2EP6QState_ZN9QListData11shared_nullE_ZN9QListData7disposeEPNS_4DataE_ZN14QAbstractState16staticMetaObjectE_ZNK11QMetaObject4castEP7QObject_ZN7QObject9setParentEPS___stack_chk_fail_ZN9QListData11detach_growEPiimemcpy_ZN9QListData6appendEv_ZN9QListData6detachEi_ZN9QListData5eraseEPPv_ZdlPvm_ZN16QQmlScriptStringC1ERKS__ZN16QQmlScriptStringC1Ev_ZN16QQmlScriptStringD1Ev_ZN8QJSValueC1ERKS__ZN8QJSValueC1ENS_12SpecialValueE_ZN8QJSValueD1Ev_ZNK11QObjectData17dynamicMetaObjectEv_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZNK14QMessageLogger7warningEPKcz_ZN9QQmlErrorD1Ev_ZN10QArrayData10deallocateEPS_mm_ZTV16QQmlCustomParser_ZNK7QStringeqE13QLatin1String_ZN10QArrayData11shared_nullE_ZNK11QMetaObject2trEPKcS1_i_ZN16QQmlCustomParser5errorERKN3QV412CompiledData8LocationERK7QString_ZN7QStringC1EPK5QChari_ZNK7QString3argERKS_i5QChar_ZN17QSignalTransitionC2EPK7QObjectPKcP6QState_ZN16QQmlParserStatusC2Ev_ZN32QQmlBoundSignalExpressionPointerC1EP25QQmlBoundSignalExpression_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE_ZN11QMetaObject10ConnectionD1Ev_ZNK16QQmlScriptStringeqERKS__ZN16QQmlScriptStringaSERKS__ZN8QVariantD1Ev_Znwm_ZN8QVariantC1ERKS__ZN32QQmlBoundSignalExpressionPointerD1Ev_ZN16QQmlParserStatusD2Ev_ZN17QSignalTransitionD2Ev_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEE_ZNK17QSignalTransition12senderObjectEv_ZN10QQmlEngine16contextForObjectEPK7QObject_ZNK11QQmlContext6engineEv_ZN3QV422PersistentValueStorage9getEngineEPNS_5ValueE_ZN3QV413QObjectMethod11static_vtblE_ZNK11QMetaObject6methodEi_ZN18QMetaObjectPrivate11signalIndexERK11QMetaMethod_ZN25QQmlBoundSignalExpressionC1EP7QObjectiP15QQmlContextDataS1_PN3QV48FunctionEPNS4_16ExecutionContextE_ZN24QQmlJavaScriptExpression23setNotifyOnValueChangedEb_ZN32QQmlBoundSignalExpressionPointer4takeEP25QQmlBoundSignalExpression_ZN3QV422PersistentValueStorage8allocateEv_ZN3QV415ExecutionEngine11fromVariantERK8QVariant_ZNK8QJSValue14strictlyEqualsERKS__ZN8QJSValueaSERKS__ZN3QV416QmlSignalHandler11static_vtblE_ZN5QtQml10qmlWarningEPK7QObject_ZN7QString18toLocal8Bit_helperEPK5QChari_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString_ZN8QQmlInfoD1Evstrlen_ZN11QTextStreamlsEc_ZN17QSignalTransition15setSenderObjectEPK7QObject_ZNK11QMetaMethod15methodSignatureEv_ZN17QSignalTransition9setSignalERK10QByteArray_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN17QSignalTransition9eventTestEP6QEvent_ZNK16QQmlScriptString7isEmptyEv_ZN11QQmlContextC1EPS_P7QObject_ZNK11QMetaMethod14parameterNamesEv_ZN7QString16fromAscii_helperEPKci_ZN11QQmlContext18setContextPropertyERK7QStringRK8QVariant_ZN14QQmlExpressionC1ERK16QQmlScriptStringP11QQmlContextP7QObjectS6__ZN14QQmlExpression8evaluateEPb_ZNK8QVariant6toBoolEv_ZN14QQmlExpressionD1Ev_ZN11QQmlContextD1Ev_ZN25QQmlBoundSignalExpression8evaluateERK5QListI8QVariantE_ZN17QSignalTransition12onTransitionEP6QEventstrcmp_ZN17QSignalTransition11qt_metacastEPKc_ZN17QSignalTransition11qt_metacallEN11QMetaObject4CallEiPPv_ZTS16QQmlCustomParser_ZTI16QQmlCustomParser_ZTVN10__cxxabiv117__class_type_infoE_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI17QSignalTransition_ZTI16QQmlParserStatus_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_pure_virtual_ZN17QSignalTransition5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN17QSignalTransition16staticMetaObjectE_ZNK14QAbstractState7machineEv_ZN6QStateC2EPS__ZN6QStateD2Ev_ZN19QAbstractTransition16staticMetaObjectE_ZN6QState16removeTransitionEP19QAbstractTransition_ZN6QState13addTransitionEP19QAbstractTransition_ZN6QState11qt_metacastEPKc_ZN6QState11qt_metacallEN11QMetaObject4CallEiPPv_ZTI6QState_ZN6QState5eventEP6QEvent_ZN6QState7onEntryEP6QEvent_ZN6QState6onExitEP6QEvent_ZN6QState16staticMetaObjectE_ZNK6QState12initialStateEv_ZN13QStateMachine10setRunningEb_ZNK6QState9childModeEv_ZN13QStateMachineC2EP7QObject_ZNK13QStateMachine9isRunningEv_ZN13QStateMachineD2Ev_ZN13QStateMachine11qt_metacastEPKc_ZN13QStateMachine11qt_metacallEN11QMetaObject4CallEiPPv_ZTI13QStateMachine_ZN13QStateMachine5eventEP6QEvent_ZN13QStateMachine11eventFilterEP7QObjectP6QEvent_ZN13QStateMachine7onEntryEP6QEvent_ZN13QStateMachine6onExitEP6QEvent_ZN13QStateMachine22beginSelectTransitionsEP6QEvent_ZN13QStateMachine20endSelectTransitionsEP6QEvent_ZN13QStateMachine14beginMicrostepEP6QEvent_ZN13QStateMachine12endMicrostepEP6QEvent_ZN13QStateMachine16staticMetaObjectE_ZNK14QAbstractState6activeEv_ZN6QTimer5startEv_ZN6QTimerC1EP7QObject_ZN6QTimer11setIntervalEi_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvqt_plugin_query_metadataqt_plugin_instance_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_release_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN13QHistoryStateC2EP6QState_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZN13QHistoryStateD2Ev_ZN17QSignalTransitionC2EP6QState_ZNK11QMetaObject9classNameEv_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_ZN13QHistoryState16staticMetaObjectE_Z17qmlRegisterModulePKcii_ZN11QFinalStateD2Ev_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZTI13QHistoryState_ZN11QFinalState5eventEP6QEvent_ZN11QFinalState7onEntryEP6QEvent_ZN11QFinalState6onExitEP6QEvent_ZNK13QHistoryState10metaObjectEv_ZN13QHistoryState11qt_metacastEPKc_ZN13QHistoryState11qt_metacallEN11QMetaObject4CallEiPPv_ZN13QHistoryState5eventEP6QEvent_ZN13QHistoryState7onEntryEP6QEvent_ZN13QHistoryState6onExitEP6QEvent_ZNK17QSignalTransition10metaObjectEv_ZNK6QState10metaObjectEv_ZN11QFinalState11qt_metacastEPKc_ZN11QFinalState11qt_metacallEN11QMetaObject4CallEiPPv_ZTI11QFinalState_ZN11QFinalState16staticMetaObjectElibQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endCXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9GLIBC_2.4GLIBC_2.2.5GLIBC_2.14Qt_5.15Qt_5Qt_5.15.3_PRIVATE_API	
			

	
				
	
		�@ӯk
�t)��yѯ�@ii

ui	���#�0��.%�6^YxO
	;%�6�:!Pu�:!Pt�:!u�:!�:!�:!8<!�:!`��:!���:!{�:!�;!�;!@H;!`P;!�;! 
�;!�	�;!��;!`<!P�@<!p��<!<!�<!�z�<!��<!���<!���<!P��<!��<!`�=!`�=!0�=!<! =!�(=!��0=!p�8=!P�H=!��P=!��X=!�x=!���=!p=!�=!���=!��=!���=!P��=!P�(>!p�0>!��@>!p=!H>!��P>!�X>!��`>!���>! ��>!���>!И�>!h��>!�>!�>!p�?!��?!0�?!p�?!p��?!��?!Т�?!�>!�?!���?!��?! ��?!��?!@��?!���?!�@!0P@!@!X@!��`@!�h@!��p@!��x@!��@!p��@!��@!@!�@!Я�@!��@!��A!��(A!�0A!`8A!��XA!�pA!PA!xA!���A!��A!p��A!���A!���A!PA!�A!���A!�(B! 0B!�8B!��XB!�`B!0H!pB!��B!�B!@�B!��B!<!�B!��B!p=!�B!�B!�>!C!@C!@!C!PB! C!��(C!@�0C!��8C!�@C!@��C!hB!�C!`��C!��D!�B!8D!л@D!��D!�B!�D!@��D!`�E!�B! E!�z(E!�0E!��8E!p�@E!���E!��E!`��E!`��E!0��E!�B!�E!���E! ��E!p��E!P��E!�B!�E!���E!��E!���E!��F!��PF!p�XF!��hF!�B!pF! �xF!P��F!���F!���F!�B!�F!p��F!���F!0��F!���F!`�0G!�8G!ТHG!�B!PG!��XG!��`G! �hG!�xG!�B!�G!���G!��G!���G!���G!��G!p��G!�H!�B!H!нH!@� H!��(H!��8H!�PH!0H!XH!��`H!@�hH!��pH!`�xH!���H! �H!��H!���;!:�;!�<!"p=!"�>!"@!"<!�(@!��B!�(<!Y�=!Y�>!Y8@!Y8<!�PA!�PB!�hB!��B!��B!��B!��B!��B!��B!�0H!�H<!�X<!�p<!�x<!��<!d�@!dHD!dHE!d�G!d�<!o�=!o�@!o�A!oPC!o�C!oPD!o�D!oPE!oF!o�G!o�H!o�<!
�=!
0?!
�@!
�A!
XC!
�C!
XD!
�D!
XE!
F!
�F!
�G!
�H!
�<!$�=!$8?!$�@!$�A!$`C!$�C!$`D!$�D!$`E!$ F!$�F!$�G!$�H!$�<!\>!\@?!\�@!\�A!\hC!\�C!\hD!\�D!\hE!\(F!\�F!\�G!\�H!\�<!�>!�H?!��@!��A!�pC!��C!�pD!��D!�pE!�0F!��F!��G!��H!��<!>!P?!�@!�A!xC!�C!xD!�D!xE!8F!�F!�G!�H!@=!� A!��O!��=!;�B!;�=!��D!�F!�>!E!@F! >!E!HF!�>!H�O!H�>!] ?!r�F!r(?!2�F!2X?!GG!G`?!�G!�h?!G!p?!^G!^x?!� G!��?!�(G!��?!�@!��D!��G!��@!�D!�G!`A!0�A!s�A!lB!| B!5xB!HC!�H!�C!7�H!7�C!K�H!K�C!��C!��C!��C!ND!�D!� D!�(D!{0D!i�D!�D!��D!q@H!a�H!��O!�O!�O!�O!�O!�O!�O! �O!%�O!*�O!>�O!��O!��O!��O!�xK!�K!�K!�K!�K!�K!	�K!
�K!�K!�K!�K!�K!�K!�K!�K!�K!�K!L!L!!L!#L!& L!'(L!(0L!)8L!+@L!,HL!-PL!.XL!/`L!1hL!3pL!4xL!6�L!8�L!9�L!<�L!=�L!?�L!@�L!A�L!B�L!C�L!D�L!E�L!F�L!I�L!J�L!L�L!MM!OM!PM!QM!R M!S(M!T0M!U8M!V@M!WHM!XPM!ZXM![`M!_hM!`pM!bxM!c�M!e�M!f�M!g�M!h�M!i�M!j�M!k�M!m�M!n�M!p�M!q�M!t�M!u�M!v�M!w�M!xN!yN!zN!{N!} N!~(N!�0N!�8N!�@N!�HN!�PN!�XN!�`N!�hN!�pN!�xN!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!��N!�O!�O!�O!�O!� O!�(O!�0O!�8O!�@O!�HO!�PO!�XO!�`O!�hO!�pO!�xO!���H��H�I� H��t��H����5�� �%�� ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h���������%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� DH��8H�5��dH�%(H�D$(1�H���H��H�$H�D$1�H�D$H�D$���H�T$(dH3%(t�0���1�H��8�����H�%H�%�u�������H���H�5�H�=�� H�
�B�y���H�=� H��H�7� H�5�� �;���f.��H�=Y� H�R� H9�tH��� H��t	�����H�=)� H�5"� H)�H��H��H��?H�H�tH��� H��t��fD�����=�� u+UH�=�� H��tH�=�� �i����d������ ]������w������SH������H��� H��H�H�.� H�C[����H�7H��H��H��H�
DH�WH��H�OH�
NH�wH�=CH�x H�=XH�P(H�H0H�x8�f.����H�GH��B+B�f.�@��H�GHc�H�HcBH�H�D��D��H����t���t�(t��H�?�������AVAUI��ATUSH�� L�gdH�%(H�D$1�I�$H�PHcHHc@H��H�,�H9�t/L�5E� DH�3L������H��t
1�H���F���H��H9�u�H��� H�|$H�D$I�$I�$H�T$�:���H�|$�0���I�}�{H�D$dH3%(u
H�� []A\A]A^��%���D��AUATUHc�SH��H��H��t$H�t$HcPL�l�������L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D�����A�$��u�L������f�L�����L�Hct$Ic@I�HH��g�����UH��SH��H��H�=�� ��H��tH�3H�����H�{H����v&��������H�(H�;H��[]�&zfD�[�H�(H�;H��[]�
zf.���ATUSH�H��HcPL�d���H�H��HcBH��H�|L9�tHcRH��H)�H���E��t$���t�mt[]A\�@L�����E��u�[H��]A\��D��AUATI��USH��H�_H����v�pH���V���H�HcPL�l����v�pH���8���H�HcHH�PH�t����wAH����H�=R� L���*�H��t
1�H���[���I�<$H��[]A\A]��x�HcHH��H)֋H��H����v�pH�����H�Hc�HcpH�H�t�����AVL�5�� AUI��ATI��USH�oHc�L��H�UHcBH�H�t���H��t
1�H�����L��L���n�H��tI�4$H�����H�E���v�pH���'���H�EHcpH�L�l�I�<$[]A\A]A^�xfD��H�H�(t	���@H�q� ���1�1�H�5a� ���ff.����1ɺH�5>� �������AWAVAUATI��USH��8H�H�|$�JdH�%(H�D$(1�HcB)�����I��E1�H�l$�f�H�vH)�H�HcNH�H�T�H�T$�������H�����H�PzH��H!�H���������fA���H�|$���tp���t�/H�|$t`I�$I��HcB�J)�D9��I�6L�L�|�H�N8Ic�Qp9��Q����QtH���4H΋V��u-H�n� H�D$�S���@���)����Al��H�t$�#���@������H�\$ A�����1�H�,zH�5�� H����H�|$I�wH������H�|$ ���t���t#�/H�|$ uf�����H�|$���t���t �/H�|$ufD���a�H�D$(dH3%(��H��8[]A\A]A^A_�fDH��H�����>����L�t$A�����1�H�$yH�5տ L����H�\$ 1�H��A� L��H����I�$H�|$HcBN�(J�t�H��H����H�|$ ���tE���t�/H�|$ t5H�|$�����������������/H�|$�������f����a���:�f.���UH��H��wH��SH��H��dH�%(H�D$1�H���n�H�{�U�H�.� �H�{ H�H�H�C�c�H�{(�*��C01�H�{HH�� H�C8H�C@���E1�H��H��L�NwH�[wH���Y�H����H�D$dH3%(uH��[]��e��@��H�G ÐfD��SH��(H����H��[�f.���ATI��UH�o(SH��H������t
[]A\�DL��H���M�H��1�[1�]H�5ݽ A\�6�fD��1ɺH�5�� �������f.���ATH�=�� I��UH��SH��dH�%(H�D$1���H��H�EH��t�@H�{8H��t�otQH�EH�C8I�$H9C@t&H��L��H����H�$H�S@H��H�C@H�$�)H�D$dH3%(u-H��[]A\�H�H�6H�@H9�u
���됐�������fDAWAVAUATUSH��H��HdH�%(H�D$81���I��H�C�@ ��L�`HM��tM�d$(H�C@H��HcPH�D�H�D$���H���)�H�hH�C L�}���I��H����L���Q�H9�� �I�L�uI�VH�UH��t3H��H��1u(H�H�RH��tH�5h� H9�u��H9�t
H�H��u�1�I�I�EL��I�H�Njr`�w�H�|$ H�T$(H�D$ ���L�K8�D$H�D$D�pI������v6�p������1Ҿ�L�L$��L�L$I���L�SHM����McƿhL�T$J��HPL�
L�L$�O�H��I��L��jL�L$I��H�NjT$ L����1�L���2�L�T$(L��L����XZL�}H�D$8dH3%(��H��H[]A\A]A^A_�f�I���1�L�L$�L�L$L�SHI���M���C���1�L������H�UH��H���I��I�L�s �$���DH�UH��H�t�H��H�D$��I��H�D$H��t�H��H�����H�|$I�L�s ���H�|$��������fDE1��u������f.����0tH�8t�
���f.�Ðff.���AWAVAUATI��UH�o SH��H��H��xdH�%(H�D$h1�����t(H�D$hdH3%(�H��x[]A\A]A^A_�DL��H���5�H����H����H�D$@H�hH�C L�e�D$H��PI��H���L����H9��	�I�EL�mI�UH�UI�EH��tjH��H��1uaH�H�JH��tUH�5.� H9��
H���	H9���H�H��u�H� � H9�u�fDH9��H�	H��u��L�l$PH��L����1�H�|$(H�rH�5[� A������0�H�D$(1�H;�� �PtH@H��H�|$0�l�H�t$0L�t$P�����H��H^��L�|$8H��L����L��L����H�|$8���tz���t�/H�|$8tjH�|$P� uyH�|$0��������t�/H�|$0tsH�|$(��������t�/H�|$(trL�����L�e���H���8����a��������H�|$P� t�� �<�H�|$0����}������^�H�|$(����~������@�L���H�L�e�w����H�UH��H�8�I��I�EL�k ���@H�UH��H�t�H��I����I��M��t�L��H���R�L��I�EL�k �2��L���U��l���H�P H����R���d�L�p(I�L���I�UH�Njr���H�$H�T$H�D$@�D$�D$HL��H��L�l$P�'�H�t$@L���j�H��L�����H�|$P���t4���t�/H�|$Pt$�{0tH�{8tH������L�e�N���fD��������H�PHH��tG�R�����L�pPI�L���I�UH�Njr`�)�H�D$H�T$H�D$@�D$�D$H�6����x��U��Z�ff.���ATUS��H��dH�%(H�D$1���uN��t~���>��u1ɺH�5� �f�fDH�D$dH3%(��H��[]A\���
��������t9��u�H�1���9��u�����D��u�1�1�H�5�� ����f�H�)������u�H��H�w(H����H��H�����H������Y���f�H�QH�1H�
��H�H9�tzH�
����H9���H�
��H9�����H�z���������@H�)���������E�������1ɺH�5ҳ �-������H�z���������f.�H�w H���t�����H�z�}�����r���f��2� ��u_H��H�5GlH���$�H��E1ɹA�H��H�5���H�<$�Ë�������t�/H�<$����� �]����D�%�� E��u`I��H�5�kL����L��E1ɹA�H�H�5;��H�<$A�ċ��tG���t�������H�<$9�t1D�%P� D�e�������v��������U���������\�ff.����AWAVAUI��ATUSH��H��dH�%(H�D$x1����A�Ą�u)H�L$xdH3%(D���H�Ĉ[]A\A]A^A_�I�E(H��H�D$�o�A�Ą�u�L��L�t$0��1�L��H��H����H�EH�@XH�@`�@H�EL�`XH�D$8H�hXI�D$`H��t�@H�}`H��t(�ou!H�H��H�@H9��]���I�D$`H�E`H�C(H�l$`H��H��H�D$�H�D$`H��D�`D+`��H�{H���s H����H�|$ H�t$@H�D$@H�T$H���E���A�D$�1�L�|$PH�D$L�d$(fDH�t$L���H�T$(H��HcBH�H�t��
�H�T$ 1�HcBH�H�D�H��Hxt8�P��t1�?H�Gt(��H�L�)��DH���x�t�4H9�u��q�L��H��L��H�D$P��H�|$P���t3���t�/H�|$Pt#H����L����H�CH9\$t(H���0����������L�|$PH�t$L��E1�L��L���J�1�L��H���M��H����H��A���:�L����L�l$ A�E��t%���t
�A�mL�l$ tL�����]���fDIcUI�EH��IcUL�<�L9�tG�����t
�������9�tI9�t)H��H����u�H�;���:����L��������������f.���AUATUH��SH��H��L�gHdH�%(H�D$1�M��t"I��H�v(L���L��L������L���aH��H�����H�D$dH3%(uH��[]A\A]��v��fD��H����UH��SH��H�5�jH��H������tD�H�=-gH����€���t�#H�=�gH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]�o��1�Ð@��ATI��UH��S��H���g���x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$�����G0�����G ��������f���SH��H��t�.��H��[�f����H��[�fD��������SH��H��t���H��[�f������H��[Ð������ATI��UIcD$SH�H�,�L�L�H9�t�H�_�g��H��H9�u�[L��]��A\���f���H��� H��H�H�G���t���t�(t	��H�GH���t���@��H�M� SH��H��H�H����t$���t�/tH�߾0[�7���H�{�'���H�߾0[���f����f.����AUATUSH��H����t���t�+tH��[]A\A]�H�HcSH�CH�,�HcSL�,�L9�t+@H��L�eM��tL���k���L�����I9�u�H��H��[]A\A]������H�H����t���u�f.���AUATUH��SH��H���p����H�EHcPH�l�H�H�PHcHHc@L�,�H��I9�t1��H��H���.��H�u�I��H�����L�c�I9�u�H��[]A\A]�f.����H����t���t�(t��H�?������H�� SH��H��HH�G�H�H�G��z��H�{@���H�{8H��t$�ouH�H�����H�@H9�u.��4��H�{(����H�{ ����H�{���H��[��������ff.����UH�t� SH��H��8H��H�G�H�H�G�����H�{0����H�{(H��t�ouH�H�"���H�@H9�t.��H�{H�k��Z��H�{�1��H���)��H��H��[]�;����q����f.�D��UH�ԧ H�o�SH��H��8H��H�G�H�H�G��A��H�{0�h���H�{(H��t�ouH�H�~���H�@H9�t7��H�{���H�{���H�����H�����H��H��P[]����������f���H�5� SH��H��HH�G�H�H�G����H�{@����H�{8H��t$�ouH�H���H�@H9�u>��d��H�{(���H�{ ����H�{����H�����H�߾P[�3������f.�f���H�H����t���u�f.���UH��SH��H���p���H�EHcPH�t�H�HcBH��H�|H9�tHcRH��H)�H��
H��[]�H��[]�m��f.���UHc���H��SH��H��H������H�uH�ËFH�{�CHcVH�HvH�����H�U�C�J����	ȈC���t���t�*tH�]H��[]��H�}���U��H�]H��[]�f.���H�8�G0t	�,�@����H�(�G tH������f.�D��H�H�(t	���@H�� ���1�1�H�5Ѧ ����ff.����ATUSH��H��0dH�%(H�D$(1��,��H��t'H�D$(dH3%(��H��0[]A\�f.��=�� u�H�l$H���� H�\$H���;��L�d$�JH��H�5�a���L��H������H�|$���t���t�/H�|$u������H�|$� uH�������N���D� ��������ff.�@��H�����f���USH��dH�%(H�D$1���u*����H�D$dH3%(�_H��[]����
��������uDž�u�H�H�cH�XH�HH�XH�]H�X H��H�X(H��H�8H�� H�X0H��H�xH�X8�n����1�H�5� ����S���DH�AH���H9�:���H�x�/���H���!���H���t���������fD�-� ��uWH��H�5g`H�����H��E1ɹ@A�H��H�5��p��H�<$�ŋ��t���t
�/H�<$t
�-�� �+������	��������f���SH�����H�{�*��H�+� H�H�H�CH�� H�C [���H�7H��H�� H��H�
�H�WH�	H�OH�
nH�wH�=�H�x H�=HH�P(H�H0H�x8Ðf.���H����UH��SH��H�5�`H��H���h����tD�H�=�ZH����€���t�#H�=�[H�������uH��H�E[]�@H��H��[]�fDH��H��H��[]����1�Ð@��ATI��UH��S��H�������x4��t?��tj�S���vB��t=��t,��t'��t"��t1҃���)�H��[]A\�fD��t<H����[]A\É�L���H��D$����D$����@��u�I�$�������1�1�H�5%� H��D$�9���D$����ff.����f.����H�GH��B+B�f.�@��H�GHc�H�HcBH�H�D��D���f.����H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H�]� SH��H� H�G�H�H�G����H�{�1��H��[�������UH�� SH��H�H�k�H��H�G�H�H�G��q��H������H��H��[]���f.����AWI��AVAUATUSH��(L�wdH�%(H�D$1�I�H�PHcHHc@H��L�$�I9�tRL�-ı �#f�H�=�� H�����H����H��I9�t&H�+L��H���q��H��t�1�H��H�����I9�u�H�2� H�|$H�D$I�I�H�T$���H�|$���I�?1�1�H�5П ����H�D$dH3%(u#H��([]A\A]A^A_�@I�?H�������`����c����UH��� SH��H�H�k�H��H�G�H�H�G����H�����H���1��H��H��([]����ff.���H�]� SH��H� H�G�H�H�G����H�{�1��H������H�߾([�{��f.����UH��SH��H��H�=9� ���H��u_H�=� H�����H��u[H�}H����v-������>��H�H�}H��1�1�[H�5w� ]��������H���fDH�uH�������f�H�}H�������f���AUATI��USH��H�_H����v�pH���F��H�HcPL�l����v�pH���(��H�HcHH�PH�t����wQH������H�=B� L�����H��uuH�=� L�����H��uqI�<$H��1�1�[H�5�� ]A\A]���HcHH��H)֋H��H����v�pH�����H�Hc�HcpH�H�t��t���D1�H�������@I�<$H���t���f���AWAVAUI��ATI��USHc�H��H�oL�5z� H�UL��HcBH�L�|�L���?��H����H�=7� L���'��H����L��L�����H��u^H�=� L�����H��ujH�E���v�pH������H�E1�1�HcpH�H�5~� L�d�I�}H��[]A\A]A^A_���f�I�uH�������f�1�H�������s����I�}H������f�I�}H���d���Q���f.�D��H�H�(t	����@H�Q� ���1�1�H�5A� ���ff.����1ɺH�5� ��������AUATUSH��H��8dH�%(H�D$(1�����H��tE�{)�C(u#H�D$(dH3%(��H��8[]A\A]�@�H�������f�H�������u�H�l$H��L�d$H�����L�l$�%L��H�5�X���L��L�����H�|$���t0���t�/H�|$t H�|$� u-H�������C������������� �N�����g�����H�������f���USH��H��dH�%(H�D$1�H�����H�{���E1�H��H��H��� L��XH��H�H�H��XH�CH�M� H�C 1�f�C(���H������E1�H��H��L��XH��XH�����H�����H�D$dH3%(uH��[]�����f��������fD���(u@�w)Ð@������fD��ATUSH��H��0dH�%(H�D$(1��<����u H�D$(dH3%(��H��0[]A\�H�l$H��H�\$H���#��L�d$��H��H�5W���L��H������H�|$���t,���t�/H�|$tH�|$� u+H�������t���@�����H�|$� tվ �d�����}���ff.����USH��dH�%(H�D$1���u2��te��������H�D$dH3%(��H��[]Ð��
tk������t=��ũ�u�H��(����G)�fD1ɺH�5j� �%���H�������u������x���@H�QH�1H�
��H�H9�tjH�
�H9��N���H�z�C�����8���@1�H�5�� ����!���D������fDH�������������f�H�z��������f.�H�yH�;H�� H�CH��H�CH��H�C H��H�C(H��H�C0H��H�{H�C8���fD�-r� ��uWH��H�5�RH���\��H��E1ɹ@A�H����H�5������H�<$�ŋ��t���t
�/H�<$t
�-� �+�������a��������������-���ff.����H�7H��H�� H��H�
�H�WH��H�OH�
H�wH�=�H�x H�=�H�P(H�H0H�x8Ðf.���H����UH��SH��H�5�VH��H��������tD�H�=}MH����€���t�#H�=%NH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]�_���1�Ð@��ATI��UH��S��H�������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$�%����D$���@H����[]A\�@���H�U���������H��1�L��D$�����D$�����ff.����f.����H�GH��B+B�f.�@��H�GHc�H�HcBH�H�D��D��H�}� SH��H� H�G�H�H�G����H�{���H��[�H�����UH�<� SH��H�H�k�H��H�G�H�H�G��Q��H������H��H��[]���f.����AWI��AVAUATUSH��(L�wdH�%(H�D$1�I�H�PHcHHc@H��L�$�I9�tRL�-�� �#f�H�=�� H���q���H����H��I9�t&H�+L��H���Q���H��t�1�H��H���~��I9�u�H�� H�|$H�D$I�I�H�T$�x��H�|$�n��I�?1�1�H�5� ����H�D$dH3%(u#H��([]A\A]A^A_�@I�?H������`����C�����UH�ܒ SH��H�H�k�H��H�G�H�H�G�����H���i��H�����H��H��0[]鮿��ff.���H�}� SH��H� H�G�H�H�G����H�{���H���I��H�߾0[�[���f.����UH��SH��H��H�=� ��H��u_H�=� H�����H��u[H�}H����v-��������H�H�}H��1�1�[H�5�� ]�q���軾��H���fDH�uH�������f�H�}H��褿���f���AUATI��USH��H�_H����v�pH���&��H�HcPL�l����v�pH�����H�HcHH�PH�t����wQH������H�="� L�����H��uuH�=�� L�����H��uqI�<$H��1�1�[H�5ݑ ]A\A]���HcHH��H)֋H��H����v�pH���|��H�Hc�HcpH�H�t��t���D1�H������@I�<$H���T����f���AWAVAUI��ATI��USHc�H��H�oL�5Z� H�UL��HcBH�L�|�L������H����H�=� L������H����L��L����H��u^H�=� L���߽��H��ujH�E���v�pH�����H�E1�1�HcpH�H�5�� L�d�I�}H��[]A\A]A^A_�b��f�I�uH�������f�1�H������s����I�}H��蔽���f�I�}H���D����Q���f.�D��H��� SH��H�H�H�GH� H��tH��P H�{����H��[�����H���fD��SH�����H�߾([����D��H����fD��ATI��USH��0dH�%(H�D$(1�H�GH�=�� H�p荼��H����H�l$I�L$ H��E1�L��OH��OH��H�����H���Ӿ��I�L$ E1�H��L�xOH�yOH�����H��誾��H�������uH�D$(dH3%(��H��0[]A\ÐI�|$ �����@H�\$L��H�l$H���{���L�d$�H��H�5�N��L��H���'���H�|$���t,���t�/H�|$tH�|$� u)H���9����f���@���������� 込�����׻�����H������f���H�H�(t	���@H�q� ���1�1�H�5a� ����ff.����ATI��USH��� �h���1�H��H������H�k H��L��H��H�N貺��H�{虽��H�:� H�{ ��H�H�H�C�O[]A\����ff.���H�G �@�@��H�G ;pu�f�SH��H���Ŀ��H��1�1�H�5�� [��������u��t$���
t+��tN��u��u�H��0�fD1�H�5W� �ҿ��f�H�AH����H9u�H�xu�H������u�H�G �PH��ÐfD��H����UH��SH��H�5DNH��H���h�����tD�H�=�BH����€���t�#H�=�CH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]�?����1�Ð@��ATI��UH��S��H���7�����x4��t?��tj�S���vB��t=��t,��t'��t"��t1҃���)�H��[]A\�fD��t<H����[]A\É�L���H��D$�]����D$����@��u�I�$�������1�1�H�5Ō H��D$�9����D$����ff.����f.����Ðf.���H�H�(t	霽��@H�a� ���H��W�@��SH���@� ����H�A� H��t<�P��t5H�=5� t+H�����@����H�� H��[�f.������1�H��H���9���H�*� H��H�H��xH�CH��H�D$H�D$莹��H�=�� H��� H��� H���u����/u�u���H��� H���c���H��1�[�DH�=a� ���������H�� H�5V� H�K� H�=DH�A� �Ի��H�=� �(��������f���H��tGUH��SH��H�5LH��H���l�����H���uH��[]�@H��H��H��[]�'����1�Ðff.����������H�� H�H��xH�G����D��H�͊ H��H�H��xH�G�����H��� SH��H�H��xH�G�ѻ��H�߾[�#�����H�}� SH�_�H�G�H��xH�H��蝻��H�߾[���f.�D��H�H��t�(uH�?H��t�����f.�D��H��H�q� �H�=�J��
H��� �H�=�J�xH�!� �H�=�J��H�I� �H�=�J�xH��� �H�=uJ�H�Y� �H�=]J�!H��� �H�=EJ�&H�ɇ �H�=-J�*H�� �H�=J� /��H�=�IH���6���fD��1��f���1��f���1��f���1��f���1��f���1��f���1��f���1��f����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����S1�H���1���H�� H�[�D��S1�H���1���H�J� H�[�D��H�5� SH��H��y���H��[逰����H�� SH��H��Y���H���a���H��[�h������S1�H���q���H�Z� H�[�D��H�E� SH��H��	���H��[�����H�%� SH��H����H�����H��[������S1�H���Q���H�j� H�[�D��H�U� SH��H�虳��H��[������H�5� SH��H��y���H�����H��[鈲�����H���0讯��H�� H�@H�PH�~ H�@H���@ H�@(H�H��Ð��S1�H���1���H�*� H�H�H�C[�f.����S1�H���Q��H��� H�H�H�C[�f.����S1�H����H�J� H�H�H�C[�f.����S1�H���Q�H��� H�H�H�C[�f.����H�Չ SH��H�H�H�G�/���H��[���fD��H��� SH�_�H�G�H�H�H�����H��[��f���H�u� SH��H�H�H�G�ϱ��H���g�H��[�ް��ff.���H�5� SH�_�H�G�H�H�H��英��H���#�H��[隰��f.���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���AWAVAUATUSH��HL�-T� H�<$�t$L��H�T$dH�%(H��$81��<���H��H���A����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���ڨ��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo!A�@<L��H��L�|$ H�\$(H��$�H�yH�L$�T���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�K���L��L�l$XH�D$@H�w�H��$��D$<責���d� ���������M��A��L��H���H�5���g���H�|$ �D$4�������t�/H�|$ �H��$������H���;���H��E1ɹ@A�H��H�5|�����H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$�����H��$�L9�t�M���H��$�H��H9�t�7���H��$8dH3%(��H��H[]A\A]A^A_�fD��������@������,���@��L���~������f�L���8���H�ى H��H�D$H�T$(�/���H��� �p�
����9rCrH�\$(�H�߃�螪��H�t$H���q����*H������H��M��H���A�H�5���`����"� H�|$(���t���������/H�|$(��������D$���D$���Ic��P���D��$�L��$�H��$����Hc��(�����$�H��$�H��H��$�����f��J�����9����J������N���f.�@��AWAVAUATUSH��HL�-Ĉ H�<$�t$L��H�T$dH�%(H��$81�蜥��H��H��衦���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���:���H��$�B�8*A�FH��$�H��D��$�A��@�AL��$�DŽ$�@I�D$H��$�fo�<�@<L��H��L�|$ H�\$(H��$�H�yH�L$责��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH��$��D$<�����̇ ���������M��A��L��H�o�H�5X��Ӫ��H�|$ �D$4���� ���t�/H�|$ �H��$������H��觧��H��E1ɹ@A�H����H�5(��s���H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$����H��$�L9�t蹢��H��$�H��H9�t裢��H��$8dH3%(��H��H[]A\A]A^A_�f.����a������@���I����(���@��L���������L��訢��H�I� H��H�D$H�T$(蟣��H�0� �p�
����9rCrH�\$(�H�߃�����H�t$H������*H��脦��H��M��H�r�A�H�5U��Ш����� H�|$(���t���������/H�|$(��������D$�d����D$���Ic����D��$�L��$�H��$����Hc�蘦����$�H��$�H��H��$��-���f��J�����9����J�����辡��f.�@��AWAVAUATUSH��HL�-� H�<$�t$L��H�T$dH�%(H��$81�����H��H�������hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL��誟��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�7�@<L��H��L�|$ H�\$(H��$�H�yH�L$�$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�;�L��L�l$XH�D$@H�g�H��$��D$<肣���,� ���������M��A��L��H��H�5���7���H�|$ �D$4�������t�/H�|$ �H��$������H������H��E1ɹ@A�H���H�5���ץ��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$��O���H��$�L9�t����H��$�H��H9�t����H��$8dH3%(��H��H[]A\A]A^A_�fD���ɟ�����@��豟���,���@��L���N������f�L������H��� H��H�D$H�T$(���H��� �p�
����9rCrH�\$(�H�߃��n���H�t$H���A����*H�����H��M��H��A�H�5���0����� H�|$(���t���������/H�|$(��������D$�Ğ���D$���Ic�� ���D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J���������f.�@��AWAVAUATUSH��HL�-� H�<$�t$L��H�T$dH�%(H��$81��l���H��H���q����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���
���H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�foQ3�@<L��H��L�|$ H�\$(H��$�H�yH�L$脚��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H��L��L�l$XH�D$@H���H��$��D$<�����~ ���������M��A��L��H���H�5��藡��H�|$ �D$4�������t�/H�|$ �H��$������H���k���H��E1ɹ@A�H�s�H�5l��7���H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$�诚��H��$�L9�t�}���H��$�H��H9�t�g���H��$8dH3%(��H��H[]A\A]A^A_�fD���)������@�������,���@��L��讜�����f�L���h���H�	| H��H�D$H�T$(�_���H��{ �p�
����9rCrH�\$(�H�߃��Μ��H�t$H��衟���*H���D���H��M��H���A�H�5��萟���F| H�|$(���t���������/H�|$(��������D$�$����D$���Ic�耝��D��$�L��$�H��$����Hc��X�����$�H��$�H��H��$�����f��J�����9����J������~���f.�@��AWAVAUATUSH��HL�-�z H�<$�t$L��H�T$dH�%(H��$81��̗��H��H���ј���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���j���H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�.�@<L��H��L�|$ H�\$(H��$�H�yH�L$���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH�D$@H�G�H��$��D$<�B�����y ���������M��A��L��H�S�H�5<����H�|$ �D$4�������t�/H�|$ �H��$������H���˙��H��E1ɹ@A�H�C�H�5�藜��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$�����H��$�L9�t�ݔ��H��$�H��H9�t�ǔ��H��$8dH3%(��H��H[]A\A]A^A_�fD��艖�����@���q����,���@��L���������f�L���Ȕ��H�iw H��H�D$H�T$(迕��H�Pw �p�
����9rCrH�\$(�H�߃��.���H�t$H�������*H��褘��H��M��H�R�A�H�55�����w H�|$(���t���������/H�|$(��������D$脕���D$���Ic����D��$�L��$�H��$����Hc�踘����$�H��$�H��H��$�����f��J�����9����J������ޓ��f.�@��AWAVAUATUSH��HL�-�c H�<$�t$L��H�T$dH�%(H��$81��,���H��H���1����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���ʑ��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo*�@<L��H��L�|$ H�\$(H��$�H�yH�L$�D���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH�D$@H���H��$��D$<P袕���@u ���������M��A��L��H����H�5����W���H�|$ �D$4����$���t�/H�|$ �H��$������H���+���H��E1ɹ@A�H��H�5������H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$DŽ$�����H�D$`H�����H�D$x�h���H��$�L9�t�6���H��$�H��H9�t� ���H��$8dH3%(��H��H[]A\A]A^A_�����������@���ɑ���$���@��L���f�������L���(���H��r H��H�D$H�T$(����H��r �p�
����9rCrH�\$(�H�߃�莓��H�t$H���a����*H������H��M��H����A�H�5����P�����r H�|$(���t���������/H�|$(��������D$����D$���Ic��@���D��$�L��$�H��$����Hc�������$�H��$�H��H��$�����f��J�����9����J������>���f.�@��AWAVAUATUSH��HL�-D` H�<$�t$L��H�T$dH�%(H��$81�茎��H��H��葏���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL���*���H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�foq%�@<L��H��L�|$ H�\$(H��$�H�yH�L$褌��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H����L��L�l$XH�D$@H���H��$��D$<(������p ���������M��A��L��H����H�5|��跓��H�|$ �D$4����$���t�/H�|$ �H��$������H��苐��H��E1ɹ@A�H���H�5L���W���H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$DŽ$�����H�D$`H�����H�D$x�Ȍ��H��$�L9�t薋��H��$�H��H9�t耋��H��$8dH3%(��H��H[]A\A]A^A_�����A�������@���)����$���@��L���Ǝ������L��舋��H�)n H��H�D$H�T$(����H�n �p�
����9rCrH�\$(�H�߃����H�t$H������*H���d���H��M��H����A�H�5u��谑���Zn H�|$(���t���������/H�|$(��������D$�D����D$���Ic�蠏��D��$�L��$�H��$����Hc��x�����$�H��$�H��H��$�����f��J�����9����J�����螊��f.�@��AWAVAUATUSH��HL�-] H�<$�t$L��H�T$dH�%(H��$81����H��H�����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL��芈��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo� �@<L��H��L�|$ H�\$(H��$�H�yH�L$����H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H���L��L�l$XH�D$@H����H��$��D$<0�b�����k ���������M��A��L��H�3��H�5������H�|$ �D$4����$���t�/H�|$ �H��$������H�����H��E1ɹ@A�H����H�5���跎��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$DŽ$�����H�D$`H�����H�D$x�(���H��$�L9�t���H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_����衈������@��艈���$���@��L���&�������L�����H��i H��H�D$H�T$(�߇��H�pi �p�
����9rCrH�\$(�H�߃��N���H�t$H���!����*H���Ċ��H��M��H�2��A�H�5��������i H�|$(���t���������/H�|$(��������D$複���D$���Ic�����D��$�L��$�H��$����Hc��؊����$�H��$�H��H��$�����f��J�����9����J��������f.�@��AWAVAUATUSH��HL�-�Y H�<$�t$L��H�T$dH�%(H��$81��L���H��H���Q����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL�����H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo1�@<L��H��L�|$ H�\$(H��$�H�yH�L$�d���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H����L��L�l$XH�D$@H����H��$��D$<(�‡���Tg ���������M��A��L��H����H�5����w���H�|$ �D$4����$���t�/H�|$ �H��$������H���K���H��E1ɹ@A�H����H�5�������H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$DŽ$�����H�D$`H�����H�D$x舃��H��$�L9�t�V���H��$�H��H9�t�@���H��$8dH3%(��H��H[]A\A]A^A_������������@������$���@��L��膅������L���H���H��d H��H�D$H�T$(�?���H��d �p�
����9rCrH�\$(�H�߃�讅��H�t$H��聈���*H���$���H��M��H����A�H�5����p����e H�|$(���t���������/H�|$(��������D$�����D$���Ic��`���D��$�L��$�H��$����Hc��8�����$�H��$�H��H��$�����f��J�����9����J������^���f.�@��H�W SH��H��ك��H�*\ H�{H��H�����H��[�)���f���H��V SH��H�虃��H��[ H�{H��H��‰��H�����H��[鑂�����UH�Z H�o�SH��H��H�G�H�H�H���C���H�4R H�{H�PH�H�S�H��b���H���چ��H��H��[]����ff.����H��Y SH��H�H�H�G�߂��H��Q H�{ H�PH�H�H�C���H�{�u���H��[鬃��f.�f���UH��X H�o�SH��H��H�G�H�H�H���s���H�$P H�{H�PH�H�S�H�蒈��H���
���H��貃��H��H��[]�T���@��H�X SH��H�H�H�G����H��O H�{ H�PH�H�H�C�.���H�{襅��H���M���H��[��@��UH��W H�o�SH��H��H�G�H�H�H��裁��H�TO H�{H�PH�H�S�H��‡��H���:���H��H��[]�܂��ff.����H�EW SH��H�H�H�G�?���H��N H�{ H�PH�H�H�C�^���H�{�Մ��H��[�|���f.�f���UH��W H�o�SH��H��H�G�H�H�H���Ӏ��H��O H�{H�PH�H�S�H���H���j���H��袁��H��H��[]���@��H�5W SH��H�H�H�G�o���H�`O H�{ H�PH�H�H�C莆��H�{����H���=���H��[�T��@��UH�TU H�o�SH��H��H�G�H�H�H������H��L H�{8H�PH�H�S�H����H�{0�9���H�{(H��t�ouH�H�O���H�@H9�t*��H�{���H�{�b|��H���Z���H��H��[]�l�����{������H��T SH��H�H�H�G�_��H��K H�{HH�PH�H�H�C�n~��H�{@蕢��H�{8H��t$�ouH�H�����H�@H9�u2��({��H�{(��~��H�{ �{��H�{譂��H��[�ā��@����f.�f���UH��S H�o�SH��H��H�G�H�H�H���~��H�,K H�{8H�PH�H�S�H��}��H�{0�١��H�{(H��t�ouH�H���H�@H9�t2��H�{�+~��H�{�{��H�����H������H��H��[]�D}����:z�������H�5S SH��H�H�H�G��}��H�xJ H�{HH�PH�H�H�C�|��H�{@�%���H�{8H��t$�ouH�H�;���H�@H9�u:��y��H�{(�o}��H�{ �Fz��H�{�=���H���U���H��[�|��@����@��H�H�(t	���@H�1V ���1�1�H�5!V ����ff.����USH��XdH�%(H�D$H1���u"��tnH�D$HdH3%(�/H��X[]���
t[������uυ�u�H��H��H�H���X����o$�oL$K�oT$ S �o\$0[0�1�H�5wU �2���H�AH�5���H9�n���H�x�c���H���U���H���t������@���fD�-R\ ��u[H�l$@H�5�H���:|��H��E1ɹ@A�H��H�5ۨ�����H�|$@�ŋ��t���t�/H�|$@t
�-�[ �+�������=z�����y��fD��H��tGUH��SH��H�5�H��H���<}����H���uH��[]�@H��H��H��[]��~���1�Ðff.����ATI��UH��S��H���gy����x4��t?��tj�S���vB��t=��t,��t'��t"��t1҃���)�H��[]A\�fD��t<H����[]A\É�L���H��D$����D$����@��u�I�$�������1�1�H�5�S H��D$�I}���D$���H��R SH��H�H�G�贀��H��[��w��f.����H��R SH��H�H�G�脀��H���w��H�߾[�Nv����H��H���defaultonTriggered2invokeYourself()2qmlSignalChanged()2signalChanged()QJSValueQQmlScriptStringQQmlParserStatusJSValue can't be reassigned to another engine.Cannot assign to non-existent property "%1"SignalTransition: script expectedSpecified signal does not exist.org.qt-project.Qt.QQmlParserStatus16QQmlCustomParser16SignalTransition22SignalTransitionParser($%&'++++	�QI
�QI���� ��������
���������������������������������������������SignalTransitionQML.ElementautoguardChangedinvokeYourselfqmlSignalChangedinvokesignalQJSValueguardQQmlScriptStringNo top level StateMachine found.  Nothing will run without a StateMachine.QQmlListProperty<QObject>5State+�	PI�����������������������������x����p����YStateDefaultPropertychildrenQML.ElementautochildrenChangedQQmlListProperty<QObject>No initial state set for StateMachineSetting the childMode of a StateMachine to anything else than
QState.ExclusiveStates will result in an invalid state machine,
and can lead to incorrect behavior!2qmlRunningChanged()2runningChanged(bool)1checkChildMode()2childModeChanged()12StateMachine$!"#+++	�	PI
QI������������������������������������������������������StateMachineDefaultPropertychildrenQML.ElementautochildrenChangedqmlRunningChangedcheckChildModeQQmlListProperty<QObject>runningParent needs to be a State1start()2entered()1stop()2exited()2timeout()17TimeoutTransition+QI��������������~����k����b����KTimeoutTransitionQML.ElementautotimeoutChangedtimeout23QtQmlStateMachinePlugin����QtQmlStateMachinePluginQtQml.StateMachineN11QQmlPrivate11QQmlElementI10FinalStateEEN11QQmlPrivate11QQmlElementI13QHistoryStateEEN11QQmlPrivate11QQmlElementI17QSignalTransitionEEN11QQmlPrivate11QQmlElementI6QStateEEN11QQmlPrivate11QQmlElementI16SignalTransitionEEN11QQmlPrivate11QQmlElementI5StateEEN11QQmlPrivate11QQmlElementI12StateMachineEEN11QQmlPrivate11QQmlElementI17TimeoutTransitionEEQQmlListProperty10FinalState+�	PI����
�������������������������}����u����^FinalStateDefaultPropertychildrenQML.ElementautochildrenChangedQQmlListProperty<QObject>������������������������
���������������-�QSignalTransitionForeignQML.ForeignQSignalTransitionQML.ElementQML.CreatablefalseQML.UncreatableReasonDon't use this, use SignalTransition instead.������������������������
���������������"QAbstractStateForeignQML.ForeignQAbstractStateQML.ElementQML.CreatablefalseQML.UncreatableReasonDon't use this, use State instead.����
��������������������
����������q����"oQStateForeignQML.ForeignQStateQML.ElementQML.CreatablefalseQML.UncreatableReasonDon't use this, use State instead.����x����u����
i����_����SQHistoryStateForeignQML.ForeignQHistoryStateQML.ElementHistoryState(QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacewQtQmlStateMachinePlugincuri�rQtQml.StateMachine�; �|V��<�^��d�f��
g��g���<g���$Lh���|h����h��|�h���i���Li���j��,k��h�k���l����l��	�m���	�m���	�m��
�m���
q���q��0�q��Dr��`\r���|r����r��(
\s���
<v��,lv��@�z����}��$L���ṕ���l����L���L	\���\
l���`	|���t	�����	�����	���	����0
L���p
�����
���
���������<���Dl���X���������x<����܈���l���\
����<���l�����������������������,\���X����t��������T\���Dl���|���X����l�����̏��<����|���4̐���ܑ���<�������\,����<����\����|������������(ܖ��d��x����������ܗ���̘�����,|�������������������<����\���@�������\�����\��������L���@\���||���x�����̢�����������l���|��� ����4����\<����L����|�������������\���dl���H|���T����h�������������4\���ll���|����������ܩ�������L����"L����\����l����|�����������������������̫��$ܫ��8����L���`���t<����L����\����|������������������̬��ܬ��(����<���P���d<���xL����\����|�������������������̭��ܭ������,���@,���\L���xl��������������ܮ������,��� L���<|���X̯��p�����,����\�����������������,����l���ܱ��,L���@����T,���h����|����|�������\��� ����T ����� ,��� ���D!l���!���!���4"L���"����",��#l��$#����#<�L#���#�t#|��#���#L�$��4$\��$�`$���$|��$���$��%,�p%���%L�8%|�T%zRx�$8O�� FJw�?:*3$"D0W��\Xa��pda����`��(E�b��`��U�@a��(@�\a���F�B�E �A(�A0�DP�
0A(A BBBA8�a��F�B�A �D(�G@�
(A AEBF0H�b��vE�D�G C
AAKOAA4|�b��{F�A�A �P
ABEPDB8�@c���F�B�D �A(�D0|
(A ABBM8��c���F�I�E �D(�A0�u(A BBB,�y��	@z��Tz��*E�Q
JItz��	�z��/E�Q
JN�z��	��c�� ��c����c����\��gD@b(�y��GB�D�F �fDL<�x��	P�y��<dz��WL�h
LRH�Pc��F�B�B �B(�D0�A8�Dp
8A0A(B BBBG��y��(�f���E�N�G0�
AAA�f��	$�f��E�P4@�f��JF�D�E �P
ABFQCIx�f����f��H�4y���F�B�A �A(�D0X
(A ABBDK(D ABB4�xy���j�B�A �D(�G0f(A ABB$�y��(8z���L�o
E(X{���E�L�K g
IAE��{���L�|
H(�0z���E�H�K c
DAE4��{���i�D�G ~
AADDA�A�0\e���F�K�D �D0�
 AABA0<|���E�I�L d
AAH[AA\p�e���B�B�B �B(�A0�A8�G���H�r�A�\
8A0A(B BBBJ$zRx��������,�X��
h��!H $h��bF�B�B �B(�D0�E8�J�q
8A0A(B BBBF$zRx��������,bX��0�l��F�A�A �F0Z
 AABD�{���${��!H�n��VF�B�B �E(�A0�A8�J�z
8A0A(B BBBA8P�q��zF�B�A �D(�G@Z
(A ABBA@�r���N�D�Q B
EAED
DAGDG�A�P�tr���F�D�D �F0D
 AABDI
 DABHd
 DABE$	��8	��L	(��`	4��t	�y�� �	�y��0�	�y���F�A�A �GPr
 AABK�	�z��
�	�~��p�	L~��(
�z���E�A�D0t
AAH8
�{��7E�qT
 |��Uh
�~��8L�gH�
 ��
F�E�B �B(�A0�A8�D`�
8A0A(B BBBE$�
���RE�H�O gIA�
���EL�t$@~��EE�H�O _DA(<(����E�D�G M
EHF8h����F�B�D �A(�D0�
(E HBBHH�p���F�B�B �E(�D0�A8�G@�
8A0A(B BBBG@��z���N�D�Q B
EAED
DAGDG�A�D4@{���F�D�D �F0A
 AABGH
 DABA|X����d����p����|��� ������������8
����F�B�A �A(�G`|
(A ABBED
p���
(X
l����E�A�G0�
AAA�
���	�
����0�
����F�A�A �GPq
 AABD(�
�CE�A�D0B
AAB��U ���8L�gH<����
F�E�B �B(�A0�A8�D`�
8A0A(B BBBE$�L���RE�H�O gIA�����EL�t$�����EE�H�O _DA(������E�D�G M
EHF8 ���F�B�D �A(�D0�
(E HBBHH\؊��F�B�B �E(�D0�A8�G@�
8A0A(B BBBG@������N�D�Q B
EAED
DAGDG�A�T�����F�D�D �F0D
 AABDI
 DABHd
 DABED�X����=L�lt ���
����E�Q� ���
0����iF�D�A �DP�
 AABB�X���
T��� `���(���(<X���qF�D�A �^ABh����|����0Q�Z������y@�(����N�D�Q B
EAED
DAGDG�A�@������F�D�D �F0A
 AABGH
 DABA4 ���H��� \��p���-L�\�؏������1L�`�8���!�����,�����=E�D K
AK
CF4����SJ�D�Q R
AAEDG�A�L��	d����x������������������������������������������,����@����T����h����|������������������������������������������0����D����X����l�������������������������Đ������������Ȑ�� Đ��E�U<Ȑ��E�UX̐�� L�OtА��(L�W���E�U��� L�O���(L�W����E�U��� L�O���(L�W8���OHFPT���%E�_lh���%E�_�|���%E�_�����%E�_�����*L�Y���2L�a�L���p����p ���p4`���pH����p\���ppt���p�Д��p�,���p���.L�]�<���6L�eL�P����F�B�B �B(�A0�A8�G��
8A0A(B BBBGL4�����F�B�B �B(�A0�A8�G��
8A0A(B BBBKL����F�B�B �B(�A0�A8�G��
8A0A(B BBBGL�0����F�B�B �B(�A0�A8�G��
8A0A(B BBBGL$�����F�B�B �B(�A0�A8�G��
8A0A(B BBBGLt���F�B�B �B(�A0�A8�G��
8A0A(B BBBHL� ����F�B�B �B(�A0�A8�G��
8A0A(B BBBHLp����F�B�B �B(�A0�A8�G��
8A0A(B BBBHLd�����F�B�B �B(�A0�A8�G��
8A0A(B BBBH�p����H������7L�f����?L�n$@���dE�L�G BDA$,��lE�L�G JDA$T����dE�L�G BDA$|8���lE�L�G JDA�����TL�C��TL�C�����\L�K�,���\L�K(p����E�L�G �
DAE(@�����E�L�G �
DAElȾ���L��
I�����L��
I�hB��EHj����� �����(�����jE�A�Dpp
AAD��%L�T4 ��2L�a4P����SJ�D�Q R
AAEDG�A�@�����F�D�D �F0A
 AABGH
 DABAGNU�PuPtu�:!8<!`���{��@` 
�	�`P�p�<!�z�����P��`�`�0������<!���p�P��������p=!�����P�P�p��������p=!������� ���Иh��>!p���0�p�p��Т������>!��� ��@����0@!��������p�������@!Я������`���PA!���p����������PA!��� ����0H!�@�<!�p=!�>!@@!PB!��@����@�hB!`����B!л��B!@�`��B!�z���p����`�`�0�������B!�� �p�P��B!���������p���������B! �P������B!p���0���`��Т������B!���� ���B!��������p��������B!н@������0H!��@���`��� ���^m������pc
��:!�:!���o`8�
Q`K!XW�2`$	���o���o2���o�o�0���o�I!�c�c�c�c�c�cdd d0d@dPd`dpd�d�d�d�d�d�d�d�dee e0e@ePe`epe�e�e�e�e�e�e�e�eff f0f@fPf`fpf�f�f�f�f�f�f�f�fgg g0g@gPg`gpg�g�g�g�g�g�g�g�ghh h0h@hPh`hph�h�h�h�h�h�h�h�hii i0i@iPi`ipi�i�i�i�i�i�i�i�ijj j0j@jPj`jpj�j�j�j�j�j�j�j�jkk k0k@kPk`kpk�k�k�kGA$3a1pc�GA$3p1113�s��GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�z�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA+GLIBCXX_ASSERTIONS�s��GA*GOW*��s'tGA*cf_protectionGA+stack_clashGA!stack_realign
GA*FORTIFY�s��GA+omit_frame_pointer�s'tGA*GA!GA*GA*libqtqmlstatemachine.so-5.15.3-2.el8.x86_64.debug��=�7zXZ�ִF!t/��\w�]?�E�h=��(a�K"�aP�hV0�p��6�&��+v�RJ�5z��m����R�Ё�4»G5���s\E�j��?{7A����)�����I[��9��{ɮ|-����U������%?�-3X#��{0s;tc_�_�c�Z�N���%�O)��Q�L�"��Bw�Lс��TA�$�gd��3e�cR�E����w�_b�\r�<�OQ��1���kO��'kԳ7R����hC��M���e�
��C��w����M!(�����)��4^tV�cc^��p�G!��휸�બ�BO]��1p[�lACQ�_�p�9k�ʮv1�px����k*az�`Ч��ӏ�L�Iky�b��z��|�
A��Ȫ���4�#�L�Ϧ\W�Y'Qk���v24Ğ�������6�|��4r6v�;V���@K�fc�d�c�Ɲ=���wzɶ�m>��B�E���O_*�!�]����Z.I��%��'������r�RlG�^��o��l�'OI�!�CҊ�!(�czK�#��pL����"�B� )�@2<��C/Ȃa*XV���ģ-V�ip"ܰ�
j�Ѭ�-
����$�S��ș0�����k�S��*j{�Hяk���c8�)=��P�\i1��`%��`q��X�j����M����՘�W#(�֧���3C�̊��u�a@2���y�ӂ�����tP6u�	�>�K����=%g���c�����.���1��Y�b�
�#:QO��S����_lI�:xKdӹr��-�cB&Ǜ���W�����5�g[�BQ8�Q�RK���:
B���:?����![��h�g�!�3�����뜣���dGkcaЉ/h�jd�gEn�U��;�<���f����m��Y�B����{�_�0�6�ʞ�BECX8�&�q�+�-�V��Ny��^�5�tw���R��X#�,h���VA�Δs�e7W���UB�,���N�7LhB�h�f{�40�=�`vqV�wk������ܩ�Q��yw�>*�y?o�U`�3��b@T7���sM9�Һ�ށ��!�]�_��c<��
�,(����w��ޕ����Q,�#!Ks�&�XvlS,f�+FB�z
���fcmP3j:|2q�cQ۴���6N��ӆۤ�5��
��e�&ZvgBbA��?a�dt4��K�uTHo��&ۥ��zQ�4�"��2A
�
5�P�v�~�iI��!���t
�X���^��	���*srN!Yމ��pi�7�!@ωu��`y��Y�`����;��aRM�tނ��+�	-����,�f�"Q��~� ��O�"�4����`�VW2�	��ȋ�8J��ß��W�|�z�,��6����@Won�X�ӯR�����{�J�JC�%�����[�hWL��@���[|�.�Q.����2X2�(ٵ�U*~�GO�o$���Ђw5�>��Z�R� ��^�$}��0`HX/��	+����Xt1tA`��03�B�	ߒ���(u�F�'�� =�o�.�K7��u�)���&�1�"vG�V���mo2Z�[�]i3�W:��]'pxVe6i�
�:��x��<��7���{s��J!����c��`u!�A�U�Q֞�J�ݦ�=zBC�j&ЋK�B1�ֆ�{*���>[D`���'{���y�s?M`�3(�	�ߢ�VG)K���\7�-�CF��?R�j擣�~�@rg�.�	��1��L��+O�Sg�1MJ��
�>�+z�0��	>`�yZI�-G��1�X��s=��}�,�+4mG���N�hߪ���c���(��w��b��Fy��LR�r�z@����~�����V^�6�F;�����>���q���v'���rt#8��4�uK+X/� ��Je׍��0�O86��O0���*���ds��.�s�����C'3�����o�~t�ďFc�8fKXP��X�@�y�~9"2G`�&};�yp����=��t�g}�Ug�=i�=ATN5�cnob��\�
�+.�	�8k��R$�p���I�����T�E��E+�BƩ��$b��fZmˠ+8"g�'pq��A�&@����A����P��w��jG�t�ja�*��.;�S�U쪣M/H����7�O�[�nj�@<����~_���n������_Mx(��ȯ��y[K�%�E�˽~5�^�\�C����.*���c����)VL�@T�@��㜬V�Pb���ո�>���I �Xvڏ��)����?n/�D|9��'��™W�Ah�t�����+1�o���6��P?=�Q�Qs�:�]�_U7me�V���ԁv�|��4�DvSLd0PG��~$k�R���L�UI��=�Yv����ZQ���pY%��/-_T����"�����xޣk{p+V[���B�\�>�`b}�1�r.q�-�
LLu�
�'a�Q:�������
�ML�ԏ�[��2!�X4m�B���kH��k"��]눟��0m�.`�!�2I�1�ry-)�oL07�Z_7���=q�r5-?խ.l��2&J�VX8�����T�k�1�Xz�*qԵ�� c������Q�>��~�4�)}�4L��
PJ�j�ο�|ӹ��T���Q��y��^�����ɂ8Zv�Ҭ|_��Nd����Ѧ��ZC�H*#Ec������Z5$��<x<u��1�b����3�[`��І���T����:�2z�iW���U�9��Ǎ�1�r\c��&��ۇ6��y�-�n���r
����~��s[�U|�9���,������{��m��u�W�h�W�-��Ƙ���T%���e�G�k6?V۱A�~;L��x٦ƺ�Td(C�9s�2�����@�=d�1�{]�r<dY�Ǟ wA\P�Ӡ��Jc,9���Ү�����*%��$�n��珼�-4��SD�詴
�w@*U���5���s�qmq�!��I�b�wY�Q�V�}�2��6#�y��I]
�|^Lڷ����ќ�/oZ=.Q&��h�0/(9~��p�lsI�o�Tvf8�s,vծK
�g<�r2��ݞH+C���ZU�d��{���Ia�g�$������	�0���<��q���Wu�*��9���^*�+�t�b��*T�!��{�a�X2�$�'v��`^��9;�,lw�f�X�CF�x(��l.���S_�)GD���Z^x@��:�yۍ���]P�3�A8d��o�
��z�ΊZa�&"����~�7�MՔ��0癰<��!k0\�`w�RG~O	 Vb�HK#�O�iDI#�m�K��#Suߐ<��Z�b��{s��;���L�?ӅĿ����{��
R2j�%���;�<�ge��aؠB���߸��pbYrQ��iD��3�9���xp;�_lj�ʙU���oItmƚ�-A�HL���T�J��-�>�n3���˯�C�"�41���=)�J�W����I}i�{�]��|ROP����jH/�tp>���DɣŸџ�–l܌�Ǔ����� R���0"�X����)�f����gx�SDž�u������*<��Sp�H�⃁B���'�
�eR��u�]��O㚄�s��hT3������Wګ��SaoXY�{	/��@��G�W,���mF�|��sH���An1�H�=b[oV��Od��H���~���FI1u�+W��"�/J)�ҟ�;�����(�C���mPm�)���&J���52H�"E�X��A��Er�0�,#2���%�(��Y�K���Y�$�ؾ��q���c�L��'���!�����F� rq�F/����
3k��WEd{נd�����Gm_�"��7�Ԣ�����Cg~�H:eϞF�)�������Ze"�K�!5N��o$
�����c�t�>�����0�Ѓ�k&Ӥ�m�'<�Ϣw9�f	�F�)G�Lb��� ����*E��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``D(���088Q8���o�0�0�E���o22�T�2�2`$^BXWXWhpcpcc�c�c n�k�kw�s�s�}��
���� ������t �

$�88��33 ��:!�:��:!�:��:!�:P �I!IP�`K!`K�P!PppPaP,,U8*dU8�e9PK�[����ooQtQml/StateMachine/qmldirnu�[���module QtQml.StateMachine
plugin qtqmlstatemachine
classname QtQmlStateMachinePlugin
typeinfo plugins.qmltypes
PK�[��~�}�}QtQml/Models.2/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        name: "QAbstractItemModel"
        prototype: "QObject"
        Enum {
            name: "LayoutChangeHint"
            values: [
                "NoLayoutChangeHint",
                "VerticalSortHint",
                "HorizontalSortHint"
            ]
        }
        Enum {
            name: "CheckIndexOption"
            values: [
                "NoOption",
                "IndexIsValid",
                "DoNotUseParent",
                "ParentIsInvalid"
            ]
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
            Parameter { name: "roles"; type: "QVector<int>" }
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
        }
        Signal {
            name: "headerDataChanged"
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutChanged" }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutAboutToBeChanged" }
        Signal {
            name: "rowsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal { name: "modelAboutToBeReset" }
        Signal { name: "modelReset" }
        Signal {
            name: "rowsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationRow"; type: "int" }
        }
        Signal {
            name: "rowsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "row"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationColumn"; type: "int" }
        }
        Signal {
            name: "columnsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "column"; type: "int" }
        }
        Method { name: "submit"; type: "bool" }
        Method { name: "revert" }
        Method { name: "resetInternalData" }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "parent"
            type: "QModelIndex"
            Parameter { name: "child"; type: "QModelIndex" }
        }
        Method {
            name: "sibling"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "idx"; type: "QModelIndex" }
        }
        Method {
            name: "rowCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "rowCount"; type: "int" }
        Method {
            name: "columnCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "columnCount"; type: "int" }
        Method {
            name: "hasChildren"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "hasChildren"; type: "bool" }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
        }
        Method {
            name: "fetchMore"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "canFetchMore"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "flags"
            type: "Qt::ItemFlags"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
            Parameter { name: "flags"; type: "Qt::MatchFlags" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
        }
    }
    Component { name: "QAbstractListModel"; prototype: "QAbstractItemModel" }
    Component {
        file: "private/qqmlmodelsmodule_p.h"
        name: "QItemSelectionModel"
        prototype: "QObject"
        exports: ["QtQml.Models/ItemSelectionModel 2.2"]
        exportMetaObjectRevisions: [2]
        Enum {
            name: "SelectionFlags"
            alias: "SelectionFlag"
            isFlag: true
            values: [
                "NoUpdate",
                "Clear",
                "Select",
                "Deselect",
                "Toggle",
                "Current",
                "Rows",
                "Columns",
                "SelectCurrent",
                "ToggleCurrent",
                "ClearAndSelect"
            ]
        }
        Property { name: "model"; type: "QAbstractItemModel"; isPointer: true }
        Property { name: "hasSelection"; type: "bool"; isReadonly: true }
        Property { name: "currentIndex"; type: "QModelIndex"; isReadonly: true }
        Property { name: "selection"; type: "QItemSelection"; isReadonly: true }
        Property { name: "selectedIndexes"; type: "QModelIndexList"; isReadonly: true }
        Signal {
            name: "selectionChanged"
            Parameter { name: "selected"; type: "QItemSelection" }
            Parameter { name: "deselected"; type: "QItemSelection" }
        }
        Signal {
            name: "currentChanged"
            Parameter { name: "current"; type: "QModelIndex" }
            Parameter { name: "previous"; type: "QModelIndex" }
        }
        Signal {
            name: "currentRowChanged"
            Parameter { name: "current"; type: "QModelIndex" }
            Parameter { name: "previous"; type: "QModelIndex" }
        }
        Signal {
            name: "currentColumnChanged"
            Parameter { name: "current"; type: "QModelIndex" }
            Parameter { name: "previous"; type: "QModelIndex" }
        }
        Signal {
            name: "modelChanged"
            Parameter { name: "model"; type: "QAbstractItemModel"; isPointer: true }
        }
        Method {
            name: "setCurrentIndex"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "command"; type: "QItemSelectionModel::SelectionFlags" }
        }
        Method {
            name: "select"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "command"; type: "QItemSelectionModel::SelectionFlags" }
        }
        Method {
            name: "select"
            Parameter { name: "selection"; type: "QItemSelection" }
            Parameter { name: "command"; type: "QItemSelectionModel::SelectionFlags" }
        }
        Method { name: "clear" }
        Method { name: "reset" }
        Method { name: "clearSelection" }
        Method { name: "clearCurrentIndex" }
        Method {
            name: "_q_columnsAboutToBeRemoved"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_rowsAboutToBeRemoved"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_columnsAboutToBeInserted"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_rowsAboutToBeInserted"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Method {
            name: "_q_layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Method { name: "_q_layoutAboutToBeChanged" }
        Method {
            name: "_q_layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Method {
            name: "_q_layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Method { name: "_q_layoutChanged" }
        Method {
            name: "isSelected"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "isRowSelected"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "isRowSelected"
            type: "bool"
            Parameter { name: "row"; type: "int" }
        }
        Method {
            name: "isColumnSelected"
            type: "bool"
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "isColumnSelected"
            type: "bool"
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "rowIntersectsSelection"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "rowIntersectsSelection"
            type: "bool"
            Parameter { name: "row"; type: "int" }
        }
        Method {
            name: "columnIntersectsSelection"
            type: "bool"
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "columnIntersectsSelection"
            type: "bool"
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "selectedRows"
            type: "QModelIndexList"
            Parameter { name: "column"; type: "int" }
        }
        Method { name: "selectedRows"; type: "QModelIndexList" }
        Method {
            name: "selectedColumns"
            type: "QModelIndexList"
            Parameter { name: "row"; type: "int" }
        }
        Method { name: "selectedColumns"; type: "QModelIndexList" }
    }
    Component {
        file: "private/qqmlabstractdelegatecomponent_p.h"
        name: "QQmlAbstractDelegateComponent"
        prototype: "QQmlComponent"
        exports: ["QtQml.Models/AbstractDelegateComponent 2.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Signal { name: "delegateChanged" }
    }
    Component {
        file: "private/qqmldelegatemodel_p.h"
        name: "QQmlDelegateModel"
        defaultProperty: "delegate"
        prototype: "QQmlInstanceModel"
        exports: [
            "QtQml.Models/DelegateModel 2.1",
            "QtQml.Models/DelegateModel 2.15"
        ]
        exportMetaObjectRevisions: [1, 15]
        attachedType: "QQmlDelegateModelAttached"
        Property { name: "model"; type: "QVariant" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "filterOnGroup"; type: "string" }
        Property { name: "items"; type: "QQmlDelegateModelGroup"; isReadonly: true; isPointer: true }
        Property {
            name: "persistedItems"
            type: "QQmlDelegateModelGroup"
            isReadonly: true
            isPointer: true
        }
        Property { name: "groups"; type: "QQmlDelegateModelGroup"; isList: true; isReadonly: true }
        Property { name: "parts"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "rootIndex"; type: "QVariant" }
        Signal { name: "filterGroupChanged" }
        Signal { name: "defaultGroupsChanged" }
        Method {
            name: "_q_itemsChanged"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "count"; type: "int" }
            Parameter { name: "roles"; type: "QVector<int>" }
        }
        Method {
            name: "_q_itemsInserted"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "count"; type: "int" }
        }
        Method {
            name: "_q_itemsRemoved"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "count"; type: "int" }
        }
        Method {
            name: "_q_itemsMoved"
            Parameter { name: "from"; type: "int" }
            Parameter { name: "to"; type: "int" }
            Parameter { name: "count"; type: "int" }
        }
        Method { name: "_q_modelReset" }
        Method {
            name: "_q_rowsInserted"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_columnsInserted"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_columnsRemoved"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_columnsMoved"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_rowsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "begin"; type: "int" }
            Parameter { name: "end"; type: "int" }
        }
        Method {
            name: "_q_rowsRemoved"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_rowsMoved"
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
            Parameter { type: "int" }
            Parameter { type: "QModelIndex" }
            Parameter { type: "int" }
        }
        Method {
            name: "_q_dataChanged"
            Parameter { type: "QModelIndex" }
            Parameter { type: "QModelIndex" }
            Parameter { type: "QVector<int>" }
        }
        Method {
            name: "_q_layoutChanged"
            Parameter { type: "QList<QPersistentModelIndex>" }
            Parameter { type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Method {
            name: "modelIndex"
            type: "QVariant"
            Parameter { name: "idx"; type: "int" }
        }
        Method { name: "parentModelIndex"; type: "QVariant" }
    }
    Component {
        name: "QQmlDelegateModelAttached"
        prototype: "QObject"
        Property { name: "model"; type: "QQmlDelegateModel"; isReadonly: true; isPointer: true }
        Property { name: "groups"; type: "QStringList" }
        Property { name: "isUnresolved"; type: "bool"; isReadonly: true }
        Signal { name: "unresolvedChanged" }
    }
    Component {
        file: "private/qqmldelegatemodel_p.h"
        name: "QQmlDelegateModelGroup"
        prototype: "QObject"
        exports: ["QtQml.Models/DelegateModelGroup 2.1"]
        exportMetaObjectRevisions: [1]
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "name"; type: "string" }
        Property { name: "includeByDefault"; type: "bool" }
        Signal { name: "defaultIncludeChanged" }
        Signal {
            name: "changed"
            Parameter { name: "removed"; type: "QJSValue" }
            Parameter { name: "inserted"; type: "QJSValue" }
        }
        Method {
            name: "insert"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "create"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "resolve"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "remove"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "addGroups"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "removeGroups"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "setGroups"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "move"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "get"
            type: "QJSValue"
            Parameter { name: "index"; type: "int" }
        }
    }
    Component {
        file: "private/qqmlobjectmodel_p.h"
        name: "QQmlInstanceModel"
        prototype: "QObject"
        Property { name: "count"; type: "int"; isReadonly: true }
        Signal {
            name: "modelUpdated"
            Parameter { name: "changeSet"; type: "QQmlChangeSet" }
            Parameter { name: "reset"; type: "bool" }
        }
        Signal {
            name: "createdItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Signal {
            name: "initItem"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Signal {
            name: "destroyingItem"
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Signal {
            name: "itemPooled"
            revision: 15
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Signal {
            name: "itemReused"
            revision: 15
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
    }
    Component {
        file: "private/qqmlinstantiator_p.h"
        name: "QQmlInstantiator"
        defaultProperty: "delegate"
        prototype: "QObject"
        exports: ["QtQml.Models/Instantiator 2.14"]
        exportMetaObjectRevisions: [14]
        Property { name: "active"; type: "bool" }
        Property { name: "asynchronous"; type: "bool" }
        Property { name: "model"; type: "QVariant" }
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Property { name: "object"; type: "QObject"; isReadonly: true; isPointer: true }
        Signal {
            name: "objectAdded"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Signal {
            name: "objectRemoved"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "_q_createdItem"
            Parameter { type: "int" }
            Parameter { type: "QObject"; isPointer: true }
        }
        Method {
            name: "_q_modelUpdated"
            Parameter { type: "QQmlChangeSet" }
            Parameter { type: "bool" }
        }
        Method {
            name: "objectAt"
            type: "QObject*"
            Parameter { name: "index"; type: "int" }
        }
    }
    Component {
        file: "private/qqmllistmodel_p.h"
        name: "QQmlListElement"
        prototype: "QObject"
        exports: ["QtQml.Models/ListElement 2.1"]
        exportMetaObjectRevisions: [1]
    }
    Component {
        file: "private/qqmllistmodel_p.h"
        name: "QQmlListModel"
        prototype: "QAbstractListModel"
        exports: ["QtQml.Models/ListModel 2.1", "QtQml.Models/ListModel 2.14"]
        exportMetaObjectRevisions: [1, 14]
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "dynamicRoles"; type: "bool" }
        Property { name: "agent"; revision: 14; type: "QObject"; isReadonly: true; isPointer: true }
        Method { name: "clear" }
        Method {
            name: "remove"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "append"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "insert"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "get"
            type: "QJSValue"
            Parameter { name: "index"; type: "int" }
        }
        Method {
            name: "set"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "value"; type: "QJSValue" }
        }
        Method {
            name: "setProperty"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "property"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "move"
            Parameter { name: "from"; type: "int" }
            Parameter { name: "to"; type: "int" }
            Parameter { name: "count"; type: "int" }
        }
        Method { name: "sync" }
    }
    Component {
        file: "private/qqmllistmodelworkeragent_p.h"
        name: "QQmlListModelWorkerAgent"
        prototype: "QObject"
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "engine"; type: "QV4::ExecutionEngine"; isPointer: true }
        Signal {
            name: "engineChanged"
            Parameter { name: "engine"; type: "QV4::ExecutionEngine"; isPointer: true }
        }
        Method { name: "addref" }
        Method { name: "release" }
        Method { name: "clear" }
        Method {
            name: "remove"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "append"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "insert"
            Parameter { name: "args"; type: "QQmlV4Function"; isPointer: true }
        }
        Method {
            name: "get"
            type: "QJSValue"
            Parameter { name: "index"; type: "int" }
        }
        Method {
            name: "set"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "value"; type: "QJSValue" }
        }
        Method {
            name: "setProperty"
            Parameter { name: "index"; type: "int" }
            Parameter { name: "property"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "move"
            Parameter { name: "from"; type: "int" }
            Parameter { name: "to"; type: "int" }
            Parameter { name: "count"; type: "int" }
        }
        Method { name: "sync" }
    }
    Component {
        file: "private/qqmlobjectmodel_p.h"
        name: "QQmlObjectModel"
        defaultProperty: "children"
        prototype: "QQmlInstanceModel"
        exports: [
            "QtQml.Models/ObjectModel 2.1",
            "QtQml.Models/ObjectModel 2.15",
            "QtQml.Models/ObjectModel 2.3"
        ]
        exportMetaObjectRevisions: [1, 15, 3]
        attachedType: "QQmlObjectModelAttached"
        Property { name: "children"; type: "QObject"; isList: true; isReadonly: true }
        Method { name: "clear"; revision: 3 }
        Method {
            name: "get"
            revision: 3
            type: "QObject*"
            Parameter { name: "index"; type: "int" }
        }
        Method {
            name: "append"
            revision: 3
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "insert"
            revision: 3
            Parameter { name: "index"; type: "int" }
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "move"
            revision: 3
            Parameter { name: "from"; type: "int" }
            Parameter { name: "to"; type: "int" }
            Parameter { name: "n"; type: "int" }
        }
        Method {
            name: "move"
            revision: 3
            Parameter { name: "from"; type: "int" }
            Parameter { name: "to"; type: "int" }
        }
        Method {
            name: "remove"
            revision: 3
            Parameter { name: "index"; type: "int" }
            Parameter { name: "n"; type: "int" }
        }
        Method {
            name: "remove"
            revision: 3
            Parameter { name: "index"; type: "int" }
        }
    }
    Component {
        name: "QQmlObjectModelAttached"
        prototype: "QObject"
        Property { name: "index"; type: "int"; isReadonly: true }
    }
    Component {
        file: "private/qquickpackage_p.h"
        name: "QQuickPackage"
        defaultProperty: "data"
        prototype: "QObject"
        exports: ["QtQml.Models/Package 2.14"]
        exportMetaObjectRevisions: [14]
        attachedType: "QQuickPackageAttached"
        Property { name: "data"; type: "QObject"; isList: true; isReadonly: true }
    }
    Component {
        name: "QQuickPackageAttached"
        prototype: "QObject"
        Property { name: "name"; type: "string" }
    }
}
PK�[�H�H/H/!QtQml/Models.2/libmodelsplugin.sonuȯ��ELF>�@�'@8	@�� �� � ` �� � ``888$$hhh  S�tdhhh  P�tdlllttQ�tdR�td�� � 0GNU�5$nm״F�\iM��A+ �@00 #$l�⍺�|CE���qX-���� �U��F"T�Y �?�����y��0�), d����0  �  �  ��=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_Z31qml_register_types_QtQml_Modelsv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectElibQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5GLIBC_2.2.5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9			> %��� ui	�S %��u0���%���ӯk	�t)�yѯ� p� 0� � � ` �  �   `( p0 �� � � �� �� �� �� �� � 8 @ H P 	X ` h p � � � � � � 
� � H P X ` h 
p x � � � � � � � ��H��H� H��t��H����5B �%C ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
���������%]
 D���%U
 D���%M
 D���%E
 D���%=
 D���%5
 D���%-
 D���%%
 D���%
 D���%
 D���%

 D���%
 D���%� D���%� DH�=9
 H�2
 H9�tH�� H��t	�����H�=	
 H�5
 H)�H��H��H��?H�H�tH�� H��t��fD�����=� u+UH�=� H��tH�=� ����d����� ]������w������Ðf.���H�H�(t	���@H�� ���H�E�@��SH���@ ����H�A H��t<�P��t5H�=5 t+H�����@����H� H��[�f.������1�H��H���9���H�� H��H�H��xH�CH�} H�D$H�D$����H�=� H�� H�� H���u����/u����H�� H���c���H��1�[�DH�=a �l���������H� H�5V H�K H�=DH�A ���H�= �h��������f���H��tGUH��SH��H�5�H��H���\�����H���uH��[]�@H��H��H��[]����1�Ðff.�����������H�� H�H��xH�G�%���D��H�u H��H�H��xH�G�������H�U SH��H�H��xH�G���H�߾[������H�% SH�_�H�G�H��xH�H�����H�߾[����f.�D��H�H��t�(uH�?H��t��������H��H���17QtQmlModelsPlugin����QtQmlModelsPlugin�QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfaceqQtQmlModelsPlugincuri�nQtQml.Models.2�;p
�����t��������$����D���hT���|�����������$���$D���t���8����TzRx�$��FJw�?:*3$"D�����\@���p<��� �����4���-L�\������4���1L�`�X���!����,���=E�D K
AK
CF4<��SJ�D�Q R
AAEDG�A�t���	GNU�p0� `� �`p������� �����>Sbu������
D� � ���o`�
0 PxH0	���o���ox���o�o,���o�  0@P`p������GA$3a1�QGA$3p1113�AGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY��GA+GLIBCXX_ASSERTIONSlibmodelsplugin.so-5.15.3-2.el8.x86_64.debug'�s��7zXZ�ִF!t/��'�]?�E�h=��ڊ�2N�� ���f-z�~X�o���YBϮعm�=4�ݱ�x�Z�����Q~CUq���z���5�:����-�e#5˨�e�� ���mִ��}<�4q#>
����B�q��e��Qhzf�n�w�5�j�K�\{.���ϛv�
�@ ��������bk�!��G1������- W캿Zx�|*��D�ൊK\DgE��d�I^% ��YJ�I�I*V0o�������_pP]��e斕�JK���?�7�Y'�π��X{^C.m�S�Y���eb
4�(K�F��q�L4����o8hF�Cyʡ�m�U�4��?7 �:L��v�س�9�ʍi�3���5ζ����36���{0�U!*�`�����Oz�E�cV*W5ifYw0)�]$�$��H��tS#S���~xR)j�گ���?�?/^՝C�W���O�e{Pg�7���j�0�e��Y_C
<�[�\�@L�Z���ew:��x:8�d́0p�L "I��
R�5EED�;.-����B�^?��W�(az7ݝޮ�s$�sBjt��y��&�S�(b��#�ް�ﯬ���i����2�5��Np�BJ01P�zf�a-x<�Cugw$_�e�
qZ���2x��!�"&��›>��,YNA�=XER|J���V��O�y\u�"�@UP�t{D%������t�؏kU��M��}[a��l<����u�B[�/�
^�9��2�,I���$'1a�*��vȾh�tJ�\�&9�;
������+x%���V�-)L�v��2,(z�2�q6�/��?����5xK���������b�}��7����<��ٻZ{2�=�BI��k��4Ե�x�\\����_�4���D2fMD�����l5�Wέ��E{�J�
 N��tVx`�drs�*���pa?�J�:jT0s�qT�-q����t��*W�Qۅ��{&��"�ߕ��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(��x08���o,,JE���oxx�THH0^BxxPh��c���n���w���}DD
�``� ����j �llt�����hh �� ��� ��� �� �� �`�0 0�  �00 `�D,"4*`"(�&9PK�[e75VVQtQml/Models.2/qmldirnu�[���module QtQml.Models
plugin modelsplugin
classname QtQmlModelsPlugin
designersupported
PK�[ETS��QtQml/qmldirnu�[���module QtQml
plugin qmlplugin
classname QtQmlPlugin
depends QtQml.Models 2.15
depends QtQml.WorkerScript 2.15
typeinfo plugins.qmltypes
PK�[J�f
��%QtQml/WorkerScript.2/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        file: "private/qquickworkerscript_p.h"
        name: "QQuickWorkerScript"
        prototype: "QObject"
        exports: [
            "QtQml.WorkerScript/WorkerScript 2.0",
            "QtQml.WorkerScript/WorkerScript 2.15"
        ]
        exportMetaObjectRevisions: [0, 15]
        Property { name: "source"; type: "QUrl" }
        Property { name: "ready"; revision: 15; type: "bool"; isReadonly: true }
        Signal { name: "readyChanged"; revision: 15 }
        Signal {
            name: "message"
            Parameter { name: "messageObject"; type: "QJSValue" }
        }
        Method {
            name: "sendMessage"
            Parameter { type: "QQmlV4Function"; isPointer: true }
        }
    }
}
PK�[2JP/P/-QtQml/WorkerScript.2/libworkerscriptplugin.sonuȯ��ELF>�@�'@8	@�� �� � ` �� � ``888$$���  S�td���  P�td���ttQ�tdR�td�� � 0GNUަs�𗰪���g����?� �@00 #$l�⍺�|CE���qX-���� �U��F"Z�_� �E��
�����6�/, d����0  �  �  ��=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_Z37qml_register_types_QtQml_WorkerScriptv_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectElibQt5QmlWorkerScript.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5GLIBC_2.2.5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9	D %�	�� ui	�_ %���0���%���ӯkt)�yѯ� �� @� � � � �  �   p( �0 �� � � �� �� �� �� �� � 
8 @ H P 	X ` h p � � � � � � 
� � H P X ` h p x � � � � � � � ��H��H�� H��t��H����52 �%3 ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
���������%M
 D���%E
 D���%=
 D���%5
 D���%-
 D���%%
 D���%
 D���%
 D���%

 D���%
 D���%� D���%� D���%� D���%� DH�=)
 H�"
 H9�tH�� H��t	�����H�=� H�5� H)�H��H��H��?H�H�tH�� H��t��fD�����=� u+UH�=r H��tH�=~ ����d����� ]������w������Ðf.���H�H�(t	���@H�� ���H�U�@��SH���0 ����H�1 H��t<�P��t5H�=% t+H�����@����H� H��[�f.������1�H��H���9���H�� H��H�H��xH�CH�u H�D$H�D$����H�=� H�� H�� H���u����/u����H�~ H���c���H��1�[�DH�=Q �l���������H�
 H�5F H�; H�=DH�1 ���H�=
 �h��������f���H��tGUH��SH��H�5�H��H���\�����H���uH��[]�@H��H��H��[]����1�Ðff.�����������H�� H�H��xH�G�%���D��H�e H��H�H��xH�G�������H�E SH��H�H��xH�G���H�߾[������H� SH�_�H�G�H��xH�H�����H�߾[����f.�D��H�H��t�(uH�?H��t��������H��H���23QtQmlWorkerScriptPlugin����QtQmlWorkerScriptPlugin�QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacewQtQmlWorkerScriptPlugincuri�tQtQml.WorkerScript.2�;t
h����X�������������(���l8����x��������������((���X���<����XzRx�$����FJw�?:*3$"D�����\ ���p��� �������-L�\��������1L�`�8���!�����,����=E�D K
AK
CF4<����SJ�D�Q R
AAEDG�A�t��	GNU��@� �� �p�������� �����D_n�������
T� � ���o`�
'0 P�X0	���o���o����o�o8���o�  0@P`p�������GA$3a1�aGA$3p1113�QGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY��GA+GLIBCXX_ASSERTIONSlibworkerscriptplugin.so-5.15.3-2.el8.x86_64.debuga�}��7zXZ�ִF!t/��_�]?�E�h=��ڊ�2N�`t� �Ұ\�պ�jyk�BE��y����]p�^h�0]P�>b��M��_7���T��*��ϒ�_�D.�ñ����+5�
;�܊�ԣ�N��yb�LcL�-�#��O��P�J��U���DtgM��e�ʪ��6H��dd�LT��v�08�!mO�I��Y�������rȨ�M	�Y�֘EZY�]���"�G�?�"���;Y6�ɏ�L_�����a���1�pKO����i�L�����H��7(��A�\,�HS7���t��s�S@	�9��`U�#SFB��%��'��-�L���~����k�e�ё"�QR�E\�fjG�������������;j|���#ҝ��*��y<�ϭ�nA}.�>H��d5�d�(���T�0�V&mv}����F�{�:������%���@�~,����izsE���| Zy��&����!��#ǯD��uF��z���E3}�|�!�]�A�?�-O^B��ʛ\��OG����;o�PW���^3XZ �^?k�E�N�==ì��gsbqm�Fw�D�&�\�� 0�v��k���<C�F���4y�� P��}�~� �m�t�s.��q<8G~A�G��\���^(!O˪�T'_Zl|��s"�t���C>Eɡ����3w�~��MHY�q�P�+�6�������WĬi=񼷙����2��{鵥E�B���j���N�X�����'�x��@k%�B��� �bF!�B��l	!�`�yҕv��
�.sd���^�T��/���eEq�����k*���mc{�ծ.��N_dJ���>zzh���6_>lg���}l��:��B>\Uғ�	���5�P4��l����
34/Sh*й6ho��Cȍ���צ
-�y�w̽c�/����QO�-���}M{��-�ƞy^��.z<��
�z)�E�B��]����_��U(���
��w&_��X{!��v�J��T��"���j��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(��x0'8���o88JE���o���TXX0^B��Ph��c�n���w���}TT
���� ��  v ���t����� �� ��� ��� �� �� �`�0 0�  �00 `�D,"8*d"0�&9PK�[Ǯ��VVQtQml/WorkerScript.2/qmldirnu�[���module QtQml.WorkerScript
plugin workerscriptplugin
classname QtQmlWorkerScriptPlugin
PK�[�#�<�<"Qt/labs/qmlmodels/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        name: "QAbstractItemModel"
        prototype: "QObject"
        Enum {
            name: "LayoutChangeHint"
            values: [
                "NoLayoutChangeHint",
                "VerticalSortHint",
                "HorizontalSortHint"
            ]
        }
        Enum {
            name: "CheckIndexOption"
            values: [
                "NoOption",
                "IndexIsValid",
                "DoNotUseParent",
                "ParentIsInvalid"
            ]
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
            Parameter { name: "roles"; type: "QVector<int>" }
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
        }
        Signal {
            name: "headerDataChanged"
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutChanged" }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutAboutToBeChanged" }
        Signal {
            name: "rowsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal { name: "modelAboutToBeReset" }
        Signal { name: "modelReset" }
        Signal {
            name: "rowsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationRow"; type: "int" }
        }
        Signal {
            name: "rowsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "row"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationColumn"; type: "int" }
        }
        Signal {
            name: "columnsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "column"; type: "int" }
        }
        Method { name: "submit"; type: "bool" }
        Method { name: "revert" }
        Method { name: "resetInternalData" }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "parent"
            type: "QModelIndex"
            Parameter { name: "child"; type: "QModelIndex" }
        }
        Method {
            name: "sibling"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "idx"; type: "QModelIndex" }
        }
        Method {
            name: "rowCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "rowCount"; type: "int" }
        Method {
            name: "columnCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "columnCount"; type: "int" }
        Method {
            name: "hasChildren"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "hasChildren"; type: "bool" }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
        }
        Method {
            name: "fetchMore"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "canFetchMore"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "flags"
            type: "Qt::ItemFlags"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
            Parameter { name: "flags"; type: "Qt::MatchFlags" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
        }
    }
    Component { name: "QAbstractTableModel"; prototype: "QAbstractItemModel" }
    Component {
        file: "qqmldelegatecomponent_p.h"
        name: "QQmlDelegateChoice"
        defaultProperty: "delegate"
        prototype: "QObject"
        exports: ["Qt.labs.qmlmodels/DelegateChoice 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "roleValue"; type: "QVariant" }
        Property { name: "row"; type: "int" }
        Property { name: "index"; type: "int" }
        Property { name: "column"; type: "int" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Signal { name: "changed" }
    }
    Component {
        file: "qqmldelegatecomponent_p.h"
        name: "QQmlDelegateChooser"
        defaultProperty: "choices"
        prototype: "QQmlAbstractDelegateComponent"
        exports: ["Qt.labs.qmlmodels/DelegateChooser 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "role"; type: "string" }
        Property { name: "choices"; type: "QQmlDelegateChoice"; isList: true; isReadonly: true }
    }
    Component {
        file: "qqmltablemodel_p.h"
        name: "QQmlTableModel"
        defaultProperty: "columns"
        prototype: "QAbstractTableModel"
        exports: ["Qt.labs.qmlmodels/TableModel 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "columnCount"; type: "int"; isReadonly: true }
        Property { name: "rowCount"; type: "int"; isReadonly: true }
        Property { name: "rows"; type: "QVariant" }
        Property { name: "columns"; type: "QQmlTableModelColumn"; isList: true; isReadonly: true }
        Method {
            name: "appendRow"
            Parameter { name: "row"; type: "QVariant" }
        }
        Method { name: "clear" }
        Method {
            name: "getRow"
            type: "QVariant"
            Parameter { name: "rowIndex"; type: "int" }
        }
        Method {
            name: "insertRow"
            Parameter { name: "rowIndex"; type: "int" }
            Parameter { name: "row"; type: "QVariant" }
        }
        Method {
            name: "moveRow"
            Parameter { name: "fromRowIndex"; type: "int" }
            Parameter { name: "toRowIndex"; type: "int" }
            Parameter { name: "rows"; type: "int" }
        }
        Method {
            name: "moveRow"
            Parameter { name: "fromRowIndex"; type: "int" }
            Parameter { name: "toRowIndex"; type: "int" }
        }
        Method {
            name: "removeRow"
            Parameter { name: "rowIndex"; type: "int" }
            Parameter { name: "rows"; type: "int" }
        }
        Method {
            name: "removeRow"
            Parameter { name: "rowIndex"; type: "int" }
        }
        Method {
            name: "setRow"
            Parameter { name: "rowIndex"; type: "int" }
            Parameter { name: "row"; type: "QVariant" }
        }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "role"; type: "string" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "role"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
    }
    Component {
        file: "qqmltablemodelcolumn_p.h"
        name: "QQmlTableModelColumn"
        prototype: "QObject"
        exports: ["Qt.labs.qmlmodels/TableModelColumn 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "display"; type: "QJSValue" }
        Property { name: "setDisplay"; type: "QJSValue" }
        Property { name: "decoration"; type: "QJSValue" }
        Property { name: "setDecoration"; type: "QJSValue" }
        Property { name: "edit"; type: "QJSValue" }
        Property { name: "setEdit"; type: "QJSValue" }
        Property { name: "toolTip"; type: "QJSValue" }
        Property { name: "setToolTip"; type: "QJSValue" }
        Property { name: "statusTip"; type: "QJSValue" }
        Property { name: "setStatusTip"; type: "QJSValue" }
        Property { name: "whatsThis"; type: "QJSValue" }
        Property { name: "setWhatsThis"; type: "QJSValue" }
        Property { name: "font"; type: "QJSValue" }
        Property { name: "setFont"; type: "QJSValue" }
        Property { name: "textAlignment"; type: "QJSValue" }
        Property { name: "setTextAlignment"; type: "QJSValue" }
        Property { name: "background"; type: "QJSValue" }
        Property { name: "setBackground"; type: "QJSValue" }
        Property { name: "foreground"; type: "QJSValue" }
        Property { name: "setForeground"; type: "QJSValue" }
        Property { name: "checkState"; type: "QJSValue" }
        Property { name: "setCheckState"; type: "QJSValue" }
        Property { name: "accessibleText"; type: "QJSValue" }
        Property { name: "setAccessibleText"; type: "QJSValue" }
        Property { name: "accessibleDescription"; type: "QJSValue" }
        Property { name: "setAccessibleDescription"; type: "QJSValue" }
        Property { name: "sizeHint"; type: "QJSValue" }
        Property { name: "setSizeHint"; type: "QJSValue" }
        Signal { name: "indexChanged" }
    }
}
PK�[&|\�X�X�(Qt/labs/qmlmodels/liblabsmodelsplugin.sonuȯ��ELF>�m@ث@8	@�u�u ``"`"�� ЈЈ"Ј"``888$$�u�u�u  S�td�u�u�u  P�td464646�	�	Q�tdR�td``"`"��GNU�Yս��)�3�O��*���@00���l�⍺�|CE���qX-��������3
G	��� q�>U��h�/�������F"/s�
��r���
t��+GJ�4�
r
��Z�	>nd�� ?1h*H�	����L�x^
�
*q��
�	{�����^	W	�Y#�	�:
�`�Wr
�/;]�	�Oo3T�������U���P�	-�}��B1nv4[
����
dq�xOU, d��
��#��
2
�	{��
F2�c��(	�n�TL
���m��q��"��"��"� q=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN8QJSValueD1Ev_ZN8QJSValueC1ERKS__ZN8QJSValueC1ENS_12SpecialValueE_ZN8QVariantD1Ev_ZN9QListData7disposeEPNS_4DataE_ZN10QArrayData10deallocateEPS_mm_ZN9QHashData11free_helperEPFvPNS_4NodeEE_ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Eii_ZN11QTextStreamlsEi_ZN11QTextStreamlsEcstrlen_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString__stack_chk_fail_ZN6QDebug9putStringEPK5QCharm_ZN10QArrayData11shared_nullE_ZN7QString18toLocal8Bit_helperEPK5QChari_ZN16QLoggingCategoryC1EPKc_ZN16QLoggingCategoryD1Ev_ZN19QAbstractTableModelC2EP7QObject_ZN16QQmlParserStatusC2Ev_ZN9QListData11shared_nullE_ZN9QHashData11shared_nullE_ZN8QVariantC1ERK5QListIS_E_ZNK8QVariant10canConvertEi_ZNK8QVariant8userTypeEv_ZNK8QVariant7convertEiPv_ZNK8QJSValue8isObjectEv_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZNK8QVariant9constDataEv_ZNK8QJSValue7isArrayEv_ZN5QtQml10qmlWarningEPK7QObject_ZNK8QJSValue8toStringEv_ZN8QQmlInfoD1Ev_ZNK8QVariant8typeNameEv_Zls6QDebugRK8QVariant_ZN6QDebugD1Ev_ZN8QVariantC1ERKS__ZN16QQmlParserStatusD2Ev_ZN19QAbstractTableModelD2Ev_ZN9QListData6detachEi_ZN9QHashData8nextNodeEPNS_4NodeEmemcmp_ZN7QString13toUtf8_helperERKS__ZN9QListData11detach_growEPii_ZN9QListData6appendEv_ZN18QAbstractItemModel15beginRemoveRowsERK11QModelIndexii_ZN9QListData6removeEii_ZN18QAbstractItemModel13endRemoveRowsEv_ZNK14QMessageLogger5debugEv_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEEmemcpy_ZltRK7QStringS1__ZeqRK7QStringS1__Z5qHashRK7QStringj_ZN18QAbstractItemModel13beginMoveRowsERK11QModelIndexiiS2_i_ZN8QVariantaSERKS__ZN18QAbstractItemModel11endMoveRowsEv_ZNK11QMetaObject4castEP7QObject_ZN9QListData7reallocEi_ZN12QMapDataBase8freeTreeEP12QMapNodeBasei_ZN12QMapDataBase8freeDataEPS__ZNK8QJSValue9toVariantEv_ZNK8QVariant5toMapEv_ZN8QVariant7convertEi_ZN7QString17fromLatin1_helperEPKci_ZNK8QJSValue11isUndefinedEv_ZNK8QJSValue8isStringEv_ZNK8QJSValue10isCallableEv_ZN5QtQml9qmlEngineEPK7QObject_ZN9QJSEngine6createEiPKv_ZN8QJSValue4callERK5QListIS_E_ZN7QStringaSERKS__ZNK10QByteArray6isNullEv_ZN7QString15toLatin1_helperERKS__ZN9QHashData12allocateNodeEi_ZN9QHashData6rehashEi_ZN18QAbstractItemModel15beginResetModelEv_ZN18QAbstractItemModel13endResetModelEv_ZNK8QVariant6toListEv_ZNK8QVariant3cmpERKS__ZN9QJSEngine8newArrayEj_ZN8QVariantC1EiPKvj_ZN18QAbstractItemModel15beginInsertRowsERK11QModelIndexii_ZN18QAbstractItemModel13endInsertRowsEv_ZN9QListData6insertEi_ZNK12QMapNodeBase8nextNodeEv_ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE_ZN12QMapDataBase10createNodeEiiP12QMapNodeBaseb_ZN12QMapDataBase10createDataEv_ZN12QMapDataBase18recalcMostLeftNodeEv_ZN8QVariantC1ERK4QMapI7QStringS_E_Zls6QDebugRK11QModelIndex_ZN9QListData5eraseEPPv_ZN7QObjectC2EPS__ZN7QObjectD2Ev_ZN7QStringaSE13QLatin1String_ZNK8QJSValue14strictlyEqualsERKS__ZN8QJSValueaSERKS__ZN29QQmlAbstractDelegateComponent15delegateChangedEv_ZN29QQmlAbstractDelegateComponent16staticMetaObjectE_ZN7QObject14disconnectImplEPKS_PPvS1_S3_PK11QMetaObject_ZN7QObject11connectImplEPKS_PPvS1_S3_PN9QtPrivate15QSlotObjectBaseEN2Qt14ConnectionTypeEPKiPK11QMetaObject_ZN11QMetaObject10ConnectionD1Ev_ZNK29QQmlAbstractDelegateComponent5valueEP16QQmlAdaptorModeliiRK7QString_ZN9QMetaType9typeFlagsEi_ZN7QObject16staticMetaObjectE_ZNK7QObject8propertyEPKc_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZN29QQmlAbstractDelegateComponentC2EP7QObject_ZN29QQmlAbstractDelegateComponentD2Ev_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZNK11QMetaObject9classNameEv_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfreemalloc_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZN13QQmlComponent6createEP11QQmlContext_ZN13QQmlComponent11beginCreateEP11QQmlContext_ZN13QQmlComponent14completeCreateEv_ZNK19QAbstractTableModel6parentERK11QModelIndex_ZNK19QAbstractTableModel7siblingEiiRK11QModelIndex_ZNK19QAbstractTableModel11hasChildrenERK11QModelIndex_ZNK18QAbstractItemModel10headerDataEiN2Qt11OrientationEi_ZN18QAbstractItemModel13setHeaderDataEiN2Qt11OrientationERK8QVarianti_ZNK18QAbstractItemModel8itemDataERK11QModelIndex_ZN18QAbstractItemModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE_ZNK18QAbstractItemModel9mimeTypesEv_ZNK18QAbstractItemModel8mimeDataERK5QListI11QModelIndexE_ZNK18QAbstractItemModel15canDropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex_ZN19QAbstractTableModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex_ZNK18QAbstractItemModel20supportedDropActionsEv_ZNK18QAbstractItemModel20supportedDragActionsEv_ZN18QAbstractItemModel10insertRowsEiiRK11QModelIndex_ZN18QAbstractItemModel13insertColumnsEiiRK11QModelIndex_ZN18QAbstractItemModel10removeRowsEiiRK11QModelIndex_ZN18QAbstractItemModel13removeColumnsEiiRK11QModelIndex_ZN18QAbstractItemModel8moveRowsERK11QModelIndexiiS2_i_ZN18QAbstractItemModel11moveColumnsERK11QModelIndexiiS2_i_ZN18QAbstractItemModel9fetchMoreERK11QModelIndex_ZNK18QAbstractItemModel12canFetchMoreERK11QModelIndex_ZNK19QAbstractTableModel5flagsERK11QModelIndex_ZN18QAbstractItemModel4sortEiN2Qt9SortOrderE_ZNK18QAbstractItemModel5buddyERK11QModelIndex_ZNK18QAbstractItemModel5matchERK11QModelIndexiRK8QVarianti6QFlagsIN2Qt9MatchFlagEE_ZNK18QAbstractItemModel4spanERK11QModelIndex_ZN18QAbstractItemModel6submitEv_ZN18QAbstractItemModel6revertEv_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZN19QAbstractTableModel11qt_metacastEPKc_ZN19QAbstractTableModel11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI19QAbstractTableModel_ZTI16QQmlParserStatus_ZN19QAbstractTableModel16staticMetaObjectE_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTI7QObject_ZN13QQmlComponent16staticMetaObjectE_ZN29QQmlAbstractDelegateComponent11qt_metacastEPKc_ZN29QQmlAbstractDelegateComponent11qt_metacallEN11QMetaObject4CallEiPPv_ZTI29QQmlAbstractDelegateComponentlibQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9Qt_5.15.3_PRIVATE_APIGLIBC_2.4GLIBC_2.2.5GLIBC_2.14Qt_5.15		

	
	
			1 %��s@ӯk
�t)��yѯ� YxO
��@ii
�ui		���S��%��`"�ph"�mp"�ox"�p�"�"�"`	�"�"�"�p�"`r�"�r�"�r�"s �"�"(�"�r0�"@sH�"�	P�"�	X�"�px�"`��"�"��"���"(�"��"���"�"��" Ȁ"P�"؀"p�"�"��" �"���"���"��@�"��P�"��"X�"0�`�"`h�"�p�"��x�"��Ё"ж؁"P��"��"�"���"��"���"���"��P�"0yh�"�sp�" t��"����"��H�"�z`�"�xh�"��x�"��"��"����"0���"�x��"����"��"��"����"���"0�ȃ"��Ѓ"���"�P�"�"X�"�`�"�h�"��p�"��x�"����"0yЄ"�s؄" t�"���"����"�zȅ"�xЅ"���"�"�"p��"����"�x�"��(�"`0�"�8�"��X�"P/p�"P�"x�"����"���"0���"P)��"�)�"�%�"!��"P��"`50�"�5H�"�"P�"�X�" `�"�h�"�p�"���"����"(�"ȇ"0�Ї"`؇"��"��"0@�"жH�"P�h�"`0p�"�/x�"0���"3��"�1��"@�"��"�"�p�"���"���"���"�P�"��"�(�"��"2�"x�"x��"x�"x؃"x��"x��"xx�"x�"x�"v�"v��"v �"v�"v��"v��"v��"v��"v�"
�"
��"
(�"
�"
��"
��"
��"
�"
�"& �"&��"&0�"&�"&��"&��"&��"&�"&�"\(�"\��"\8�"\��"\��"\��"\��"\�"\�"�0�"���"�@�"��"���"�Ȇ"���"��"��"8�"��"H�"�"��"І"��" �"�"q8�"}@�"7��"�(�"���"�0�"�ȁ"�8�"�X�"��"`�"sȄ"sx�"A�"A��"B��"B��"��"���"K�"K��"��"���"��"���"� �"���"�(�"�Ȃ"�0�"�Ђ"S8�"S؂"�@�"��"�H�"��"GP�"G�"�X�"���"N`�"N�">h�">�"*p�"*�"�x�"��"���"� �"%��"%(�"���"�0�"��"8�"���"�@�"���"�P�"i��"iX�"���"��"$(�"f8�"Z �"k`�"E �"E�"���"�؏"�8�"`�"gȏ"g��"��"��"��"��"��"��"��"��"?Џ"��"��"�H�"P�"X�"`�"h�"p�"x�"��"	��"
��"��"��"��"��"��"��"ȋ"Ћ"؋"�"�" �"!��""�"#�"'�"(�") �"+(�",0�"-8�".@�"/H�"0P�"1X�"3`�"4h�"5p�"6x�"8��"9��":��";��"<��"=��"@��"C��"D��"FȌ"HЌ"I،"J�"L�"M�"O��"P�"Q�"R�"T�"U �"V(�"W0�"X8�"Y@�"[H�"]P�"^X�"_`�"`h�"ap�"bx�"c��"d��"e��"h��"j��"l��"m��"n��"o��"pȍ"rЍ"t؍"u�"w�"y�"z��"{�"|�"~�"�"� �"�(�"�0�"�8�"�@�"�H�"�P�"�X�"�`�"�h�"�p�"�x�"���"���"���"���"���"���"���"���"���"�Ȏ"�Ў"�؎"��"��"��"���"��"��"��"��"� �"�(�"�0�"�8�"�@�"�H�"�P�"�X�"�`�"�h�"�p�"�x�"���H��H�93"H��t��H����5�."�%�."��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h��������h���������h��������h��������h��������h��������h���������%&"D���%&"D���%
&"D���%&"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%�%"D���%}%"D���%u%"D���%m%"D���%e%"D���%]%"D���%U%"D���%M%"D���%E%"D���%=%"D���%5%"D���%-%"D���%%%"D���%%"D���%%"D���%
%"D���%%"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%�$"D���%}$"D���%u$"D���%m$"D���%e$"D���%]$"D���%U$"D���%M$"D���%E$"D���%=$"D���%5$"D���%-$"D���%%$"D���%$"D���%$"D���%
$"D���%$"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%�#"D���%}#"D���%u#"D���%m#"D���%e#"D���%]#"D���%U#"D���%M#"D���%E#"D���%=#"D���%5#"D���%-#"D���%%#"D���%#"D���%#"D���%
#"D���%#"D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%�""D���%}""D���%u""D���%m""D���%e""D���%]""D���%U""D���%M""D���%E""D���%=""D���%5""D���%-""D���%%""D���%""D���%""D���%
""D���%""D���%�!"D���%�!"D���%�!"D��H��H�A�H��"H�5+#"H�=|uH�#"���H�٧H��"H�5�""H�=TuH��""�h���H�q�H��"H�5�""H�=,uH��""�@���H�	�H�b"H�5�""H�=uH��""����H���H�:"H�5k""H�=�tH�]""��H�9�H�"H�5;""H�=�tH�-""����H�ѥH��"H�5""H�=�tH��!"���H�i�H��"H�5�!"H�=dtH��!"�x���H��H��"H�5�!"H�=<tH��!"�P���H���H�r"H�5{!"H�=tH�m!"�(���H�1�H�J"H�5K!"H�=�sH�=!"����H�ɣH�""H�5!"H�=�sH�
!"����H�A�H��"H�5� "H�=�sH�� "���H�٢H��"H�� "H�5� "H��H�=is���@��H���H�5]�H�=� "H�
�W���H�=�"H��H�w"H�5� "�;���f.��H�=�"H��"H9�tH�V"H��t	�����H�=�"H�5�"H)�H��H��H��?H�H�tH�m"H��t��fD�����=e"u+UH�=
"H��tH�=�"����d����="]������w������Ðf.���H�H�(t	����@H�1"���H����@��SH����"����H��"H��t<�P��t5H�=�"t+H�����@����H��"H��[�f.���V�1�H��H������H�"H��H�H��xH�CH�-VH�D$H�D$����H�=W"H�X"H�I"H���u����/u����H�."H���c���H��1�[�DH�="�l���������H�]
"H�5�"H��"H�=DH��"����H�=�"��������f���H��tGUH��SH��H�5`�H��H�������H���uH��[]�@H��H��H��[]�g��1�Ðff.�����W������H��"H�H��xH�G�E���D��H��"H��H�H��xH�G�!������H��"SH��H�H��xH�G����H�߾[�S���H�e"SH�_�H�G�H��xH�H������H�߾[��f.�D��H�H��t�(uH�?H��t������f.�D��H�H�P0�B+B�ff.���H�Hc�H�P0HcBH�H�D�Ð@�����x�F��x1�H�~t�D�G8�ff.�������x�F��x1�H�~t�D�G<�ff.��AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���,����L�����I9�u�H��H��[]A\A]���AUH�GATUH��SH��HcWH��HcWL�,�L9�t0f.�H��L�#M��tL���L�L����I9�u�H��H��[]A\A]���ATI��UIcl$SH�H��H�L�L�H9�tfDH�_�_�H��H9�u�[L��]��A\��AUH�GATI��USH��HcWH��HcWH�,�H9�tFA��f����t�������D9�tH9�t$H��H����u�H�;���I�H9�u�H��L��[]A\A]��f�AUATUH��SH��H�_HcGL�,�H�I�I9�tHA��@���t�������D9�tMI9�t$H��H�{��GH�W��u�H�5>k�)�I9�u�H��H���[]A\A]���H�{�H�5k�����ff.�U�H��jA�SH��H�5�iH��H�?�V�H�H��H�J�R��t���t�)t
H�+H��[]�H�;H�5Vj��H�+H��[]ÐfDU�8H�sjA�SH��H�5biH��H�?���H�H��H�J�R��t���t�)t
H�+H��[]�H�;H�5&j��H�+H��[]������"��tH��"�f�H��H�=�"����uH��"H���H�5�H�=r"�
�H�="H��"H�5X"�S�H�=<"���H�@"H��Ðf.���SH���C�H�{�:�H�"�C H�C8H�PH�H�CH�Z"H�H�C(H�C0H�8"H�C@H�"H�CH[Ðff.���SH��(H���o�H��[�f.����ff.���Ðf.���H�H�
���H��H�7H�WH�5�fH��H�OH�
fH�GH�=����H�x H�P(H�H0H�p8Ðf.���USH��H��XdH�%(H�D$H1���x@H�D$����H�H��H�5����H�D$H�D$ H�@xH9����E8��x9�?H�����H�CH�CH�|$HdH3<%(H����H��X[]�f.�H�EH�5E���H�D$0����H�D$8H�D$@H���H9�un�E<9�~�A�0��xA�@��xI�x�n���D��KH�CH�k�j���f�L�D$H�t$H��L$�$��L�D$�L$�$�"���f�L�D$H�t$0H��L$�$��L�D$�L$�$�n�����@��H�VHH��H�H�J�R����w;H��B(t
�f��R��v�H��H��H�D$����H�D$H���D��f���H��"��GH�GH�G�f���H�@�7H�W�����w I��OH�W�����w������f���H�G�@����Ðff.���AWAVI��AUI��ATUH��SH��HdH�%(H�D$81���"���'��H���]�A�DŽ�����"����H����9���L�d$ �L����L���H���5�����H�D$ H�\$H�D$ H�D$L����H��������H����H�L$8dH3%(D����H��H[]A\A]A^A_��H�\$ H�5~�H���t�H��E1ɹA�H��cH�5uc��H�|$ �Ë�������t�/H�|$ ����"H����9�����H��H�\$��H��H����H���E����0���H���E��� ���L�d$ L��H�l$L�����L��L���]fH�5̌L���NfH�5O�L���?fH��H����H�D$1�H;."�PtH@H��H�|$��H�t$L��Hv�eH�|$����0���t�/H�|$�H��E1��aeL���)��g���@H�\$ H�5�H����H��E1ɹA�H�$bH�5
b�(�H�|$ ���t���t�/H�|$ t�-"�y���������"�_���fDL�d$ L��L����L�t$ �����M����H�\$L��H����L��H���2�H�|$�������t�/H�|$��L�l$ A�} ��+H�5��H�����L��H�����H�|$����a���t�/H�|$�ML�l$ A�} �\�	H�5��H���y�L��H����H�|$��������t�/H�|$��H�|$ � ��H���D�L�t$ �����I��H����L��H����L��H���(�H�|$����9���t�/H�|$�%L�l$ A�} �4�
H�5$�H����L��H�����H�|$���t{���t�/H�|$tkH�|$ � u~H�|$L�l$H��GL��H����H�����L�����L�������H���x����#����L���h������������H�|$ � ������ �X�H�|$ �n���fD���i�L�l$ A�} �����L�� ��L�l$ ���f����1�L�l$ A�} ����L�� ���L�l$ ���f.������H�|$ � �&���� ����������L�l$ A�} �����L�� �t�L�l$ ���f.�������"�!���fDH�\$�H������T���f����A������'��fD��AWI��AVAUI��ATI��USH��HdH�%(H�D$81����E�˸9O8~)H�L$8dH3%(��H��H[]A\A]A^A_�fDL�t$ H��L����H�D$ �����H�D$M��t
L���L���H�l$L��H���
�H�|$H����H�|$����N���t�/H�|$�:L�|$ A� ���H�5?�H����L��H�����H�|$����,���t�/H�|$�L�|$ A� �������M��t
L������L��H���Y�L��H���n�H�|$��������t�/H�|$��L�l$ A�} ��H�5نH����L��H����H�|$����5���t�/H�|$�!H�|$ � ������H�\$ �{ ���+H�5ȉH����H��H����H�|$��������t�/H�|$��H�|$ � ��A�t$8��H�|$ � �bL����1�����L�t$ H��L����H�\$ �����M��t
L���A���H�l$L��H����H��H����H�|$��������t�/H�|$��H�\$ �{ �"�H�57�H����H��H�����H�|$����<���t�/H�|$�(H�|$ � ��L��L���V^H�\$ �H��H�5ׄ�M�H��H���b�H�|$���t��������/H�|$������������@���q�����@� �.����f����A��J���@���)�����@�������@�����I���@���������@���������@� ��H�|$ �b���@L��� �k�L�|$ �G����L�� �S�L�l$ ����f�L��� �3�L�|$ �a���f�� ��H�|$ �Y���@H�߾ ��H�\$ ����H�߾ ���H�\$ ����f�� �����������ff.����ATI��H�5�UHc�H�߂S��H��L�������uH��H��C�[]A\�DI�T$(H��HcBH�H�t��o�H��[]A\ÐfD��H�}�!SH��H�PH�H�H�GH�H�G��tQ���t
H�W�*t>H�{@���tN���t�/tQH�{0�X^H�{(��]H�{�F�H��[�
�DH�{HH�5Y�H�H�{@���u�����H�{@��f.���H���C����f���SH���3���H�߾P[���D��H����fD��H��(H��"dH�%(H�D$1�H�H�|$H�T$H�H0H�P0H�L$�]H�|$�x]H�D$dH3%(uH��(����ff.���AUI��ATUH��H��SH��H��(dH�%(H�D$1�L�d$�D$����L���A�H�T$H�}HL����]H�|$A�ċ��tR���t�/H�|$tBE��xQH�ED��L��H��H����H��H�\$dH3%(u8H��([]A\A]�f����Q��E��y�H��C���'���fD��AUI��ATI��H��USH��H��(dH�%(H�D$1�H�l$�D$����H���a��H�T$H�{HH���]H�|$�ŋ��tK���t�/H�|$t;1���xH���L��L��H����H�L$dH3%(u"H��([]A\A]�fD���y����b��f���AW��AVA��H�vAUA��H�5|ATUSH��H��hdH�%(H�D$X1��������QE���C�L5;K8�aH�D$0D��H�߃�H��H�D$H�D$0����H�D$8H�D$@����H�C(H�{(H�|$���v�p�/^H�C(Ic�HcpH�HH�H�,�Ic�L�d�����FI��I9�v6fDI�H��tH��H�T$���H�T$�H�����I��M9�w�H�C(���v
�pH�|$�]H�C(L�|$L��H��H)�HcHH��L��H�D�H)�H�����H�C(���v�pL���l]D)s8H�����H���X�C��@����H�D$XdH3%(�BH��h[]A\A]A^A_�@H�D$0H��I��H��H�D$�x��H�5�}L���VH�|$0D���L��H�|$0� ��H�|$H�5i���VH�|$0�s8���H�|$0� ��H�|$H�5d��VH�|$0D������H�|$0� �CH�|$�����-���@�[�H�\$(H�t$H�@H��H�D$0H�D$8H�D$HH�D$@���H�D$(H�5}H���@ �VD��H�8H���o��H�}� ��H��H�5׀��UD��H�8H���D��H�}� ��H���^�����f�H��H)�I)ԋH��I����v
�pH�|$�[H�C(Hc�Mc�HcPH�D�H�,�N�$��t���f.�H�l$0H��H������H��H�5��QUH��������@� �������� ����q����� �v���4����� �f�������� �V�������l��ff.����AWAVAUATUHc�SH��H��dH�%(H��$�1�9���A�̅���A�։�H�y{H�5J{����u3H��$�dH3%(��H�Ĩ[]A\A]A^A_�f.�D��H�9{H�5�zH�����t��C8B�L%9��kG�<&D9����L$���@�L$����H�D$pL�l$PH�D$H�������H�D$xH�D$pHDŽ$�H�D$PH�D$XH�D$`D9���L�D$E���L��H������D9���D)�E��l$Ic�H���!L�d$(�PH�D$(���9T$�3�����D$E�p��Hc�L�~M��f.�I��H�K(L��HcAH�H�t��_L��M9�u܋D$I���L�tDH�S(L��HcBL�I��H�t��L_M9�u�H�D$(H�K(E1�H�L$�P���}�fD�1Ҿ����H�D$(L��H��HPL�4H�S(�
��v
�rH�|$�nXH�K(J�T=I��HcqH�L��H�|����H�D$(D9x�����H�D$(v��p����s���1�L���Y]H�D$(�z����H�l$pH��H���h��H��H�5>}��QH���A���Y���@H�l$pH��H���8��H��H�5�|�QH������)���@���@���OH�����H�|$(�P�������H�|$(�����fDH�l$pH��H������H��H�5zx�IQD��H���QH��H�5Nx�/QD��H����PH��H�5Ax�QD��H����PH��H�5�|�P�s8H���PH���H���`���L�D$E����L��H�����E��D�d$A)��<���L�l$pH�މL$L�����L��H�5�w�P��L���[PL��H�5�w�|PD��L���APL��H�5�w�bP�L$L����$PL��H�5�{�EP�s8L���
PL��������DL�d$(�t$1�D�D$L���P[H�D$(D�D$�����L$L�l$P���L��H�@H�D$pH�D$xH��$�H�D$pH��H�D$HDŽ$��3��H�D$PH�5�vL���@ �OD��H���`OH�5�vH���O��H���GOH�5�vH���hOD��H���-OL�������L$�^���@�3�H�t$H�@H�D$pH�D$xH��$�H�D$0H��I��H�D$HDŽ$����H�D$0H�5`vL���@ ��NH�5UuH��@�H �@ H�D$8H�D$@H�D$@H�LjL$H�D$�N�(H�8H�����H�}� ��H�C(H�|$@H�PHcHHc@H�,�L�<�L9���H�|$HL�d$H�G�)D���t�/H�|$PtkH�|$@� uuH�|$H�GH�UL��L��H���Q��L�����L�����I9�t\L�t$@�H�5�uL�����L��L�����H�|$P���u����^���@� ���H�|$@�w���@H�|$@�)���H�|$@� ���D$�G ����H�|$P�GH�|$���L�����H�|$8����H�|$�������fDL�t$(1ҹ��D�D$���D�D$I9�����H�D$(�H����@� �^���f���f�� �F��H�|$@�Z���@� �.��H�|$@�2����?���ff.���USH��H�/H�=��!�W��H��t$H��H�E0H�}0���v ������1ZH�H��[]���+��H�H��[]ÐAWAVAUATUH��SH��H�<$H�t$(�L$HdH�%(H��$�1�E��������H�$�L$H;H8�RD�%��!E��unH��$�H�5ArH���7��H��E1ɹA�H�OHH�58H�S��H��$�A�ċ���N���t�/H��$��7D�%H�!H������D9���H��$��H���Z��H��D��H���������H��$�L��$�HDŽ$�H��$�H������H��$�L��H��H�D$���L�����H�|$�N������H��$�H�4$H���A��H�t$(H����JH�5TrH���JH�5�vH���JH��$��t$H���H��$�� �#H��H�5�s�tJH��1�����H�|$���H��$�dH3%(����
H��[]A\A]A^A_�DA���,���H��$�H��H��H�D$���H�|$�d��������H�D$XH�t$H��H�D$8���H�D$X�XH�$;X<��	H�$H�P0HcB�J)�����H�L$`L��$�H�D$H�L$0H�L$hH�L$ H�L$pH�L$H��$�H�L$@H�L$H�|$0HȉL$LH�t��ϏH�p�!H�|$ H�D$hH�D$`�p�XH�T$`�J H�B��t.H�H9�����H�L��H�H9���H��H9�u�H�$H�P@H�D$H��HBH�H�D$pH�P�@�����3H�|$p�G(�H�D$hH�PHcHHc@H��L�<�L9��DH��$��DH���!Ƅ$�DŽ$�H��$�H��$���������t�(��DH��$���������t�/H��$���H��H�|$pI9����G���r���H�|$1�H����PH�H;D$p�U����PH�H ��$�H��$�������0�P(��$�H�P0H��$����������$��HH�|$XL���OH����H�|$XL��HDŽ$�DŽ$���TOH���sH�p L��$�H�����L���O��H�������$�9�tBH��������L��$�H��L���y����$�L���*�����L�����H������H��$����t$����s����/H��$��a���f����!��H��$�����I�����H�����H�|$pI9��Q����GH�W���W���t�*H�|$p�CH�|$ �qHH�|$`�GH�W�������t�*H�|$`��H�$H�D$H�\$H�P0HcB�J)�9��k�����YL��$�L������H��$����9���\���@�����������H�l$ H�sH���JH������H��H9D$`u�H�l$ �M������������H��$�H��H�����H�t$(H���EH��H�5�p�
EH��1��c�����fDH�5�B��������H��L��$����L��H���������G����H�|$�*��H�|$p����������L��$�H�4$L������H��$��x(~�`H�H�t$(L���]DH�5/lH���NDH��$�H��H�NjVHv���H�;� �sH��H�5l�D�t$HH�8H���i��H�;� �WH��H�5�k��CL���E��H�\$@H�{�gCH�{�^CH�|$p�GH�W��tn���t�*H�|$pt^H�|$ ��EH�|$`�GH�W��t$���t�*H�|$`t1�H�|$8�S�	���H�5)B�T����f�� ��������H�5IA�4���f�L��$��L���+������fDH�5�A��������H�4$L���l��H��$��x(~�`H�H�t$(L����BH�5�nH����BH��H��$�H�ߋPH@H���1��H�;� �H��H�5�j�BH��H��$�H�ߋPH@H�����H�;� ��H�5�jH���\BH��H���q�������I��H���fL���H��H��H��$��PH@H�����H�;� ��H�5EjH���BH��$��AL���M��H��������H�4$L��H��$�L��$��4��H��$�H�t$(L���@ �AH�5�iH���AH��L��H��H��@H��$����H�5�iH���pA�t$LH�8I�����I�>� ��H�5�iL���EAH��I���Z�������H��H���^H���1��L��H�D$x�PH@H�����I�>� ��L��H�5�j��@H�L$@H��H�q�AH�|$x�c@H���[��L���S��L�����L���������fDH��$�H��I��H�����H�t$(H���@H��H�5h�v@�t$HH���:@H��H�5(l�[@A�w8H���@H��1�������H��$�H��I��H�����H�t$(H���@H�5�gH���@A�w<H����?H�5�gH����?��H��1��?H���?���X���H����������H��H�$���H�$������ �
���~���� ������� �������� �����
���� �����X���� ����]���� ����������H��$���������H�G@�@��tYAVA��AUI��ATI��UD��SH��A��u$A��D��L��L��H��[]A\A]A^��������u�[]A\A]A^�fD��f���AWI��AVI��AUI��ATUSH��H��D�$L�d$0H�l$L��dH�%(H�D$x1�H�F(HcPH�t������H��L��H�d�!�CL��H�CH�C蕠H���]�����t9H�����L���I��H��H�L$xdH3%(��H�Ĉ[]A\A]A^A_�H���������L���H�����7H�D$`L��H��H�D$�:��H�D$`�x(~�`H�H�|$H�5*f�=I�6I��H�NjVHv����I�}� �'L��H�5�i�x=�4$H�8I������I�}� ��H�5�iL��L�t$@�H=L��I���]���L��L�l$(H���-=H�5�eH���=L��L��L��H�H�D$(�@�4��L�����L�����H�|$�J�����DH���������I�EI�����L��1�L�|$`L�t$@�$M��H�@`L��L�L$`L�|$H�D$hH�D$p��H���!L��L�l$ H�D$(貿��L��*L��H��L�t$(�ʿ��L��L���`L��L���D?L�����L����>L��H��L���F���L��L���+���L���þ���L���h���L���C����I�����I��D��H��t
H���#�����L������H�SL��H�CH�T$(�T;H�|$����L���R>�t���DL�l$ L��L�t$(L������H��L���ؿ��H�|$ L��H�D$`�D$h��jCH����H�p H�D$`H�D$L�|$@L������H�|$�\����L��H�{譼��L�����L���C�:��������H��H��tH��H�$�A���H�$��H�����H�SH�|$H�CH�T$`�l:L����L���\:L���DK����H�D$`L��L�l$ I��H��H�D$����H�5gL���:�4$L���Q:H�5*gL���r:H��L��跾��H�D$ 1�H;a�!�PtH@H��H�|$(���H�t$(H�D$`�����HvH�$I��t
H���_�����L�t$@L��L�����H�<$L���1���H�|$@���tV���t�/H�|$@tFH�|$`� ��H�|$(���t|���t�/H�|$(tlL���D9H�|$�
����l���D���!�����H�D$`H�D$H���#���fD� �ƽ�������� 趽����������ѽ�����@� 莽���R���褼��@��AWAVAUATI��USH��Lc2�L$dH�%(H��$�1�E����H�I��H�(��H��H�@xH�D$p����H�D$xHDŽ$�H9����F8D9��NE�oE���AH�H���H���H�D$p����H�D$xHDŽ$�H9����C<D9���H�S@IcGH��HBH�H�D$ H�P�@�����JH�D$ �@(�H�D$ H�D$H�CH�H����H���!H�D$pH�l$pH��������)H���!H�D$(H�D$(H�$H�|$p��������t�/H�|$p�qH�4$H�|$1��@H�T$ H;���R���PH�y�!�D$P�D$`H�D$XH�D$hH�S0Mc�H�L$0L�t$@H��I��HcBI�J�t�H�$�~�H�?�!H��H�\$8H�D$@�U���L���*H��H���r���H��L���G[L��H����9H��蔹��L���|9H��L��H�����H��L���Ӻ��H���k���H���S9L���[���H�|$hH�\$P�,6H�{�#6H�<$�6H�|$ �GH�W������t2�*H�|$ u'fDH�5Y4�D����f�I�$A�D$�H��$�dH3%(L����H�Ĩ[]A\A]A^A_�H�t$pH����Z�����@H�L$ H�L$�����H���b������D�����H�t$pH����c���f�H�D$p1�H��HptQ�@��tJ�>H�NtA��H�|�)���H���y�t�H9�u��uH��H�4$蕹��H�4$��H�D$(H��H�$�N����u���f���豹���{���@H�t$H�{H1��x>H�H;CH����H�xH�|$p�-4����H��H���E���H�5k]H����4H�4$H����5H�5;^H��H���4D��H��L�l$P�h4H��H�5~a�4H�H�t$H�D$8�@H�D$0H��H�D$��CH�D$8H�5�ZL��H�D$P�H �@�@ �L$�=4�(H�8H��荸��H�;� ��H�D$0H�PHcHHc@H��L�4�L9�tZH��L����4�H��I9�t?H�5f[L����3H�3I��H�NjVHv�C���I�?� tʾ �����fDH�|$P�)���H�|$P� �"�D$�G ����H�|$@�GL�����H�|$@���H�|$�5H�|$8�ۼ��H��裺��I�$A�D$����DH�4$H�|$1��<H�H;T$ ������BH�z H�T$H�|$X�D$P�/2H�T$�B(H�z0�D$`H�|$h�2�|$P�p���H�S(H�|$0H�|$HcBI�J�t��۹��H�D$ �@����H�=��!�D$pDŽ$�H�|$xH��$�H�|$8L�l$8H�\$@�1H�}��1H�}��1H�|$0L��H�D$p�D$x��3:H��H�p H��HD�蠹��H���8���H��L��荹��H���%���L���1H�|$�sB�C���H�4$H�|$1���:H�H;D$ �5����PH�H �T$pH�L$x�����wg�P(��$�H�P0H��$������wAH�|$x����� ����\���� �ҵ��H�|$P���� 辵��H�|$P���������ô���f���AWI��AVAUATUSH���dH�%(H��$�1�����@���>
���!���'I�W0HcB�J)�����I�_@L��$�H�D$8H�\$PH�\$pH�\$XH�\$hH�\$H��$�H�\$H�\$dH�\$0H�\$8H؉\$HH�D�H�D$ �m���@����
H�J�!H�|$XH�5��!H�D$h�VH�D$pH�PHcHHc@H��H��H�D$(H9��HH��$�L��$�H�l$xH�D$�s����t�/H��$���H��$���������t�/H��$���H�|$x��������t�/H�|$x��H��H9\$(��H�/�!�3H��t$d�Q����H���!H�D$xD�D$HH�L$ H��L��L�����$������;���@����H�D$h�@��v
H�|$���H�T$H�|$H���8H�|$hL�(H��I9�����$�I�t$I�} A�E�h�����$�I�t$I�}0A�E(�O���H�|$H��M�oH辰��I�GH�@��vL�����H�t$0L��L���
8I�HH�H��H�AH9���H�H��$�H�H��$���������t
�*��H��$�����2������ò��H��$�����:�����袲��H�|$x����B�����H��耲��H9\$(�G���I�G@���v)�p����k	�1Ҿ�襱��I�G@H�\$8H�|$P�H�L$H�4�Hp��UH�|$p��������t�/H�|$p��H�|$h�GH�W�������t�*H�|$h��I�W0H�D$8H�\$8HcB�J)�9������H��$�dH3%(��
H���[]A\A]A^A_�@D�A E���h����y$1�1���A��H�AH��H�H9�u�G���f.�H��H�H9��.���;xu�;pu�H�H9�����H�PH�T$x������
���������G 9G�<�H�T$@D��$�襴��H�T$@H�t$xH�
D�hH�pH�������/��$�H��$��HH�p ������*��$�H��$��H(H�p0�������H�H�D$h�@����DH��$����I����`���@蛿��H�t$H�|$H�@HDŽ$�HDŽ$�H��$�HDŽ$����L��$��%L��H�5uXA�E �[���L��L���p���H��$�����>���t�/H��$��'H��$�� �6H�t$xH�|$�VHv�o���L��$�A�} �<�H�5XTL���س��L��L�����H��$�����{���t�/H��$��dH��$�� �s�t$H�٭��L��$�A�} ���H�5JSL���b���L��L���w���H��$���������t�/H��$���H��$�� ��H��$�H�|$�VHv�s���L��$�A�} �p�
H�5�RL���ܲ��L��L����H��$���������t�/H��$���H��$�� ��H��$�H�|$�VHv���L��$�A�} �
�H�5QRL���V���L��L���k���H��$���������t�/H��$��rH��$�� ����$��T���H��$�� �bH�|$�h�������G ��$�9G����L$LH�T$@����L$LH�T$@H�=��!H�2�H�L$dH�xH�0�H�������H�I�WHH���B���t��������/������H�D$@�̬��H�D$@���f��w���$�����$�H�|$H���0H�|$hH��������������������������Q���H��$�� �)���� �����������!���H��$�� ����� �ի��H��$��h���������H��$�� �3���� 蕫���$�����豫��H��$�� ������ �e���H��$��v�������q���H��$�� ����� �%������L�� ����L��$��@���fDL�� ��L��$����fD� �֪������L�� �ê��L��$��v���fDL�� 裪��L��$�����fD�w���$���I�H��$�L��w ���N�����1��H�GH��H�H9��4����t$d�H��H�H9�����;Hu�;pu��
���f.���?����H�5�#蔫���Z����裧���!���fD�s���H�t$L��L��$�H�@HDŽ$�HDŽ$�H��$�HDŽ$�辫��H��$��	L��H�5
N�C �.���H��L���C���H��$���������t�/H��$���H��$�� ���t$H�/���H��$��{ ���H�5�ML��蹭��H��L���Φ��H��$����tH���t�/H��$�t5H��$�� uDL��������f�H�|$P1��TKI�G@������ɨ��H��$�� t�� 聨������虨��H��$�� ����� �M���H��$�����H�߾ �3���H��$��	���豷��H��$�H��$�H�@H��H��$�HDŽ$�HDŽ$�H��$�HDŽ$���L��$��H��H�5L�e���L��H���z���H��$���������t�/H��$���H��$�� ��A�w<�f���H��$�� ��H�5�KH����"H���m����f�!�����H�=W�!袦�������H�=K�!�~iH���!H�58�!H�=�!�D���H�=�!�ȧ���������H��$�� �S���� 踦��H��$��<���� 衦���H���跥���fD��AWAVAUATUH��SH��(dH�%(H�D$1�H�G0�x9x�kH�E@I��D�xE��tyH�HcB�J)���~i1�I��L�5�J�H�L��H�t��8���H�E@�@��tA���L��L��H���G������L��H��裧��I�UHcB�J)�9��H��D�e8�]<����I�EH9E(t*I��L��L���(H�$H�U(L��H�E(H�$�#H�E(�P�@��)��M89�tE��tyH�����H����!D9e8uC9]<u.fDH�D$dH3%(�~H��([]A\A]A^A_�DH���X!��fDH���h!9]<t���L���Ȧ���fDH���X��z���H��H��H����H��H�5�M�s H���˧���n���������AWAVAUI��H��ATI��USH��HdH�%(H�D$81�H�\$ 若���-��!A�ƅ���A9��QL��H��H�l$�q���L�l$ �3H��H�5mM���L��H���
���H�|$��������t�/H�|$��H�|$ � ��L����L�l$ �����I��H��t
H���ɣ����L��H��茨��L��H��衡��H�|$���tv���t�/H�|$tfH�|$ � uuH��裦��H�D$8dH3%(�H��H[]A\A]A^A_ú�衣��H�|$ � �W���� �X����H������q���H�|$ � t�� �,����|�����-��!��u^H�5EH������H��E1ɹA�H�H�5�#���H�|$ �ŋ������t�/H�|$ ���- �!L��谣��9���H���;���H�ډ�L���Ο������H�D$ L�t$H�D$ H�D$H��趠��L��H��H�l$����H��H���ۥ��H������H�D$I�U(H9��&HcxLc@Hcr�JA��E)�)�A9���A�} �H��L���k���H��� L���;����C���fDH�5�CH���ѣ��H��E1ɹA�H��H�5����H�|$ �ŋ��t ���t�/H�|$ t�-��!����D��衡���-��!���fDH��L�|�N�$�H��H�D$I9�u�8I��I��L9d$t&I�7I�<$腠����u�A�} ����H�D$I9E(uH���L���K����S���fDH��H����#H�D$ I�U(H��I�E(H�T$ ���f���������@L��L�t$����L��H��� ����%���L�t$�L����������茟��ff.����AUI��ATUSH��8dH�%(H�D$(1�L�d$H�l$����1�L��H���ӣ�����!��tI1�L���H��芠��H��L���?���H��跡��L���?���H�D$(dH3%(��H��8[]A\A]�H�5�AH�����H��E1ɹA�H��H�5��ݤ��H�|$�Ë��t ���t�/H�|$t���!�\���D��葟�����!�=����q������SH�W0H���G �B+B�G<��~�^H�s(H��[������H����fD��AW��AVA��AUI�Չ�ATUH��SH��dH�%(H��$�1�L�d$`H�D$`����H�D$hL��H�D$p�C�����!���5L��蝟��9����L���(���L���L��軛������H�D$`H�\$HH�D$`H�D$HL��補��L�l$PH��L����H��苜��H�E(H�}(����X�D���#�H�$���L��H��I������H�$L�:�E8�����@���#H�E@�@���jH���l���H���L���|���H��$�dH3%(��H�Ę[]A\A]A^A_�H�\$H�H����������f�H�5k?L���a���L��E1ɹA�H�yH�5b�}���H�|$`�Ë��tH���t�/H�|$`t8���!L������9��u���L��H�\$H�}���H��H��肝�����D���	����;�!뷐D���ȡ������K���L��H�@H�D$`H�D$hH�D$xH�D$(H��H�D$H�D$p袞��L�d$(�1H��H�5�EA�D$ ����L��H���(���H�|$H����9���t�/H�|$H�%H�|$(� �4D������L�d$(A�|$ ���H�5>H��詠��L��H��辙��H�|$H����?���t�/H�|$H�+H�|$(� �:�GH�D$0L��H�|$8H��H�D$�n���L�d$8�H��H�5>@A�D$ A�D$ �D$�%���L��H���:���H�|$H��������t�/H�|$H�oH�|$8� �~H�D$0H�L$8H�$H�x�OL�` H��I9��>L�t$@�@���t�/H�|$H��H�|$8� ���GI�T$ L��H�|$@H��蔜��H�|$H�)赚��H�|$H� �NH���Ο��L���Ɵ��L���N���H�|$8I��H�D$0H��I9����(�j���H�|$8� �;I�t$H�<$�VHv�f���L�|$8A� ���H�5P=H���Ҟ��L��H�����H�|$H����������)���H�|$8� �
���� ���H�|$8���fD�)�ƙ��H�|$8� ��D$�G ���WH�|$H�GH���ƞ��H�|$�%H�<$賞��H�|$詞��H�E@�@�������H��������D� �N������f�L��� �3���L�|$8��f�� �����������1���H�|$(� ����� ���H�|$(���fD�����H�|$8� ������ 谘��H�|$8�n���fD�����H�|$(� ����� �x���H�|$(���fDL�� �[���L�d$(�D����� �F���H�|$8���@� �.���H�|$8�m����?����ff.���UH��H��A�S�����H�5�<H��H���V����u
H��[]��s8H��H��H��[]���@��ATE1���I��U��H�5n<SH�������u[]A\�fDL���H��[]A\�o����ff.���ATE1���I��U��H�5*<SH��H��PdH�%(H�D$H1��������9k8��H�C(���v�pH�{(�H�S(Hc�L��HcBH�H�|�����C<H��H�L$H�T$0H�t$�l$���D$�D$4H�q�!H�D$H�D$H�\$ �l$0H�D$8H�\$@����H�|$���tD���t�/H�|$t4@H�D$HdH3%(u1H��P[]A\��L���H���C����ѐ���q�����Z���f.���AWAVAUATUSH����.�L$LdH�%(H��$�1�����H�I��H�ݡ��I��H��H�@xHDŽ$�����HDŽ$�HDŽ$�H9���G89�~PLccE��xGI�H�����H���HDŽ$�����HDŽ$�HDŽ$�H9��PA�F<D9�/E1�H��$�dH3%(D���KH���[]A\A]A^A_�I�FH�P���!H�¼!H��$�H��$�H��H�D$(�}������5H���!H�D$PH�D$PH�D$H��$���������t�/H��$��n�A����@���H�D$pH�D$ H�D$hH�D$H��$�H�D$H��$�H�D$0I�V@HcCH��HBH�H�D$XH�P�@������H�D$XL�|$X�@(�pH�t$1�L����H�T$XH9���B���H���!Ƅ$�DŽ$�H��$�H��$�H�|$ L�����L���є����$�9��"L���ژ��A�DŽ����$�H�|$ �~���A�DŽ���L��L�t$L��蓔��H��$�H�5=L���@ �L��H�\$0L�l$H�L��H��H�D$h�@����H�5�8H������H���H�5�7H���D��H���H�57H���H�t$H���eH�5_8H���H�L$(H��H�q�EH�����L�����L��轕����H��$�������D��$�E���&I�V(Hc�H�l$H��H�D$8HcBH��H�H�t��6���H�|$h�����H�D$(H�p��H��L�` H����L��L���-���H�t$H�|$0螕��I�F(����/I�V(H�l$8H��$�H�|$0HcBH�H�D�H�H��$��PH���$��HH��$���$�H��$���$��o���H�|$��H�F�!HcP�pH��$��8�l$L�J�������1�9���H�|$�H��$�HcPH��HPH�L$L���*H��H�ڃ@����H��$��9���yA�H�|$ �ђ��H�\$(H�{�3H�{�*H�|$X�GH�W�������t�*H�|$X��H�|$��g���H��$�1�I��LxtF�@��t?A�?I�Ot5��I�t�)��
H���y�t�H9�u��u
L���I�����H�D$PL��H��H�D$�����n���D���i����~���@H�5�	贑���M����H��$�L�������fDH�t$LI�~H1��H�I;FH����H�xH��$��
���D�@L�|$X������L���Ϟ���r���f.��+���L�|$`H�t$(H�@L��HDŽ$�HDŽ$�H��$�HDŽ$��y���H�D$`L��H�5%4�@ ��
H�L$hH��H�H��H�L$H�D$h�@H�D$pH��H�D$ �S���H�|$ H�5�3�
H��$�L��H��$�H�H��H�L$H�t$0H��$��@螐��H�|$H�5�3�]
H�t$H��� H�|$�֓��H�|$0�̓��H�|$ �“��H�|$踓��L��谓��������#����L���@���L�|$0H�ٺ*H��H��!H��L��H�D$h�I���H�|$L���.L��L�l$H��)H�l$`L������H�|$L����-H�t$H���L���=���L���5���H�|$�I�V0L��HcBI�J�t�H�T$�kH��L��L���p���L�����L����H�������L��L�t$L��萎��H��$�H�5�2L���@ �	L��H�\$0L�l$H�L��H��H�D$h�@����H�5�2H������H���H�5�1H���D��H���~H�51H���H�t$H���b	H�5H2���fD�pI�~(�t����H���4H�|$h�`���fD9��Q�������/���DŽ$��H�|$hHDŽ$����vH�|$�_4H�|$hL�gM���ZH�D$(H�\$@D��H��I����I�D$D��L��H����I��I�|$L���ˍ����t�I�D$E1���DH�t$L��1��L�8L;|$X����A�GI� ��$�H��$��A�G(I�0��$�H��$������DH��$�������k���@H�\$(L��H��舌��H��H�5z0�	H�t$H���H�5|0H��H����H��D���H��H�5�3��H�H�|$L��H�D$p�@�7H�D$pH�|$H�5-H��$�D�h �@�@ ��(H�8H���܊��H�;� ��H�D$hH�PHcHHc@H��H�,�H9�tqL�t$H��H��L���
H9�tXL�%�-��H��H9�t?L��L���H�3I��H�NjVHv����I�?� tξ �L�����f.�H��$��)�.���H��$�� uxD�o E��uWH��$�E1��GH�|$�.���H�|$0�$���H�|$��H�|$ ����H�|$(�֌�������� �Ɖ������ 趉��H��$��@� 螉��H��$��q���H�\$@H�|$hH��t&H�D$(H�uD�D$@H�x������tQH�|$hD�D$@L��0�����H��$�I��H�xI�� �H�t$L���E���H�|$�ۊ������L�e H�t$L��������L�gA������f���USHc�H��H��H�/H�=��!�1���H��uH��[]�DH�U0�
��v�rH�}0H�D$��HH�D$H�M0HcQH�H�D�H��[]����ATUSH�/H�E0L�e0���v�pL���{HH�E0HcHH�PH�t����w[L��]A\釈���HcHH��H)֋H��H����v�pL���,HH�E0Hc�L��HcpH�H�t�[]A\�=���f.����'������SH��H��t�N���H��[�f���F���H��[Ð���GH�WH��F�GH�V�F�����w�fD��f.�����GH�WH��FH�V�����wM�GH�W �FH�V �����w$�G(H�W0�F(H�V0�����w������f.���f.���H�G���t���t�(t�fDH�G��H���چ��f.���H�G���t���t�(t�fDH�G��H��隆��f.���SH��H�0���tB���t�/t3H�{ ���tF���t�/tnH�{���tJ���t�/ti[��H�{0���-���H�{ ���u�������H�{���u���[���f.�H�{ ��f.�H�{��f.���SH��H���߃��H�{���t���t�/t
[��H�{��[錅��f.�f���H�H�P�@��t���t�*t�f�H�?H�5F���鱆������1���t
����u
�f���f.�����1���t����t�/���f���H����t���t�(t��H�?���΄��f.�@��SH��H�?考��H�;� uH��[�f�� �f���H��[Ð��AT�����USH��H�� L�'dH�%(H�D$1�H��tH��H�t$����H�t$��H�l$H���È��L��H���؁��H�|$���t=���t�/H�|$t-H�;� u<H�L$dH3%(H��u5H�� []A\�������H�;� tľ 螃���跂�����SH�6H���VHv虁��H�;� uH��[�� �^���H��[�f���AUATUH��SH��(dH�%(H�D$1�H�1�H;˪!�PtH@H��H�|$����H�t$L�e�����H��H^t
H���΂����L�l$H��L��茇��L��L��血��H�|$���tV���t�/H�|$tFH�}� uUH�|$���t_���t�/H�|$tOH�L$dH3%(H��uMH��([]A\A]���葂��H�}� t�� �M���H�|$���u����c�����L���f.�f���H����t���t�(t��H�?�x������H����t���t�(t��H�?�������H����t���t�(t��H�?�X������H����t���t�(t��H�?������H�H����t���u�f.���AUATUH��SH��H���p�p~��H�EHcPH�l�H�H�PHcHHc@L�,�H��I9�t1��H��H���~��H�u�I��H���_���L�c�I9�u�H��[]A\A]�f.����AUI��ATUSH��H��J H�B��t2H�H��I��H9�uD��H�L��f�H�H9�u)H��H9�u�A�EH��[]A\A]�H���x���H��H9Et�H�{I�4$HcW;Vu�HvH聄����u͋CH��[]A\A]�f.�D��ATUHc�SH��H��H��t$H�t$HcPL�d������H�3LcD$HcNL�NI��L�I�<�H9�tKM���DH��I��H9�t!I�0H�2�����v��H��I��H9�u�H�3LcD$HcNL�NL�HcVH�O��I�<�I��H9�u�3DH��I��H9�t!I�0H�2�����v��H��I��H9�uߋ��t,���t�(t!H�HcD$HcJH��[]H�A\H�D��@H���`�����f.�@��H�SH����v&��������H�H������w[�DH������w�{��H�[Ð�[�f.����f.���AVAUATUSH�H��HcPH�l��{��I��H�H�PHcHHc@L�,�H��L9�t+��H��H����{��H�u�I��H������L�s�I9�u�A�$��t���t�A�,$t[]A\A]A^��[L��]A\A]A^������UHc���H��SH��H��H����'}��H�uH�ËFH�{�CHcVH�HvH����z��H�U�C�J����	ȈC���t���t�*tH�]H��[]��H�}���U}��H�]H��[]�f.���H�H����t���u�f.���AUATUH��SH��H���p� z��H�EHcPH�l�H�H�PHcHHc@L�,�H��I9�t1��H��H���nz��H�u�I��H�����L�c�I9�u�H��[]A\A]�f.����ATE1�UH��SH�_H��u�O�I��H�[H��tH�{H����}����t�H�[H��u�M��tI�t$H���}����u
L��[]A\�DE1�[]L��A\�f.���AUATUSH��H��H�D�A E��t ��A��1�I��A��H�AH��H��H�H9�u/H��H��[]A\A]�DH�pL���Ԁ����u�H�H�H;Et�D;hu���f.�f���ATI��UH��SH�H���P ��u-1�M��t�p$H���{����A�$H��H��[]A\�>���fD�p$H���}{����M��u�H��H��[]A\�������L�E�H E��u H��tA�H$3�
E�H E��uH���fDA�H$3H��u��1�A��I�@H��H�I9�u�D�z9>t�H��H�I9�t9Jt�H��H�I9�u��D��AWAVAUATU��SH��H��(H��t$H�t$HcPL�l����M��H�Hc|$I��HcQH�qH�L�4�H��L9�tXM��fD�H�T$I��I����w��I�w�H��H�D$�}��H�D$H�T$I�F�L9�u�H�Hc|$HcQH�qH�HcQM�l�L�4�Hc�H�H�,�L9�t/D�H��I���nw��I�u�I��H���|��L�}�I9�u�A�$��t6���t�A�,$t)H�HcD$HcJH��([]H�A\A]H�D�A^A_�fDL��者����f.�@��AW��A��AVI��AUATUSH��H���HcƾH�‰\$�xx��I��I�I�}�PL�@L�A�UHcPJ�4H��Lƒ�v|H�H��H9�tL�fH�o��{��L��H��I9�u�I�H���pA�U�怃�	�A�U���t'���t�)tRM�.H��[]A\A]A^A_�f.�I�>�x�����fDL)��u��I�A�E�Q����	�A�E���u�I�>E��tƒ|$w����,x���f.���AUATUH��SH��(H�?dH�%(H�D$1�D�gHcG�D�hA�������E9���H��H���z��H�E��p��H���c���H�UH��HcBH��HBH�H�$H��P�L$������?	ʉP�P�L$�⿃�@	ʈP�L$����	ʈPH�$�D$���x��H�E�@H�D$dH3%(uOH��([]A\A]�f�H��H���z��E9��B���H�E1ҋp����=����H��HGH���y�����u��f���AUATUHc�SH��H��H��t$H�t$HcPL�l����{��L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D���;s��A�$��u�L���{s����f�L���s��L�Hct$Ic@I�HH��g�����H�9p|������UH��SH��HcPH�\��r��H�UH�JHcrHcRL��H��I9�u�5�H��H��I9�t!H�H�
�1����v��H��H��I9�uߋ��t���t�(tH��[]�f��+w��H��H��[]�j���f.���H���!ATI��UH��SH�H��p����I�$�J H�B��t'H�H9�u.��H�L��@H�H9�uH��H9�u�H��[]A\��H�sH�����H���w��H��I9$u���f���U�SH��H��H�{���t@���t
�������9�t*H�{ ��u��H�{H��t���H�[H��u�H��[]�H�{���t�����AWAVAUATUSH��H����t ���t�+tH��[]A\A]A^A_�H�H�kH���iH�}��������t
�/�kH�} �2u��L�eM���I�|$���t���t$�/uI�|$f.����as��I�|$ ��t��M�l$M���QI�}����[���t
�/�HI�} �t��M�uM����I�~�
�I�~ �t��M�~M����I����I� �ut��I�GH��tQH�x��������t
�/��H�x H�D$�At��H�D$H�xH��t
����H�D$H�xH��t����M�M��tBI�����q���t
�/�^I� ��s��I�H��t����I�H��t���M�vM����I�~�*�I�~ �s��M�~M��tBI�����A���t
�/�.I� �s��I�H��t�d���I�H��t�V���M�vM��tEI�~�������t
�/��I�~ �7s��I�~H��t����I�~H��t����M�mM����I�}�r�I�} �r��M�uM����I�~�S�I�~ ��r��M�~M��tBI��������t
�/�I� �r��I�H��t���I�H��t����M�vM��tFI�~��������t
�/��I�~ �`r��I�~H��t�B���I�~H��t	�4���@M�mM����I�}��I�} �!r��M�uM��tBI�~����/���t
�/�I�~ ��q��I�~H��t����I�~H��t����M�mM��tEI�}����/���t
�/�I�} �q��I�}H��t���I�}H��t�{���M�d$M���ZI�|$�����
���t
�/��
I�|$ �Rq��M�l$M����I�}��I�} �2q��M�uM����I�~��I�~ �q��M�~M��tBI���������t
�/��I� ��p��I�H��t����I�H��t���M�vM��tGI�~����i���t
�/�VI�~ �p��I�~H��t�{���I�~H��t
�m���DM�mM����I�}���I�} �Yp��M�uM��tBI�~�������t
�/��
I�~ �*p��I�~H��t����I�~H��t���M�mM��tEI�}����
���t
�/�
I�} ��o��I�}H��t���I�}H��t���M�d$M����I�|$��I�|$ �o��M�l$M����I�}��I�} �~o��M�uM��tBI�~����w	���t
�/�d	I�~ �Oo��I�~H��t�1���I�~H��t�#���M�mM��tJI�}����\	���t
�/�I	I�} �o��I�}H��t���I�}H��t
�����M�d$M����I�|$�8�I�|$ �n��M�l$M��tBI�}��������t
�/��I�} �n��I�}H��t�p���I�}H��t�b���M�d$M��tHI�|$����f
���t
�/�R
I�|$ �@n��I�|$H��t�!���I�|$H��t����f�H�mH���H�}���t���t#�/uH�}f.����Ql��H�} ��m��L�eM���[I�|$�������t
�/��I�|$ �m��M�l$M����I�}��I�} �m��M�uM����I�~���I�~ �dm��M�~M��tBI��������t
�/�I� �5m��I�H��t����I�H��t�	���M�vM��tHI�~��������t
�/��I�~ ��l��I�~H��t����I�~H��t���fDM�mM����I�}�"�I�} �l��M�uM��tBI�~��������t
�/�wI�~ �zl��I�~H��t�\���I�~H��t�N���M�mM��tEI�}����G���t
�/�4I�} �/l��I�}H��t����I�}H��t����M�d$M����I�|$�h�I�|$ ��k��M�l$M����I�}�G�I�} ��k��M�uM��tBI�~��������t
�/��I�~ �k��I�~H��t���I�~H��t�s���M�mM��tJI�}��������t
�/�qI�} �Tk��I�}H��t�6���I�}H��t
�(����M�d$M����I�|$��I�|$ �k��M�l$M��tBI�}����&���t
�/�I�} ��j��I�}H��t��I�}H��t��M�d$M��tHI�|$��������t
�/��I�|$ �j��I�|$H��t�q�I�|$H��t�b�f�H�mH���cH�}�������t
�/��H�} �=j��L�eM����I�|$��I�|$ �j��M�l$M����I�}�u�I�} �i��M�uM��tBI�~����-���t
�/�I�~ ��i��I�~H��t��I�~H��t��M�mM��tHI�}��������t
�/��I�} �i��I�}H��t�d�I�}H��t�V�fDM�d$M����I�|$��I�|$ �>i��M�l$M��tBI�}��������t
�/��I�} �i��I�}H��t���I�}H��t���M�d$M��tHI�|$��������t
�/�nI�|$ �h��I�|$H��t��I�|$H��t��f�H�mH����H�}��H�} �h��L�eM����I�|$���I�|$ �`h��M�l$M��tBI�}��������t
�/��I�} �0h��I�}H��t��I�}H��t��M�d$M��tJI�|$��������t
�/��I�|$ ��g��I�|$H��t���I�|$H��t	��@H�mH����H�}��H�} �g��L�eM��tFI�|$����d���t
�/�PI�|$ �pg��I�|$H��t�Q�I�|$H��t�B�H�mH��tIH�}��������t
�/��H�} �#g��H�}H��t��H�}H��t���H�s�H���f��H��H��[]A\A]A^A_�Yg��f�H�}@���)e���y�I�|$����	e�����I�|$�����d������I�}����d����H�}����d�����I����d�����I�~���d������I�~���id���q���I�~���Qd�����I�}���9d������I�}���!d�����I�}���	d�����I�}����c�����H�}����c���8���I����c���_�I�~���c����I�~���c�����I�~���yc���\���I�}���ac�����I�}���Ic���w���I�}���1c������I�~���c������I�}���c������I�}����b���]���I�}����b���#���I�|$���b���y���I�|$���b���>���I�|$���b�����I�|$���mb���^���I�|$���Tb�����I�~���<b�����I�~���$b���F�I����b�����I�����a����H�x��H�D$��a��H�D$��I����a����I�~���a�����f.���AWAVAUATU��SH��H��(H��t$H�t$HcPL�l����=f��H�Hc|$I��HcQH�qH�L�4�H��L9�tXM��fD�H�T$I��I����^��I�w�H��H�D$�ha��H�D$H�T$I�F�L9�u�H�Hc|$HcQH�qH�HcQM�l�L�4�Hc�H�H�,�L9�t/D�H��I���^^��I�u�I��H���`��L�}�I9�u�A�$��t6���t�A�,$t)H�HcD$HcJH��([]H�A\A]H�D�A^A_�fDL����l����f.�@��ATUSH�H����v;���������I���]��H��H��H���a`��I�,$[]A\���+]����f���AUATUHc�SH��H��H��t$H�t$HcPL�l����d��L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D���K\��A�$��u�L���\����f�L���(\��L�Hct$Ic@I�HH��g�����AVH�[�!AUI��ATUH��SH�H��r;p���J H�B��t+H�H9�u2��H�L���H�H9�uH��H9�u�[H��]A\A]A^�I������,@�����H���n����S�H���Aa��H��I9Et�H�E���w͋CM!�H��I	��\[��L� ������vaHcPH�\��[��H�UI��HcBH��H�|H9�tHcRH��H)�H��~H���Z��A���t"���t�A�.tI�U���fD�_����L���[��I�U������AVHc���AUH��ATI��USH��H��D�(�\��I�$I�ƋBI�^A�FH�BL�HcJH�4H�,�H�A����H9�u�[�H9�tKH��H�V�H��H�S�H�J�R����wlH�S��B(uҋB��v�H�{�H�t$��k��H�t$H9�u�f�I�$�JA�F�ဃ�	�A�F���t1���t�*t&M�4$H��[]A\A]A^�D��f.�I�<$�Gj����DH9�t�H���!@H��H�H��H�F�H9�u��f.���AWAVA��AUI��ATUSH��(H�dH�%(H�D$1�H�zL�:L)�H�4$E��u1H�$H�H�H�L$dH3%(��H��([]A\A]A^A_�@H�H�D$H�P�@�����MH�D$�@(�I�M�����HcA�QB�40���9�~�L�����I�MHcAH�yIc�H�,�H��L�<)H�H�D$H�L9�tH�5��!H��@H��H�2L9�u�H<$L�$9M9�u!�}D���t�/tBH�]�C(tRM9�t^I��H��I�H;]t�sH�{������H�uH�~�v��u�H�}H�50���\��H�]�C(u�H���i��M9�u�@H�\$L�|$L�I�wI9�����1����t
�������9�t9L�;A�G(tHL�|$I�wI9�t~H��L9;t�����w[H�H�P�@��u�H�;H�5����~[��L�;A�G(u�H���h���f.��qD��s���D��
������f.�I�UDr���t"���t
�.t
I�UH�z���L�|$DH�5	��L����Z��I�U���@������H�|$�bh������D�����JX��f.���AU�L�o E1�ATI��1ɾ0UH��L��SH���]��H�UH��H�P�������H�{ L����[���EH���H��H�}H�H��tOL�����H�}H�H�C��H	�H�H��t?L���f���H�H�C��H	�H�H��H��[]A\A]��H�}H�CH��u�H�CH��H��[]A\A]�f�H���l������?������AWAVAUATUH��SH��(�6W��L�}H��I�H��t H�����H�KL�}H�H�C��H	�H�A���t3���t�A�/t#H�]H��(H��[]A\A]A^A_�\��f�L�}M�gM���hI�|$����x���t
�/�aI�|$ �Y��M�l$M����I�}���t���t�/uI�}���QW��I�} ��X��M�uM����I�~����]���t
�/�BI�~ �X��I�FH�D$H���SH�x���H�D$H�x �|X��H�D$H�HH���
H�y����*���t
�/�H�y H�L$�?X��H�L$L�AM��ttI�x��������t
�/��I�x H�L$L�D$�X��L�D$H�L$I�xH��tL�D$H�L$���L�D$H�L$I�xH��tH�L$��H�L$H�IH��tTH�y��������t
�/��H�y H�L$�W��H�L$H�yH��t
�f�H�L$H�yH��t�S�H�D$H�@H���H�x��������t
�/��H�x H�D$�#W��H�D$H�HH��ttH�y��������t
�/��H�y H�D$H�L$��V��H�L$H�D$H�yH��tH�L$H�D$��H�L$H�D$H�yH��tH�D$��H�D$H�@H��tXH�x����V���t
�/�CH�x H�D$�mV��H�D$H�xH��t
�J�H�D$H�xH��t�7��M�vM���I�~���I�~ �!V��I�FH���H�x����H���t
�/�5H�x H�D$��U��H�D$H�HH��ttH�y����A���t
�/�.H�y H�D$H�L$�U��H�L$H�D$H�yH��tH�L$H�D$�y��H�L$H�D$H�yH��tH�D$�\��H�D$H�@H��tVH�x��������t
�/��H�x H�D$�3U��H�D$H�xH��t
���H�D$H�xH��t
���DM�vM����I�~����Q���t
�/�>I�~ ��T��I�FH��tQH�x��������t
�/��H�x H�D$�T��H�D$H�xH��t
�~��H�D$H�xH��t�k��M�vM��tBI�~�������t
�/��I�~ �LT��I�~H��t�.��I�~H��t� ��M�mM���I�}��������t
�/�zI�} �S��M�uM���I�~�W��I�~ ��S��I�FH���H�x�����
���t
�/��
H�x H�D$�S��H�D$H�HH��ttH�y��������t
�/��H�y H�D$H�L$�hS��H�L$H�D$H�yH��tH�L$H�D$�6��H�L$H�D$H�yH��tH�D$���H�D$H�@H��t[H�x��������t
�/��H�x H�D$��R��H�D$H�xH��t
����H�D$H�xH��t���f.�M�vM����I�~��������t
�/��I�~ �R��I�FH��tQH�x��������t
�/�mH�x H�D$�YR��H�D$H�xH��t
�6��H�D$H�xH��t�#��M�vM��tJI�~��������t
�/��I�~ �R��I�~H��t����I�~H��t
�����M�mM����I�}�:��I�} �Q��M�uM����I�~�����
���t
�/��
I�~ �Q��I�FH��tQH�x�����
���t
�/��
H�x H�D$�ZQ��H�D$H�xH��t
�7��H�D$H�xH��t�$��M�vM��tKI�~����I
���t
�/�6
I�~ �Q��I�~H��t����I�~H��t����f�M�mM����I�}�����	���t
�/��	I�} �P��M�uM��tBI�~��������t
�/��I�~ �~P��I�~H��t�`��I�~H��t�R��M�mM��tII�}�������t
�/�I�} �3P��I�}H��t���I�}H��t����M�d$M���I�|$���t���t!�/uI�|$����AN��I�|$ ��O��M�l$M���	I�}�������t
�/��I�} �O��M�uM���I�~����I�~ �tO��I�FH���H�x����I���t
�/�6H�x H�D$�<O��H�D$H�HH��ttH�y�����
���t
�/��
H�y H�D$H�L$�N��H�L$H�D$H�yH��tH�L$H�D$����H�L$H�D$H�yH��tH�D$���H�D$H�@H��tQH�x����!���t
�/�H�x H�D$�N��H�D$H�xH��t
�c��H�D$H�xH��t�P��M�vM����I�~�������t
�/�
I�~ �-N��I�FH��tQH�x����O	���t
�/�<	H�x H�D$�M��H�D$H�xH��t
����H�D$H�xH��t����M�vM��tJI�~��������t
�/��I�~ �M��I�~H��t���I�~H��t
�x���M�mM����I�}����I�} �aM��M�uM����I�~��������t
�/��I�~ �.M��I�FH��tQH�x��������t
�/�wH�x H�D$�L��H�D$H�xH��t
����H�D$H�xH��t����M�vM��tKI�~�������t
�/�I�~ �L��I�~H��t���I�~H��t�y��f�M�mM����I�}��������t
�/��I�} �ML��M�uM��tBI�~����?���t
�/�,I�~ �L��I�~H��t���I�~H��t����M�mM��tII�}��������t
�/��I�} ��K��I�}H��t���I�}H��t����M�d$M����I�|$����S���t
�/�8I�|$ �zK��M�l$M����I�}����I�} �ZK��M�uM����I�~��������t
�/��I�~ �'K��I�FH��tQH�x�������t
�/��H�x H�D$��J��H�D$H�xH��t
����H�D$H�xH��t���M�vM��tDI�~��������t
�/��I�~ �J��I�~H��t���I�~H��t�r��f�M�mM����I�}��������t
�/��I�} �MJ��M�uM��tBI�~��������t
�/��I�~ �J��I�~H��t���I�~H��t����M�mM��tII�}����
���t
�/��I�} ��I��I�}H��t���I�}H��t����M�d$M����I�|$���I�|$ �I��M�l$M����I�}��������t
�/��I�} �ZI��M�uM��tBI�~����+���t
�/�I�~ �+I��I�~H��t�
��I�~H��t���M�mM��tFI�}��������t
�/��I�} ��H��I�}H��t����I�}H��t	���@M�d$M����I�|$��������t
�/��I�|$ �H��M�l$M��tBI�}����*���t
�/�I�} �ZH��I�}H��t�<��I�}H��t�.��M�d$M��tLI�|$��������t
�/��I�|$ �H��I�|$H��t����I�|$H��t����fDI�w�L���G��L���OH���W�f.�I�|$���F����I�}���F����I�}�����E���f�I�~����E����I�|$����E�����I�~���E������H�x��H�D$�lE��H�D$���I�~���OE���C���I�}���7E������H�x��H�D$�E��H�D$��I�~���D����I�~����D���9���I�}����D������H�x��H�D$�D��H�D$��H�y��H�L$�D��H�L$���H�x��H�D$�lD��H�D$�>�I�~���OD���D�I�}���7D���_���I�|$���D������I�}���D���;���I�~����C���I���I�x��L�D$H�L$��C��H�L$L�D$�9�I�}���C���Y���I�}���C�����H�x��H�D$�uC��H�D$�L�I�~���XC�����I�~���@C������H�x��H�D$�#C��H�D$���I�~���C�����H�x��H�D$��B��H�D$�g���I�~����B���0���I�~���B�����I�|$���B������H�y��H�L$H�D$�yB��H�D$H�L$���H�x��H�D$�RB��H�D$�q�I�~���5B����H�x��H�D$�B��H�D$�6�I�~���A����H�x��H�D$��A��H�D$���I�~���A���?�I�}���A������I�}���A���3���I�~���yA������H�x��H�D$�\A��H�D$���I�}���?A�����I�~���'A������H�x��H�D$�
A��H�D$�O�H�y��H�L$H�D$��@��H�D$H�L$��H�y��H�L$H�D$�@��H�D$H�L$�@�H�x��H�D$�@��H�D$��H�x��H�D$�n@��H�D$��H�y��H�L$�L@��H�L$�;�H�y��H�L$H�D$�%@��H�D$H�L$�+�fD��ATUSH�H��HcPL�d��=��H�H��HcBH��H�|L9�tHcRH��H)�H���E��t$���t�mt[]A\�@L����<���E��u�[H��]A\�=��DU� H�����A�SH��H�5�H��H�?�f<��H�H��H�J�R��t���t�)t
H�+H��[]�H�;H�5f����@��H�+H��[]ÐfD��SH���B��H�D]!�C����H��H�H�Gf!H�CH�C [Ðff.����H�
]!SH��H��H�H� �G��t;���t
H�W�*t(H�{�GH�W��t8���t�*tFH��[�A��DH�{ H�5������?��H�{�GH�W��u�H�5�����?��H��[�A��@H�{��f.���SH���S���H�߾([�;���@��H�VH��H�H�J�R����w;H��B(t
�f��R��v�H��H��H�D$�G���H�D$H���D��f���AUATUSH��H��H�=�d!H�;�GH������M D�m$���I��9M��H���.A��I�$H�=�d!D�hH��@H�x�������H�I�$H�h�B���t���tn�/uh���=���T�D��1��H�EL�$�I�$H9�u�g���I��H�H9��U���D;hu�p��u�I�$H9��;���H�hH��H�0��G@��H�;�GI������
A�m$A�M ��������1��I�EL�$�I�$I9�u�fDI��H�L9���;hu�xu�I�$I9���H�hH��
H����?��H�;�GI������A�m$A�M ��������1��I�EL�$�I�$L9�u�I��H�L9���;hu�xu�I�$I9��|H�hH��H�=��A?��H�;�GI������
A�m$A�M ������
��1��I�EL�$�I�$I9�u�
I��H�L9���
;hu�xu�I�$L9��t
H�hH��H����>��H�;�GI�����o
A�m$A�M ������	��1��I�EL�$�I�$L9�u�	I��H�L9���	;hu�xu�I�$L9��l	H�hH��	H�J��A>��H�;�GI�����OA�m$A�M ��������1��I�EL�$�I�$L9�u�I��H�L9��|;hu�xu�I�$I9��dH�hH��	H����=��H�;�GI�����_
A�m$A�M ��������1��I�EL�$�I�$L9�u�I��H�L9��t;hu�xu�I�$L9��\H�hH��H�^��A=��H�;�GI������A�m$A�M ��������1��I�EL�$�I�$I9�u�{I��H�I9��l;hu�xu�I�$I9��TH�hH��
H����<��H�;�GI������A�m$A�M ��������1��I�EL�$�I�$L9�u�sI��H�L9��d;hu�xu�I�$L9��LH�hH��
H�q��A<��H�;�GI�����A�m$A�M ��	������1��I�EL�$�I�$L9�u�kI��H�L9��\;hu�x	u�I�$I9��DH�hH��
H����;��H�;�GI������A�m$A�M ��
���|��1��I�EL�$�I�$I9�u�cI��H�I9��T;hu�x
u�I�$L9��<H�hH��
H����A;��H�;�GI�����A�m$A�M �����t��1��I�EL�$�I�$L9�u�[I��H�L9��L;hu�xu�I�$L9��4H�hH��H���:��H�;�GI������A�m$A�M �����l��1��I�EL�$�I�$I9�u�SI��H�I9��D;hu�xu�I�$I9��,H�hH��H����A:��H�;�GI������
A�m$A�M ��
��th��1��I�EL�$�I�$I9�u�R�I��H�I9�t@;hu�x
u�I�$L9�t,H�hH��H�?���9��H��H��[]A\A]�I��A9M��L���9��I�$H�=k]!�hH��@
H�x������$H�I�$H�h�B���t����y����/�o���@���5���W���@I��A9M��L���69��I�$H�=�\!�hH��@H�x������,H�I�$H�h�B���t����y����/�o���@���5���W���@I��A9M�L���8��I�$H�=[\!�hH��@H�x������4H�I�$H�h�B���t����q����/�g���@���4���O���@I��A9M�cL���&8��I�$H�=�[!�hH��@
H�x�������H�I�$H�h�B���t����i����/�_���@���4���G���@I��A9M��L���7��I�$H�=K[!�hH��@	H�x������H�I�$H�h�B���t����a����/�W���@���y3���?���@I��A9M�L���7��I�$H�=�Z!�hH��@H�x�������H�I�$H�h�B���t����Y����/�O���@����2���7���@I��A9M��L���6��I�$H�=;Z!�hH��@H�x�������H�I�$H�h�B���t����Q����/�G���@���i2���/���@I��A9M�c
L���6��I�$H�=�Y!�hH��@H�x�������H�I�$H�h�B���t����I����/�?���@����1���'���@I��A9M�;
L���~5��I�$H�=+Y!�hH��@H�x�������H�I�$H�h�B���t����A����/�7���@���Y1������@I��A9M��L���4��I�$H�=�X!�hH��@H�x�������
H�I�$H�h�B���t����9����/�/���@����0������@I��A9M�L���n4��I�$H�=X!�hH��@H�x������
H�I�$H�h�B���t����1����/�'���@���I0������@I��A9M��	L����3��I�$H�=�W!�hH��@H�x�������H�I�$H�h�B���t����)��/��@���/����@I��A9M��	L���^3��I�$H�=W!�hH��@H�x�������H�I�$H�h�B���t����!��/��@���9/����@H����A��H�5Ww�,��I��H�H�P�@���M���t
�*�>L�+���fDH�ɧ��A��H�5w��+��I��H�H�P�@�������t
�*��L�+��fDH�y���A��H�5�v�r+��H��H�H�P�@�������t
�*�~H�+��fDH�)���A��H�5gv�"+��I��H�H�P�@������t
�*�L�+�g�fDH�٦��A��H�5v��*��I��H�H�P�@�������t
�*�~L�+��fDH�����A��H�5�u�*��I��H�H�P�@�������t
�*��L�+�G�fDH�9���A��H�5wu�2*��I��H�H�P�@�������t
�*�~L�+��fDH���A��H�5'u��)��I��H�H�P�@���}���t
�*�nL�+�'�fDH�����A��H�5�t�)��I��H�H�P�@���-���t
�*�L�+�W�fDH�I���A��H�5�t�B)��I��H�H�P�@������t
�*�L�+��fDH�����A��H�57t��(��I��H�H�P�@���m���t
�*�^L�+�7�fDH�����A��H�5�s�(��I��H�H�P�@�������t
�*��L�+���fDH�Y���A��H�5�s�R(��I��H�H�P�@�������t
�*��L�+��fDH�	���A��H�5Gs�(��I��H�H�P�@�������t
�*��L�+���fDH�;H�5�����!,��H�+�#�f�H�;H�5�����,��L�+��f�H�;H�5v�����+��L�+�j�f�H�;H�5V����+��L�+�J�f�H�;H�56����+��L�+�*�f�H�;H�5����+��L�+��f�H�;H�5�����a+��L�+���f�H�;H�5֢���A+��L�+�J�f�H�;H�5�����!+��L�+�$�f�H�;H�5�����+��L�+�
�f�H�;H�5v�����*��L�+���f�H�;H�5V����*��L�+���f�H�;H�56����*��L�+��f�H�;H�5����*��L�+�
�f�A�uL��I�܃��m+��L�+A�M ���{��1��I�EL�$�I�$I9�u�_�f�I��H�I9��N�9hu�x
u��>�A�uL��I�܃��
+��L�+A�M ���K�����1��I�EL�$�I�$L9�u�/���f�I��H�I9�����9hu�xu������A�uL��I�܃��*��L�+A�M ������1��I�EL�$�I�$I9�u��f�I��H�I9����9hu�xu���A�uL��I�܃��M*��L�+A�M ���{�����1��I�EL�$�I�$I9�u�_���f�I��H�I9��N���9hu�xu��>����A�uL��I�܃���)��L�+A�M ���������1��I�EL�$�I�$I9�u���f�I��H�I9��v���9hu�xu��f����A�uL��I�܃��)��L�+A�M ���3��1��I�EL�$�I�$I9�u��f�I��H�I9���9hu�xu���A�uL��I�܃��-)��L�+A�M ���+��1��I�EL�$�I�$I9�u��f�I��H�I9����9hu�xu����A�uL��I�܃���(��L�+A�M ��������1��I�EL�$�I�$I9�u���f�I��H�I9����9hu�xu������A�uL��I�܃��m(��L�+A�M ���C�����1��I�EL�$�I�$I9�u�'���f�I��H�I9�����9hu�xu������A�uL��I�܃��
(��L�+A�M ������1��I�EL�$�I�$I9�u��f�I��H�I9����9hu�xu���A�uL��I�܃��'��L�+A�M ���C��1��I�EL�$�I�$L9�u�'�f�I��H�I9���9hu�x	u���A�uL��I�܃��M'��L�+A�M �������1��I�EL�$�I�$I9�u��f�I��H�I9����9hu�xu�����uH��I�܃���&��H�+�M �����D��1��H�EL�$�I�$H9�u���I��H�H9����D9hu�P��u����A�uL��I�܃��&��L�+A�M �������1��I�EL�$�I�$I9�u���f.�I��H�I9����9hu�x
u������t����������������������������+����+���������������������c����C�fD��AUL�n ATI��UH��SH��H��H�F �@��vL���!�H��1�L����kH�(H�C �@��vL����H9k tH�uL����"��H��L��[]A\A]�DL����!��H��L��[]A\A]Ðff.����AUL�nATI��UH��SH��H��H�F�@��vL����H��1�L���TkH�(H�C�@��vL���]�H9ktH�uL���;"��H��L��[]A\A]�DL���+!��H��L��[]A\A]Ðff.����UH��SH��H�F�@��t8H�~H��H�5"J!1���jH�0H;stH��H���!��H��H��[]�@H��� ��H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�I!1��SjH�0H;s tH��H���N!��H��H��[]�@H���C ��H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5:I!1���iH�0H;stH��H���� ��H��H��[]�@H������H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�H!1��siH�0H;s tH��H���n ��H��H��[]�@H���c��H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5RH!1��iH�0H;stH��H�����H��H��[]�@H������H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�G!1��hH�0H;s tH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5jG!1��#hH�0H;stH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�F!1��gH�0H;s tH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5:F!1��CgH�0H;stH��H���>��H��H��[]�@H���3��H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�E!1���fH�0H;s tH��H������H��H��[]�@H������H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5bE!1��cfH�0H;stH��H���^��H��H��[]�@H���S��H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�D!1���eH�0H;s tH��H������H��H��[]�@H������H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5�D!1��eH�0H;stH��H���~��H��H��[]�@H���s��H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5*D!1��eH�0H;s tH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5�C!1��dH�0H;stH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5BC!1��3dH�0H;s tH��H���.��H��H��[]�@H���#��H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5�B!1���cH�0H;stH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5ZB!1��ScH�0H;s tH��H���N��H��H��[]�@H���C��H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5"B!1���bH�0H;stH��H������H��H��[]�@H������H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�A!1��sbH�0H;s tH��H���n��H��H��[]�@H���c��H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5:A!1��bH�0H;stH��H�����H��H��[]�@H������H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�@!1��aH�0H;s tH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5R@!1��#aH�0H;stH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�?!1��`H�0H;s tH��H�����H��H��[]�@H�����H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5j?!1��C`H�0H;stH��H���>��H��H��[]�@H���3��H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5�>!1���_H�0H;s tH��H������H��H��[]�@H������H��H��[]Ð���UH��SH��H�F�@��t8H�~H��H�5�>!1��c_H�0H;stH��H���^��H��H��[]�@H���S��H��H��[]Ð���UH��SH��H�F �@��t8H�~ H��H�5>!1���^H�0H;s tH��H������H��H��[]�@H������H��H��[]Ð���AWAVAUATI��UH��H��SH��8dH�%(H�D$(1���������H�E L�m �@����H�\$�H���s��L��H���(��H��A���
��E��uKH�E �@����L��H�T$H�5Q=!�^H�8I��L�H;} �L��L���5��H���]�H�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5=!1�L���]H�0H;u �=���H�\$H��H������9���@H�\$H��H�����L�d$A�|$(~A�d$H�H�l$�H�5�H���|��L��H�����H�|$��������t�/H�|$��H�|$� ��H�5@<!H�ߋVHv���L�d$A�|$ ���H�5��H�����L��H�����H�|$���tn���t�/H�|$t^H�|$� umH��������fDL������[������!��H�|$� �S���� �����D���������H�|$� t�� ����f.�L�� ���L�d$�!���f��G 9G}p�H�����H�} �D�|$�H��H�	;!I��I�E�}I�EI�U�����wUM�}H��L�����H�E M�.H�߃@�c�����fD�w������T$H�5�:!L����ZI���i����������@��AWAVAUATI��USH��H��H��8dH�%(H�D$(1�� ����uL���d������H�CL�k�@��uUH�l$�H�����L��H�����H��A�����E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�9!1�L���ZH�0H;st�H�l$H��H������H�C�@��vL�����L��H�T$H�5u9!�PZH�8I��L�H;{�4L��L���q��H��蹓�T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�5ֺH�����L��H���)��H�|$���t���t�/H�|$u���_��H�|$� ��H�5�8!H��VHv�*��L�d$A�|$ �9�H�5C�H�����L��H���
��H�|$���t���t!�/H�|$u�������H�|$� ��H������=���D�G 9G}p�H�����H�{�D�|$�P��H��7!I��I�E�}I�EI�U�����w]M�}H��L�����H�CM�.H��@�k
���Z���fD�w������T$H�5�7!L����WI���i���f���f.�� �����'����L�� ���L�d$���f�� ����q����
��ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1�������uL���
������H�CL�k�@��uUH�l$�H���
��L��H���p��H��A���U��E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�6!1�L���GWH�0H;st�H�l$H��H���=���H�C�@��vL���4��L��H�T$H�5M6!�WH�8I��L�H;{�4L��L���!��H���i��T���@H�l$H��H���P��L�d$A�|$(~A�d$H�H�\$�H�5��H������L��H����
��H�|$���t���t�/H�|$u���
��H�|$� ��H�5�5!H��VHv��
��L�d$A�|$ �9�H�5�H���E��L��H���Z
��H�|$���t���t!�/H�|$u������H�|$� ��H���B���=���D�G 9G}p�H������H�{�D�|$���H��4!I��I�E�}I�EI�U�����w]M�}H��L���n��H�CM�.H��@�
���Z���fD�w���T���T$H�5q4!L���TI���i���f���f.�� �v���'����L�� �c��L�d$���f�� �F���q����\
��ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1��	����uL����	������H�CL�k�@��uUH�l$�H���k
��L��H��� 
��H��A���	��E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5Q3!1�L���SH�0H;st�H�l$H��H����
���H�C�@��vL������L��H�T$H�5�2!�SH�8I��L�H;{�4L��L������H�����T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�56�H���t��L��H�����H�|$���t���t�/H�|$u���	��H�|$� ��H�52!H��VHv���L�d$A�|$ �9�H�5��H���
��L��H���
��H�|$���t���t!�/H�|$u����9	��H�|$� ��H�������=���D�G 9G}p�H���s��H�{�D�|$���H�A1!I��I�E�}I�EI�U�����w]M�}H��L���	��H�CM�.H��@�����Z���fD�w������T$H�5�0!L���QQI���i���f���f.�� �&���'����L�� ���L�d$���f�� ����q������ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1��0����uL���t������H�CL�k�@��uUH�l$�H�����L��H����	��H��A�����E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�50!1�L���PH�0H;st�H�l$H��H������H�C�@��vL�����L��H�T$H�5�/!�`PH�8I��L�H;{�4L��L���	��H���ɉ�T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�5�H���$��L��H���9��H�|$���t���t�/H�|$u���o��H�|$� ��H�5�.!H��VHv�:��L�d$A�|$ �9�H�5S�H���
��L��H�����H�|$���t���t!�/H�|$u�������H�|$� ��H������=���D�G 9G}p�H���#��H�{�D�|$�`	��H�!.!I��I�E�}I�EI�U�����w]M�}H��L������H�CM�.H��@�{���Z���fD�w������T$H�5�-!L���NI���i���f���f.�� �����'����L�� ����L�d$���f�� ����q������ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1�������uL���$������H�CL�k�@��uUH�l$�H������L��H�����H��A���e��E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�,!1�L���WMH�0H;st�H�l$H��H���M���H�C�@��vL���D��L��H�T$H�5,!�MH�8I��L�H;{�4L��L���1��H���y��T���@H�l$H��H���`��L�d$A�|$(~A�d$H�H�\$�H�5��H������L��H������H�|$���t���t�/H�|$u�����H�|$� ��H�5Y+!H��VHv����L�d$A�|$ �9�H�5�H���U��L��H���j��H�|$���t���t!�/H�|$u������H�|$� ��H���R���=���D�G 9G}p�H������H�{�D�|$���H��*!I��I�E�}I�EI�U�����w]M�}H��L���~��H�CM�.H��@�+���Z���fD�w���d���T$H�59*!L���JI���i���f���f.�� ����'����L�� �s��L�d$���f�� �V���q����l��ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1������uL����������H�CL�k�@��uUH�l$�H���{��L��H���0��H��A������E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5a)!1�L���JH�0H;st�H�l$H��H������H�C�@��vL����L��H�T$H�5)!�IH�8I��L�H;{�4L��L������H���)��T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�5F�H�����L��H�����H�|$���t���t�/H�|$u������H�|$� ��H�5I(!H��VHv���L�d$A�|$ �9�H�5��H�����L��H������H�|$���t���t!�/H�|$u����I���H�|$� ��H������=���D�G 9G}p�H�����H�{�D�|$���H��'!I��I�E�}I�EI�U�����w]M�}H��L���.���H�CM�.H��@�����Z���fD�w������T$H�5)'!L���aGI���i���f���f.�� �6����'����L�� �#���L�d$���f�� �����q�������ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1��@�����uL���������H�CL�k�@��uUH�l$�H���+���L��H�����H��A������E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5&!1�L���FH�0H;st�H�l$H��H������H�C�@��vL��褽��L��H�T$H�5e%!�pFH�8I��L�H;{�4L��L�����H�����T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�5��H���4��L��H���I���H�|$���t���t�/H�|$u������H�|$� ��H�5�$!H��VHv�J���L�d$A�|$ �9�H�5c�H�����L��H������H�|$���t���t!�/H�|$u������H�|$� ��H������=���D�G 9G}p�H���3���H�{�D�|$�p���H��#!I��I�E�}I�EI�U�����w]M�}H��L������H�CM�.H��@����Z���fD�w�������T$H�5�#!L���DI���i���f���f.�� ����'����L�� ����L�d$���f�� ����q�������ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1�����uL���4�������H�CL�k�@��uUH�l$�H������L��H�����H��A���u���E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�"!1�L���gCH�0H;st�H�l$H��H���]����H�C�@��vL���T���L��H�T$H�5="!� CH�8I��L�H;{�4L��L���A���H���|�T���@H�l$H��H���p���L�d$A�|$(~A�d$H�H�\$�H�5��H�����L��H�����H�|$���t���t�/H�|$u���/���H�|$� ��H�5�!!H��VHv���L�d$A�|$ �9�H�5�H���e���L��H���z���H�|$���t���t!�/H�|$u������H�|$� ��H���b����=���D�G 9G}p�H�����H�{�D�|$� ���H�� !I��I�E�}I�EI�U�����w]M�}H��L�����H�CM�.H��@�;����Z���fD�w���t����T$H�5a !L���@I���i���f���f.�� ����'����L�� ���L�d$���f�� �f����q����|���ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1������uL���������H�CL�k�@��uUH�l$�H�����L��H���@���H��A���%���E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5q!1�L���@H�0H;st�H�l$H��H���
����H�C�@��vL������L��H�T$H�5%!��?H�8I��L�H;{�4L��L����H���9y�T���@H�l$H��H��� ���L�d$A�|$(~A�d$H�H�\$�H�5V�H�����L��H����H�|$���t���t�/H�|$u������H�|$� ��H�5i!H��VHv��L�d$A�|$ �9�H�5ßH������L��H���*�H�|$���t���t!�/H�|$u����Y���H�|$� ��H�������=���D�G 9G}p�H����H�{�D�|$����H��!I��I�E�}I�EI�U�����w]M�}H��L���>���H�CM�.H��@����Z���fD�w���$����T$H�5I!L���q=I���i���f���f.�� �F��'����L�� �3�L�d$���f�� ���q����,�ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1��P��uL�������H�CL�k�@��uUH�l$�H���;�L��H����H��A�����E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5!!1�L����<H�0H;st�H�l$H��H�����H�C�@��vL��贳��L��H�T$H�5}!�<H�8I��L�H;{�4L��L�����H����u�T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�5�H���D���L��H���Y�H�|$���t���t�/H�|$u����H�|$� ��H�5�!H��VHv�Z�L�d$A�|$ �9�H�5s�H������L��H�����H�|$���t���t!�/H�|$u����	�H�|$� ��H������=���D�G 9G}p�H���C�H�{�D�|$���H�!I��I�E�}I�EI�U�����w]M�}H��L�����H�CM�.H��@���Z���fD�w�����T$H�5�!L���!:I���i���f���f.�� ���'����L�� ���L�d$���f�� ����q������ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1�����uL���D�����H�CL�k�@��uUH�l$�H�����L��H����H��A����E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�!1�L���w9H�0H;st�H�l$H��H���m��H�C�@��vL���d���L��H�T$H�5]!�09H�8I��L�H;{�4L��L���Q�H���r�T���@H�l$H��H����L�d$A�|$(~A�d$H�H�\$�H�5��H�����L��H���	�H�|$���t���t�/H�|$u���?�H�|$� ��H�5�!H��VHv�
�L�d$A�|$ �9�H�5#�H���u�L��H����H�|$���t���t!�/H�|$u�����H�|$� ��H���r��=���D�G 9G}p�H�����H�{�D�|$�0�H��!I��I�E�}I�EI�U�����w]M�}H��L����H�CM�.H��@�K��Z���fD�w����T$H�5�!L����6I���i���f���f.�� ���'����L�� ��L�d$���f�� �v��q�����ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1�����uL���������H�CL�k�@��uUH�l$�H����L��H���P�H��A���5�E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�!1�L���'6H�0H;st�H�l$H��H�����H�C�@��vL������L��H�T$H�5!��5H�8I��L�H;{�4L��L����H���Io�T���@H�l$H��H���0�L�d$A�|$(~A�d$H�H�\$�H�5f�H����L��H����H�|$���t���t�/H�|$u�����H�|$� ��H�5Y!H��VHv��L�d$A�|$ �9�H�5ӕH���%�L��H���:�H�|$���t���t!�/H�|$u����i�H�|$� ��H���"��=���D�G 9G}p�H����H�{�D�|$���H��!I��I�E�}I�EI�U�����w]M�}H��L���N�H�CM�.H��@���Z���fD�w���4��T$H�59!L���3I���i���f���f.�� �V��'����L�� �C�L�d$���f�� �&��q����<�ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1��`���uL��������H�CL�k�@��uUH�l$�H���K�L��H����H��A�����E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�51!1�L����2H�0H;st�H�l$H��H������H�C�@��vL���ĩ��L��H�T$H�5�!�2H�8I��L�H;{�4L��L����H���k�T���@H�l$H��H�����L�d$A�|$(~A�d$H�H�\$�H�5�H���T�L��H���i�H�|$���t���t�/H�|$u����H�|$� ��H�51!H��VHv�j�L�d$A�|$ �9�H�5��H�����L��H�����H�|$���t���t!�/H�|$u�����H�|$� ��H������=���D�G 9G}p�H���S�H�{�D�|$��H�q!I��I�E�}I�EI�U�����w]M�}H��L����H�CM�.H��@���Z���fD�w������T$H�5!L���10I���i���f���f.�� ���'����L�� ���L�d$���f�� ����q������ff.����AWAVAUATI��USH��H��H��8dH�%(H�D$(1�����uL���T�����H�CL�k�@��uUH�l$�H����L��H����H��A����E��tXH�D$(dH3%(��H��8[]A\A]A^A_�DH�5�!1�L���/H�0H;st�H�l$H��H���}��H�C�@��vL���t���L��H�T$H�5U!�@/H�8I��L�H;{�4L��L���a�H���h�T���@H�l$H��H����L�d$A�|$(~A�d$H�H�\$�H�5ƏH����L��H����H�|$���t���t�/H�|$u���O�H�|$� ��H�5�
!H��VHv��L�d$A�|$ �9�H�53�H����L��H����H�|$���t���t!�/H�|$u������H�|$� ��H�����=���D�G 9G}p�H����H�{�D�|$�@�H��!I��I�E�}I�EI�U�����w]M�}H��L����H�CM�.H��@�[��Z���fD�w�����T$H�5y!L����,I���i���f���f.�� ���'����L�� ��L�d$���f�� ���q�����ff.����AWAVAUATI��UH��H��SH��8dH�%(H�D$(1�������H�E L�m �@����H�\$�H����L��H���h�H��A���M�E��uKH�E �@����L��H�T$H�5�!�T,H�8I��L�H;} �L��L���u�H���eH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5Q!1�L����+H�0H;u �=���H�\$H��H������9���@H�\$H��H���H�L�d$A�|$(~A�d$H�H�l$�H�5^�H����L��H������H�|$��������t�/H�|$��H�|$� ��H�5p
!H�ߋVHv����L�d$A�|$ ���H�5�H���D�L��H���Y��H�|$���tn���t�/H�|$t^H�|$� umH���[����fDL������[������a�H�|$� �S���� ���D������1�H�|$� t�� ����f.�L�� ���L�d$�!���f��G 9G}p�H���K�H�} �D�|$��H�9	!I��I�E�}I�EI�U�����wUM�}H��L����H�E M�.H�߃@������fD�w������T$H�5�!L���))I���i�������5���@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��������H�E L�m �@����H�\$�H���S��L��H����H��A������E��uKH�E �@����L��H�T$H�5!��(H�8I��L�H;} �L��L����H���=bH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5�!1�L���(H�0H;u �=���H�\$H��H������9���@H�\$H��H������L�d$A�|$(~A�d$H�H�l$�H�5��H���\�L��H���q��H�|$��������t�/H�|$��H�|$� ��H�5!H�ߋVHv�y��L�d$A�|$ ���H�5��H�����L��H�����H�|$���tn���t�/H�|$t^H�|$� umH�������fDL��舞���[��������H�|$� �S���� ����D���������H�|$� t�� ����f.�L�� �s��L�d$�!���f��G 9G}p�H������H�} �D�|$�(�H��!I��I�E�}I�EI�U�����wUM�}H��L�����H�E M�.H�߃@�C�����fD�w���|���T$H�5i!L����%I���i�����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��P������H�E L�m �@����H�\$�H������L��H�����H��A�����E��uKH�E �@����L��H�T$H�5�!�%H�8I��L�H;} �L��L�����H����^H�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5�!1�L���/%H�0H;u �=���H�\$H��H���!���9���@H�\$H��H�����L�d$A�|$(~A�d$H�H�l$�H�5��H�����L��H�����H�|$��������t�/H�|$��H�|$� ��H�5x!H�ߋVHv���L�d$A�|$ ���H�52�H�����L��H�����H�|$���tn���t�/H�|$t^H�|$� umH��������fDL���(����[��������H�|$� �S���� �X���D������q��H�|$� t�� �,���f.�L�� ���L�d$�!���f��G 9G}p�H�����H�} �D�|$����H�A!I��I�E�}I�EI�U�����wUM�}H��L���6��H�E M�.H�߃@�������fD�w������T$H�5�!L���i"I���i�������u���@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1���������H�E L�m �@����H�\$�H�����L��H���H��H��A���-��E��uKH�E �@����L��H�T$H�59!�4"H�8I��L�H;} �L��L���U��H���}[H�D$(dH3%(�H��8[]A\A]A^A_�f.�H�51!1�L����!H�0H;u �=���H�\$H��H������9���@H�\$H��H���(��L�d$A�|$(~A�d$H�H�l$�H�5>�H�����L��H�����H�|$��������t�/H�|$��H�|$� ��H�5(!H�ߋVHv���L�d$A�|$ ���H�5ҁH���$��L��H���9��H�|$���tn���t�/H�|$t^H�|$� umH���;�����fDL���ȗ���[������A��H�|$� �S���� ����D��������H�|$� t�� �����f.�L�� ���L�d$�!���f��G 9G}p�H���+��H�} �D�|$�h��H�� I��I�E�}I�EI�U�����wUM�}H��L������H�E M�.H�߃@������fD�w������T$H�5�� L���	I���i����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��������H�E L�m �@����H�\$�H���3��L��H������H��A������E��uKH�E �@����L��H�T$H�5� ��H�8I��L�H;} �L��L�����H���XH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5� 1�L���oH�0H;u �=���H�\$H��H���a���9���@H�\$H��H������L�d$A�|$(~A�d$H�H�l$�H�5�~H���<��L��H���Q��H�|$��������t�/H�|$��H�|$� ��H�5� H�ߋVHv�Y��L�d$A�|$ ���H�5r~H������L��H������H�|$���tn���t�/H�|$t^H�|$� umH���������fDL���h����[���������H�|$� �S���� ����D��������H�|$� t�� �l���f.�L�� �S��L�d$�!���f��G 9G}p�H������H�} �D�|$���H��� I��I�E�}I�EI�U�����wUM�}H��L���v��H�E M�.H�߃@�#�����fD�w���\���T$H�5A� L���I���i����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��0������H�E L�m �@����H�\$�H������L��H�����H��A���m��E��uKH�E �@����L��H�T$H�5�� �tH�8I��L�H;} �L��L�����H���TH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5q� 1�L���H�0H;u �=���H�\$H��H������9���@H�\$H��H���h��L�d$A�|$(~A�d$H�H�l$�H�5~{H������L��H������H�|$��������t�/H�|$��H�|$� ��H�5�� H�ߋVHv���L�d$A�|$ ���H�5{H���d��L��H���y��H�|$���tn���t�/H�|$t^H�|$� umH���{�����fDL�������[��������H�|$� �S���� �8���D������Q��H�|$� t�� ����f.�L�� ����L�d$�!���f��G 9G}p�H���k��H�} �D�|$���H�a� I��I�E�}I�EI�U�����wUM�}H��L�����H�E M�.H�߃@�������fD�w������T$H�5� L���II���i�������U���@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1���������H�E L�m �@����H�\$�H���s��L��H���(��H��A���
��E��uKH�E �@����L��H�T$H�5q� �H�8I��L�H;} �L��L���5��H���]QH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5� 1�L���H�0H;u �=���H�\$H��H������9���@H�\$H��H�����L�d$A�|$(~A�d$H�H�l$�H�5xH���|��L��H�����H�|$��������t�/H�|$��H�|$� ��H�5`� H�ߋVHv���L�d$A�|$ ���H�5�wH�����L��H�����H�|$���tn���t�/H�|$t^H�|$� umH��������fDL��訍���[������!��H�|$� �S���� �����D���������H�|$� t�� ����f.�L�� ���L�d$�!���f��G 9G}p�H�����H�} �D�|$�H��H�)� I��I�E�}I�EI�U�����wUM�}H��L�����H�E M�.H�߃@�c�����fD�w������T$H�5�� L����I���i����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��p������H�E L�m �@����H�\$�H�����L��H������H��A�����E��uKH�E �@����L��H�T$H�5	� �H�8I��L�H;} �L��L������H���MH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5�� 1�L���OH�0H;u �=���H�\$H��H���A���9���@H�\$H��H�����L�d$A�|$(~A�d$H�H�l$�H�5�tH�����L��H���1��H�|$��������t�/H�|$��H�|$� ��H�5�� H�ߋVHv�9��L�d$A�|$ ���H�5RtH�����L��H�����H�|$���tn���t�/H�|$t^H�|$� umH��������fDL���H����[��������H�|$� �S���� �x���D��������H�|$� t�� �L���f.�L�� �3��L�d$�!���f��G 9G}p�H�����H�} �D�|$����H��� I��I�E�}I�EI�U�����wUM�}H��L���V��H�E M�.H�߃@������fD�w���<���T$H�5a� L���I���i����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��������H�E L�m �@����H�\$�H�����L��H���h��H��A���M��E��uKH�E �@����L��H�T$H�5Q� �TH�8I��L�H;} �L��L���u��H���JH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5Q� 1�L����H�0H;u �=���H�\$H��H�������9���@H�\$H��H���H��L�d$A�|$(~A�d$H�H�l$�H�5^qH�����L��H������H�|$��������t�/H�|$��H�|$� ��H�5@� H�ߋVHv����L�d$A�|$ ���H�5�pH���D��L��H���Y��H�|$���tn���t�/H�|$t^H�|$� umH���[�����fDL������[������a��H�|$� �S���� ����D������1��H�|$� t�� �����f.�L�� ����L�d$�!���f��G 9G}p�H���K��H�} �D�|$���H�	� I��I�E�}I�EI�U�����wUM�}H��L�����H�E M�.H�߃@������fD�w�������T$H�5�� L���)I���i�������5���@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��������H�E L�m �@����H�\$�H���S��L��H�����H��A������E��uKH�E �@����L��H�T$H�5� ��
H�8I��L�H;} �L��L�����H���=GH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5�� 1�L���
H�0H;u �=���H�\$H��H������9���@H�\$H��H������L�d$A�|$(~A�d$H�H�l$�H�5�mH���\��L��H���q���H�|$��������t�/H�|$��H�|$� ��H�5� H�ߋVHv�y���L�d$A�|$ ���H�5�mH������L��H�����H�|$���tn���t�/H�|$t^H�|$� umH��������fDL��舃���[��������H�|$� �S���� ����D���������H�|$� t�� ����f.�L�� �s��L�d$�!���f��G 9G}p�H�����H�} �D�|$�(��H��� I��I�E�}I�EI�U�����wUM�}H��L�����H�E M�.H�߃@�C������fD�w���|���T$H�5q� L����
I���i�����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1��P�������H�E L�m �@����H�\$�H����L��H�����H��A��荿��E��uKH�E �@����L��H�T$H�5�� �
H�8I��L�H;} �L��L�����H����CH�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5�� 1�L���/
H�0H;u �=���H�\$H��H���!����9���@H�\$H��H�����L�d$A�|$(~A�d$H�H�l$�H�5�jH�����L��H������H�|$��������t�/H�|$��H�|$� ��H�5�� H�ߋVHv����L�d$A�|$ ���H�52jH�����L��H��虽��H�|$���tn���t�/H�|$t^H�|$� umH��������fDL���(����[�����衿��H�|$� �S���� �X����D������q���H�|$� t�� �,����f.�L�� ����L�d$�!���f��G 9G}p�H��苾��H�} �D�|$����H��� I��I�E�}I�EI�U�����wUM�}H��L���6���H�E M�.H�߃@������fD�w�������T$H�59� L���iI���i�������u����@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1�������H�E L�m �@����H�\$�H��蓽��L��H���H���H��A���-���E��uKH�E �@����L��H�T$H�5y� �4H�8I��L�H;} �L��L���U���H���}@H�D$(dH3%(�H��8[]A\A]A^A_�f.�H�51� 1�L����H�0H;u �=���H�\$H��H������9���@H�\$H��H���(���L�d$A�|$(~A�d$H�H�l$�H�5>gH�����L��H��豺��H�|$��������t�/H�|$��H�|$� ��H�5h� H�ߋVHv蹺��L�d$A�|$ ���H�5�fH���$���L��H���9���H�|$���tn���t�/H�|$t^H�|$� umH���;������fDL����|���[������A���H�|$� �S���� ����D���������H�|$� t�� �̻���f.�L�� 賻��L�d$�!���f��G 9G}p�H���+���H�} �D�|$�h���H�1� I��I�E�}I�EI�U�����wUM�}H��L���ֻ��H�E M�.H�߃@胹�����fD�w��輽���T$H�5�� L���	I���i�����������@��AWAVAUATI��UH��H��SH��8dH�%(H�D$(1�萹������H�E L�m �@����H�\$�H���3���L��H�����H��A���͸��E��uKH�E �@����L��H�T$H�5�� ��H�8I��L�H;} �L��L�����H���=H�D$(dH3%(�H��8[]A\A]A^A_�f.�H�5�� 1�L���oH�0H;u �=���H�\$H��H���a����9���@H�\$H��H���Ⱥ��L�d$A�|$(~A�d$H�H�l$�H�5�cH���<���L��H���Q���H�|$��������t�/H�|$��H�|$� ��H�5�� H�ߋVHv�Y���L�d$A�|$ ���H�5rcH���Ľ��L��H���ٶ��H�|$���tn���t�/H�|$t^H�|$� umH���ۻ�����fDL���hy���[��������H�|$� �S���� 蘸���D�����豸��H�|$� t�� �l����f.�L�� �S���L�d$�!���f��G 9G}p�H���˷��H�} �D�|$����H��� I��I�E�}I�EI�U�����wUM�}H��L���v���H�E M�.H�߃@�#������fD�w���\����T$H�59� L���I���i������赶��D���GH�WH��F�GH�V�F�����w�fD��f.�����WH�OH��H�wH��PH�H�����wH�x魷��D�H�x雷��f.����AUATUSH��H��H�D�A E��t ��A��1�I��A��H�AH��H��H�H9�u/H��H��[]A\A]�DH�pL������u�H�H�H;Et�D;hu���f.�f���ATI��UH��SH�H���P ��u-1�M��t�p$H���ö����A�$H��H��[]A\�>���fD�p$H��蝶����M��u�H��H��[]A\�������H�H�P�B+B�ff.���H�Hc�H�PHcBH�H�D�Ð@��SH��H���߸��H��[�f.���ATI��UH�oSH��H�������t
[]A\�DL��H���}���H����KH��[]A\�YL�����G ����9w t'SH���w �KH����KH��[�Lf.�Ðff.����G$����9w$tSH���w$�KH��[��Kf�Ðff.���H�G(ÐfD��ATUSH��H��@H�(dH�%(H�D$81�H9���H��H��tCH�
� L�F� H�L$ H��H�D$H�t$H�D$H�,KH�D$(H�D$ �9���H�k(H����H��� � H�D$L�d$H�D$(H�D$H��JH�D$ ���H�T$L��H���I��H��H��H��I�AH�D$(I�AH�D$0I�A�5�� jjL�D$@�'���H�� L��蛴��H���sJH���JH�D$8dH3%(u	H��@[]A\�蝲���ff.����ATA��U��SH���G���?tGH�wH��諲���s D�C$����9���@�t
E��y
[]A\�E��x!�E9�t�[1�]A\�D�w D�G$���y��E��y���@��ATI��UH�oSH��H���&�����t
[]A\�DH��L���ݯ��H��[]A\�I���H�UH�
����H��H�7H�WH�5�H��H�OH�
H�GH�=|���H�x H�P(H�H0H�p8Ðf.���ATI��USH��@H�dH�%(H�D$81�H�CH�{�����������<L� H��H� H�D$H�l$H�D$(H�D$H�b� H�D$ 谯��H�T$H��L���I��H��H��H�NI�AH�D$(I�AH�D$0I�A�5r� jjL�D$@��H�� H���h���H����H�D$8dH3%(uH��@[]A\��軮��L� �:����^���ff.���AWAVAUA��ATA��UH��SH��H��xdH�%(H�D$h1��D$8�H��� H�D$0H9GtQL�t$@L�OA�ȉ�H��H��L������H�L$@H�T$0L���D$8H�L$0�L$HH�T$P�L$8�D$XH�T$@�D$H�S����D$8���?��H�l$0H�SE1�HcB�J)���"�Jf.�H�SI��HcB�J)�D9�~*L�H��D��L�|�D��I�L���P`��t�I�_(�fD1�H���ֱ��H��H�t$hdH34%(�$	H��x[]A\A]A^A_�L�t$@L�|$(E��D��H��]M��H��H��L��H�D$(����H�L$@�D$8L��H�T$0H�L$0�L$H�D$X�D$HH�T$P�L$8H�T$@�N���H�|$(�������t�/H�|$(�kH�l$0�D$8���?�����H���k������jL��H������H�CH�D$@H�D$H�D$(�D$H�H�D$L�xM����L��L�|$PL������L��H�����L��蠰��L��蘰��L�t$(A���t����C����A�.L�t$(�3���M�~M���fI���������t
�/��I� �@���I�GH�D$H���+H�x��������t
�/��H�D$H�x ����H�D$H�@H�D$H����H�x���� ���t
�/�H�D$H�x ���H�D$H�@H��tQH�x����!��t
�/�H�x H�D$舯��H�D$H�xH��t
�e9��H�D$H�xH��t�R9��H�D$H�@H��tQH�x�������t
�/��H�x H�D$�)���H�D$H�xH��t
�9��H�D$H�xH��t��8��H�D$H�@H�D$H����H�x����
���t
�/��H�D$H�x ���H�D$H�@H��tQH�x�������t
�/��H�x H�D$舮��H�D$H�xH��t
�e8��H�D$H�xH��t�R8��H�D$H�@H��tQH�x����N��t
�/�;H�x H�D$�)���H�D$H�xH��t
�8��H�D$H�xH��t��7��I�GH�D$H����H�x��������t
�/��L�|$I� �ƭ��M�M����I�����I���t
�/�6I� 蓭��I�GH��tQH�x����J��t
�/�7H�x H�D$�_���H�D$H�xH��t
�<7��H�D$H�xH��t�)7��M�M��tBI��������t
�/��I� �
���I�H��t��6��I�H��t��6��H�D$L�xM����I���������t
�/��I� 趬��I�GH��tQH�x�������t
�/��H�x H�D$肬��H�D$H�xH��t
�_6��H�D$H�xH��t�L6��M�M��tBI�����5��t
�/�"I� �-���I�H��t�6��I�H��t�6��I�v�L�����L���x������L�|$M�M���H�t$I������t�M���fD��H�l$0�����D$8���?�^�������'H��������D���H��輪����������H�t$0H�=y� ���H�sL��H�D$�+���H�D$H�T$(L��H��HR����H�L$@�D$8L��H�T$0H�L$0�L$H�D$X�D$HH�T$P�L$8H�T$@���H�|$(���t���������/H�|$(��������;������L�|$M�������H�|$I�w蚪��������L��H�� ����H���Ω����'t>�'H�T$PH�����1�������H�t$P���I����������H������H�0����H�D$H�x��蓨���
���H�D$H�x���v����-���I����^����*���H�x��H�D$�A���H�D$�7���H�D$H�x����������H�x��H�D$����H�D$�Q���H�x��H�D$���H�D$����I����ç�����I���諧���#���H�x��H�D$莧��H�D$���I����q�������H�x��H�D$�T���H�D$���H�D$H�x���2������H�x��H�D$����H�D$�������fD��AUATUSH��8H�dH�%(H�D$(1�H�CL�k���v�pL���H�CHcPL�d����v�pL����H�CHcHH�PH�t����wnL��覦��H�L$H��H��H�4=L��� L��H�D$H�D$H�$H��� H�D$����H��苣��H�D$(dH3%(uGH��8[]A\A]�HcHH��H)֋H��H����v�pL���,H�CHc�HcpH�H�t��V����Ϥ���ff.���AWAVAUATUSH��8H�dH�%(H�D$(1�H�CH�k���v�pH���H�CHcPL�t����v�pH���H�CHcPL�d$I��H�l�L9�t_L�=<L�d$I��f�I�>H��� L��H��L��� L��I��L�<$H�D$H�D$H�D$�£��L9�u�H�CH�z� L��H�T$H�SH�$��L����H������H�D$(dH3%(uH��8[]A\A]A^A_�虣������AWAVAUATUH��SHc�H��HL�7dH�%(H�D$81�I�FM�~���v�pL���I�VL�l$ L�d$L��� L��L��HcBH�H�|�H��:L��H�D$H�D$(H�D$H�d� H�D$ �¢��I�F���v�pL���I�V� HcBH�H��:H�l�H�\$H�D$H�� H�D$H�D$ H�D$(�S���H��M��L���I��L��H��H��H��I�AH�D$(I�AH�D$0I�A�5� jj蛡��H�� H������L��藠��H�D$8dH3%(uH��H[]A\A]A^A_�������H��tD��t'��t�f.�H��t� H���N���fDH�11�H;pt-A��f�H�NHVH���tH�H�L���fDH�@H9A��H����	��f.����H��tD��t'��t�f.�H��t� H��龟��fDH�11�H;pt-A��f�H�NHVH���tH�H�L���fDH�@H9A��H����	��f.����AUATUHc�SH��H��H��t$H�t$HcPL�l���谦��L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D���k���A�$��u�L��諞����f�L���H���L�Hct$Ic@I�HH��g�����H����t���t�(t��H�?�X������ATUSH�H��HcPL�d��ԝ��H�H��HcBH��H�|L9�tHcRH��H)�H���E��t$���t�mt[]A\�@L��蘝���E��u�[H��]A\�՝��D��H��H��� �H�=FO�H�Y� �H�=.O�8H�� �H�=O�`H��� �H�=�N�1ҾH��H�=�N�ѝ������f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����1��f���1��f���1��f���1��f���H�5� SH��H��9���H��� H�{H��H���H��[鉡��f���S1�H���ѡ��H�� H�C�C�H�C ����H�C(H�[�fD��S1�H���A���H�r� H�CH�w� H�CH�� H�[�f.�D��S1�H��豭��H�z� H�H�H�C[�f.����H�U� SH��H�H�H�G�?���H��[����fD��H�%� SH�_�H�G�H�H�H������H��[�Ҽ��f���H��� SH��H�H�H�G�ߞ��H��觼��H��[鎝��ff.���H��� SH�_�H�G�H�H�H��蛞��H���c���H��[�J���f.���S1�H���]��H�*� H�[�D��H�� SH��H��I���H��[�]����H��� SH��H��)���H���]��H��[�؜�����H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H�5� SH��H��9���H��� H�{H��H���H��芝��H��[�њ�����H�m� SH��H����H��� H�{H��H����t5���t�/t&H�{���t/���t�/tAH��[����H�{�g���H�{���uѺ��Ι��H��[�Ř��DH�{��f.���H�Ͳ SH��H��Y���H�� H�{H��H����t5���t�/t&H�{���t/���t�/t9H���Y���H��[�Й��H�{�ǖ��H�{���uѺ��.�����@H�{��f���ATU��SH��H��dH�%(H�D$1�H��tR���L�
[� H�$����H�5���H��0�D���ڝ��H�L$dH3%(��H��[]A\�DD�%u� E��uXI��H�5�FL���Z���L��H������V���H�<$A�ċ��t���t�/H�<$u���K���D�%� A����@���D��H�������`�������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�����H�5?���E1�0�D���ޜ��H�L$dH3%(��H��[]A\ÐD�%y� E��uXI��H�5�EL���b���L��H������^���H�<$A�ċ��t���t�/H�<$u���S���D�%� A����H���D��H�������d�������f.���ATU��SH��H��dH�%(H�D$1�H��tR���L�
� H�d����H�5K���H��0�D���ڛ��H�L$dH3%(��H��[]A\�DD�%m� E��uXI��H�5�DL���Z���L��H������V���H�<$A�ċ��t���t�/H�<$u���K���D�%� A����@���D��H�������`�������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H����H�5���E1�0�D���ޚ��H�L$dH3%(��H��[]A\ÐD�%q� E��uXI��H�5DL���b���L��H������^���H�<$A�ċ��t���t�/H�<$u���S���D�%� A����H���D��H�������d�������f.���ATU��SH��H��dH�%(H�D$1�H��tR���L�
�� H������H�5����H��0�D���ڙ��H�L$dH3%(��H��[]A\�DD�%e� E��uXI��H�50CL���Z���L��H������V���H�<$A�ċ��t���t�/H�<$u���K���D�%� A����@���D��H�������`�������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�v���H�5��E1�0�D���ޘ��H�L$dH3%(��H��[]A\ÐD�%i� E��uXI��H�5RBL���b���L��H������^���H�<$A�ċ��t���t�/H�<$u���S���D�%� A����H���D��H�������d�������f.���ATU��SH��H��dH�%(H�D$1�H��tR���L�
۰ H����H�5��H��0�D���ڗ��H�L$dH3%(��H��[]A\�DD�%]� E��uXI��H�5qAL���Z���L��H������V���H�<$A�ċ��t���t�/H�<$u���K���D�%� A����@���D��H�������`�������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H���H�5��E1�0�D���ޖ��H�L$dH3%(��H��[]A\ÐD�%a� E��uXI��H�5�@L���b���L��H������^���H�<$A�ċ��t���t�/H�<$u���S���D�%� A����H���D��H�������d�������f.���AWI��AVAUATUSH��HH�=q� �t$H�T$dH�%(H��$81��`���H��H��腐���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL��辍��H��$�B�0*A�EH��$�H��D��$�A��@�L��$�DŽ$�@I�D$H��$�foe@�@<H��L��H�\$(L��$�I�xL�D$�=���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�s�H���D$<0H�D$@H�� H�D$XH���H��$����H�ߺ1��d���H�|$(�D$4�������t�/H�|$(��H��$������H��蘑��H�ߺ1�����H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$x��$�����H��$�L9�t背��H��$�H��H9�t�m���H��$8dH3%(��H��H[]A\A]A^A_�@���a������@���I����2���@Ic�訑��D��$�L��$�H��$�����Hc�耑����$�H��$�H��H��$��Q����܌��f.�f���AWI��AVAUATUSH��HH�=� �t$H�T$dH�%(H��$81�� ���H��H���E����hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���~���H��$�B�0*A�EH��$�H��D��$�A��@�L��$�DŽ$�@I�D$H��$�fo%=�@<H��L��H�\$(L��$�I�xL�D$���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�s�H���D$< H�D$@H��� H�D$XH���H��$�裎��H�ߺ1��$���H�|$(�D$4�������t�/H�|$(��H��$������H���X���H�ߺ1�����H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$x��$��Ŋ��H��$�L9�t�C���H��$�H��H9�t�-���H��$8dH3%(��H��H[]A\A]A^A_�@���!������@���	����2���@Ic��h���D��$�L��$�H��$�����Hc��@�����$�H��$�H��H��$��Q���蜉��f.�f���AWI��AVAUATUSH��HH�=q� �t$H�T$dH�%(H��$81����H��H�������hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���>���H��$�B�0*A�EH��$�H��D��$�A��@�%L��$�DŽ$�@I�D$H��$�fo�9�@<H��L��H�\$(L��$�I�xL�D$轆��L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�s�H���D$<PH�D$@H�� H�D$XH�p�H��$��c���H�ߺ1����H�|$(�D$4����	���t�/H�|$(��H��$������H������H�ߺ1����H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$xDŽ$������~���H��$�L9�t���H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_�D���ه�����@������*���@Ic�� ���D��$�L��$�H��$�����Hc������$�H��$�H��H��$��I����T���@��AWI��AVAUATUSH��HH�=� �t$H�T$dH�%(H��$81�蠅��H��H���ņ���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@�L��$�DŽ$�@I�D$H��$�fo�6�@<H��L��H�\$(L��$�I�xL�D$�}���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�C�H���D$<(H�D$@H��� H�D$XH�@�H��$��#���H�ߺ1���H�|$(�D$4�������t�/H�|$(��H��$������H���؇��H�ߺ1��Y�H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$x��$��E���H��$�L9�t�Â��H��$�H��H9�t譂��H��$8dH3%(��H��H[]A\A]A^A_�@��衄�����@��艄���2���@Ic����D��$�L��$�H��$�����Hc������$�H��$�H��H��$��Q�������f.�f���H�H�(t	鼇��@H�� ���1�1�H�5� �܇��ff.����1ɺH�5�� 鹇������1ɺH�5�� 陇������USH��H��xdH�%(H�D$h1�������
wnH�
�3��Hc�H�>��H�CH�l$@H��H���j���H�H��t,H�H�L$@H�T$P�PH��L$H�HH�D$P�T$XH�D$@�T$HH��螄��fDH�D$hdH3%(��H��x[]�D��
t#���
��te��uȃ�u�H�1����빐H�QH�1H�
����H�H9���H�
����H9���H�
���H9�u�H�z�w�����l���@H����~R���9���H���H��H��H������o$�oL$K�oT$ S �o\$0[0�����������H�H���H�D$P����H�t$PH�D$XH�D$`�Љ����DH������������f�H�z���������f.�1ɺH�5r� �m����p����H�s�'��Z���f�����N���fD1�1�H�55� �0����3���1ɺH�5� ��������H�SH�KH�s�ߢ��H�H����������@H�l$@H�KH�SH��H���С��H�H�����������H�C��0�H������H�CH�S�0�����@H�CH�S�0���|���@H�KH�SH�C�	��0����\���@H�SH�C���0�ڦ���=���DH�SH�C��0迢���"���f.�H�l$@H��H���p���H�H�T$@H�D$P�CH��T$H�SH�T$P�D$XH�T$@�D$H�����H�z��������f��-z� ��u[H�l$PH�5b.H���r���H��E1ɹ@A�H��H�5c�莄��H�|$P�ŋ��t-���t�/H�|$Pt�-� �+�L���@H�H�@x�F������5�����~��ff.���H����UH��SH��H�55H��H���؁����tD�H�= 6H����€���t�#H�=
/H�������uH��H�E[]�@H��H��[]�fDH��H��H��[]����1�Ð@��ATI��UH��S��H��臀����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���
~[H����[]A\����H���L��D$�U����D$���@H����[]A\�@��
�H�U���������H��1�L��D$�
����D$����H�H�(t	�<���@H�1� ���1�1�H�5!� �\���ff.����1ɺH�5�� �9�������1ɺH�5ޛ ��������1ɺH�5�� �������1ɺH�5�� �ـ������1ɺH�5~� 鹀������1ɺH�5^� 陀������1ɺH�5>� �y�������1ɺH�5� �Y�������1ɺ	H�5�� �9�������1ɺ
H�5ޚ ��������1ɺH�5�� �������1ɺH�5�� ��������1ɺ
H�5~� �������1ɺH�5^� �������1ɺH�5>� �y������1ɺH�5� �Y������1ɺH�5�� �9������1ɺH�5ޙ �������1ɺH�5�� �~������1ɺH�5�� ��~������1ɺH�5~� �~������1ɺH�5^� �~������1ɺH�5>� �y~������1ɺH�5� �Y~������1ɺH�5�� �9~������1ɺH�5ޘ �~������1ɺH�5�� �}������1ɺH�5�� ��}������USH��dH�%(H�D$1��������H�
1��Hc�H�1�>��H�QH�1H�
���H�H9��fH�
���H9��6H�
/���H9��FH�
?���H9���H�
O���H9���H�
_���H9��6H�
o���H9��FH�
���H9��VH�
����H9��fH�
����H9��vH�
����H9���H�
����H9���H�
���H9���H�
���H9���H�
��H9���H�
����H9���H�
���H9���H�
���H9���H�
/���H9��H�
?���H9��H�
O���H9��H�
_���H9��H�
o���H9��$H�
���H9��*H�
����H9��0H�
����H9��6H�
����H9��<H�
����H9��BH�zu�f�H�D$dH3%(�>H��[]�D��
�������tR��t%��u�H�1��w�H�
]/��Hc�H�>��DH���w�H�
�/��H��H��Hc�H��H�>��@H����4	������i���f�H�z�U�����J���f.�H�z�5�����*���f.�H�z������
���f.�H�z���������f.�H�z���������f.�H�z������	���f.��H�5� �?z�����f.��	H�5� �z���j���f.��
H�5Ĕ �y���J���f.��H�5�� ��y���*���f.��H�5�� �y���
���f.��
H�5d� �y�����f.��H�5D� �y������f.��H�5$� �_y�����f.��H�5� �?y�����f.��H�5� �y���j���f.��H�5ē �x���J���f.��H�5�� ��x���*���f.��H�5�� �x���
���f.��H�5d� �x�����f.��H�5D� �x������f.��H�5$� �_x�����f.��H�5� �?x�����f.�1�H�5� �"x���m���D�H�5̒ �x���R���f��H�5�� ��w���:���f.��H�5�� ��w������f.��H�5t� �w�����f.��H�5T� �w������f.��H�54� �ow�����f.��H�5� �Ow�����f.��H�5� �/w���z���f.��H�5ԑ �w���Z���f.��H�5�� ��v���:���f.��H�5�� ��v�������T��H�$H�H��H�H�$��p�������U��H�$H�H��H�H�$�p�������UU��H�$H�H��H�H�$�p������EX��H�$H�H��H�H�$�p������W��H�$H�H��H�H�$�_p���z����%W��H�$H�H��H�H�$�?p���Z����V��H�$H�H��H�H�$�p���:����V��H�$H�H��H�H�$�o�������uU��H�$H�H��H�H�$��o�������[��H�$H�H��H�H�$�o�������U[��H�$H�H��H�H�$�o�������Z��H�$H�H��H�H�$�o������5Z��H�$H�H��H�H�$�_o���z����Y��H�$H�H��H�H�$�?o���Z����Y��H�$H�H��H�H�$�o���:����X��H�$H�H��H�H�$�n�������W��H�$H�H��H�H�$��n������eW��H�$H�H��H�H�$�n��������V��H�$H�H��H�H�$�n�������Q��H�$H�H��H�H�$�n������UQ��H�$H�H��H�H�$�_n���z�����P��H�$H�H��H�H�$�?n���Z����5P��H�$H�H��H�H�$�n���:����O��H�$H�H��H�H�$�m�������O��H�$H�H��H�H�$��m������N��H�$H�H��H�H�$�m�������M��H�$H�H��H�H�$�m�������Q��H�$H�H��H�H�$�m������5q�����諦������{���|���跕���r����-]���h���胋���^����9~���T����O����J����u����@����Y���6�����f���,����g����"����mm�������������`������迢������5w�����K�������a�������跑��������i�������c�������c������O�������u��������������s������������f�H�z�u�����j���f.�H�z�U�����J���f.��-2� ��u_H��H�5�H���o��H��E1ɹA�H���H�5����r��H�<$�ŋ���B���t�/H�<$�/�-ϕ �+����H�z��������f.�H�z���������f.�H�z������
�z���f.�H�z�e�����Z���f.�H�z�E�����:���f.�H�z�%����
����f.�H�z�������f.�H�z�������H�z�������H�z��������_l�����H�z������H�z�y���n�H�z�c���X�H�z�M���B�H�z�7���,�H�z�!����H�z�����H�z�������H�z�������H�
��H9����H�z�������Yj������H��tGUH��SH��H�5�.H��H���n����H���uH��[]�@H��H��H��[]�j���1�Ðff.����ATI��UH��S��H���Gi����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P�D�H��[]A\���~[H����[]A\����H���L��D$��D$���@H����[]A\�@���H�U���������H��1�L��D$�M�D$����H�H�(t	�m��@H�q� ���H�H�(t	�m��@H�� ���1�1�H�5A� �m��ff.����1ɺH�5� �m������1ɺH�5�� �ym������1ɺH�5މ �Ym������1ɺH�5�� �9m������1ɺH�5�� �m������1�1�H�5A� �l��ff.����ATUS��H��PdH�%(H�D$H1���u&��tRH�D$HdH3%(��H��P[]A\�D��
��������t1��u…�u�H�1�p����fD1�1�H�5�� �hl���fDH�)������u�H�H��H��H�����o$E�oL$M�oT$ U �o\$0]0�H���f�H�AH�����H9�2���H�x�'���H������H�)��t`�E��������@H�W�������H�}H�U���t��������/����D���g�����@D�%Q� E��udL�d$@H�5�L���8i��L��E1ɹ@A�H���H�5����Tl��H�|$@A�ċ��t0���t�������H�|$@9�tD�%� D�e�5�����@������f������e����USH��8dH�%(H�D$(1���������H�
.��Hc�H�1�>��H�QH�1H�
���H�H9���H�
���H9���H�
���H9���H�
��H9���H�
����H9���H�
���H9�uH�zu�DH�D$(dH3%(�H��8[]�D��
�_���������t!��u�H�1��w�H�
U-��Hc�H�>��H���w�H�
M-��Hc�H�>��D�H�5$� �i���r���f.��H�5� �i���R���f.��H�5� �_i���2���f.��H�5ą �?i������f.�1�H�5�� �"i�����D�H�5�� �i������f�H����d��������f�H�z���������f.�H�z���������f.�������l���@�6�����\���@苯��H��K���H��H��H���r���H�H�$H��H�D$�CH��T$�SH�T$�D$H�$�D$��e������������G�������6�������H�6��������f�H�z���������f.�H�z���������f.�H�z�}�����r���f.��-r� ��u_H�l$H�5�*H���Re��L�
� H��A��H��H�5��jh��H�|$�ŋ��t���t�/H�|$t
�-� �+������!c�����
b��f.���H��tGUH��SH��H�5`/H��H����e����H���uH��[]�@H��H��H��[]�gb���1�Ðff.����ATI��UH��S��H���`����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$�5����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$댐fD��H��tGUH��SH��H�5�*H��H���d����H���uH��[]�@H��H��H��[]��e���1�Ðff.����ATI��UH��S��H���a����x3��t?��tz�S���vB��t=��tX��tS��tN��tI�P���D�H��[]A\����tLH����[]A\É�L���H��D$����D$����@H����[]A\�@��u�I�$������1�1�H�5� H��D$�d���D$����f.����H��H��tH�H��f.���H�� SH��H�H�G���a��H��[�{c��f.����H�U SH��H�H�G��a��H���Lc��H�߾0[�n]��f.�@��H�� SH��H�H����t@���t�/t1H�{���t:���t�/tDH���^��H�߾ [�]��fDH�{�]��H�{���uƺ��_���@H�{��f.���H��~ SH��H�H����t0���t�/t!H�{���t*���t�/t<H��[�+^��H�{�\��H�{���uֺ��_��H��[�]��DH�{����H��H���21QtQmlLabsModelsPlugin����QtQmlLabsModelsPluginqt.qml.tablemodelQJSValue instead:
: expected "row" argument : "" cannot be negativerowIndexgetRow()removeRow()removeRow(): "rows" removed fromRowIndextoRowIndexmoveRow(): "fromRowIndex" () + "rows" () = moveRow(): "toRowIndex" (moving  row(s) from index  to index after moving, rows are:
, : "rowIndex" : row manipulation functions : expected  columns, but only got : expected a property named  in row at index , but couldn't find one to be of type , but got  instead: failed converting value  set at column  with role expected row for role  instead: setData(): no role named gathering metadata forcolumns from first row:- column : name= typeName= type=setRows()QMap(appendRow()insertRow()setRow()setData() called with index , value  and role setData(): no role named "" at column index setData(): the value  set at row  cannot be converted to : expected "row" argument to be a QJSValue,to be an object or array, but got:
 is greater than or equal to rowCount() of removeRow(): "rows" is less than or equal to zero exceeds available rowCount() of  when removing from "rowIndex"  items from the model, starting at index moveRow(): "fromRowIndex" cannot be equal to "toRowIndex"moveRow(): "rows" is less than or equal to 0, which is greater than rowCount() of : "rowIndex" cannot be negative is greater than rowCount() of do not support complex rows (row index: : expected the property named  of TableModelColumn at index  to be a simple object, but it's TableModelColumn role for column at index  must be either a string or a function; actual type is: . The available roles for that column are:   - added metadata for built-in role No TableModelColumns were set; model will be emptysetRows(): "rows" must be an array; actual type is inserted the following row to the model at index setData(): failed converting value displaydecorationedittoolTipstatusTipwhatsThisfonttextAlignmentbackgroundforegroundcheckStateaccessibleTextaccessibleDescriptionsizeHintsetter for  must be a functiongetter for ����sizeHint����accessibleDescription����accessibleText����
checkState����
foreground����
background����
textAlignment����font����	whatsThis����	statusTip����toolTip����edit����
decoration����display����	modelDataQQmlDelegateChoice *QQmlListProperty<QQmlDelegateChoice>QQmlDelegateChooser *QQmlListProperty<QQmlDelegateChooser>QQmlTableModelColumn *QQmlListProperty<QQmlTableModelColumn>QQmlTableModel *QQmlListProperty<QQmlTableModel>Qt.labs.qmlmodelsN11QQmlPrivate11QQmlElementI18QQmlDelegateChoiceEEN11QQmlPrivate11QQmlElementI19QQmlDelegateChooserEEN11QQmlPrivate11QQmlElementI14QQmlTableModelEEN11QQmlPrivate11QQmlElementI20QQmlTableModelColumnEEQQmlListPropertyorg.qt-project.Qt.QQmlParserStatus@��X���� ��0��0�������0��P�����������p���XYZ	[^_bgn"sx"{��++++)
+)
+)

+++
+
+)

)�
�
)XIXI)YI�	\	������������������������
���������������z����r����	f����X����D����2����!����	�������������
����������	�������������������������y����f����V����D����8����&)QQmlTableModelDefaultPropertycolumnsQML.ElementTableModelcolumnCountChangedrowCountChangedrowsChangedappendRowrowcleargetRowrowIndexinsertRowmoveRowfromRowIndextoRowIndexrowsremoveRowsetRowdataQModelIndexindexrolesetDatavaluecolumnCountrowCountQQmlListProperty<QQmlTableModelColumn>QQmlParserStatus14QQmlTableModelP��h���������������� ��0��P��p����������������0��P��p����������������@��`��������0��v��l��b��X��N��D��:��0��&����������������������������������������������������������������������r��R��2����������������r��R��2����������������r��R��2����������2��������	�
���
������������������� �+++++++++++++++++++++++++++++!"�YI#"�QI$"�YI%"�YI&"�YI'"�YI("�YI)"�YI*"�YI+"�YI,"�YI-"�YI."�YI/"�YI0"�YI1"�YI2"�YI3"�YI4"�YI5"�YI6"�YI7"�YI8"�YI9"�YI:"�YI;"�YI<"�YI="�YI	

������������������������������������������������������t����k����b����\����U����Q����J����F����:����1����.����.����(����%������������������������������������������������
�����
�����
��������������������
�����	����������	v����h����]����J����
:����0����
)����
����
����
����
�����
�������������������������������QQmlTableModelColumnQML.ElementTableModelColumnindexChangeddisplayChangedsetDisplayChangeddecorationChangedsetDecorationChangededitChangedsetEditChangedtoolTipChangedsetToolTipChangedstatusTipChangedsetStatusTipChangedwhatsThisChangedsetWhatsThisChangedfontChangedsetFontChangedtextAlignmentChangedsetTextAlignmentChangedbackgroundChangedsetBackgroundChangedforegroundChangedsetForegroundChangedcheckStateChangedsetCheckStateChangedaccessibleTextChangedsetAccessibleTextChangedaccessibleDescriptionChangedsetAccessibleDescriptionChangedsizeHintChangedsetSizeHintChangeddisplayQJSValuesetDisplaydecorationsetDecorationeditsetEdittoolTipsetToolTipstatusTipsetStatusTipwhatsThissetWhatsThisfontsetFonttextAlignmentsetTextAlignmentbackgroundsetBackgroundforegroundsetForegroundcheckStatesetCheckStateaccessibleTextsetAccessibleTextaccessibleDescriptionsetAccessibleDescriptionsizeHintsetSizeHint20QQmlTableModelColumnQQmlComponent *p��P��0����������l��������v�������������L�����+
QI�	T	��������������������������������������������$rQQmlDelegateChooserDefaultPropertychoicesQML.ElementDelegateChooserroleChangedroleQQmlListProperty<QQmlDelegateChoice>6012	3
45++++++)QI
QIPIQI�QI�������������������|����p����g����`����
I����<����
1����'��������	�������������������QQmlDelegateChoiceDefaultPropertydelegateQML.ElementDelegateChoiceroleValueChangedrowChangedindexChangedcolumnChangeddelegateChangedchangedroleValuerowindexcolumnQQmlComponent*18QQmlDelegateChoice19QQmlDelegateChooserhQTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfaceuQtQmlLabsModelsPlugincuri�qQt.labs.qmlmodels�;�	:l&���	�.��
\7��.�9��08�:��4
�:��H
�:���
�:���
,<���<��L�<��\
�<���
�<��p
=���
L=���
|=��d�=��x�=����=���>����>�� �>��XL?����?���|@���
�@���
\A����A��\B��0|B��L�B��`�B��t�B���lD����D����D���,E���LE���K��TQ����Q��(<R��HLR��\lR��x|R����R��,�S��h�T��L�X����`��$a��X<n����n��xLt���,|�� <���p����l���|���H����d����x���������\���4����ܨ���L������������,����l���
�� 
,���4
l���H
,���l
|����
����ܬ������0<���Dl���d<����|���������ܯ������<���l��������̱��������l������������l�����@l���|ܶ���\��������ܹ��`,����,���X���|�������l�����L����Pl����������h������Pl����P�l����<����t����\�� ���@ <��t ���� ��� ���!���D!l��x!����!L���!���",��H"���|"���"|���"���#\��L#����#<���#����#��$���P$����$l���$����$L�� %���T%,���%����%���&L#��T&�&���&�)���&<-��8'�0���'�3���',7��(|:��h(�=���(A��)lD��L)�G���)K���)\N��0*�Q��|*U���*|X��+�[��`+<_���+�b���+�e��D,\i���,�l���,p��(-|s��t-�v���-<z��(|z��<�z��L{��<�{��,.�{��@.�{��|.|���.l|���.||���.�|��/�|��/�|��0/}��D/\~���/�~���/���/|��H0�����0����(1,���d1\����1܎��T.l���h.����0�����0,����0����8,���2<���(2\���<2l���P2|���d2����x2�����2�����2ܒ���2���2�����2����2,���3<���3L���,3\���@3l���T3����p3���3,����3\����3�����4�����3�����4<����3\���4|���44����P4���d4����x4�����4l����4�����4L���5ܘ��85ܙ��l5ܚ���5ܛ���5ܜ��6ܝ��<6ܞ��p6ܟ���6ܠ���6���(7\���x7�����7ܭ��L8����`8���t8<����8\����8ܲ���8|���9\���d9|���x9�����9�����9ܴ���9�����9����9<����9\���:|���:����,:����@:ܵ��T:����h:���|:<����:\����:|����:�����:�����:ܶ���:����;���;<���0;\���D;|���X;����l;�����;ܷ���;�����;����;����;��� <����<����<���<<���<\���<|��=���=���(=���<=����=��>���,>L��d>,���>����>\��t<l���<���P=���l=����=����=zRx�$p���FJw�?:*3$"D�$��p\p0��pl0�� �82���d2��-L�\�(2���d2��1L�`��2��!�0��,0��=E�D K
AK
CF4<1��SJ�D�Q R
AAEDG�A�t81��	�2���2���(2��$�D2��$�0���	�,���/E�Q
JN4,2��hB�F�A �D(�D0I(D ABB4Hd2��hB�F�A �D(�D0I(D ABB(��2��OB�D�F �nDL4��2��~B�F�D �A(�D0_(D ABB8�3���B�B�A �D(�D0c
(N ABBM ,���54X���vHĝ��6\�6 p����E�C
HA
O�����DE�b
IO���/0��2��iA�S�N k
AAAVAA0�3��iA�S�N k
AAAVAA0����%D����X��2l�/E�X
CN0�����F�F�A �G@
 AABI�����7E�_
DN8�����$F�B�A �D(�DP�
(A ABBD`2���d[
AD<�2��aE�[X$3��E�Pt(3���$3��� 3��U(�l3��lE�A�Gp�
AAK��4��^| V��4��5��>05��H0<5��yF�B�E �E(�A0�D8�D��
8A0A(B BBBHH|p;��DF�E�B �E(�D0�A8�D�|
8A0A(B BBBG4�t@��iF�K�K �c
ABF]AB̞��(��((���(< ���(P\@���L�b
Jp�@��
��@��E�Q��@��
��@��bH0T
A4������j�B�A �D(�G0f(A ABBH4����F�E�A �A(�D0H
(A ABBAz(A ABB8T�@���F�E�A �G(�GP�
(A ABBJ8�\A���F�E�G �A(�GP�
(A ABBG0� ���"F�A�D �G0�
 AAEJ$	���fH�j
FV
BE
KH(	d����F�B�B �A(�A0�t
(A BBBIA(D BBBLt	8A���F�D�L �L(�A0�A8�G��
8A0A(B BBBE0�	h����E�I�L d
AAH[AA4�	���j�B�A �D(�G0f(A ABB40
\���sF�D�D �Q
ABFDAE8h
����tF�B�A �A(�G0p
(D ABBF4�
��iF�D�D �l
ABKYAB�
 ���{H�
����BF�B�B �B(�A0�C8�G`
8A0A(E BGBGH<����&F�G�E �B(�A0�A8�DP�
8A0A(B BBBK8�t���GF�B�A �D(�DP�
(A ABBCH��B��!F�B�B �B(�A0�D8�J�`
8A0A(B BBBK8<���F�B�A �D(�G@�
(A AEBF0L�J��_E�A�D |
AAHLAA<�̥���\�D�D wAAC��H ��DD�A�,�L����M�D�D �H
ABH(�����mE�F�G @
AAD`
�sF�B�B �B(�A0�A8�DPX
8A0A(B BBBD}
8D0A(B BBBNL�
�I��
B�B�B �B(�A0�D8�G��
8A0A(B BBBFT�
�V��nQ�E�E �D(�D0�Y
�(A� B�B�B�MJ(A BBBG�����H(d���BF�B�B �B(�A0�C8�G`
8A0A(E BGBG(th���WF�A�A �|
ABIH�,V���F�E�E �E(�A0�A8�J��
8A0A(B BBBAL��[���F�B�B �B(�D0�A8�G��
8A0A(B BBBD8<���F�B�A �D(�G@�
(A AEBF<x��PF�I�E �A(�D0�I
(D BBBD@�Ժ��CF�G�J �D(�A0�D@�
0A(A BBBFH����F�B�E �E(�A0�A8�D`I
8A0A(B BBBELHb��	F�E�B �B(�A0�A8�G�!
8A0A(B BBBEH��p���F�B�B �B(�A0�D8�D`;
8A0A(B BBBFL�Hr��TF�B�B �H(�D0�A8�D�
8A0A(B BBBA84Xv��F�E�A �A(�D`x
(A ABBAp,w��/E�e�@w��
L�<w���F�D�E �G(�A0�D8�G�P
8A0A(B BBBD0��}��LE�M�S M
AADGGA4$~��AF�I�J �M
ABGIAB0\ ~��6F�I�J �Gp�
 AABHL�<���	F�N�K �G(�D0�
(D ABBI]
(D ABBJH�����*F�B�B �B(�A0�D8�D`P
8D0A(B BBBNH,�~��>
F�B�B �B(�A0�A8�G��
8A0A(B BBBA4x���{F�A�A �P
ABEPDB0�L���hE�A�J0X
AAFuAA4������F�A�A �v
DBL{AB0p��iA�S�N k
AAAVAAP\��5d8\��Ex���3E�m �����L�B
Jo
I�$��E�Q�(��^| V8�p���F�B�A �A(�G0�
(D ABBD8(�[��tF�B�A �A(�G0p
(D ABBF4d\��iF�D�D �l
ABKYABH����F�F�D �D(�G0N
(D ABBFQ(D ABBH����F�F�D �D(�G0N
(D ABBFQ(D ABB04H�gE�D�D y
DAEQDA0h��gE�D�D y
DAEQDA0���gE�D�D y
DAEQDA0���gE�D�D y
DAEQDA08�gE�D�D y
DAEQDA08t�gE�D�D y
DAEQDA0l��gE�D�D y
DAEQDA0���gE�D�D y
DAEQDA0�(�gE�D�D y
DAEQDA0d�gE�D�D y
DAEQDA0<��gE�D�D y
DAEQDA0p��gE�D�D y
DAEQDA0��gE�D�D y
DAEQDA0�T�gE�D�D y
DAEQDA0��gE�D�D y
DAEQDA0@��gE�D�D y
DAEQDA0t�gE�D�D y
DAEQDA0�D�gE�D�D y
DAEQDA0���gE�D�D y
DAEQDA0��gE�D�D y
DAEQDA0D��gE�D�D y
DAEQDA0x4���gE�D�D y
DAEQDA0�p���gE�D�D y
DAEQDA0�����gE�D�D y
DAEQDA0��gE�D�D y
DAEQDA0H$���gE�D�D y
DAEQDA0|`���gE�D�D y
DAEQDA0�����gE�D�D y
DAEQDAH����[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH0��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH|�DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH���DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH`���DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH�	��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH���DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFHD��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH���DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH���DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH(��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFHt��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH���DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFH  !��DF�B�B �B(�D0�A8�Jp}
8A0A(B BBBFHX $$��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH� 8'��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH� L*��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH<!`-��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH�!t0��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH�!�3��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH "�6��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKHl"�9��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH�"�<��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH#�?��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKHP#�B��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH�#F��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBKH�#I��[F�B�B �B(�D0�G8�Dp�
8A0A(B BBBK4$H	��<H(T$�M��h$�M��|$�`����$�`����$xM��E�P4�$|M��GF�D�E �P
ABFWAB�$�M��%�M��1J�W�(%�M��<%�M��!J�O�X%�M��	@l%�M��CF�A�A �G`�hfpBxB�N`l
 AABA4�%�N��|F�D�C �t
ABDM
CBF4�%O��?F�D�E �P
ABFOAB &O��U84&�_��F�B�A �D(�G@�
(A AEBF@p&,O��F�D�A �D`�hfpBxB�N`d
 AABH�&h`��(L�&�O��Z
F�B�B �E(�D0�D8�G�
8A0A(B BBBA4'4`��{F�A�A �P
ABEPDB8P'�Y��!F�B�A �A(�D`�
(A ABBAH�'�Z��'F�B�B �B(�A0�A8�Dp
8A0A(B BBBA`�'�[��}F�B�B �B(�A0�D8�G���{�B�B�I�d
8A0A(B BBBA<(`��P(`��d(`��x(`���(`���(`���(`���(`���( `���(`��)`��)$`��,) `��@)`��T)`��h)`��|)`��7L�f�)4`��:E�t�)X`��1E�k�)|`��%E�_�)�`��*L�Y*�`��2L�a$*8a��E�U@*<a�� L�O\*@a��(L�Wx*Ta��p�*�a��p�*b��p�*hb��p�*�_��.L�]�*�b��?L�n+`��6L�e +�b���L�G
Mf
J@+,c���L�O
E0`+�c���F�A�C �G0]
 AABF0�+hd���F�A�C �G0Y
 AABB0�+4e���F�A�C �G0]
 AABF0�+f���F�A�C �G0Y
 AABB00,�f���F�A�C �G0]
 AABF0d,�g���F�A�C �G0Y
 AABB0�,dh���F�A�C �G0]
 AABF0�,0i���F�A�C �G0Y
 AABBL-�i��4F�E�B �B(�A0�A8�G��
8A0A(B BBBELP-�l��4F�E�B �B(�A0�A8�G��
8A0A(B BBBEL�-�o��<F�E�B �B(�A0�A8�G��
8A0A(B BBBFL�-�r��4F�E�B �B(�A0�A8�G��
8A0A(B BBBE@.�Y��HkX.d��EHjt.�u�� �.�u���.�u���.�u��(�.�u��rE�A�G��
AAF@�.z���N�D�Q B
EAED
DAGDG�A�T4/hz���F�D�D �F0D
 AABDI
 DABHd
 DABE�/�z�� �/�z���/{���/{���/ {���/,{��08{��0D{��,0P{��@0\{��T0h{��h0t{��|0�{���0�{���0�{���0�{���0�{���0�{���0�{��1�{��1�{��01�{��D1�{��X1|��l1|���1|���1(|���14|���1@|���1L|��(�1X|��wE�A�D0.
AAF42����SJ�D�Q R
AAEDG�A�PH2Ԋ���F�D�D �F0D
 AABDI
 DABHd
 DABE�2���2ܔ���28��� �2D��� �2P���3\���3h���(3t���<3����P3����d3����x34���%L�T�3H���2L�a�3l����L�A
K �3ܔ��~L�t
Hf
J0�3(���F�A�A �Fpp
 AABF((4����E�A�DP�
AAF4T4����SJ�D�Q R
AAEDG�A�P�4���F�D�D �F0D
 AABDI
 DABHd
 DABE4�4l���SJ�D�Q R
AAEDG�A�P5�����F�D�D �F0@
 AABHH
 DABAd
 DABEGNU��p�m�o�p�"`	�"�p`r�r�rs������"�r@s�	�	�p`�"�(�"��" P�"p�"� ���������"0�`�����жP���"��������0y�s t�����z�x���������"��0��x����"���0�������"��������0y�s t�����z�x��������"p����x��`���P/P�"���0�P)�)�%!P�`5�5�"� �����(�"0�`��0жP�`0�/0�3�1@1@Scs���x\
@	`"x"���o`��
$0�"��O05�	���o���o@4���o�o�2���o{Ј"�\�\�\�\�\]] ]0]@]P]`]p]�]�]�]�]�]�]�]�]^^ ^0^@^P^`^p^�^�^�^�^�^�^�^�^__ _0_@_P_`_p_�_�_�_�_�_�_�_�_`` `0`@`P```p`�`�`�`�`�`�`�`�`aa a0a@aPa`apa�a�a�a�a�a�a�a�abb b0b@bPb`bpb�b�b�b�b�b�b�b�bcc c0c@cPc`cpc�c�c�c�c�c�c�c�cdd d0d@dPd`dpd�d�d�d�d�d�d�d�dee��"GA$3a1x\M	GA$3p1113�m	�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�s>	GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY�p0�GA+GLIBCXX_ASSERTIONS
GA*FORTIFY�>	GA+GLIBCXX_ASSERTIONSliblabsmodelsplugin.so-5.15.3-2.el8.x86_64.debug�����7zXZ�ִF!t/��u_�]?�E�h=��(a�K"�`�:,?hV0}L1��>����x�<��E�YsWv�#�Qa��[؎��o�;9�u&Ja��F��#�<�(�g��`:���N(reR���J�@C}D�c�Ϗs�Y��D��0�V>��1!e��4s.u7^��OØ�:]
��SY�M(g�N
P���"Z/VWZW��7��4�"��1� @�E7}p�S���P!�M�(E�ٌA��:=�W�njG�#�y�9U6a�c����I9C���%;aV$�PP�&�l��'�C({!L����B^�$2$�q��/6����H��G���v��>�M�Y��e~�<�<$GM��@7�N;`,��0o�v��d���9��3��%�	z�*	��z;(si�����>����f��%�L$9� I4���2g�vE�.���m��,�������Vqvl/%��t�8k�!�:��6��D>b�W�A4�L{�k������÷k6��P��/4B����Q�@D+	�2/�:�+l�#�j\f���.��l٩���.qK�#R^Ɵ���BfK�K�	�^/BcX��W��[Ѣt�O���6���x��b8������m����y�����"U�MOo���.��ⲓ)����z�i�A�o���d���R}�%��@����h;�����x���XÆ�JU���&dp\��j�(�ʬi��������'�)RA&�t6�Âu���;S�HѷL�
IJS�LS&p��'�A�� @<���|pe쾸�l0�P��ZI%�U�.�;���I�(cs�d�t�c2��_�����+7	�"H�DD�~��:|�zu,��ᢚ���̋��o���A=9���/=�pk�OD�!;�& ;����ۜ���i��Ԉv�*��܁�s�\1�R6b�R�N������d�PN�=��n�g% bZ�^C����6[��Ujp#v3��hk���.��^��)1L�3��44��Y��l��\7L �]z�.����&"G��A�x4U~��b��wSw��j�A4^�_��q�53�`(k��Y����-�l�IQfz=?�m@m�".H$�e�y2�z�*���r`��J�?!6�m%����Sy��eNݒ�#��r>w�d���8�_R#u��Ft�Q��.Y���r7���t�4�hӍ��B��m""�����нH����{��T#�/��zĆH��	���.��I(��x�)��d��MI�A���SR��R)�Ws@�85���v�:��Xl�.G���$���?"Ct�ƊZ�󅃅J�@	�}��e�Q.	��|jj3��
y2���^
�׌*�e$�5l�O��H�y����<��
�B�7$���^H:j��������T�I���y�J$*�Q�1E���#�bO��^'"�ݮ��y�|�:	L$s����B�*:���
έ�[тp��ގr�k���#�U�:@�1�=���Z��.��8ڿ�{n�/c
�mؾ�e�`��:���R
�[�VxpO肇�9�ۜsO�I���aD�uy�d3g�A��h���G�t6�Nj3�+:v�2�+��?>���kg�XTuPΫ�b/��뎛��U��]��&�n6l �ꅃ�?{l((w�p�b����_	XŲ�r����0���)�.��� �vm3غ���ۢ�Z�~�U�=��L�ː���b�Z���n[$�V�5Q��c7����-��o����d�eL�%�Q�-�8֏V�״L��s�<=�^#Rpb]%��=�_=�T\=��S�'ä�$��B�vJx�u��~E���	�9�YM�m˾
�sI��<��3
��
��=%���s�{Fo�cu���9Ä�	o���bs��Wh���R����ՇY�
�$�n^�"j�M�g��� b�_���l�p9�i�U�z�� ��j:71�mt^V�8���=��w�������D����dQ|_�/W�s1�Ғ&�|b~�]Bj�C{l�@����us���s"�`���/�����T�����\c�š�d
K����B;�e�K:y�Ɂڌd�	%�e=�
�,��1�� �y#� ��׊��;,�EZ)%'tQa�DA�b����)��hd��A�6_>���֭���=|��E�n2���r���!u8���p�E�؍&�����Yzc����!^�΃���`G���CM��n�]���9���i�L�� �0/��C ����Z�%�C��w(�܈�!��k!��
=Dݹ>�_-���!\�3��@���[o�|Wr�dL�r�q-UoK���G8?���#�u^0H�8�K���Z����v�q�Ŏ����j2��7پͬzb�(d[o��ʗA�#z�,9�1���N4OK!^Ge��/�3=��u
�~�,�b������SfU��t߽���#���%�%5�[��u�	?�Nsu2�O�˛��g�	F��A���Wř���.49BEdزtk֠L2�~�y&BBL���Q��.�}�R2
e.�G�Ib�;�v��r�.5�$X[�������]'��,���1�RX�jZ�Y6(1m�#(,�߻pH�v��H\��42��J��:<�4�vJ��8	\X������$���Ц��{����H��	4��:�Ƕ�]��Koߺy���;����Z�{uH>ly�0Z�IZ�o�<��'|�L
D�OF��7�7-'���"4s-^�|a�-@S���F��xq[�ؗ� ��
�]6C��>�gn�s�`�A�r�M�ӫ5�h=��
�#�0c����d*�!��
)㹋��`ʭk�9�Nuj5qz�/��q�ΦRr��<��9h��q���:s��o����C����:��5o�H�r(�f~lIr��F�-<^�����]�X���{/�dOH����W��zyz2��Y-�ͼ�+�Pg�ժ�N�9b�K2����G��Q7�=�pg�+��Hb\�"���,��ӹ�����ʯ�}��a���B��xM���)����.q��۶�<hA�9���,���S���XU(�rN���@I�Dx&;ð��ՒC��.pJ�}��C����Җ�
�w�ُ�˕W��U����
k���MsGh5�R�̕�\s�y��?�w}�=��ToO�ο�
lP\�yO��.j����pAî��"x�;֤���ذ"\z�8�����	��EȤ���Kko��Nf��Ǚ~|֧;x�˩v�݌L+!�:_N.�4MjT���|�ٕd��z��i�Ŕ�z�a���߽��,�bqs�~�W����? ���̋36(�D�4B�i���>ٝS8j�ڌO����4��7���.E�TI�#��e[����N��0wu:S��Ľ�֤Ie��p�dX沲��K>����΋T��}��$��de>�<�v;Wd��e���g��&6���N�Of���Dq�/w%<���FR#W����_�r4�~����6(���Z��3�z���OA<mt�E�ѕ��
Rm�0x�����{8V���˒�����͐.���N�G&6�H_`�tE�$�끰��{ưp���XT�F�X27�և�NJ��|����NR#9E�STlʺ��.��/B������?k��n�z
�rD�
�� ,|�Ȑ��ζu�A����=O��v"q��;�h��{*BS�ϖ���D���;��L��aeEwd�kD��7n�s��Y�M��!#�>^�/��?�8���7�iK�M\
�pN0_䕧6<�)�S�rw��m���;�6�g��w*�֊��, [R���R-$t=��F�Ӥ��׿|
�K�r"�^nY`Y4�߾��:[��v�V(�_]�c�L*Ts�U�6K�U�39
��&W/E�P���MW�–%S���<�
�����ݚ)Ԩ?��G�D����S�]��;���Z��- >k�	�t,�!�{[���Wz�+�V�Q���v�p��4��|�{��
���!ڃty+E������{�g{��	e���PI��S���=��]�1��X'c���@���W�F�;�7���|Lޅ��Z���g��j#C���k�[���#�^I�V�)��\�a�#'�����=��`�X��H��(�lV���Mu�h��Xٿ��_�L���w�f��D�8��"� k�������;���K����L%o���kc�P�e]w��g`=q
5����{�2���ͼN�i��/�7?w-��Jg �؅�W[���ϔ�����6�k��z�s�Z<d��
؊��砚�yr�0�M������{�b�P��䇕4\9d���r�<�ދ8B=�/s��t�`�9[PX�.�P@Z�@W)�0��荊2*Y
�
�t��+�z;�́��:�2���hUx6j������E¿��T�]gԌ3�G~9qO�'�<����Z����C�kS���B�K��{�ȸ�q~�x)���s�~	�Ս���"�6/�)h�̜Q���ੋ�x<�R��@�
�*�nY�iK�ݙ��d��3ʕ�+�^,l�� .S�Xʱ���P�jg߹����h�PV�>G5���?
�f���,=�*�N��7"�K��	�Q��J�}�|���ۦ��)d���i��aI��%C=��k���x|D:���V7a�Ō�0'�5ͷeC�IHn���E��hޭx/?����2��jV���߈�n$h������Q�������#�h7��*��j���"���g�G��G��H�U,
���~�<�:�6��^`�͒�p.��.!���j��cl�ɹ'x210�Ww3���n�헯�pR7�������o��hT}M�4��X9�NC0iEr��*P��g�ZB9DW
��~��,� Q���d#�V���,Vh0�8+�R�D@y/�Q���z/��,os�[^��N'�J!0��� .5�2q���9�<��i�F�&:^�(�
Sr���H��O�����ER��8袽Z�U�#_�>]l��Ŗ'��k���f9߭�"�ꤜ-�˒B%V
�
�����w�)�=���=�����f���-i���(�-��z@��փ%��dVz#�kІ/�.����ZC���?����^�n�<Pˎd�gGٛc"qy`bR�8��B7M�����|;h
�rh�i,�y�r9v.�l�P��-�m�,'�+��UwD_P�ж�T��Tz��f�]�(���H��U5%3�$�^���R8p
PhQ�D|٤���З��K�w?�����
����к�)��Xu)i:��'�(���&OHPW�ڤh���GC�X�H��K� �ed�%U�.A��K�*ǀ�=`�2���E6��ͳ�?�5r`�Zl�b0M�r�2�O������'��U�l�*z]��-��ݚ�+��6���g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0��$8���o�2�2�E���o@4@4�T0505�^B�O�O�hx\x\c�\�\�n e epw�m�m��}@	@	
�`	`	6, ��5�5��5�5q �4646�	�@@l5��u�u �`"`�x"x��"�P	 �Ј"Ј`�0�"0���"���b��d\�8*����9PK�[��n�QQQt/labs/qmlmodels/qmldirnu�[���module Qt.labs.qmlmodels
plugin labsmodelsplugin
classname QtQmlLabsModelsPlugin
PK�[����$Qt/labs/sharedimage/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
}
PK�[5���@�@�+Qt/labs/sharedimage/libsharedimageplugin.sonuȯ��ELF> E@��@8	@���� h�h� h� �	
 ЉЉ Љ ��888$$h�h�h�  S�tdh�h�h�  P�tdx{x{x{��Q�tdR�tdh�h� h� �	�	GNUܒ���R���zr�
-o��@00���l�⍺�|CE���qX-�����
^
��U-N�_��|
�J�F��6
�	M�f	�$�W��2��
:���v	*+	�	�e'
	:0d�	o
, 3���K	+��#� /F"1c��V~���� ��uEua��
*}Z���
H
��*��	���K����
B`	��W�'��bq�z�^`Fp� �� �� wpF=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_Znwm_ZN7QString16fromAscii_helperEPKci_ZN10QQmlEngine16addImageProviderERK7QStringP21QQmlImageProviderBase_ZN10QArrayData10deallocateEPS_mm__stack_chk_fail_ZdlPvqt_plugin_query_metadataqt_plugin_instance_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN26QQuickImageProviderOptionsD1Ev_ZN26QQuickImageProviderOptionsC1ERKS__ZN26QQuickImageProviderOptionsC1Ev_ZTV30QQuickImageProviderWithOptions_ZN24QQuickAsyncImageProviderD2Ev_ZN8QVariantD1Ev_ZNK8QVariant6toSizeEv_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZNK8QVariant8userTypeEv_ZNK8QVariant7convertEiPv_ZN26QQuickImageProviderOptionsaSERKS__ZNK26QQuickImageProviderOptions23preserveAspectRatioCropEv_ZNK7QString3argExii5QChar_ZN7QString6appendERKS__ZN10QArrayData11shared_nullE_ZN8QVariantC1ERKS__ZNK8QVariant9constDataEv_ZNK14QMessageLogger5debugEv_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString_ZN6QDebug9putStringEPK5QCharm_ZN6QDebugD1Ev_ZNK26QQuickImageProviderOptions22preserveAspectRatioFitEv_ZN11QTextStreamlsEc_ZN30QQuickImageProviderWithOptionsC2EN21QQmlImageProviderBase9ImageTypeE6QFlagsINS0_4FlagEE_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEEmemcpy_ZN12QImageReaderC1ERK7QStringRK10QByteArray_ZNK12QImageReader4sizeEv_ZNK12QImageReader6formatEv_ZN30QQuickImageProviderWithOptions8loadSizeERK5QSizeS2_RK10QByteArrayRK26QQuickImageProviderOptions_ZN12QImageReader13setScaledSizeERK5QSize_ZN6QImageC1Ev_ZN12QImageReader4readEP6QImage_ZNK6QImage6formatEv_ZN12QImageReaderD1Ev_ZN8QVariantC1ERK5QSize_ZN8QVariantaSERKS__ZNK6QImage4sizeEv_ZNK6QImage15hasAlphaChannelEv_ZNK6QImage22convertToFormat_helperENS_6FormatE6QFlagsIN2Qt19ImageConversionFlagEE_ZN6QImageD1Ev_ZNK10QImageData19checkForAlphaPixelsEv_ZN6QImage16staticMetaObjectE_Z26qt_QMetaEnum_debugOperatorR6QDebugiPK11QMetaObjectPKc_ZN4QDir8rootPathEv_ZN4QDirC1ERK7QString_ZN9QFileInfoC1ERK4QDirRK7QString_ZN4QDirD1Ev_ZNK9QFileInfo17canonicalFilePathEv_ZN9QFileInfoD1Ev_ZN8QVariantC1EiPKvj_ZNK6QImage6isNullEv_ZN12QPaintDeviceC2Ev_ZTV6QImage_ZNK14QMessageLogger7warningEv_ZTI30QQuickImageProviderWithOptions_ZNK19QQuickImageProvider9imageTypeEv_ZNK19QQuickImageProvider5flagsEv_ZN30QQuickImageProviderWithOptions12requestImageERK7QStringP5QSizeRKS3__ZN30QQuickImageProviderWithOptions13requestPixmapERK7QStringP5QSizeRKS3__ZN30QQuickImageProviderWithOptions14requestTextureERK7QStringP5QSizeRKS3__ZN30QQuickImageProviderWithOptions20requestImageResponseERK7QStringRK5QSize_ZN30QQuickImageProviderWithOptions13requestPixmapERK7QStringP5QSizeRKS3_RK26QQuickImageProviderOptions_ZN30QQuickImageProviderWithOptions14requestTextureERK7QStringP5QSizeRKS3_RK26QQuickImageProviderOptions_ZN30QQuickImageProviderWithOptions20requestImageResponseERK7QStringRK5QSizeRK26QQuickImageProviderOptions_ZN14QObjectPrivateD2Ev_ZN6QImageC1ERK7QStringPKc_ZN16QLoggingCategoryC1EPKc_ZN16QLoggingCategoryD1Ev_ZNK6QImage5widthEv_ZNK6QImage6heightEv_ZNK6QImage12bytesPerLineEv_ZNK6QImage11sizeInBytesEv_ZNK6QImage9constBitsEv_ZN6QImageC1EPKhiiiNS_6FormatEPFvPvES3__ZN13QSharedMemoryC1ERK7QStringP7QObject_ZN13QSharedMemory6attachENS_10AccessModeE_ZN13QSharedMemory6createEiNS_10AccessModeE_ZN13QSharedMemory4lockEv_ZNK13QSharedMemory4sizeEv_ZNK13QSharedMemory9constDataEv_ZN13QSharedMemory6unlockEv_ZNK13QSharedMemory5errorEv_ZNK13QSharedMemory11errorStringEv_ZN13QSharedMemory4dataEv_ZN11QTextStreamlsEm_ZN7QStringaSERKS__ZN14QObjectPrivateC2Ei_ZN7QObjectC2ER14QObjectPrivatePS__ZN7QObjectD2Ev_ZTI14QObjectPrivate_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTI7QObject_ZN7QObject16staticMetaObjectElibQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Gui.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.14GLIBC_2.2.5GLIBC_2.4Qt_5CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9Qt_5.15.3_PRIVATE_APIQt_5.15	
	
	

	�@���ui	
ii

c %�)�@ӯk.t)�9yѯEr0YxO
R%�)�@YxO
	R��h%�)=%�)YxO
Rh�  Fp�  Ex� �E�� �� �� � �� �u�� �u�� �vȆ �� І @F؆ �G� H�  H� `H0� �H@� �� H� @HP� �HX� pIh�  wp� �vx� 0F�� �w�� �w�� � ȇ �� Ї S؇ PS� K8� �� @� PJH� RP� pRX� �R`� �R�� pZ�� �S�� �� Ȉ @xЈ x؈ @J��  z� Pz(� � 0�  v8� @v@� �vH� uP�  u�� pa�� b�� �z�� �z�� v�� p�� p�� p� p� p�� S�� 'h� 'X� '� ep� e`� e� Ix� Ih� I� O�� Op� O� `�� `x� ` � x�� x�� x(� �� �� `� �� � � h� ��� � � i� f � ^(� /� � �� 6�� �� �� �� �� ;�� H�� Jȏ LЏ U؏ m� ~x� �� �� �� �� �� 	�� 
�� �� 
�� Ȍ Ќ ، � � � �� � � �  � ! � "(� #0� $8� %@� &H� (P� )X� *`� +h� ,p� -x� .�� 0�� 1�� 2�� 3�� 4�� 5�� 7�� 8�� 9ȍ :Ѝ <؍ =� >� ?� @�� A� B� C� D� E � F(� G0� J8� K@� MH� NP� PX� Q`� Rh� Tp� Vx� W�� X�� Y�� Z�� [�� \�� ]�� _�� a�� bȎ cЎ d؎ g� j� k� l�� n� o� q� r� s � t(� u0� v8� w@� yH� zP� {X� |`� }h� p� �x� ��� ��� ���H��H�9W H��t��H����5�S �%�S ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb��������%}M D���%uM D���%mM D���%eM D���%]M D���%UM D���%MM D���%EM D���%=M D���%5M D���%-M D���%%M D���%M D���%M D���%
M D���%M D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%�L D���%}L D���%uL D���%mL D���%eL D���%]L D���%UL D���%ML D���%EL D���%=L D���%5L D���%-L D���%%L D���%L D���%L D���%
L D���%L D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%�K D���%}K D���%uK D���%mK D���%eK D���%]K D���%UK D���%MK D���%EK D���%=K D���%5K D���%-K D���%%K D���%K D���%K D���%
K D���%K D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%�J D���%}J D���%uJ D���%mJ D��H���H�55H�=-K H�
�0���H�=RJ H��H�'A H�5K ���f.��H�=�J H��J H9�tH�.J H��t	�����H�=YJ H�5RJ H)�H��H��H��?H�H�tH��I H��t��fD�����=J u+UH�=�I H��tH�=~@ �Y����d�����I ]������w������Ðf.���H�H�(t	����@H�A ���H��4�@��SH����I ����H��I H��t<�P��t5H�=�I t+H�����@����H�hI H��[�f.���v���1�H��H�����H��? H��H�H��xH�CH��.H�D$H�D$����H�=I H�I H��H H���u����/u����H��H H���c���H��1�[�DH�=�H �L���������H�
? H�5�H H��H H�=�H��H ���H�=mH ��������f���H��tGUH��SH��H�5p/H��H�������H���uH��[]�@H��H��H��[]�w����1�Ðff.�����������H��> H�H��xH�G���D��H��> H��H�H��xH�G�a������H�e> SH��H�H��xH�G�A���H�߾[�����H�5> SH�_�H�G�H��xH�H���
���H�߾[�O���f.�D��U� H��SH��dH�%(H�D$1��Y���H��H����H�=�.���H��H��H��H�$����H�<$���t)���t
�/H�<$tH�D$dH3%(uH��[]���������"���f���U� H��SH��dH�%(H�D$1����H��H����H�=.�]���H��H��H��H�$�{���H�<$���t)���t
�/H�<$tH�D$dH3%(uH��[]�����������f���H�H��t�(uH�?H��t�����f.�D��Ðf.���H�H�(t	���@H�Q> �ATI��UIcl$SH�H��H�L�L�H9�tfDH�_����H��H9�u�[L��]��A\�1������U1�1�SH��H�����H��< �H��f���1�H��H���)H�B= H�kH�EH��[]Ðf���AWM��AVAUI��ATUSH��H�t$H��$�H�\$`H�$H��H�L$L�L$dH�%(H��$�1����H��H����H��$���������t�/H��$���H�$L�d$8H��L�t$@L����H�����L��L���z���H�D$@�@����L����H�|$@���t_���t�/H�|$@tOL�����L��H��$�dH3%(��H�ĸ[]A\A]A^A_������V���@��������1ɿ�Z�H�PH�D$H�@H�t0H�H9�tDH�J�B�H�H��H9�u���vWH�D$H�p����C�1Ҿ����H�L$HH�PH�D$HH�L$ H�D�@@t-H��R��u6� f�H�L$HH�D$HH�L$ H�PH�D�@@uӋP�с��?���>1�L��H��H�D$(���H�D$(H��$�H��H�H�T$`�PH���$��HH�D$`�T$hH��$���$����H�D$H���v*�p����?�1Ҿ���H�D$HH�PL�| �MB �Ѕ�udH�5h)H����H��E1ɹH��A�H�5i��H��$��������t�/H��$����‰�A A�G@u\A�O���?9�t
��wT��wOA�W%���?���	�A�G���ƒ�A�W�@tI�L�8L����H�t$L�����`f�I��I��t�H�T$��H��1��D�I�H��$�H��H�D$`A�GI���$�A�WH�T$`�D$hH��$���$��r�L�|$H�L$ H��L��I�w�)&H���A��tGI�wH�L$ L��H��H��P`H�D$xH��$�H��H�T$xH��$���H�������L�t$M��tH���T�I�L�����H�
@ H��H��I�EH�D$xH�D$xI�E�P�H�|$H���t����
����/H�|$H�����D������fDH�|$ 1��<	H�D$H����f�H�D$H1�H��H�D$ �	H�D$H��f����D$(���D$(���@���@��������L�t$PH��H�l$XH�@L��HDŽ$�HDŽ$�H��$�HDŽ$����L�|$P�H��H�5�&�,�L��H����H�|$X��������t�/H�|$X��H�|$P� ��H�$L��H�0�VHv�)�L�|$PA� ���H�5�&H����L��H���*�H�|$X���tW���t�/H�|$XtGH�|$P� uhL���|��������@���P��tH�H�I�H����fD���9������!������ �"��L��� ��L�|$P�0���� ��������@��H��tGUH��SH��H�50&H��H�����H���uH��[]�@H��H��H��[]��#�1�Ðff.�����'$���������SH��H��t��H��[�f��k�H��[�fD��H�u5 H��-"f.���H�U5 SH��H��	"H�߾[��f.����H��4 SH��H�H�H��tH��P H��< H��H��H�[�����H�u4 SH��H�H�H��tH��P H�`< H��H��H��y�H�߾ [�{�f.����AWI��AVAUATI��USH��H�T$H�l$(H��dH�%(H�D$x1��C�M���
I�$�x�H�D$PH�\$P�D$X�H����H��I��H�� H�D$�Z�I�$�x�,H�D$P�D$X�D�%�; E��ueL�d$HH�5�"L���+�L��E1ɹA�H����H�5������H�|$HA�ċ�������t�/H�|$H��D�%z; H����D9��iL�l$HL���L�D��L��H���N�L�d$@���aL��L���6�L���^�L��H����L���K�H���c�E�����D$����H����A�����H�1#Ic�1�L��H�t$8A� A�
H�D$8L�T$L�l$H���HcT$1�L��A� A�
L����L�T$1�L��A� A�
H��L����H�D$H�H�T$0������*H�|$0H���-�H�|$P��������t�/H�|$P��H�|$H����k���t�/H�|$H�WH�|$@����f���t�/H�|$@�RH�|$8����=���t�/H�|$8�)��@���8H�|$0I�?H�=99 H�|$0����2���t�/H�|$0�fDH����L��H�L$xdH3%(�XH�Ĉ[]A\A]A^A_��H�D$H�I������v���DH�PH�\$PH��H�t������DH��L�d$@��L��H��������L��������H�PH��H�t �_�����f.����a�����@���I��
�@�������s
H��L��H�@H�D$PH�D$XH�D$hH�D$`�d�H�\$@�L��H�5s���H��L���`�H�|$H���t���t�/H�|$HuD����H�|$@� ��H�t$0L��VHv���H�|$@� ��L���w�����f����a�H�|$@�����������C����fD���)��:���@��������@H����D���O����������� ����R����� ��������\�f.�f���AW��A��AVI��AUATUSH��H���HcƾH�‰\$�X�I��I�I�}�PL�@L�A�UHcPJ�4H��Lƒ�v|H�H��H9�tL�fH�o��L��H��I9�u�I�H���pA�U�怃�	�A�U���t'���t�)tRM�.H��[]A\A]A^A_�f.�I�>�X���fDL)���I�A�E�Q����	�A�E���u�I�>E��tƒ|$w������f.���AWH��AVI��AUI��ATUSH���dH�%(H��$�1�H��$�H�5 H�l$8H��H��H��$���H��$�����N���t�/H��$��7H��L��$���H�D$p����H�D$hH�D$@H��H�D$��M���=I�E�x��HDŽ$�DŽ$��H�����H��H�D$p��I�E�x�HDŽ$�DŽ$��D�=�4 L��$�E��ufH�5�L�����L��E1ɹA�H����H�5�����P�H��$�A�Nj������t�/H��$��D�=-4 H���E�D9��DL����D��L��H����L�|$x���AL��L�����L����H�|$L���9�L����H����H��L���n�H����H�L$H��L��H�t$pH��$��	�H��$�H�D$x��������t�/H��$��{�|$x��x�t$|��x
H�t$xH�����L����L��H�������t7�L$h����T$l����L�������tL�������q�M��tI�E�@��@H�|$��H����L��H��$�dH3%(��H���[]A\A]A^A_�f�H�t$hL���#�L��H���8�I�E���v)�p����f�1Ҿ���I�EH@H��H����H����L�����P���H�PH��H�t����I���f.�L�����H�D$h���fD�������@�����q���@H��L�|$x�k�L��H��������L�������H�PH��H�t �7����f�L���8�����A��u�@����D��H��1�L�����H��$�I�FH��I�VH��$����4���@��������@1�L������I�E���DI�~�g����o���A��j���@��H��H�@HDŽ$�HDŽ$�H��$�H�D$HH��H�D$HDŽ$���H�D$H�L��H�5�H�D$�8�H�|$L�����H��$�����A���t�/H��$��*H�|$H� �3�GH�|$PL�����H�L$PH�|$XH��H�L$ H�
i/ ��L�dH�|$(�F��H�D$X�L��H�5MH�D$��H�|$L�����H��$���������t�/H��$�tvH�|$X� ���GH�D$`D��H�
�. H��L��H�|$`L��H�D$���L��� �H�D$H����H�|$(�	�H�|$ ��H�|$�������������v���@����������@� ���H�|$H���@� ��H�|$X�=����/��f.�D��SH��H��1���H��[Ð�1��?Qu4�t.�Wf��v$�O��~D�GE��~D�OE��~�����v�@E��)�D9�|�H������A��9���Ðff.����H�
H��H������w	����ff.����. ��tH�
. �f�H��H�=�- �P���uH��- H���H�59H�=�- ����H�=V- H��# H�5�- ���H�=�- ��H��- H���ff.���AUATUSH��HdH�%(H�D$81�H����H���A����@����H�{H�����G����H�{���G���WH�kH�CH�C�/�]H��t
H�EH��P H�CH��t�(uH�{H��t
���DH���������t
�(���H���o��H�D$8dH3%(�ZH��H[]A\A]��k����@��t��^���H��H�t$L�d$H�@H��H�D$H�D$H�D$(H�D$ �E��L�,$�L��H�5����L��L���B��H�|$��������t�/H�|$�H�<$� ��H�3H��VHv����H�<$� �iH���i������@���H��H�t$L�d$H�@H��H�D$H�D$H�D$(H�D$ ���L�,$�L��H�5��
�L��L�����H�|$���tT���t�/H�|$tDH�<$� ��H�3H��VHv���H�<$� uzH�����H�{H��������p����������H�;���v�������H�C�����H�C��1�������g�����f�� �F���w����� �6���K����������m���@� ������f�� ����P����|��ff.����ATH��UH��SH���Q�d��H��C����H��C���H��C���H��C����H��I���M��H�{L��[H��]A\���f.���H��H��t��~������1�Ðff.����SH��H�׋B�w�RQH�
��D�OD�GQ��H�H���
��XH��Z[�fD��AWI��AVAUI��ATUSH��H��L�vH�L$L�d$@L��dH�%(H��$�1����I�E�p����I�L�BhH�����I9���H��$��H��$�H�L$����������H�t$1�H��H�����H��$�����B���t�/H��$��+1�H��������:I�H����H�@`H9��H�D$`1�L��H��H�D$���H�|$�Q������H�|$���H�HH������N���H��H�L$�*�����R�����@H�L$���$H�������������@���K���H�t$H�|$0L�t$8H�@H�|$HDŽ$�HDŽ$�HDŽ$�H��$��m��L�l$0�H�5�8�������1�H���g��������H���g������H���w��H��A�����H��tA��~D��H���6������N�����@����H���U��H�����H�& H��H�H�D$XH�D$XH�C�j�H�����������j����@����Y���H�t$H�|$0L�t$8H�@H�|$HDŽ$�HDŽ$�HDŽ$�H��$��0��L�l$0�H�5�L�����L��L���,��H�|$8��������t�/H�|$8��H�|$0� ��H��L���o��H�D$8H�|$�PH@H�����H�|$0� ��H�|$8����h���t�/H�|$8�T@H�|$���fDH�����H��$ H�|$H��H�H�D$XH�D$XH�C���H�EH��P L������H��H��$�dH3%(�O	H�ĸ[]A\A]A^A_�H���(��H�I$ H��H�H�D$XH�D$XH�C�fD����������@���?������H�t$H�|$0L�t$8H�@H�|$HDŽ$�H��$�HDŽ$�HDŽ$��a��L�|$0�L��H�5�����L��L���]��H�|$8��������t�/H�|$8��H�|$0� ��I�uH�|$�VHv����L�l$0A�} �N�H�5uL���r��L��L������H�|$8�������t�/H�|$8��H�|$0� ����� �;������fD�[����@��������J���L�t$8H�t$H�@L��HDŽ$�HDŽ$�H��$�HDŽ$��(��H�D$`L�l$8�I��H��H�D$H�5����L��L�����H�|$`��������t�/H�|$`�|H�|$8� ��H�|$H���X��H�t$`L���VHv���H�|$8� �yH�|$`�������t�/H�|$`�L���
�����DH��$�H�L$L��L��H�D$H��A���}���DH�L$`L��L��H��H�L$H�L$������f�H�����L�t$L��H��L������L����������1�H�������� H�|$�������H�L$(L�t$8��H�t$H�|$0H�@H�|$HDŽ$�H��$�HDŽ$�HDŽ$��e��H�D$0�L��H�5y
H�D$ ����H�|$ L���Z��H�|$8�H�L$(���Z���t�/H�|$8�FH�|$0� ��H���k��H�D$0�x ���	H�5�	L��H�D$ �s��H�D$ L��H������H�|$8��������t�/H�|$8��H�|$0� ��I�uH�|$�VHv�l��H�|$0� �iH�|$������fD�3�L�t$8H�t$L�l$`H�@L��HDŽ$�HDŽ$�H��$�HDŽ$����L�|$8�L��H�5����L��L�����H�|$`�������t�/H�|$`�H�|$8� �>L���N������f�����L��I��H� I�FL��I�I�F�.��H���F��I�~I�nI�FH��t�/u�
��f.�H���H��H�|$`�p�HH�|$�PD�HD�@H�H���AVP���H�����ZY����H��� ��H�A H�|$H��H�H�D$xH�D$xH�C����������Q�����@���9����@���!���b���@� ������f��;��@���W����*�H�t$H�|$0H�l$8H�@H�|$HDŽ$�H��$�HDŽ$�HDŽ$����L�l$0�H��H�5����L��H�����H�|$8��������t�/H�|$8��H�|$0� ��H�|$�A�����@L�� �;��L�l$0����� �&���f������������@�������p����������G������������ �����x���� ����9���� ����H���� ����������q���,�����H�L$ �X��H�L$ ������@���-����x�H�t$H�|$0L�t$8H�@H�|$HDŽ$�HDŽ$�HDŽ$�H��$��O��L�l$0�H�5����� H������H�D$0�6���� H�L$ ����H�|$0H�L$ ����� ������� ����U������w������� �x���������ff.���ATI��UH���XS����H��H���X��L��H��H��H�� H�� ��H�9 [H��H�E]A\�ff.����H� H��H��������H�� SH��H��H����H�߾[�����fD��SH��H��H�vdH�%(H�D$1���H�|$dH3<%(u	H��H��[����f.���H�� H��=��f.���H�� SH��H����H�߾X[�+��f.����1ҾH�=:�Y��f���Ðf.���H�H�(t	�,��@H�a ���H��tGUH��SH��H�5�H��H���\����H���uH��[]�@H��H��H��[]�g���1�Ðff.����������H��H���24QtQuickSharedImagePlugin����QtQuickSharedImagePluginQQuickImageProviderOptionsKEY:Convert on load from formatFormattoSharing problem; loadingunshared19SharedImageProvider22QuickSharedImageLoader����QuickSharedImageLoader����	_%1x%2_%3qt.quick.sharedimageCleanup called forshm is 0 forImageto large to loadfor imageLock1 failed!?Attach to existing failed?Create failed?Lock2 failed!?Verifymem failed!?UnLock failed!?Created new shm segment of size          @@@25QSharedImageLoaderPrivateQt.labs.sharedimage18QSharedImageLoader����QSharedImageLoader8QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacexQtQuickSharedImagePlugincuri�sQt.labs.sharedimage�;�48����x������\�������������8��@���x���0�������D���X��`�������������������8H��������������������H���h��������d(����������D��`�|������H�����,H�@��h(����������������$(���0H���Dx���H����x���������(����zRx�$h���@FJw�?:*3$"D����0\���p��� �p������-L�\(�����E�I�D0p
AAD�4���p��1L�`���!($ ���E�I�D0p
AADP���,d���=E�D K
AK
CF4����SJ�D�Q R
AAEDG�A����	�0���\��	X��*E�Q
JI,��� @T��T`��%L�Tpt��8L�g(����OB�D�F �nDL�l��EL�tL�����F�E�B �B(�D0�A8�G�#
8A0A(B BBBH$$p��ME�E�G yAAHL���&F�G�E �B(�A0�A8�DP�
8A0A(B BBBKL�����F�E�E �E(�A0�A8�G��
8A0A(B BBBCH�����F�E�B �E(�A0�A8�G��
8A0A(B BBBD44���SJ�D�Q R
AAEDG�A�l���	������%L�T����E�Q����c����%���d[
AD8|�TF�B�A �A(�Dp�
(A ABBA(T��fF�D�D �MDB���#$��:E�QP NDA\���
F�E�B �E(�A0�A8�J�'
8A0A(B BBBA��A�N�A�(X�TF�D�I �uIBH��\��)L�X x��CE�G m
DA�(��D���EHj���� 4� �SJ�D�Q R
AAEDG�A�,H�	GNU� F E�E�� � �u�u�v�� @F�GH H`H�H������� @H�HpI w�v0F�w�w� �� SPSK�� PJRpR�R�RpZ�S�� @xx@J zPz�  v@v�vu upab�z�zv=Ncr���������8
�vh� x� ���o`��
p`� H	@/P%�		���o���o$���o�o�"���o6Љ �8�8�8�899 909@9P9`9p9�9�9�9�9�9�9�9�9:: :0:@:P:`:p:�:�:�:�:�:�:�:�:;; ;0;@;P;`;p;�;�;�;�;�;�;�;�;<< <0<@<P<`<p<�<�<�<�<�<�<�<�<== =0=@=P=`=p=�=�=�=�=�=�=�=�=>> >0>@>P>`>p>�>�>�>�>�>�>�>GA$3a1�8�vGA$3p1113 E�vGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113@JvGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY0F�vGA+GLIBCXX_ASSERTIONSlibsharedimageplugin.so-5.15.3-2.el8.x86_64.debug+N�7zXZ�ִF!t/��o	]?�E�h=��(a�K"�`��T V�Xh4�m5Y.	on���D~}zp�?70��
v	��L�����[a"J�K3�̅C��D�6>���ae��6��c@���\_̑,��N�����dt��,�t42W�6�����Bhd���k"Wt[� �m��)����<��ۊ6�Ȱњ�[r�����
޽��o�b����U�����|�U�T{��"ٗ�_�a��N��s��(��0�;
��3U3�t��o~۟T��1L��Kw�[�M�K}m��6~L=�� �2�h��!���W��h0[QIA�v��gD�!�����3��:F�,܁��	�P�-X9�8��N��,�ku���+��9Rsk&�p"�c	3����(hB�4�H=YJ�~(�K�Ctsiʫ<p3��ћ�R�uw1n�Uw"�O,7Rq����s�����ٓ����
��MR
���B�V��͇���dBW����JR0T��W�J�Y��W��G�'�6O�,�·Ɵ�H)�a%��ż�p5
�V�>��1�n{����	Pm[6���=-�ê���ÕytOal;���W�oo�����{�c8
4y2-^�w5��G6�j�4lw%>5PXc�񼋽+���M*�����j.�:"Jfe��.��ᆮ�lNo	1x���V3�-)��t������<��ii#
����7`�$�˭7t�FU����Z�2��}iA#��#�=�b�G�9�:*�~�y�`�0�p�x��8��m�3p����R;�#��t.���5���D��M�I!��v+���^�|i9WgN>w�Cwp~re���:� 悛���J��WNl!r�X3,(����Z�[4�h�b@G����v��.w�n|V���$V*�~�(�?���?�x�lO�1���3H2�l����j%�l���n�\�����u��i����s�8U�XxD��~9�j~:� V����y]M9�������aB�ա7�q��;;Hp��s�tտr��Y���i��3+!V.7y��I{�h$�s��c��
D����	e���O�Ba���� &�)��4���6*L��b>��i�W�d�j�$A�x�%��H�=���&�c�`t�H���&�R4_:ؒ����K�l3�>���E1�d<���j6Z#h+��>�	�d����kh	�d}m*�&�Ҩ|�V?���y��} 5ɎQ��s\���E�J�y��(�Sz�`*��,A���������'�&��
�/{��})�����kLĖ1�r�*�yɿ���o�/��
U�]L�Y�	SeU7���i�>F���'�a`'�<
,{�\۲�
�j��FR.�̮A[��#�l�,GY�i�:YK�>I(qqӗL���-.�5�{u̢��p-���0�:_<~똛�`�K�V��.���T�9����U�Ї�(ןQ�^���7�#\�Z�8^�ʜ����)���^�rM��g�՟)@6?|C�Ԍ�B�*�W�S��a�ЄM�x���$a0~.l3�f���f�w���S��0�.^�㡫mŨk�Njk��,�f u-�$%�MZ�F��8�?�.��k<��b���X�T�;�j�_����]�J��,�.�'�߈��P�j�� /�/�8wC#�w�ń��'�`rEGU�/�f���^�>xT�M�L�B�'f̒W���ڋ�g(�S���4�,�"�ͦ����i�d��Ʈ�	{L�	W�y	�N0�%��-�'G��fD�@z���_������<�ࣞ��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0��p8���o�"�"E���o$$@TP%P%�	^B@/@/H	h�8�8c�8�8@n�>�>0w E E�1}�v�v
��v�v0 ��z�z�{{w �x{x{��(}(}@�h�h� �h� h��x� x���� ��P �Љ Љ��`� `��� �pp�`���8*4�L��9PK�[
�
�WWQt/labs/sharedimage/qmldirnu�[���module Qt.labs.sharedimage
plugin sharedimageplugin
classname QtQuickSharedImagePlugin
PK�[[h��kk!Qt/labs/settings/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        file: "qqmlsettings_p.h"
        name: "QQmlSettings"
        prototype: "QObject"
        exports: ["Qt.labs.settings/Settings 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "category"; type: "string" }
        Property { name: "fileName"; type: "string" }
        Method { name: "_q_propertyChanged" }
        Method {
            name: "value"
            type: "QVariant"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "defaultValue"; type: "QVariant" }
        }
        Method {
            name: "value"
            type: "QVariant"
            Parameter { name: "key"; type: "string" }
        }
        Method {
            name: "setValue"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method { name: "sync" }
    }
}
PK�[���M����(Qt/labs/settings/libqmlsettingsplugin.sonuȯ��ELF>=@ �@8	@`�`� h�h� h� �	 X�X� X� PP888$$@�@�@�  S�td@�@�@�  P�tdLyLyLyQ�tdR�tdh�h� h� ��GNU���2�s*�Wٰ��۩�js2w�@00wz{l�⍺�|CE���qX-��������
��� �U�	^���_��	
kF">/�
���
d	�4�4�(�Zz	2c� |!<
��O)	�{�
6l;I
C	���`�i�
T�
]oT�	�
@(
�Ey	�*�L
nyd�N`
, d����<�

c
�y���	_�@>T�� A� H� �P>=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN8QVariantD1Ev_ZN8QVariantC1ERKS__ZN8QJSValueD1Ev_ZN8QJSValueC1ERKS__ZN8QJSValueC1ENS_12SpecialValueE_ZN10QArrayData10deallocateEPS_mm_ZN16QLoggingCategoryC1EPKc_ZN16QLoggingCategoryD1Ev_ZN10QArrayData11shared_nullE_ZN9QHashData11shared_nullE_ZNK13QMetaProperty4readEPK7QObject_ZNK8QVariant8userTypeEv_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZNK8QVariant7convertEiPv_ZNK8QJSValue9toVariantEv_ZNK8QVariant9constDataEv__stack_chk_fail_ZNK11QMetaObject14propertyOffsetEv_ZNK11QMetaObject13propertyCountEv_ZNK11QMetaObject8propertyEi_ZNK13QMetaProperty4nameEv_ZN8QVariantaSERKS__ZN7QObject10startTimerEiN2Qt9TimerTypeE_ZN9QHashData12allocateNodeEi_ZNK14QMessageLogger5debugEv_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QStringstrlen_Zls6QDebugRK8QVariant_ZN6QDebugD1Ev_ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Eii_ZN9QHashData11free_helperEPFvPNS_4NodeEE_ZN9QHashData6rehashEi_ZN11QTextStreamlsEc_ZN7QObject9killTimerEi_ZN7QObjectC2EPS__ZN16QQmlParserStatusC2Ev_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEEmemcpy_ZN9QSettingsC1ERK7QStringNS_6FormatEP7QObject_ZNK9QSettings6statusEv_ZN9QSettings10beginGroupERK7QString_ZN9QSettingsC1EP7QObject_ZN5QtQml10qmlWarningEPK7QObject_ZN11QTextStreamlsEi_ZN8QQmlInfoD1Ev_ZN16QCoreApplication16organizationNameEv_ZN16QCoreApplication18organizationDomainEv_ZN16QCoreApplication15applicationNameEv_ZN6QDebug9putStringEPK5QCharm_ZN7QString17fromLatin1_helperEPKci_ZNK8QVariant6isNullEv_ZNK8QVariant10canConvertEi_ZN7QString16fromAscii_helperEPKci_ZNK9QSettings8containsERK7QString_ZNK9QSettings5valueERK7QStringRK8QVariant_ZNK13QMetaProperty15hasNotifySignalEv_ZNK13QMetaProperty17notifySignalIndexEv_ZN11QMetaObject7connectEPK7QObjectiS2_iiPi_ZN11QMetaObject10ConnectionD1Ev_ZNK8QVariant3cmpERKS__ZNK13QMetaProperty5writeEP7QObjectRK8QVariant_ZNK11QMetaObject11indexOfSlotEPKc_ZNK9QSettings8fileNameEv_ZN9QHashData8nextNodeEPNS_4NodeE_ZN9QSettings8setValueERK7QStringRK8QVariant_ZN16QQmlParserStatusD2Ev_ZN7QObjectD2Ev_ZeqRK7QStringS1__ZN7QStringaSERKS__ZN9QSettings4syncEv_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI7QObject_ZTI16QQmlParserStatus_ZN7QObject16staticMetaObjectE_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZNK11QMetaObject9classNameEv_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfreemalloc_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1EvlibQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9GLIBC_2.4GLIBC_2.2.5GLIBC_2.14Qt_5.15	
			� %�Y@ӯk	^t)�iyѯu7@ii

�ui	���������%�Yh� >p� =x� �=�� �� ��  s�� �� ��  >�� �?�� �?ȇ @Ї @@ � �� (�  @0� p@H� �sP� @sX� >x� x�� p� �� �@�� �gȈ �hЈ �`؈ �a� �g� �@ � \0� p� 8� �a@� bH� AP� 0\h� �vp� �ux� pe�� �x�� p� �� �� �� �@�� �gȉ �hЉ �l؉ �l� �g� �@ � \0� �� 8� �l@� mH� AP� 0\�� Y�� Y�� #؇ N� N� N� M� M� M� 
� �� �� �� @� @� @� d� d� d� � � � K8� Q@� &p� �� 1�� >`� c�� �� 	ȏ Џ ؏ � � .� e�� j�� Ȍ Ќ ، � � � �� 
� � 
� �  � (� 0� 8� @� H� P� X� `� h� p� x�  �� !�� "�� $�� %�� '�� (�� )�� *�� +ȍ ,Ѝ -؍ /� 0� 2� 3�� 4� 5� 6� 7� 8 � 9(� :0� ;8� <@� =H� ?P� AX� B`� Ch� Dp� Ex� F�� G�� H�� I�� J�� L�� O�� P�� R�� SȎ TЎ U؎ V� W� X� Z�� [� \� ]� ^� _ � `(� a0� b8� f@� gH� hP� iX� k`� lh� mp� nx� o�� p�� q�� r�� s�� t�� u�� v��H��H��^ H��t��H����5�[ �%�[ ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^���������%�U D���%�U D���%�U D���%�U D���%�U D���%}U D���%uU D���%mU D���%eU D���%]U D���%UU D���%MU D���%EU D���%=U D���%5U D���%-U D���%%U D���%U D���%U D���%
U D���%U D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%�T D���%}T D���%uT D���%mT D���%eT D���%]T D���%UT D���%MT D���%ET D���%=T D���%5T D���%-T D���%%T D���%T D���%T D���%
T D���%T D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%�S D���%}S D���%uS D���%mS D���%eS D���%]S D���%US D���%MS D���%ES D���%=S D���%5S D���%-S D���%%S D���%S D���%S D���%
S D���%S D���%�R D���%�R D���%�R D���%�R D���%�R D���%�R D���%�R D���%�R D���%�R D���%�R D��H���H�5<;H�=US H�
�.�)���H�=�R H��H�GJ H�50S �k���f.��H�=�R H��R H9�tH�VR H��t	�����H�=yR H�5rR H)�H��H��H��?H�H�tH�ER H��t��fD�����=5R u+UH�=
R H��tH�=�I �)����d����
R ]������w������Ðf.���H�H�(t	����@H�J ���H��:�@��SH����Q ����H��Q H��t<�P��t5H�=�Q t+H�����@����H��Q H��[�f.�����1�H��H���i���H��H H��H�H��xH�CH��,H�D$H�D$���H�='Q H�(Q H�Q H���u����/u���H��P H���c���H��1�[�DH�=�P ���������H�-H H�5�P H��P H�=DH��P �4���H�=�P �H��������f���H��tGUH��SH��H�5�3H��H�������H���uH��[]�@H��H��H��[]�����1�Ðff.�����g������H��G H�H��xH�G����D��H��G H��H�H��xH�G�����H�eG SH��H�H��xH�G����H�߾[������H�5G SH�_�H�G�H��xH�H�����H�߾[����f.�D��H�H��t�(uH�?H��t����f.�D��Ðf.���H�H�(t	���@H�QH ���Ðf.�AUATI��USH��H�_HcGH�,�H�H�H9�tFA��@���t�������D9�tMH9�t"H��H�{����uں����H9�u�H��L���[]A\A]����f.�H�{�������ff.����eN ��tH�jN �f�H��H�=EN ������uH�EN H���H�5�1H�=2N ���H�=�M H�OE H�5N �s���H�=�M ���H�N H��Ðf.���H�mM H��GH�GH�GH�0M �GH�G H�G(H�G0Ðff.���ATH��UH��SH��@H�H��dH�%(H�L$81�����H���+����}M A�ą�t.A9���H�L$8dH3%(H����H��@[]A\�DH�\$ H�5�0H���|���H��E1ɹA�H�d&H�5M&�X���H�|$ �Ë�������t�/H�|$ ����L A9��o�����L ����H���n���9��.L�d$ �L���T���L���H������'H�D$ H�\$H�D$ H�D$L���/�L�d$H��L������H�L$�EL��H�UH�M�L$H�T$ �M�D$(H�T$�D$�>���H������������!����L �)���fDH�\$ H�5U/H���<���H��E1ɹA�H�$%H�5
%����H�|$ ���t���t�/H�|$ u�����K ����fDH��H�\$�[���H��H�������H�\$�H���������|�ff.����AWAVAUATUH��SH���H�?dH�%(H��$�1�H�H�|$8�I��H��H�D$����L���������D$9��
H�E0L�d$pH�D$(H�D$HL�l$`H�D$ H��$�H�D$0H�D$XH�$�H�t$��L�����L��H��L������L���c�H�}0I�ƋGI������L��A�w H��D1�A3O$������1��I�GH��H�I9�u��H��H�L9���;Hu�L;pu�H�:L9���H��L������i����@����L������9\$�0����u����H�|$8������EH��$�dH3%(��H���[]A\A]A^A_�DH�T$(A9w�iL���H�T$�L$����H�T$�L$L��I��H�A�OI�M�wI��M�H�T$H�E0L�:�@����@���/������H�t$0H�|$ HDŽ$�H�@HDŽ$�HDŽ$�H��$��H�L�4$L�|$H�H�5-,L����L��L�����H�|$X����y���t�/H�|$X�eH�|$H� �tL���V�L�|$H�����H��H��tH��H�D$�7�H�t$��L�4$L���D�L��L���y�H�|$X��������t�/H�|$X�vL�|$HA� ��L�4$�H�5�+L�����L��L���#�H�|$X����t���t�/H�|$X�`H�|$H� �o�GL�4$L�|$PL��L��H�|$PL����L�����L����H�|$ �����f�H�i A��(H�5g �"�H�}0I�NjGH�W��t���t�*t
L�}0���@H�}0H�5 ����fDA�wL���L$����L�}0H�T$(�L$A�w ���j�����1��I�GH��H�L9�u�O����H��H�I9��8���9Hu�L;pu��(��������L�|$HA� �{���L��� �d�L�|$H�d���f.����a�H�|$H� ������ �(�H�|$H�}���fD���)�H�|$H� ������ ����}���H�|$8�~�������@��SH���c�H�{��H�> �8H�H��H�C��H�E �@H�PH�PH��D �@H�@ H�@(H�P0H�C H�[���H�V H��H�JH������w��Ðf.���H�V H��H�JH������w��Ðf.���AWI��AVAUATUSH��XdH�%(H�D$H1�H�G H��tR�P��tKH�(tDH����@����I�G(H�L$HdH3%(��H��X[]A\A]A^A_�f�I�GM�'�H��������I�wL��H��H����H����I� I�_(I�G H��t�/�zI�G H�����@����I�(�y����I�G�@��t%I�G H���a�@���VI�(I�w�q�A��FI�G H�������1�����f����L��H��H������F���1����������H�l$0L��H�\$(H���<�L�l$0�9H��H�5�'�c�L��H����H�|$(��������t�/H�|$(��H�|$0� ��I�G H�����@����I�(�e�H�|$0���	�H�|$0� ��H�����I�G H���U�@���JI�(�!������H�)B H��$H�T$�!�H�T$0D�j�
�$�������t�������
9��uE����H����H�D$0D�h����1���t
�(�"E���	H����H�D$0D�h��������t
�(��E���vH�D$�P������t��������(����DH�|$����f����|���fD�����g���@1�����I�|$ �����1����f�1��_���f�� �F��+����� �6��W����H�|$0���<������H�|$0���������H�|$0�����r����L��H����L�d$0�9H��H�5Q%��L��H�����H�|$(����@���t�/H�|$(�,L�d$0A�D$ �D$���=A�D$�H��A�D$ H�5$L�d$L�d$ �M�L��H����H�|$(��������t�/H�|$(��H�|$ � ���(��H�|$ � ��L�l$I�EIcUM�dH��L�H�$I9���I�$L�t$ �PH@H���b@I��L9$$���H�5X#H����L��H�����H�|$(���tX���t�/H�|$(tHH�|$ � uUI�4$�VHvL�����L�l$ A�} t�L�� �)�L�l$ �w�������)���� ���L�l$ L�t$ L��)���H�|$ � ���D$�G ����H�|$(�GL����H����H�|$���H����H�D$���f��H�=&"�?�H�|$H��H�D$0�=H�|$0���t����S����/H�|$0�D������K��0���fD�H�=�!���H�|$H��H�D$0��H�|$0���t���������/H�|$0�������������fD�H�=B!��H�|$H��H�D$0�}H�|$0���t����-����/H�|$0���������
������w��C������c����� �4�H�|$ �*���L�� ��L�d$0A�D$ �D$���� ������� ���H�|$ �(���� ���H�|$ �����
��ff.����AWAVAUATUH��SH���H�?dH�%(H��$�1�H�H�|$(�H��H��H�D$�h�H��A�����D$A����A9���H��$�H��$�H�$H�D$HL�t$pH�D$0H�D$hL��$�H�D$ H�D$XH�D$8�f����t�/H��$��mL���A���u-�D$x���?�L����L����
�����DH�����H��I���������H��H��tH��H�D$��H�T$��H����H�4$L��H��$���H��$�A�Nj�������t�/H��$���E�����}��L��A���E�L���=�D9d$��H�t$D��H���R�H��H��L���T�H�����H��I����������H��H��tH��H�D$��H�T$��H�����H�$L��L��L��H��$��.�H��$�����|����������������E������H��� ��}����H���.��������: ����D�=: H����H��E1�jE��H�t$8��L�|$H��L����L����XZ���fDL��L���5����
���DH�t$(L��H������3��@������"�H�4$H�|$0H�@HDŽ$�HDŽ$�H��$�HDŽ$����H�|$ L�|$H�H�5�Y�H�t$ L����H�|$h����5���t�/H�|$h�!H�|$H� �0H�����L�|$H�����H��H��tH��H�D$���H�t$��H�|$ ���H�t$ L����H�|$h����^���t�/H�|$h�JL�|$HA� �YH�|$ �H�5a��H�t$ L�����H�|$h��������t�/H�|$h��H�|$H� ���GH�D$PL��H�|$PH�|$8H��H�D$�Z�H�|$ L�|$X�H�5���H�t$ L���B��H�|$h�������t�/H�|$h�H�|$X� ��GL�|$`L��H�|$`H�|$ L�����H�|$ ���L�����H�|$8���H�|$���H�|$0������DH��$�dH3%(�/H���[]A\A]A^A_��H�=7 ����������H�|$H�5
��H�=�6 ��6 ������@���	�H�|$H� ����� �������������H�|$X� ���� ���H�|$X����fD�����H�|$H� �5���� �h��H�|$H�!���fD���i��L�|$HA� �����L��� �,��L�|$H����]���ff.��AUATUSH��H��HdH�%(H�D$81��n��@��u.H�������CH�D$8dH3%(�UH��H[]A\A]��3�H��H�t$L�d$H�D$H�@H��H�D$H�D$(H�D$ ���L�,$�L��H�5n�r�L��L�����H�|$���t|���t�/H�|$tlH�<$� u{H���*�L��H�����H�t$H��VHv���H�<$� �}H�|$���tR���t�/H�|$tBH���*����D������H�<$� t�� ����v���������H��������@� �v���t������ff.�����t�D�;����f.���H� �t����ff.���H����fD��AWAVAUATI��USH��xH�_0dH�%(H�D$h1��K H�C��t1H�H9����Q�H�L��fDH�H9���H��H9�u�H�-3 H�SI�l$0�C��tD���t�*t9�E��tH���t�mt<H�D$hdH3%(�8H��x[]A\A]A^A_�H�5YH���Q���E��u�H�5CH���;���f�H�D$@H��H�l$8H�$H�D$(H�D$H�D$0H�D$�@f����t�/H�|$@ty�[��@����H�����H��I9D$0����L��L�k��L�{�����I��M��t
L�������L�����H�4$L��L��H�D$@�&��H�|$@����w������x������@���x������H�4$H�|$H�@H�D$@H�D$HH�D$XH�D$P���L�t$(�H��H�5���L��H���<��H�|$8����}���t�/H�|$8�iL�t$(A�~ �xH�s�����H��tH��H�t$���H�t$��H�����L��H������H�|$8��������t�/H�|$8��L�t$(A�~ ���H�5,H���M��L��H�����H�|$8���tW���t�/H�|$8tGH�|$(� uV�GL�|$L��H�|$0H��L���0��H���8��L���0��H�|$�&�������������H�|$(� t�� ���H�|$(�D�����L�t$(A�~ �0���L��� �t��L�t$(����f.����q��L�t$(A�~ �����L��� �4��L�t$(�q����e���@��S�H��H�G t.H��tIH�‹@��tGH�(t@H�G0�@��t5����H�C @H��t�@��tH�{(H��tH�[H�@ ��[�fDH���Ӑf���UH�( SH��H��H�H��H�GH� �h���H�k H��txH�}0�GH�W��t���t�*uH�}0H�5j�e��H�E H��t
�(��H�}����|���t�/tiH�}���t7���t�/t$�8H���'��H�{���H��H��[]�`��H�}@������8H��������f.�H�}@�������{���@H�} H���Q�������G���f���H�������f���SH�����H�߾([�u��D��H����fD��ATI��USH�_ H�kH�������t	[]A\�@H����L��H�������{t�H��[]A\�3�f���ATI��USH�_ H�kH���U����t	[]A\�@H�����L��H���u���{t�H��[]A\���f���ATI��UH��SH��H��H�~ dH�%(H�D$1��r�H��L��H��H������H�T$dH3%(uH��H��[]A\������AVAUATUH��SH��H��PH� dH�%(H�D$H1���H��H��H������~���@��u&H�D$HdH3%(��H��P[]A\A]A^�D�K��L�l$H�t$ H�D$ H�@L��L�d$H�D$(H�D$0H�D$8���L�t$�L��H�5����L��L�����H�|$��������t�/H�|$��H�|$� ��H�uL��VHv����H�l$�} ���H�5�L�����H��L���I��H�|$��������t�/H�|$tzH�|$� ��H�|$H�l$H��L��GH������H�����L������L���������f������H�|$� �8���� �h���)������q��H�|$� �w���� �8��H�|$�c���fDH�� ���H�l$����L��ff.����H��H� ���H��H���s���f���AUATUSH��H��8dH�%(H�D$(1���u��w>H�
���Hc�H�>�����7��uH�1������u
���DH�D$(dH3%(��H��8[]A\A]�f�H�SH�s�����ɐH� L�kL�d$H��H�D$�D$���L��L��H��H�����L���!��H�H��t*H�H�$H�T$�PH��L$�HH�D$�T$H�$�T$H�������J���f�H� L�kH��L�c��L��H��H��L���+��H�H��u��H� �W���
���f�H� �w�H�������f.�H���tY������H�W H�J�����wPH�8H����t���������/���������)�����@H�W H�J�����v��������^���������ATUH��SL�g H��A�t$;utH��H��[]A\����D�;��L��A�D$�z�H��H��[]A\����f.���H����UH��SH��H�5�H��H���X����tD�H�=�H����€���t�#H�=�H�������uH��H�E[]�@H��H��[]�fDH��H��H��[]����1�Ð@��ATI��UH��S��H�������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$�e����D$���@H����[]A\�@���H�U���������H��1�L��D$�����D$����H��������WH�H��VH�WH�VH�wH�x��������w�����SH��H��t���H��[�f���6��H��[Ð��AU��ATI��U��SH��H���HcƾH������I��I�$I�}�PH�HL�A�UHcPH�4H�у���H�H9�u�4�H9�t#H��H�V�H��H�W������v��H9�u�I�$�HA�UI���ဃ�	�A�U���t���t�A�(tSM�,$H��[]A\A]�I�<$�_��M�,$H��[]A\A]�H)����M�$A�EA�P����	�A�EA���u�I�<$��t���w����[��M�,$H��[]A\A]�f.�f���UH��SH��H��H��A�q�P������vG9�wJ1�H���y���H�HcHH�uH��H��HHH�1H�
Q$ ��H�M�PH��[]��H��9�vËq����f.�f���H��H�� �H�=u����H�=_H�����fD���f.����H��H��tH�H��f.����f.����1��f���S1�H���!��H�R H�H��H�C[�f.���H�- SH��H�H��H�G���H��[�����H�� SH�_�H�G�H��H�H������H��[���@��H�� SH��H�H��H�G���H����H��[�����H�� SH�_�H�G�H��H�H���m��H���e�H��[�|��f.�f���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���ATU��SH��H��dH�%(H�D$1�H��tR���L�
k H�����H�5����H��0�D�����H�L$dH3%(��H��[]A\�DD�%=" E��uXI��H�5�	L���Z��L��H������V���H�<$A�ċ��t���t�/H�<$u������D�%�! A����@���D��H������`�������D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�V���H�5/���E1�0�D�����H�L$dH3%(��H��[]A\ÐD�%A! E��uXI��H�5�L���b��L��H������^���H�<$A�ċ��t���t�/H�<$u������D�%�  A����H���D��H������d�������f.���AWI��AVAUATUSH��HH�=� �t$H�T$dH�%(H��$81��`��H��H���5���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@�%L��$�DŽ$�@I�D$H��$�fo�@<H��L��H�\$(L��$�I�xL�D$���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�3���H���D$<(H�D$@H�, H�D$XH����H��$����H�ߺ1��d���H�|$(�D$4����	���t�/H�|$(��H��$������H���X��H�ߺ1�����H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�����H�D$pH�D$xDŽ$��������H��$�L9�t���H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_�D���������@�������*���@Ic�� ��D��$�L��$�H��$�����Hc������$�H��$�H��H��$��I��������H��H���17QmlSettingsPlugin����QmlSettingsPluginqt.labs.settingsQJSValueQQmlSettings: cacheorganizationNameorganizationDomainapplicationNameQVector, QQmlSettings: loadsetting:default:_q_propertyChanged()QQmlSettings: stored atQQmlSettings: storeQQmlSettings: setValueQQmlParserStatusFailed to initialize QSettings instance. Status code is: The following application identifiers have not been set: org.qt-project.Qt.QQmlParserStatus`�0���p�8)*/"2	7+)
))
+
)+

Y	
Y	���� ��������	��������������������������������������������|QQmlSettingsQML.ElementSettings_q_propertyChangedvaluekeydefaultValuesetValuesynccategoryfileName12QQmlSettingsQQmlSettings *QQmlListProperty<QQmlSettings>Qt.labs.settingsN11QQmlPrivate11QQmlElementI12QQmlSettingsEEQQmlListProperty QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfaceqQmlSettingsPlugincuri�pQt.labs.settings�;Bķ��4Ľ��\�������t���������$D��T����������������$���d�������������(���<���x���d�������4��0���L���`��D��L�������������$��pT��������������<d�t�����$�	4�@	��x	4��	�$��T��d����t���t���
��(
��<
��P
�d
4�
d��
��
���
�
t�t���8t���lzRx�$����FJw�?:*3$"D`����\H��pD�� ����<��-L�\����<��1L�`�`��!����,���=E�D K
AK
CF4<���SJ�D�Q R
AAEDG�A�t��	�����T�
�P�)�l�	�h�/E�Q
JN���� ���8$����B�B�D �A(�D0a
(N ABBO`���d[
AD�t��A0����dF�D�D �D`T
 AABFL����\F�B�B �B(�A0�D8�G��
8A0A(B BBBF���pE�j4P��%Hl��%\\�DF�D�D �C(�D0�
(A ABBDQ
(A ABBAM(A ABB(���E�D�G U
AAIH����3F�E�B �B(�A0�A8�D�W
8A0A(B BBBJ\4����F�B�B �B(�A0�D8�G���E�c�A��
8A0A(B BBBH8�@���B�B�A �A(�GpA
(A ABBD������������
H����F�B�B �B(�D0�A8�D��
8A0A(B BBBD Xl��mE�T
GA
G(|���'E�H�G �
DAE���
���E�Q���
4���MF�D�A �U
ABE]AB4$��MF�D�A �U
ABE]AB0\��`F�D�D �G0~
 DABA@��4F�B�B �A(�D0�G�L
0A(A BBBF��HM8��F�B�A �A(�G`o
(A ABBJ4(��UF�A�D �X
ABJ]AB@`��N�D�Q B
EAED
DAGDG�A�T�p��F�D�D �F0D
 AABDI
 DABHd
 DABE�����$��8��L��#E�]h��(L�W���0L�_�D�p���,L�[���4L�c0�h��F�A�C �G0]
 AABF0 	4��F�A�C �G0Y
 AABBLT	�<F�E�B �B(�A0�A8�G��
8A0A(B BBBF�	��:Hm�	ط��EHjGNU�>=�=��  s��  >�?�?@@@�������  @p@�s@s>xp� �@�g�h�`�a�g�@\�����p� �abA0\�v�upe�xp� �� �@�g�h�l�l�g�@\������� �lmA0\���)7�0
�rh� x� ���o`8�
��� �(�X	���o���o����o�o����o3X�  101@1P1`1p1�1�1�1�1�1�1�1�122 202@2P2`2p2�2�2�2�2�2�2�2�233 303@3P3`3p3�3�3�3�3�3�3�3�344 404@4P4`4p4�4�4�4�4�4�4�4�455 505@5P5`5p5�5�5�5�5�5�5�5�566 606@6P6`6p6�6�6�6�6�6�6�6�67GA$3a1�0	sGA$3p1113=�rGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�@�kGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY>�rGA+GLIBCXX_ASSERTIONSlibqmlsettingsplugin.so-5.15.3-2.el8.x86_64.debugp��~�7zXZ�ִF!t/��"V]?�E�h=��(a�K"�bR�Z�j	��е D�'�bѬDe�J_`x�'�a���U^C�l�)����{�~P������w���$?�N���T$L�q�l�
�
&v�Vb�zf�>���{T'�oj'��t�dc��Q����	���t�8_tQw�Ӿ��ƃ�=ڝ�\�J���^�e��F`�w�Ἣ��XG�Qfx	�
�3���ǻ�D�]���NK�H�G$���'^?�i�
�.2"�)
�9&���o�ª�.gp��_�'�W��,�T����WMf4o�|J�pq��D�Thj�
S��N�6������/��X�@�Z�^c(�wo���G�(^=4G�<XbV�1��	I�hb7<�[}Ŀ�[:�p'gG���L<�DcB�e��Y���7���#OT)�O��Ee�����\Z�m7L���'�Z� .�fYYN���MC#
Q�ද�fr]VL%����=�<�b<��\�b��K�qƐ��o��[zᏇ��ZJi���#7�:Vu~�c֨��߭�yntw�D�_쁭S���&�K�|M~�=3i|D7�R����e¦�<}o"	96d0y�h:��>tq�ހ����V�L���ż<�뾝8a�*g>[���&���IZ|���Wn�`f��dCyw�9+�+�E�xcĎ
�k`4��a��
iI�v��˸�[s�*%��5`
�y���ų��a�n��/�0i?�<�5}��$a��x��>IM+D!P�C�G����ٽ/�w�� $�6x�����"��O�[h�*��� 2�;0p�]����>�i�$J�M:u,E/�d{�1�Y'��8�EW Ē�Q��}�P�c-iM���?,D�o�2a��0|��b�]��7dȶ���겏܃��&�ȱwF��
�-]`fns���r?媕�iR�m�l��G}�f��BI.q~_TOc �QK�
�آ�'H��t��6���4�[�]75,6��˛Mu���֕>w��3S������H^k
x��i��aM]����,��#�kl�rL�z��MN?o��o��A���dj�rFK<�$�l#a>�g&�ѓ�*�&:��+~�Kt�ƫ��q��0������`�@�[�7��V��(�wCx�LH�%@�<��[=���Ҝk�l�2d!%�t=�N�*�(��oՈ._�/`n8}�#p���
Qσ�I}X�'S�kjt��cv�2�&���:]rs"���.�3p/�`/G�)�\2���At���_td�!�C��4�k/aoM�"=F��Bp|�rk2�.�<��
f_��y([�uÑ �2W�G�,Ip_�!��W�Q�(�~#?>_g7���-a����� �|��sE�y�f)�ۤ���np���
g��̫�9)~��ɒe����]�
��!Y����q����\o������{2�q�a��n#����e񙏜$�3m���?�/J����v`Ě\�VL1�^ +sqU�tِ�`�<B��rF/� lN?:�>���P��J(�&��)$&�	:�����~���o��
}C�D��}�`��%-__(�
cz`���[����8��"y&<�;zD�w�Ϛ��Z�4��q�L�嶘�J�>����U�S���K�P��||B+�j�il�����E�ٕ׼̑b�s0-�G��T~�)��ɶ�#/�zx��Pէ>���ԭ�)��>�G�9�KN��x~+=�����,�[T|#�
7勻���,�B:�8[���@.Ua-�C�t�{��-P��r$yU��P��NN�,U�t�\��P��D���c��Ĵ޵׹�����/����
�~&E����#��֪J%��<F��[����J^�gr�J��?�����.�U����J�@�ڪЪ^8���隕�u�X+G��F<��&��9iO��Bb#]�$+��m�/��p2q����XF��z�:�`y�
��_��y��'��� X�fU5b9d�*8�F���t��ⴒ�+���{� zOx���	
Me��c�9ɠ�8�]�U[�]J�ؿ�M���$��y�x��%�Q��C��n0
�=����D�@����g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���088�8���o���E���o���T��X^B((�h�0�0c11n77�w==�5}�r�r
� s s� ��x�x��x�xl �LyLy�h{h{�	�@�@� �h� h��x� x���� ��� �X� X�P��� ��X� ����`��8*L���9PK�[�%��ggQt/labs/settings/qmldirnu�[���module Qt.labs.settings
plugin qmlsettingsplugin
classname QmlSettingsPlugin
typeinfo plugins.qmltypes
PK�[�!h**6Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.sonuȯ��ELF> b@�"@8	@hh ((!(!�
 		!	!PP888$$HHH  S�tdHHH  P�td|�|�|�ttQ�tdR�td((!(!��GNU�2��p���&M:�)�Z>E�4��@00���l�⍺�|CE���qX-�����	��p�3S!��	WbGbj  �U��	emvb"F"%
�#f�OM��
D�'��RG����?��
�rS
� �^�������m��fT
"#�3�?
�e	jE��kZ�
e��J���(�(
6�		�{��	�z
���	�~B7���-�+����������J�
, 
d���	!����	��C�5��d��
=W�
Y�"	?����A	�AL�a���[���@!�!�!t��=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZNK8QVariant6toBoolEv_ZN8QVariantD1Ev__stack_chk_fail_ZN10QArrayData10deallocateEPS_mm_ZN9QListData7disposeEPNS_4DataE_ZN9QHashData13detach_helperEPFvPNS_4NodeEPvEPFvS1_Eii_ZN9QHashData11free_helperEPFvPNS_4NodeEE_ZN8QVariantC1Eb_ZN9QDateTimeC1ERKS__ZN8QVariantC1ERK9QDateTime_ZN9QDateTimeD1Ev_ZN8QVariantC1Ex_ZN8QVariantC1ERK7QString_ZN4QUrl13fromLocalFileERK7QString_ZN8QVariantC1ERK4QUrl_ZN4QUrlD1Ev_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE_ZN11QMetaObject10ConnectionD1Ev_ZNK11QMetaObject9classNameEv_ZN10QArrayData11shared_nullEstrlen_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN9QListData11shared_nullE_ZN18QAbstractItemModel22layoutAboutToBeChangedERK5QListI21QPersistentModelIndexENS_16LayoutChangeHintE_ZN21QPersistentModelIndexD1Ev_ZN8QQmlFile19urlToLocalFileOrQrcERK4QUrl_ZN4QUrlC1ERK7QStringNS_11ParsingModeE_ZNK4QUrl4pathE6QFlagsINS_25ComponentFormattingOptionEE_ZNK4QUrl6schemeEv_ZN4QDir9cleanPathERK7QString_ZN7QString11reallocDataEjb_ZN7QString6appendERKS__ZN7QStringaSERKS__ZN4QUrlC1ERKS__ZNK4QUrl7isEmptyEv_ZN9QFileInfoC1ERK7QString_ZNK9QFileInfo6existsEv_ZNK9QFileInfo5isDirEv_ZN9QFileInfoD1Ev_ZN4QUrlaSERKS__ZNK4QUrl11toLocalFileEv_ZN4QDirC1ERK7QString_ZNK4QDir6isRootEv_ZN4QUrlC1Ev_ZN4QDirD1Ev_ZN4QDir4cdUpEv_ZNK4QDir4pathEv_ZNK7QString11lastIndexOfE5QChariN2Qt15CaseSensitivityE_ZNK7QString4leftEi_ZN7QString15toLatin1_helperERKS__ZN9QHashData8nextNodeEPNS_4NodeEmemcmp_ZNK9QFileInfo8fileNameEv_ZNK9QFileInfo8filePathEv_ZNK9QFileInfo8baseNameEv_ZNK9QFileInfo14completeSuffixEv_ZNK9QFileInfo4sizeEv_ZNK9QFileInfo6isFileEv_ZNK9QFileInfo12lastModifiedEv_ZNK9QFileInfo8lastReadEv_ZeqRK7QStringS1__ZN9QListData6detachEi_ZdlPvm_ZNK4QUrleqERKS__ZN18QAbstractItemModel15beginResetModelEv_ZN18QAbstractItemModel13endResetModelEv_ZN4QDir11currentPathEv_ZN7QThread5startENS_8PriorityE_ZNK4QDir6existsEv_ZN9QListData11detach_growEPii_ZN18QAbstractListModelC2EP7QObject_ZN16QQmlParserStatusC2Ev_Znwm_ZN9QHashData11shared_nullE_ZN7QString17fromLatin1_helperEPKci_ZN9QHashData12allocateNodeEi_ZN10QByteArrayaSEPKc_ZN9QListData6appendEv_ZN9QListData7reallocEi_ZN9QHashData6rehashEi_ZN18QAbstractItemModel15beginRemoveRowsERK11QModelIndexii_ZN18QAbstractItemModel13endRemoveRowsEv_ZN18QAbstractItemModel15beginInsertRowsERK11QModelIndexii_ZN18QAbstractItemModel13endInsertRowsEv_ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE_ZN16QQmlParserStatusD2Ev_ZN18QAbstractListModelD2Evstrcmp_ZN18QAbstractListModel11qt_metacastEPKc_ZN18QAbstractListModel11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI18QAbstractListModel_ZTI16QQmlParserStatus_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZNK18QAbstractListModel6parentERK11QModelIndex_ZNK18QAbstractListModel7siblingEiiRK11QModelIndex_ZNK18QAbstractListModel11columnCountERK11QModelIndex_ZNK18QAbstractListModel11hasChildrenERK11QModelIndex_ZN18QAbstractItemModel7setDataERK11QModelIndexRK8QVarianti_ZNK18QAbstractItemModel10headerDataEiN2Qt11OrientationEi_ZN18QAbstractItemModel13setHeaderDataEiN2Qt11OrientationERK8QVarianti_ZNK18QAbstractItemModel8itemDataERK11QModelIndex_ZN18QAbstractItemModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE_ZNK18QAbstractItemModel9mimeTypesEv_ZNK18QAbstractItemModel8mimeDataERK5QListI11QModelIndexE_ZNK18QAbstractItemModel15canDropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex_ZN18QAbstractListModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex_ZNK18QAbstractItemModel20supportedDropActionsEv_ZNK18QAbstractItemModel20supportedDragActionsEv_ZN18QAbstractItemModel10insertRowsEiiRK11QModelIndex_ZN18QAbstractItemModel13insertColumnsEiiRK11QModelIndex_ZN18QAbstractItemModel10removeRowsEiiRK11QModelIndex_ZN18QAbstractItemModel13removeColumnsEiiRK11QModelIndex_ZN18QAbstractItemModel8moveRowsERK11QModelIndexiiS2_i_ZN18QAbstractItemModel11moveColumnsERK11QModelIndexiiS2_i_ZN18QAbstractItemModel9fetchMoreERK11QModelIndex_ZNK18QAbstractItemModel12canFetchMoreERK11QModelIndex_ZNK18QAbstractListModel5flagsERK11QModelIndex_ZN18QAbstractItemModel4sortEiN2Qt9SortOrderE_ZNK18QAbstractItemModel5buddyERK11QModelIndex_ZNK18QAbstractItemModel5matchERK11QModelIndexiRK8QVarianti6QFlagsIN2Qt9MatchFlagEE_ZNK18QAbstractItemModel4spanERK11QModelIndex_ZN18QAbstractItemModel6submitEv_ZN18QAbstractItemModel6revertEv_ZN18QAbstractListModel16staticMetaObjectE_ZN19QQmlExtensionPluginD2Ev_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZdlPvqt_plugin_query_metadataqt_plugin_instance_ZN19QQmlExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasememcpy_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN10QByteArray6appendEcmalloc_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectE_ZN7QThreadC2EP7QObject_ZN14QWaitConditionC1Ev_ZN18QFileSystemWatcherC1EP7QObject_ZN6QMutex4lockEv_ZNK7QString10startsWithE5QCharN2Qt15CaseSensitivityE_ZN6QMutex6unlockEv_ZN18QFileSystemWatcher10removePathERK7QString_ZN14QWaitCondition7wakeAllEv_ZN18QFileSystemWatcher7addPathERK7QString_ZN6QTimer14singleShotImplEiN2Qt9TimerTypeEPK7QObjectPN9QtPrivate15QSlotObjectBaseE_ZNK18QFileSystemWatcher5filesEv_ZN18QFileSystemWatcher11removePathsERK11QStringList_ZNK18QFileSystemWatcher11directoriesEv_ZN14QWaitCondition7wakeOneEv_ZN7QThread4waitE14QDeadlineTimer_ZN14QWaitConditionD1Ev_ZN6QMutexD1Ev_ZN7QThreadD2Ev_ZN4QDirC1ERK7QStringS2_6QFlagsINS_8SortFlagEES3_INS_6FilterEE_ZNK4QDir13entryInfoListERK11QStringList6QFlagsINS_6FilterEES3_INS_8SortFlagEE_ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZN7QThread11qt_metacastEPKc_ZN7QThread11qt_metacallEN11QMetaObject4CallEiPPv_ZTI7QThread_ZN7QThread5eventEP6QEvent_ZN7QThread16staticMetaObjectElibQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9GLIBC_2.4GLIBC_2.2.5GLIBC_2.14Qt_5.15	
			 %��]@ӯk	�t)��yѯ��@ii

�ui	�����=���%��(!@c0!@b8!c@!@!P!p��!H!�!�c�! ��!���! ��!��!pc!Pc !Pf�!�e!�c!0!H! !�(!�0!�d8!��H!��P!@�X!�x!���!���!H!�!p!�!p��!��!@��!���!Ш!�(!p!0!��8!�@!�X!�!`!�ch! �p!��x!p��!Щ�!pc�!Pc�!Pf�!�e�!�c�!0�!�!�!���!�!�d!��(!@�0!�8!`�X!��p!P!x!���!P��!���!@��!@��!��!`��!@��!��H!%`!p!R�!c�!c�!c�!`�!`�!`�!`�!�!�!�!�!)�!)�!)�!)�!S�!S�!S�!S�!�!��!��!��!!!!�!!�!!�!<�!<!��!�!��!�!9�!9(!O�!O0!@!@8!�!�@!E!EH!�!�P!� !�X!~(!~`!t0!th!B8!Bp!L@!Lx!�H!��!�P!��!AX!A�!�`!��!Ih!I�!=p!=�!,x!,�!��!��!��!��!q�!q�!��!��!�!�!��!��!��!��!Y�!Y�!��!�@!�p!z�!zP!z�!�!1H!� !�`!/�!n�!5�!�!�!�!�!�! �!#�!>�!�x!�!�!�!�!�!�!�!	�!
�!�!�!
�!�!�!�!�!!!!! !(!0! 8!"@!$H!&P!'X!(`!*h!+p!-x!.�!0�!2�!3�!4�!6�!7�!8�!:�!;�!?�!C�!D�!F�!G�!H�!J
!K
!M
!N
!P 
!Q(
!T0
!U8
!V@
!WH
!XP
!ZX
![`
!\h
!]p
!^x
!_�
!a�
!b�
!d�
!e�
!f�
!g�
!h�
!i�
!j�
!k�
!l�
!m�
!o�
!p�
!r�
!s!u!v!w!x !y(!{0!|8!}@!H!�P!�X!�`!�h!�p!�x!��!��!��!��!��!��!��!��!��!��!��!��!��!��!��!��!�!�!�!�!� !�(!�0!�8!�@!�H!�P!�X!�`!�h!�p!�x!��!��!��!��!��!��!���H��H�Ѿ H��t��H����52� �%3� ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h��������h���������h��������h��������h��������h��������h���������%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%ݰ D���%հ D���%Ͱ D���%Ű D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%ݯ D���%կ D���%ͯ D���%ů D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%ݮ D���%ծ D���%ͮ D���%Ů D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%}� D���%u� D���%m� D���%e� D���%]� D���%U� D���%M� D���%E� D���%=� D���%5� D���%-� D���%%� D���%� D���%� D���%
� D���%� D���%�� D���%�� D���%� D���%� D���%ݭ D���%խ D���%ͭ D���%ŭ D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D���%�� D�%!H�%@f.�f���H���H�5�H�=ݭ H�
.f���H�=Z� H��H�Ǡ H�5�� ����f.��H�=i� H�b� H9�tH�� H��t	�����H�=9� H�52� H)�H��H��H��?H�H�tH�� H��t��fD�����=�� u+UH�=¬ H��tH�=� ����d����ͬ ]������w������H�G H����B+B�f.���H����GH�GH�wÐf���Ðf.���H�H�(t	�\���@H��� ���1�1�H�5q� ���ff.����1ɺH�5N� �������1ɺH�5.� �y�������1ɺH�5� �Y�����SH��@dH�%(H�D$81��t$ �D$$H�D$(H�|$0��xRH�H�\$H��H�T$ H�߹���H��D$���?t"����H�߈D$����D$�f.����1�H�L$8dH3%(uH��@[����ff.���Ðf.�AUH�GATI��USH��HcWH��HcWH�,�H9�tFA��f����t�������D9�tH9�t$H��H����u�H�;�����H9�u�H��L��[]A\A]�B���f�U�H�C:A�SH��H�5r:H��H�?�f�H�H��H�J�R��t���t�)t
H�+H��[]�H�;H�5�9�a���H�+H��[]ÐfD��H�V H��H���H�H�J�R����w4H��B(t�f��R��v�H��H��H�D$�G���H�D$H���D���f���ATUSH��H��@dH�%(H�D$81�H�F H��G�Hc:H���HcB�r)�9�~p����	weH�5�kH�Hc�H�>��f�H�D�H�l$H���p(�
���H�H�L$H��H�T$ �CH��L$�K�D$(H�T$�D$�[���H��H�\$8dH3%(�:H��@[]A\��H�t�H��8H�l$L�d$H�����H��L�����H�H�L$L��H�T$ �CH��L$�K�D$(H�T$�D$����H������v���fDH�t�H��0�DH�D�H�l$H��H�p �B�������DH�D�H�PH�T$������\H�l$H�t$H�����H�H�L$H��H�T$ �CH��L$�K�D$(�D$H�T$�;���H�|$���t ��������/H�|$�������������@H�D�H�P�[���f.�H�D�H�P�C���f�H�D�H��4���H�D�H�PH�$�������H�l$H��L�d$H�����H��L���e���H�L$H�L��CH��L$�D$(�K�D$H�T$ H�T$�V�H���N�H�<$����0�����������/H�<$��������@�������b����r�f���AWH�5ktAVAUATUH��SH��(L�'dH�%(H�D$1�H�\$H�����H��E1ɹA�H�|<H�5u9���H�|$��������t�/H�|$�mL�t$H�5�sL����D�-� E���yA����XL�
(� A��L��H��5H�5l5�g���H�|$���� ���t�/H�|$�H��E1�L��H��L�@tH�qtH���q���H���i�E1�L��H��L��tH��tH���J���H���B�E1�L��H��L��tH��tH���#���H����E1�L��H��L��tH�,uH����H�����E1�L��L��L�sH�
sH�����H�����H�D$dH3%(�hH��([]A\A]A^A_�f.���������@��������@H�=�� ��L�==� H��I��L�|$��A��p����A9wACw�H�߃���L��H�����H�5-rH�����H�5rH�����H��A�L�
<� �H��3H�5�3���A�ʼnߣ H�|$���t ��������/H�|$����������A��������D��L���,�����A�W��	���9�����A�O��,����,�ff.����AVAUE1�ATUSH��H��H�?dH�%(H�D$1������wH�5fD�,�H�� H��1�H�$�\�H�,$�E��ta���t�mH�,$tQ���tA�����t+H�{D���_GH�D$dH3%(ujH��[]A\A]A^�f�A����f.�HcUH�EL�$�HcUL�4�M9�t�I��L����M9�u�H��������v����m�������9��u����H�1ɺH�5Y� H������AVAUATI��USH��@dH�%(H�D$81�H�l$H�\$H��L�l$0���H��1�H�����H�l$��H��H���$�H��L����H�D$0D�p��������t
�(��E����L��H�����H�|$��������t�/H�|$��H����H�|$��������t�/H�|$��H�L$8dH3%(L����H��@[]A\A]A^ÐH�|$0���L�E���e���H�|$ H���&�H�T$ H�T$(�������H�D$(����&HcP�H�r���9�v�H�|$(��H�D$(HcP�J1��HH�HH�H�Q�:f�
f�rH�D$0������H��L���u�H��L����H�|$0��������t�/H�|$0��H�|$(��������t�/H�|$(�|H�|$ ���t����b����/H�|$ �S�������!��>���@���	��T���@������g���@�p�����D������p���@�����5���@�������q�����f.���SH�v H��H����H��[�fD��SH�v H��H�����H��[�fD��AUATUSH��H��(L�g H��dH�%(H�D$1��C���tH�D$dH3%(��H��([]A\A]�L�l$H��H�l$L���k���H��L���0�H������tH������u8H��� �H�|$���t���t��/H�|$u������r����I�|$L���3BI�|$H���������ff.���AUATUH��SH��(H�^ dH�%(H�D$1�I��H��L��H�����H�$�@����H�\$L��H����H������tVH���&�H���n�H�<$����B���t�/H�<$�/H�L$dH3%(H����H��([]A\A]�H�������t�H�|$H����H�$H�T$H�D$H�$���t���t�(uH�|$���H�H������L�l$��H��L���3�������L��/��������H�|$L�����H�$H�T$H�D$H�$��������t
�(��H�|$��������t�/H�|$��H��L�����H�<$���������������f.�H����H�|$���t����v����/H�|$�g���D���1��N���@H�|$����H�|$����J��������J����\�ff.����H�G ���Ð��H� 9��u���������ff.����ATUSH��H�o dH�%(H�D$1�H�����H����J H�B��t'L� I9�ur��H�L��@L� L9�u\H��H9�u�H�$��������uuH�<$����H�L$dH3%(��u`H��[]A\�f�L�����I��H9��t�I�|$H�$HcW;Su�H�sHH��Z���u�A�l$���t����t��+u��{�����fD��H�G ������H� @8��u�fD@������ff.�������t�2�f�1�Ðff.����H�G ������U��@��SH��H�_ H�{�>@���H��[]Ð@��H�G ������U��@��SH��H�_ H�{�>@���H��[]Ð@��H�G ������U��@��SH��H�_ H�{�>@���H��[]Ð@��H�G ������USH��H�o @8��t��H�}@���>���H��[]Ðff.����H�G ������USH��H�o @8��t��H�}@���z>���H��[]Ðff.����H�G ������USH��H�o @8��t��H�}@���j>���H��[]Ðff.����H�G ������USH��H�o @8��t��H�}@���Z>���H��[]Ðff.����H�G ���Ð��H�G ������H� @8��u�fD@����L�ff.����AVAUATA��UH��H��SH��H��H��PdH�%(H�D$H1���������E����H�D$����H�UH�D$L�J`L���H���H�D$ I9�ueD�d$0L�l$0�D$4H�D$8H�l$@��L��H��H��A��H�t$HdH34%(H��uFH��P[]A\A]A^��H��C���L�l$0�D$L�D$1�D��H��L��A�ыD$��Y�����AVAUATUSH��`L�g dH�%(H�D$X1�H��H�\$H���|�H��H��H�l$��H��H����H�|$H����H�|$ H�����H��H�|$(���H����H��H�D$0��H�߈D$8�Y�H�|$@H�ވD$9���H�|$HH���k�H����H�<$����5���t�/H�<$�"I��$�HcPHcH��)΅���H��H�\�L�4�H��I9��tL�+H��L���.���t��D$8A8E(u�I��$�HcPH�D�H)�H��H�}8��H�}0��H�|$(�������t�/H�|$(��H�|$ ��������t�/H�|$ t{H�|$��������t�/H�|$tzH�|$��������t�/H�|$tyH�L$XdH3%(����H��`[]A\A]A^�f����������@����H�|$����v�������H�|$����w������}��s�������a����@���������������AVAUATUSH��H�o H�dH�%(H�D$1�H���H9�teI��HcpHcxLcB�JA��A)�D)�A9�teH�}L���!=I�$H9��t,H��L��H����#H�$H���H��H���H�$�#H�D$dH3%(uJH��[]A\A]A^�H��N�l�H��L�4�L9�t�f�L��H��������p���H��I��I9�u���������SH�v H��H�Ƙ�H#H��[Ðf���AWAVAUI��ATUH��SH��(H�_ L��dH�%(H�D$1�L�cL��������t)H�D$dH3%(��H��([]A\A]A^A_�fDL�|$L��L�t$L���3�H���;��L���������L��L�����L��L�����L���]���tL��������H����-%H�����1ɺH��H�5� �_��������L����H�|$���t����$����/H�|$����fD���������@H�{L���5�f.���L��L�����H�{L���T4H�|$���t��������/H�|$��������r�����Dǃ�1ɺH��H�5-� �x��"������ff.���AUATI��USH��(H�_ dH�%(H�D$1�I��H�l$H�sL�����H�$�@����L�l$L���{�L��H��� ��H��L�����H�����H�|$��������t�/H�|$��H�{����H�<$���t2���t
�/H�<$t#H�D$dH3%(uwH��([]A\A]�����A�����L��H�����H���u��H��u����,���@����l���fD�������R����W�����H������f���AVAUATUH��S��H�}���H�܂ ��H�EH�H�E���H�(H��H�xL������H�{���H�{1��0L�-� H��� �H�= ]ǃ�L���H����3��A�UL���I��L����
����������L���="L� A�$�����zA�$�������t�A�,$��H���H�] H�H���H���ǃ�ƃ��A��vH����H���D�a$�q H��A������I��9q�}
��3��I�UH�=�� D�`H��@H�x�������H���I�EL�`�B���t���tq�/uk@�������V�D��1��H�AL�,�I�EH9�u�e���I��H�H9��S���D;`u�xu�I�EH9��7���L�`H�5d[L�����H����A��vH����H���D�a$�q H��A������D��1��H�AL�,�I�EH9�u��fDI��H�H9���D;`u�xu�I�EH9���L�`H�5�ZL�����H����A��vH����H���D�a$�q H��A������D��1��H�AL�,�I�EH9�u�fDI��H�H9���D;`u�xu�I�EH9���L�`H�5FZL���z��H����A��vH���c�H���D�a$�q H��A�����cD��1��H�AL�,�I�EH9�u�IfDI��H�H9��4D;`u�xu�I�EH9��L�`H�5�YL������H����A��vH�����H���D�a$�q H��A�����CD��1��H�AL�,�I�EH9�u�)fDI��H�H9��D;`u�xu�I�EH9���L�`H�5.YL���J��H����A��vH���3�H���D�a$�q H��A�����#D��1��H�AL�,�I�EH9�u�	fDI��H�H9���D;`u�xu�I�EH9���L�`H�5�XL�����H����A��vH�����H���D�a$�q H��A�����D��1��H�AL�,�I�EH9�u��fDI��H�H9���D;`u�xu�I�EH9���L�`H�5XL�����H����A��vH�����H���D�a$�q H��A�����KD��1��H�AL�,�I�EH9�u�1fDI��H�H9��D;`u�xu�I�EH9��L�`H�5�WL�����H����A��vH���k��H���D�a$�q H��A��	���+D��1��H�AL�,�I�EH9�u�fDI��H�H9���D;`u�x	u�I�EH9���L�`H�5�VL������H����A��vH������H���D�a$�q H��A��
����D��1��H�AL�,�I�EH9�u�fDI��H�H9��tD;`u�x
u�I�EH9��XH�hH��H�5hV�R��H��[]A\A]A^�"�f���L������<���f�I��9q�������I�UH�=O� D�`H��@	H�x������o
H���I�EL�`�B���t��������/�������������@I��9q����B��I�UH�=dž D�`H��@H�x�������	H���I�EL�`�B���t���������/�������������@I��9q������I�UH�=?� D�`H��@
H�x�������H���I�EH�h�B���t����L����/�B������q���+���@I��9q�<��2��I�UH�=�� D�`H��@H�x�������H���I�EL�`�B���t��������/��������������@I��9q�$����I�UH�=/� D�`H��@H�x�������H���I�EL�`�B���t��������/�
������a����@I��9q�L��"��I�UH�=�� D�`H��@H�x�������H���I�EL�`�B���t�������/�������������@I��9q�����I�UH�=� D�`H��@H�x������H���I�EL�`�B���t��������/�������Q�����@I��9q������I�UH�=�� D�`H��@H�x������WH���I�EL�`�B���t���������/��������������@I��9q������I�UH�=� D�`H��@H�x�������H���I�EL�`�B���t���������/��������A���k���@A�$������L�����L� �.��A�E����IcE�L��M�l����H���H�JHcrHcRL��H��I9�u�2H��I��I9�t"I�MH�
�1����v��H��I��I9�uދ��t���t;�(u5H��� ��H����Z�@�A�$�{�D�L�����H����-���A�$�
���D�qH��I�������H����O ���X���D��1��H�GL�,�I�EH9�u�;����I��H�H9��%���D9`u�xu�����D�qH��I����~��H����O ������D��1��H�GL�,�I�EH9�u����I��H�H9������D9`u�xu����D�qH��I������H����O ����D��1��H�GL�,�I�EH9�u�����I��H�H9������D9`u�xu����D�qH��I������H����O ���_�D��1��H�GL�,�I�EH9�u�B��I��H�H9��,�D9`u�xu���D�qH��I����.��H����O ���X���D��1��H�GL�,�I�EH9�u�;����I��H�H9��%���D9`u�x	u�����D�qH��I������H����O �������D��1��H�GL�,�I�EH9�u�s����I��H�H9��]���D9`u�xu��I���D�qH��I����N��H����O ������D��1��H�GL�,�I�EH9�u����I��H�H9�����D9`u�xu����D�qH��I�������H����O �������D��1��H�GL�,�I�EH9�u����I��H�H9��m���D9`u�xu��Y���D�qH��I����n��H����O �������D��1��H�GL�,�I�EH9�u����I��H�H9������D9`u�xu��q���D�qH��I������H����O ���8���D��1��H�GL�,�I�EH9�u�����I��H�H9�����D9`u�x
u���D��(�����������������o���������������0������0����������� ����fD��ATUSH��H�/dH�%(H�D$1�H�H9��t/I��H��H��L���dH�$H���L��H���H�$�
H���N��1ɺH��H�5�q ����1�1�H�5�q H������H�D$dH3%(u	H��[]A\�����fD��AUATI��USH��H��8H�/dH�%(H�D$(1�H���L�l$H�D$����H�D$H�D$ �H+H��~$��1�L��H������H�����H���t��I�$1�L��H��H+H�����I�$H9��t0L�l$L��L���=H�D$H���L��H���H�T$�}H������H�D$(dH3%(uH��8[]A\A]�����@��AUATI��USH��H��xH�2H�/dH�%(H�D$h1�H���H�D$����H�D$�V�G+VH�D$ +G9�������H9�teL�l$PL��L���sH�D$PH���L��H���H�T$P�I�$�B+B��~'H���H��H�t$1ҋH+H���f��H������1ɺH�5�o H������H�D$hdH3%(�H��x[]A\A]�f�1ҍH�H�t$H�����H������H���I9$�2����a����L$0L�l$�D$4H�D$8H�l$@D�D$P�D$TH�D$XH�l$`H9�t+L��L���fH�D$H���L��H���H�T$�
H��H�T$PH�t$0L��H�/y H�D$���H�|$���t����	����/H�|$���������������������USH��H��8dH�%(H�D$(1���u_��
w:H�
K;��Hc�H�>���H�C�01����t���H�H��t�@H�D$(dH3%(��H��8[]�D��
t[������u�H�1��w�H�
;��Hc�H�>��f�H�SH�G �;��t����H�81ɺH�5wm �����H�QH�1H�
���H�H9�tZH�
���H9���H�
��H9���H�z�?�����4���@H����$���H�
�:��Hc�H�>��H�z��������f.�1ɺH�5�l ��������H�s��H�H�����������@1�1�H�5�l �������1ɺH�5zl �������H�SH�sH� �O����j���f.�H�K H�CH�SH�sD�H� ������=���DH�sH� ����&���fDH�CH��H�KH��H���(��H�H��t*H�H�$H�T$�PH��L$�HH�D$�T$H�$�T$H����������f�H�
���H9������H�z���������H�G �������H�H���H�t$H�@xH�D$����H�D$H�D$ H9���M����F���H�G �����4���H�G �����"���H�G ��������H�G �������H�G �������H�G ��������H�G ��������H�G �������H�G �������H�w H��H��H�Ƙ�H�$H�|$H�u H�$H�H�H�D$�kH���c�^���H�l$H��H�����H�T$H�H��H�H�D$�F����1���H�w H��H�l$H��������H�w H����H�G �������������������H�_ �.@:������@��H�{��@������H�_ �.@:�������@��H�{�l@������H� �:���}�����������m���H�_ �.@:���Y���@��H�{��@����@���H�_ �.@:���,���@��H�{�o@�������H�_ �6H�{���@������H�_ �6H�{���@�������H�_ �6H�{���U@������H� �:����������������H� �;���������������t����?���j���f.�H�z�U�����J����Љ�A���輾��ff.����UH�df SH��H��H�o H�H�H�GH��tpH����H����GH�W��t���t�*uH���H�5O躿��H����H�}�H�}輽��H�}賽����H�����H�{���H��H��[]�o���ff.�@��H���3����f���SH���#���H�߾([镼��D��H����fD��H����UH��SH��H�5d=H��H�������tD�H�=A@H����€���t�#H�=�AH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]�����1�Ð@��ATI��UH��S��H�������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P�D�H��[]A\���
~[H����[]A\����H���L��D$����D$���@H����[]A\�@��
�H�U���������H��1�L��D$�]����D$�����f.����H��H��t���f.�D��H�G���t���t�(t�fDH�G��H���Z���f.����GH�WH��F�GH�V�F�����w�fD��f.����H����t���t�(t��H�?������H�H����t���u�f.���UH��SH��H���p�d���H�EHcPH�t�H�H�PHcHHc@H�<�H��H9�u�7f�H��H��H9�t!H�H������v��H��H��H9�u�H��[]�f.����AVAUATUSH�/�E��t���t�mt[]A\A]A^�DH�/HcUH�EL�$�HcUL�4�M9��HA��D���t�������D9��iH�{��������t�������D9��,H�{��������t�������D9���H���������t�������D9����@H���~���M9���I��I�$H��t�H�{8�/���H�{0�&���H�{����8��������H�{����@������ܹ��H�{����H�����迹��H�����P���H�;��蠹���P���[H��]A\A]A^����H�{���m����H�{���U����t���H�{���=����?������������H��(H�dH�%(H�D$1�H�~l H�T$H�H�|$H�D$���H�|$���H�D$dH3%(uH��(��3�����ATUHc�SH��H��H��t$H�t$HcPL�d���肽��H�3LcD$HcNL�NI��L�I�<�H9�tKM���DH��I��H9�t!I�0H�2�����v��H��I��H9�u�H�3LcD$HcNL�NL�HcVH�O��I�<�I��H9�u�3DH��I��H9�t!I�0H�2�����v��H��I��H9�uߋ��t,���t�(t!H�HcD$HcJH��[]H�A\H�D��@H���@�����f.�@��H�H����t���u�f.���AVAUATUH��S�pH������H�EHcPL�d�H�H�PHcHHc@L�,�L�4�M9�����H�CH�E�������H�CH�E�������H�CH�E�����wrH�C H�s0H�}0I��I��H�E �C(�E(�C)�E)�w���H�s8H�}8�j���I�n�M9�ta�@����I�$H��H�H�E������[�����R���f���f.���c������=����[]A\A]A^����SH��H��t���H��[�f�H��i H�H��[Ð��Ðf.���H�H�(t	錹��@H��a ���H�e?�@��SH���`i ����H�ai H��t<�P��t5H�=Ui t+H�����@����H�8i H��[�f.���ֳ��1�H��H���i���H��^ H��H�H��H�CH�]!H�D$H�D$�~���H�=�h H��h H��h H���u����/u�e���H��h H���c���H��1�[�DH�=�h 蜴��������H��[ H�5vh H�kh H�=H�ah 蔷��H�==h ���������f���H��tGUH��SH��H�5`9H��H���ܶ����H���uH��[]�@H��H��H��[]闷���1�Ðff.����鷴������f.����H��H��tH�H��f.����f.����H�] H�H��H�G�u���D��H��\ H��H�H��H�G�Q������H��\ SH��H�H��H�G�1���H�߾[飱����H��\ SH�_�H�G�H��H�H�����H�߾[�o���f.�D��S1�H���A��H�
] H�H�H�C[�f.����H��\ SH��H�H�H�G�߳��H��[��fD��H��\ SH�_�H�G�H�H�H��諳��H��[�R�f���H��\ SH��H�H�H�G����H���'�H��[�β��ff.���H�E\ SH�_�H�G�H�H�H���;���H�����H��[銲��f.���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H�H��t�(uH�?H��t����f.�D��AWAVAUATUSH��XH�<$H�=0Z �t$�T$H�L$dH�%(H��$H1��[���H��I�������XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L��蠮��H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo�5L�t$ L��$�I��"���A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H��L���D$<(H�D$@H��X H�D$h衱��D�=�c E���L�-Jc L�d$(A�����L�
�X A��H�����H�5����L�����H�|$ �D$4����X���t�/H�|$ �DH��$������L������L��E1ɹ@A�H�?���H�5h���胴��H�|$(�D$8����(���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$��k���H�|$H�ŋ�������t�/H�|$HtzH��$�H��H9�t�$���H�D$H��$�H��H9�t�	���H��$HdH3%(����H��X[]A\A]A^A_�fD���)������@�������r���@���������@D��L���%����=���H�=�V ����L�-=a H��I��L�l$(譭��A�U�p����A9uACuL�d$(�L�������L��L��褲���*H��藯��L�
PV L��A��H�[���H�5D���菲��A�lja H�|$(���t����]����/H�|$(�N����������:����Hc��@�����$�H��$�H��$��b���@Hc�������$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(���������H��H�
�01Ҿ���fD��H��H�
z01Ҿ����fDAVH�GAUATI��USHcWH�,�HcWL�4�L9��HA��D���t�������D9��1H�{��������t�������D9��DH�{��������t�������D9��H���������t�������D9����@H��趩��I9���H��H�]H��t�H�{8�g���H�{0�^���H�{����8������1���H�{����@���������H�{����H��������H�����P���H�;���ت���P���[L��]A\A]A^� ���H�{��譪���w����H�{��荪���H�{���u����\�����ATUSH��H��dH�%(H�D$1�H��蹧��H�JV H�{H�CH��H����H��] H��] �C �C!�H�C0H�CPH�H�CX�H�S@H�SHH�C(�C8f�C`�T���H��I��H��趭��L�c(E1�H��L��.H��.L��H���3���H���+���H�s(E1�H��L��.H��.H������H������H�D$dH3%(u	H��[]A\��Ũ���@��ATI��UH��SH�_H���&�����:L���$�����t`H�}@H��\ H9�tH�E@���t���t�/tH��H��[]A\�;���H����ը��H��[]A\����f�H�}(L��蔭���f���ATI��UH�oSH��H��膩����:L��脦����t0H�{@L���ԥ���CXH�{����H��[]H��A\駨���H�{(L���t�����f���ATI��UH��SH�_H��H������H�}HL���v���H��[]A\�Z���f.���UH�oSH��H��H���ר���CYH�{�z���H��H��[H��]�������ATA��UH�oSH��H��薨��D�c8H�{�CZ�CX�1���H��[]H��A\�ѧ�����ATA��UH�oSH��H���V���D�c[H�{�CY���H��[]H��A\镧���@��ATA��UH�oSH��H������D�c\H�{�CY赬��H��[]H��A\�U����@��ATA��UH�oSH��H���֧��D�c]H�{�CY�u���H��[]H��A\�����@��ATA��UH�oSH��H��薧���D�c^H�{f�CX�0���H��[]H��A\�Ц����ATA��UH�oSH��H���V����D�c_H�{f�CX��H��[]H��A\鐦����ATA��UH�oSH��H������D�c`H�{�CY赫��H��[]H��A\�U����@��ATA��UH�oSH��H���֦��D�caH�{�CY�u���H��[]H��A\�����@������fD���!t�DUSH��H���G!���H��H��tv��� ��H��1�1�H�PH��1��H�hH�X�ݤ���muH��讥���muH��H��[]陥��f�H��[]�f�� 膣��H�
O1�1�H�H1�H���H�@H�XH��[]�e����@��H���c����f���L�G0L�E�PIc@E��A)�D9���AWAVAUATUH��SH��H��(A�qH�T$A�QH�L$)�D9�AOӅ����z�E1�H�|$J�8Hc�E��L�M�d�M�l�L��L��誩��L�E0L���tA�D$(A8E(t[H�D$H�\$D�0A�AA+AA�P�p�A+P9J���M��H��([]A\A]A^A_���A�AA+A���I�OL9|$t�A�qIc@I���Q���DA������z����ff.����AVAUI��ATUH�oSH��H�� dH�%(H�D$1�H�\$L�d$�G���M�u(H��L���ء��H��L��L��誤��L���"�H����M�m(H��L���K���H��L��L���}���L����H�����H��H���A���H�D$dH3%(u
H�� []A\A]A^��?����ff.���AUATI��UH�oSH��H��H��dH�%(H�D$1�耣��I�$H9CPt&I��L��L����H�$H�SPL��H�CPH�$�P��CYH�{��H��H��藢��H�D$dH3%(uH��[]A\A]�藡���fD��H�N ATUH�oH��SH��H�H��L�c����C L������H��H���/���H��H��������H��ӣ��H�{P��H�{H���tL���t�/t=H�{@���tP���t�/t`H�{0�W�L���Ϥ��H���ǥ��H��[]A\�ˠ��H�{H���U���H�{@���u����<����f.�H�{@��f.���SH����H�߾h[�E����@��AWAVAUATUH��S1�H���H�t$8dH�%(H��$�1��a����[t���}\t���}^�}��`�}_t���}`t���}]t�M8H��S �M8H�T$pA�H�t$8H�$H�D$pH�D$XH��H�D$@聞��H�|$p����b���t�/H�|$p�NH�t$@D�E8H�|$h��H��S H�UPH�D$`�ɠ��H�D$h�p�@9��.�}YH�}0�����L�t$`H�t$8L��H����EXH�l$h�E�������t�mH�l$h��L���m�H�|$@�#���H��$�dH3%(��H���[]A\A]A^A_�f.�H�E0L�t$`�X+X�EY���%�H�t$8H��A��1�L���0�EXH�l$h�E���b���HcUH�EH��HcUL�$�L9�tH��H���d���I9�u�H���G����=���f����ў�����@L�t$`)�L���iH�D$hH�PHcHHc@H��H��H�D$H9���H�D$xH�l$HH�D$H��$�H�D$H��$�H�D$ H��$�H�D$(H��$�H�D$0H�$L�h0L�`8�ufD�����L���v�@H��虜��H�L$pI��H��������H�L$xI�O�������H��$�I�O������wH��$�I�O������MH��$�I�0L��I�W ��$�fA�W(�P���L��I�8�D���L�}L��舝��L��耝��H��$���������t�/H��$���H��$���������t�/H��$���H�|$x����_���t�/H�|$x�KH�|$p��������t�/H�|$p��H��H9\$��H�<$H���ݝ��H�|$H�����H�|$H������H�|$ H�����H���>���H��H��$�辞��H�߈�$�����H�|$(H�ވ�$����H�|$0H��莛��H�D$`�������L���&����������H������H9\$�I���H�l$H�}YH�E0��H9D$`t)H�$L��H���Y�H�D$pH�U0H��H�E0H�T$p���}Z���L��H���Z
�EZ������衛�����@��艛���f���@���q����%���@������������V������/����H�|$8H�uH芠���ڀ�@��E��i����P+PH�L$TL����H��H�T$P�D$P���D$T�����EYH�D$`H9E0t)H�$L��H���.�H�D$pH�U0H��H�E0H�T$p�t��D�D$T�L$PL��H��H�t$8���������AUL�o@ATUH�oSI��H��I��H���9fD�{X�tE�C ��u}�H���L��H���-���L���u���H���
����C ��uMH�C@�P��u�1�H���H�{H��H��������H��@����C ��uH�C@�@��t��H��L��[]A\A]����fD��SH��������H�FH�����P����H�~���P���)���H�~�G!�P��� ���H�W@�R����H�����@������H�C1�H��H��t �P��tH�{H��H��t
�@1���tH�sH��@��H�CH��tq�@��tjH�{�[�SH��u[�f�H�FH��t�(uH�~H��t����H�߾ [�Ֆ��DH��t+�@��t$1�[�
@1��@1��6���f�1���f.�f���H�9p|�����AWAVAUATUSH��H��HcPL�d��֕��I��H�H�PHcHHc@L�,�H�,�I9����fDH�CI�G�������H�CI�G�������H�CI�G������~H�C H�s0I�0H��I��I�G �C(A�G(�C)A�G)�9���H�s8I�8�,���L�}�I9�tk�@�ٕ��I�$I��H�I�������V�����M���D�{�����y������S������-����A���t!���t�A�.tH��[]A\A]A^A_�fDH��L��[]A\A]A^A_�z�f.���AWAVAUATUH��S��H��(H��T$HcP�t$H�t$L�|����i���H�UHc|$I��HcBH�rL�4�H�H��H�L$L9���M���@H�rH�s�>�����:H�rH�s�>�����H�rH�s�>������H�r H�{0I��I��H�T$H�s �r(@�s(�r)@�s)H�r0茕��H�T$H�{8H�r8�z���I�^�L9t$t/�@�%���I�$H��H�2H�0�>�����J�����A����H�UHc|$HcBH�rH�Hc\$HcRM�$�H�H��L�4�H�L$I9�����H�CI�G������
H�CI�G�������H�CI�G�������H�C H�s0I�0I��I��I�G �C(A�G(�C)A�G)葔��H�s8I�8脔��M�~�L9t$t1�@�/���I�$I��H�I�������T�����K���A�E�������t�A�m��H�UHcD$HcJH��([]H�A\A]H�D�A^A_����9�����������������	��������������L�����h�����H��H��< �H�=@�0��H�=*H���F���fD��1��f���AWAVAUATUSH��HL�-D< H�<$�t$L��H�T$dH�%(H��$81��l���H��H���!����hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL��躐��H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo��@<L��H��L�|$ H�\$(H��$�H�yH�L$�4���H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H����L��L�l$XH�D$@H�w���H��$��D$<(袓����E ���������M��A��L��H����H�5������H�|$ �D$4����$���t�/H�|$ �H��$������H���+���H��E1ɹ@A�H�S��H�5|��藖��H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$DŽ$�����H�D$`H�����H�D$x舐��H��$�L9�t�f���H��$�H��H9�t�P���H��$8dH3%(��H��H[]A\A]A^A_�����q�������@���Y����$���@��L��膑������L���h���H��C H��H�D$H�T$(����H��C �p�
����9rCrH�\$(�H�߃��n���H�t$H�������*H����H��M��H����A�H�5������zC H�|$(���t���������/H�|$(��������D$�t����D$���Ic�蠒��D��$�L��$�H��$����Hc��x�����$�H��$�H��H��$�����f��J�����9����J������^���f.�@��H�H�(t	�|���@H�A; ���H��(dH�%(H�D$1�H��H�t$H�5; H�T$1�H�$赒��H�D$dH3%(uH��(��ۍ���f.���H��(�dH�%(H�D$1�H��H�t$H�5�: H�$�W���H�D$dH3%(uH��(��}����ff.����H��H�L$H�L$D�D$dH�%(H�D$81�H�D$H�t$H�5I: H�T$ �H�D$(H�D$H�D$0H�D$�ґ��H�D$8dH3%(uH��H�������H��8��t$H�L$H�5�9 dH�%(H�D$(1�H�D$H�D$H�D$�k���H�D$(dH3%(uH��8�葌���H��HdH�%(H�D$81���w'H�
���Hc�H�>��@H�r�'��H�D$8dH3%(�H��H��H�r����DH�BH�RH�L$H�59 H�D$H�T$1�H�D$ 貐���H�B �H�B�0H�B�L$H�L$H�D$H�RH�D$ H�D$�t$H�5�8 H�T$�H�D$(H�D$H�D$0�W����B���f�H�BH�L$�H�5�8 H�D$H�D$�(�������H�BH�L$�H�5[8 �H�D$�D$H�D$H�D$��������#����f����Ѕ�uH�ʉ��|���@��
t�f�H�QH�1H�
���H�H9�t*H�
s���H9�tNH�
���H9�u"H�zu���@H�zu���f�H�
����H9�u�H�zu���fDH�zu���f���H��tGUH��SH��H�5�H��H���l�����H���uH��[]�@H��H��H��[]駈���1�Ðff.����ATI��UH��S��H�������x��u��~*��H��[]A\�fD��u��H�U�������f���H��L��D$�/����D$���H��H���P���@���(�������h���X��������`���`���8��P�����S��h��������8�������������������H��&�������������|��O��������������,��b��K�������������������~��l��Z��H��6��������l���u�RST�U�V[dgjmr+++++

�	+

�	
+
�+�)
QIQ	PIQ	�Q	 Q	!Q�"Q	#Q	$Q	%Q�&Q	'Q�(PI)*�	P�+Q��**�,-./0123�������������������
��������������������
����������	�����z����v����c����	_����Q����A����9����2����8����"�������������������������������������
����������~����	r����	d����V����	K����=����
.����$����
��������
	��������������������������������������������}����j����W����EQQuickFolderListModelQML.ElementFolderListModelfolderChangedrowCountChangedcountChangedstatusChanged_q_directoryChangeddirectoryQList<FileProperty>list_q_directoryUpdatedfromIndextoIndex_q_sortFinished_q_statusChangedQQuickFolderListModel::StatussisFolderindexgetidxpropertyindexOffilefolderrootFolderparentFoldernameFilterssortFieldSortFieldsortReversedshowFilesshowDirsshowDirsFirstshowDotAndDotDotshowHiddenshowOnlyReadablecaseSensitivecountstatusStatussortCaseSensitiveUnsortedNameTimeSizeTypeNullReadyLoadingQList<FileProperty>QQuickFolderListModel::Status::2countChanged()2rowCountChanged()*fileNamefilePathfileBaseNamefileSuffixfileSizefileModifiedfileAccessedfileIsDirfileUrlfileURLQQmlParserStatus1_q_directoryChanged(QString,QList<FileProperty>)2directoryChanged(QString,QList<FileProperty>)1_q_directoryUpdated(QString,QList<FileProperty>,int,int)2directoryUpdated(QString,QList<FileProperty>,int,int)1_q_sortFinished(QList<FileProperty>)2sortFinished(QList<FileProperty>)1_q_statusChanged(QQuickFolderListModel::Status)2statusChanged(QQuickFolderListModel::Status)org.qt-project.Qt.QQmlParserStatus21QQuickFolderListModelFolderListModel24QmlFolderListModelPluginN11QQmlPrivate11QQmlElementI21QQuickFolderListModelEE����QmlFolderListModelPluginQQmlListProperty1dirChanged(QString)2directoryChanged(QString)1updateFile(QString)2fileChanged(QString)Qt.labs.folderlistmodel���� �P���P�,1	:
=
@
C
+
�+
�+�+�+
+
�������������������	q����c����_����L����	E����7����'����
������������
����
�����
������FileInfoThreaddirectoryChangeddirectoryQList<FileProperty>listdirectoryUpdatedfromIndextoIndexsortFinishedstatusChangedQQuickFolderListModel::StatusstatusdirChangeddirectoryPathupdateFilepath14FileInfoThread`QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0xQmlFolderListModelPlugincuri�wQt.labs.folderlistmodel�;p��j���4s����{����{����|����|���}���$}��0D}��Dd}��X�}��l�}����}���t~����~�����t��L���x���4����D���<t���Pd���������������������D���XD���lD����T���������������������	�,	$���T	4���h	d����	t����	�����	���	���
���
T���D
d���X
�����
�����
�
��
���������������d������������4
�����
d���d���@t���|�����d����t������������D���X$���4���T�������dԹ��H���\���������4ļ��H$���
T���t
�����
��������$$���8d�������������������4���T��$�������@���\$���T��x��������D��t��hd����������,t��l����4���������4$��\d�����������$��d��8���d����$���4�����$��(T���$���������8��� d��p4������T4����pT�d� ��$��������d���(4�D��X4��zRx�$ f���FJw�?:*3$"Dxn��p\x��px���x������������w�� ��w���x���x��x�� $(x���A�DP�
AAH�x��4\�x��~B�F�D �A(�D0_(D ABB�H���60��x��iA�S�N k
AAAVAA� y��^| V�(���50Ty��F�A�A �G`�
 AABIH<0|��DF�I�B �B(�A0�D8�D`�
8A0A(B BBBK@�4��F�B�E �A(�A0�G@�
0A(A BBBC����/@�����F�B�B �D(�A0�Dp�
0A(A BBBB$Ȃ��E�T@̂��E�T8\Ђ���F�B�A �A(�GPx
(A ABBA8�����dF�B�A �D(�DP�
(A ABBD����������#0�Ѕ���F�A�A �D0�
 AABC0����D����$X����l����$�����+E�G�D XAA�Ć��$�����+E�G�D XAA�Ȇ��$�Ć��+E�G�D XAA ̆��$4Ȇ��3E�A�D fAA\��$p܆��3E�A�D fAA��$��3E�A�D fAA����$����3E�A�D fAA���$���8���$@L0���F�B�B �D(�G0�J��
0A(A BBBHD������F�B�B �A(�A0�D��
0A(A BBBC�����($������i�D�G nAA@����F�B�B �A(�A0�D@�
0A(A BBBDXԊ��E�WLtȮ���F�B�B �A(�A0�W
(A BBBFi
(D BBBM�x���	�t���]H0O
AH�X����F�B�B �E(�A0�D8�D`
8A0A(B BBBG8@����IF�B�D �A(�DP�
(A ABBI|���
0����"F�A�D �G0�
 AAEJ<�،���F�B�B �A(�D0��
(A BBBG8	ذ��Yj�B�B �A(�D0�(A BBB@	����/E�Q
JN0`	ܞ���F�A�A �D0�
 AABA8�	X����F�B�D �A(�G`�
(A ABBA8�	���F�B�D �A(�G��
(A ABBJ(
�$E�A�GPk
AAF$8
��E�H�G �DA`
����
t
����E�Q�
����
@�
�����N�D�Q B
EAED
DAGDG�A�P�
���F�D�D �F0D
 AABDI
 DABHd
 DABE<0���P���d���x����� ������(���-L�\�|���%E�_�����*L�YԲ��2L�a$8���p8����L`���.L�]h����1L�`�����6L�e�,���!���,���=E�D K
AK
CFL�����F�B�B �B(�A0�A8�G�
8A0A(B BBBGH
����\
����4p
|���SJ�D�Q R
AAEDG�A��
����	<�
p����B�F�B �D(�A0�b
(D BBBE0�
���F�A�A �G0
 AABA80���F�D�D �O
ABHW
ABN(lP���nF�D�E �~
AFL(�����6F�D�D �`AB$�����8E�E�J YAE(�����?F�D�E �dAF(Ժ��;F�D�E �`AF(D��;F�D�E �`AF(p����;F�D�E �`AF(����@F�D�E �eAF(�$���@F�D�E �eAF(�8���;F�D�E �`AF( L���;F�D�E �`AFL`���	@`\����Q�A�G d
D�A�ND
AAJtA�A������
\��#d�B�B �B(�A0�D8�G`�8A0A(B BBBI������X`������@��F�B�E �A(�E0�GP�
0A(A BBBA8\P����F�B�D �E(�J@r
(A ABBA,������M�A�I ��
ABH�����E�Q|�8���]�B�B �B(�A0�A8�G@�������H@������G
8A0A(B BBBGD8D�0A�(B� B�B�B�HdX���F�B�B �B(�A0�D8�F`?
8A0A(E BGBHL�����F�B�B �B(�A0�D8�I�q
8A0A(B BBBK4����F�F�A �E(�N0�(D ABB,8���TE��
HF
Jf
JO
IzRx�� �c���@��L�<���F�B�B �B(�A0�A8�G��
8A0A(B BBBH���:Hm4c��EHj4X�� Hd��UH0G
Ad���SH0E
A����xHPj
A�P��_H@Q
A����mDPT
H�����4�t��SJ�D�Q R
AAEDG�A�0 ���gF�D�D �F0Y
 AABGGNU�@c@bc@!p�H!�c ��� ��pcPcPf�e�c0�����H!���d����@������H!p!p��@���Ш������p!�����!�c ���p�ЩpcPcPf�e�c0������!����d��@��`���P!��P���@�@��`�@���*=M]lv�Q
�(!8!���o`(�
�`!�`D�3�	���o���o�2���o�o 1���oF	!@QPQ`QpQ�Q�Q�Q�Q�Q�Q�Q�QRR R0R@RPR`RpR�R�R�R�R�R�R�R�RSS S0S@SPS`SpS�S�S�S�S�S�S�S�STT T0T@TPT`TpT�T�T�T�T�T�T�T�TUU U0U@UPU`UpU�U�U�U�U�U�U�U�UVV V0V@VPV`VpV�V�V�V�V�V�V�V�VWW W0W@WPW`WpW�W�W�W�W�W�W�W�WXX X0X@XPX`XpX�X�X�X�X�X�X�X�XYY Y0Y@YPY`YpY�Y�Y�YGA$3a1Q%�GA$3p1113 b�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113`�r�GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFYPc��
GA*FORTIFY`��GA+GLIBCXX_ASSERTIONSGA+GLIBCXX_ASSERTIONSPc��libqmlfolderlistmodelplugin.so-5.15.3-2.el8.x86_64.debug��T��7zXZ�ִF!t/��9�R]?�E�h=��(a�K"�`��� X���\�9���������JV�� �ujeށ�F.32˳�m��A	��V2�%fU�
�5�f3�P���Ͼ�C�]	��9�z�IY�W�&�� vzB~��YE���p�/�6謳�f)��|x6�L9ƻ����8��fS |J�өA[�j�fGͪT�P��~!�v����iS�� ����
��4�Y�!+�\�Ղ�ގ,�G�B���
�~��F�O��@��7�=y�T��i�c�S��֜|���t��M�N���%f�Հfʄ�zTq�i���]U/Z���ʫ$&�Ke���3JJ4ޑAZ�o%�.چ�j������2�$5�-��ͥ�r&\�Y�E�:� �����f%9M[��74�V];�+|D&=��-Sͫnz�I4���� X����Lgu:n������n<6��y>o�?�
��*sQ��R�}��
Vb"�dr8��*v�k�߸g���ڭ��z�?)��B;�
ݚ��`��"���
��g/��l�Z���x�X��j�J5ַ�@��ST8`٭Fؖ��V�bE�_���Vp��l��ք��ĩ)D�p�䢴�j�Wp�<���S죚�1:��&�>H�,'{t���&}9��[s�9?|m��Qeߛ�ORnL��O;������\y�}L��FШ!�h_��uMp ���a`��F��1s1��}����x�6U����N���-v�'Sͦ�'{�A?́"�I�l�n��ʔ}%z�'Mm뜘�^���/��W"���p�ߞ�Ê��7=��lD'>&�'wlE�k�?vdK�^Qޯ��FRC�wx�<,?:��
_/�4I�s%��iL�o
)�
��Ŕ.^ș�N%|^��!`S�c��88�B�B�=V�3�x}X
_���3war�0����e��ê�ւI���ͪo�������$��[�s�f��-�&��:��; C7�FƧ��.P����ٴS%�e��hڮ�,x�X<�Bb-"���U���B�b��Ȅ��F#����e&�Tb(��YVdnA η����q���<�'s�N�|@o7�>���Q",�K�mY���P������JH
B|_��*�w�a��#�͑��&�}Ɋc��ɪP<L�#<�� �0'�8����ݾ)�h�@����ϘƾFluQ����P�}+��@���9�Oe#��ZL���J��8f��������j�~���V|�T����Qsc��}��u聎��p�(V��mLf2
�е~B�٢�~�"p	�à�Z���y�oNrLG�*��Q:iO��aXH���Hm�U!���Z"���#�/B�T�>Ε;�
�n
���J�;�+
9�iڔ��'�˚���Ӭ��{�Z��d��M� �Q�Msz�'���4�7�
X�����;�n`ݒ�x��
��K��!�a�[���B����9BC�Y҆v��W
#war�206k����Oa}�R��xj���ъI�tW�b*"aY�Ky7���Kn��\7N+TJ�>���i�P�p��f�/Q�u���:�*K��x�d�~3v}o�]ݠS�lf5�u	�){8���k+V��D���3�n}�A��Urv�7���i��q�x�0��D6 Ѿ!^�aW����s��۵�R�c���w���r�0�3�Q�N	�S�sj�O�����CooI �3(����8�(��1����o���R9t�{z�b 3���5�q%�WA�~ڷ�lPW`,�5�(�J��òmEu�?>$�n]�^Su��Q�%�2G�P�d1NQy�I��A�q:����[��q�<:���3��GߒG�5>��י��9��x���셸2�W�*L�$$��8ԗ(�9��!���}����
�	x��%����_o�Ȋ~��-��}�/�KN�|s��QA��U$�WFb@G#��c�*��O�
�����a����)@aT�����0N���YP}ڀ�:�����:��itm0}�%��n��/{ <� �g�!�ƾ�Δ��'[�1{i,o�p�+���m�0*&�C�.�~*N�އÕu1�=��G���i(E��/���o]r-�F����:���%����pJ�"aI���+��ǵϓ���Ά^�M	�Z�?���@�� ����)uG9�Q	��S�2��Gd��P�y���YŚ��ݲ		�L��q<���u�+x[.���iЫ����Y��*H�<��ju��@�[�f�b[���`i��i�zƥ;C�&o���+�K�#S*��K�Oic����]]܈����_=�^�+�ߚg���Ȗ�;����}�K��d%����)�b�)�	o&�5�T��>C�Jdڡa��;�_��k�I7E?��f&U��A��%�tRalء�"�CT���u�Q��Ab�Β�9�_�1UK�'��`�S\o���h��l���N?��N�}*\�����k4&G�z܀
�
4-�$�s�΂�{�s�F$=i���ؔ&�C\�P��˧(G@�9iR�D�9�f�I�?z�+��x3��Do�o|x9-�cD����9�M��E�{��Z���'�H��#�Лl��
�2��7�nF��cQV���W����Y,�|S��Ά�贉|�5Kj|�t�b���W[�w,a�=�{Xl�(�*Ju2�����������)�n\�
��Њc�WDn[��I9�:=��_1V��l��z*�c�\�P�PӃ�F�7g7jW9��ܿ�1�H0��+���G�k�m�l���OH��M��I�����/�hUBL����ZkR���N��adceI5Ћ�+0d��>'+uV�70�[�����T�?QɃ��/\&����o��j!�<�B�n�)�#�鶚ptwl֨��1�w�
�%�I�h}ݩ�q��
ؕ� �}����(���h�2���Ʒ��/-�e�V'
�Ic�|m�K�Q��mT�r�m�5�@
9O	|��qn ��9njc�
~{���e�#�,�z>O��$@F^��C���T�!�<�O�I�0�K�4'O¦G�+k�q:��s-��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���0((�8���o 1 1�E���o�2�2�T�3�3�^B`D`D�hQQc0Q0Q�n�Y�Ypw b b�o}��
�@�@�� ��������y �|�|�t�����T�HH �(!(�8!8�@!@� �	!	P�`!`�!�@@a�tl@*��@!9PK�[��&�4�4(Qt/labs/folderlistmodel/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "QAbstractItemModel"
        prototype: "QObject"
        Enum {
            name: "LayoutChangeHint"
            values: [
                "NoLayoutChangeHint",
                "VerticalSortHint",
                "HorizontalSortHint"
            ]
        }
        Enum {
            name: "CheckIndexOption"
            values: [
                "NoOption",
                "IndexIsValid",
                "DoNotUseParent",
                "ParentIsInvalid"
            ]
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
            Parameter { name: "roles"; type: "QVector<int>" }
        }
        Signal {
            name: "dataChanged"
            Parameter { name: "topLeft"; type: "QModelIndex" }
            Parameter { name: "bottomRight"; type: "QModelIndex" }
        }
        Signal {
            name: "headerDataChanged"
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutChanged" }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
            Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
        }
        Signal {
            name: "layoutAboutToBeChanged"
            Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
        }
        Signal { name: "layoutAboutToBeChanged" }
        Signal {
            name: "rowsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "rowsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsInserted"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal {
            name: "columnsRemoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "first"; type: "int" }
            Parameter { name: "last"; type: "int" }
        }
        Signal { name: "modelAboutToBeReset" }
        Signal { name: "modelReset" }
        Signal {
            name: "rowsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationRow"; type: "int" }
        }
        Signal {
            name: "rowsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "row"; type: "int" }
        }
        Signal {
            name: "columnsAboutToBeMoved"
            Parameter { name: "sourceParent"; type: "QModelIndex" }
            Parameter { name: "sourceStart"; type: "int" }
            Parameter { name: "sourceEnd"; type: "int" }
            Parameter { name: "destinationParent"; type: "QModelIndex" }
            Parameter { name: "destinationColumn"; type: "int" }
        }
        Signal {
            name: "columnsMoved"
            Parameter { name: "parent"; type: "QModelIndex" }
            Parameter { name: "start"; type: "int" }
            Parameter { name: "end"; type: "int" }
            Parameter { name: "destination"; type: "QModelIndex" }
            Parameter { name: "column"; type: "int" }
        }
        Method { name: "submit"; type: "bool" }
        Method { name: "revert" }
        Method { name: "resetInternalData" }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "hasIndex"
            type: "bool"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "index"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
        }
        Method {
            name: "parent"
            type: "QModelIndex"
            Parameter { name: "child"; type: "QModelIndex" }
        }
        Method {
            name: "sibling"
            type: "QModelIndex"
            Parameter { name: "row"; type: "int" }
            Parameter { name: "column"; type: "int" }
            Parameter { name: "idx"; type: "QModelIndex" }
        }
        Method {
            name: "rowCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "rowCount"; type: "int" }
        Method {
            name: "columnCount"
            type: "int"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "columnCount"; type: "int" }
        Method {
            name: "hasChildren"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method { name: "hasChildren"; type: "bool" }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "data"
            type: "QVariant"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "setData"
            type: "bool"
            Parameter { name: "index"; type: "QModelIndex" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
            Parameter { name: "role"; type: "int" }
        }
        Method {
            name: "headerData"
            type: "QVariant"
            Parameter { name: "section"; type: "int" }
            Parameter { name: "orientation"; type: "Qt::Orientation" }
        }
        Method {
            name: "fetchMore"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "canFetchMore"
            type: "bool"
            Parameter { name: "parent"; type: "QModelIndex" }
        }
        Method {
            name: "flags"
            type: "Qt::ItemFlags"
            Parameter { name: "index"; type: "QModelIndex" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
            Parameter { name: "flags"; type: "Qt::MatchFlags" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
            Parameter { name: "hits"; type: "int" }
        }
        Method {
            name: "match"
            type: "QModelIndexList"
            Parameter { name: "start"; type: "QModelIndex" }
            Parameter { name: "role"; type: "int" }
            Parameter { name: "value"; type: "QVariant" }
        }
    }
    Component { name: "QAbstractListModel"; prototype: "QAbstractItemModel" }
    Component {
        file: "qquickfolderlistmodel.h"
        name: "QQuickFolderListModel"
        prototype: "QAbstractListModel"
        exports: [
            "Qt.labs.folderlistmodel/FolderListModel 2.0",
            "Qt.labs.folderlistmodel/FolderListModel 2.1",
            "Qt.labs.folderlistmodel/FolderListModel 2.11",
            "Qt.labs.folderlistmodel/FolderListModel 2.12",
            "Qt.labs.folderlistmodel/FolderListModel 2.2"
        ]
        exportMetaObjectRevisions: [0, 1, 11, 12, 2]
        Enum {
            name: "SortField"
            values: ["Unsorted", "Name", "Time", "Size", "Type"]
        }
        Enum {
            name: "Status"
            values: ["Null", "Ready", "Loading"]
        }
        Property { name: "folder"; type: "QUrl" }
        Property { name: "rootFolder"; type: "QUrl" }
        Property { name: "parentFolder"; type: "QUrl"; isReadonly: true }
        Property { name: "nameFilters"; type: "QStringList" }
        Property { name: "sortField"; type: "SortField" }
        Property { name: "sortReversed"; type: "bool" }
        Property { name: "showFiles"; revision: 1; type: "bool" }
        Property { name: "showDirs"; type: "bool" }
        Property { name: "showDirsFirst"; type: "bool" }
        Property { name: "showDotAndDotDot"; type: "bool" }
        Property { name: "showHidden"; revision: 1; type: "bool" }
        Property { name: "showOnlyReadable"; type: "bool" }
        Property { name: "caseSensitive"; revision: 2; type: "bool" }
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "status"; revision: 11; type: "Status"; isReadonly: true }
        Property { name: "sortCaseSensitive"; revision: 12; type: "bool" }
        Signal { name: "rowCountChanged" }
        Signal { name: "countChanged"; revision: 1 }
        Signal { name: "statusChanged"; revision: 11 }
        Method {
            name: "_q_directoryChanged"
            Parameter { name: "directory"; type: "string" }
            Parameter { name: "list"; type: "QList<FileProperty>" }
        }
        Method {
            name: "_q_directoryUpdated"
            Parameter { name: "directory"; type: "string" }
            Parameter { name: "list"; type: "QList<FileProperty>" }
            Parameter { name: "fromIndex"; type: "int" }
            Parameter { name: "toIndex"; type: "int" }
        }
        Method {
            name: "_q_sortFinished"
            Parameter { name: "list"; type: "QList<FileProperty>" }
        }
        Method {
            name: "_q_statusChanged"
            Parameter { name: "s"; type: "QQuickFolderListModel::Status" }
        }
        Method {
            name: "isFolder"
            type: "bool"
            Parameter { name: "index"; type: "int" }
        }
        Method {
            name: "get"
            type: "QVariant"
            Parameter { name: "idx"; type: "int" }
            Parameter { name: "property"; type: "string" }
        }
        Method {
            name: "indexOf"
            type: "int"
            Parameter { name: "file"; type: "QUrl" }
        }
    }
}
PK�[Ȩ(||Qt/labs/folderlistmodel/qmldirnu�[���module Qt.labs.folderlistmodel
plugin qmlfolderlistmodelplugin
classname QmlFolderListModelPlugin
typeinfo plugins.qmltypes
PK�[r�EE&Qt/labs/wavefrontmesh/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        file: "qwavefrontmesh.h"
        name: "QWavefrontMesh"
        prototype: "QQuickShaderEffectMesh"
        exports: ["Qt.labs.wavefrontmesh/WavefrontMesh 1.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "Error"
            values: [
                "NoError",
                "InvalidSourceError",
                "UnsupportedFaceShapeError",
                "UnsupportedIndexSizeError",
                "FileNotFoundError",
                "NoAttributesError",
                "MissingPositionAttributeError",
                "MissingTextureCoordinateAttributeError",
                "MissingPositionAndTextureCoordinateAttributesError",
                "TooManyAttributesError",
                "InvalidPlaneDefinitionError"
            ]
        }
        Property { name: "source"; type: "QUrl" }
        Property { name: "lastError"; type: "Error"; isReadonly: true }
        Property { name: "projectionPlaneV"; type: "QVector3D" }
        Property { name: "projectionPlaneW"; type: "QVector3D" }
        Method { name: "readData" }
    }
}
PK�['˒(�(�2Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.sonuȯ��ELF>`6@��@8	@@�@� ȇȇ ȇ  x ���� �� ��888$$ � � �  S�td � � �  P�td8w8w8w��Q�tdR�tdȇȇ ȇ  8GNUB€v/ai����/��k{d�@00dghl�⍺�|CE���qX-���$	�U�
U�/��
��
�$��Z	>��`�|��
T��
�k]�Rn�	@	�d
, p
���	��K�� i���F"�x��Z4�� �N]g
�{H��ou�5�&�N�	��?�	p+S
��7e@� R� Y� ��7=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvm_ZdlPvqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_releasestrcmp_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI25QQmlEngineExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN4QUrlD1Ev_ZN14QObjectPrivateD2Ev_ZN10QArrayData10deallocateEPS_mm_ZN14QObjectPrivateC2Ei_ZN10QArrayData11shared_nullE_ZN4QUrlC1Ev_ZN22QQuickShaderEffectMeshC2ER14QObjectPrivateP7QObject_ZN7QObject11connectImplEPKS_PPvS1_S3_PN9QtPrivate15QSlotObjectBaseEN2Qt14ConnectionTypeEPKiPK11QMetaObject_ZN11QMetaObject10ConnectionD1Ev_ZN22QQuickShaderEffectMesh15geometryChangedEv__stack_chk_fail_ZTV22QQuickShaderEffectMesh_ZN7QObjectD2Ev_ZN4QUrlC1ERKS__ZNK4QUrleqERKS__ZN4QUrlaSERKS__Z23qtPositionAttributeNamevstrlen_ZN7QString16fromAscii_helperEPKci_ZNK7QString3argERKS_i5QChar_Z23qtTexCoordAttributeNamev_ZN11QSGGeometry8allocateEii_ZNK9QVector3D10normalizedEv_ZN9QVector3D9normalizeEv_ZN9QVector3D12crossProductERKS_S1__ZN11QSGGeometry9indexDataEv_ZN9QVector3D10dotProductERKS_S1__ZN11QSGGeometry33defaultAttributes_TexturedPoint2DEv_ZN11QSGGeometryC1ERKNS_12AttributeSetEiii_ZN11QSGGeometry14setDrawingModeEj_ZN11QSGGeometry25defaultAttributes_Point2DEvmemcmp_ZN10QByteArrayC1EPKci_ZN10QArrayData8allocateEmmm6QFlagsINS_16AllocationOptionEEmemcpy_ZN8QQmlFile19urlToLocalFileOrQrcERK4QUrl_ZNK10QStringRef7toFloatEPb_ZN11QTextStreamD1Ev_ZN5QFileD1Ev_ZN5QFileC1ERK7QString_ZN5QFile4openE6QFlagsIN9QIODevice12OpenModeFlagEE_ZN11QTextStreamC1EP9QIODevice_ZN7QString11reallocDataEjb_ZNK11QTextStream5atEndEv_ZN11QTextStream12readLineIntoEP7QStringx_ZNK7QString8splitRefE5QChar6QFlagsIN2Qt18SplitBehaviorFlagsEENS2_15CaseSensitivityE_ZNK10QStringRef8toLatin1Ev_Z7qstrcmpRK10QByteArrayPKc_ZNK10QStringRef5splitE5QChar6QFlagsIN2Qt18SplitBehaviorFlagsEENS2_15CaseSensitivityE_ZNK10QStringRef5toIntEPbi_ZTI14QObjectPrivate_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZNK11QMetaObject9classNameEv_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1Ev_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZN22QQuickShaderEffectMesh11qt_metacastEPKc_ZN22QQuickShaderEffectMesh11qt_metacallEN11QMetaObject4CallEiPPv_ZTI22QQuickShaderEffectMesh_ZN22QQuickShaderEffectMesh16staticMetaObjectElibQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Gui.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5GLIBC_2.14GLIBC_2.2.5GLIBC_2.4Qt_5.15.3_PRIVATE_APICXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9Qt_5.15	
		

	


		
	
	�
 %�jH@���
oui	
zii
��
0%�	jYxO
��
 %�j!@ӯk�t)��yѯ��
YxO
����%�jȇ `7Ї `6؇  7� � � � �� \� 0[� �j(� � 0� �78� �8@� P9H� `9P� �9�� � �� �9�� �9Ȉ kЈ �j؈ p7��  p� `p� �� (� � 0� 0f8� Pi@� �iH� �`P� �`�� �I�� �@�� �=�� �vȉ �� Љ 0f؉ Pi� �i� �<� �<0� �I8� �@@� �=h� @rp� �px� �f� W� W� W�� W� CX� X� �� `� P`� P� Ph� :h� :� :p� @p� @� @x� Nx� N� N�� [�� [ � [�� �� (� �� "�� #�� � 
�� c`� .�� �� �� -�� 7�� 8ȏ <Џ >؏ A� F8� @� H� P� X� `� 	h� p� x� 
�� �� �� �� �� �� �� �� �� ȍ Ѝ ؍ � � � �� �  � !� $� % � &(� '0� (8� )@� *H� +P� ,X� /`� 0h� 1p� 2x� 3�� 4�� 5�� 6�� 8�� 9�� ;�� <�� =�� ?Ȏ BЎ D؎ E� G� H� I�� J� K� L� M� O � Q(� R0� S8� T@� UH� VP� XX� Y`� Zh� \p� ]x� ^�� _�� `�� a�� b��H��H�Ac H��t��H����5r` �%s` ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!�������%�[ D���%�[ D���%�[ D���%�[ D���%}[ D���%u[ D���%m[ D���%e[ D���%][ D���%U[ D���%M[ D���%E[ D���%=[ D���%5[ D���%-[ D���%%[ D���%[ D���%[ D���%
[ D���%[ D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%�Z D���%}Z D���%uZ D���%mZ D���%eZ D���%]Z D���%UZ D���%MZ D���%EZ D���%=Z D���%5Z D���%-Z D���%%Z D���%Z D���%Z D���%
Z D���%Z D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%�Y D���%}Y D���%uY D���%mY D���%eY D���%]Y D���%UY D���%MY D���%EY D���%=Y D��H���H�5�9H�=�Y H�
�)���H�=Y H��H�GQ H�5�Y ���f.��H�=IY H�BY H9�tH��X H��t	�����H�=Y H�5Y H)�H��H��H��?H�H�tH��X H��t��fD�����=�X u+UH�=�X H��tH�=�P �9����d�����X ]������w������Ðf.���H�H�(t	����@H�!Q ���H�?�@��SH���PX ����H�QX H��t<�P��t5H�=EX t+H�����@����H�(X H��[�f.������1�H��H���)���H�P H��H�H��xH�CH��'H�D$H�D$�N���H�=�W H��W H��W H���u����/u����H��W H���c���H��1�[�DH�=qW ����������H�-O H�5fW H�[W H�=DH�QW �t���H�=-W �H��������f���H��tGUH��SH��H�52H��H���|�����H���uH��[]�@H��H��H��[]�W����1�Ðff.�����������H��N H�H��xH�G�e���D��H��N H��H�H��xH�G�A������H��N SH��H�H��xH�G�!���H�߾[������H�UN SH�_�H�G�H��xH�H�����H�߾[���f.�D��H�H��t�(uH�?H��t�Q�����f.�D��AWL�=S AVAUATI��UH����SH��HdH�%(H�D$81�L�l$ ����H��H������H�cM H�{pH�H�-U H�CXH�C`H�Ch���L��H��H��H�CxL�d$Hǃ�Hǃ�ǃ�H�\$���H��N � H�D$H�D$(H��H�EH�/+H�D$H�sH�D$ ���H��M��H��I���L��H��H��L�5O H��I�AH�D$(I�AH�D$0I�AAVjj�>���H�� H�����H��*� H�D$H�D$(H�D$H�T H�D$ �n���M��H��L��I���H��H��L�xH�D$ I�AH�D$(H��I�AAVjj���H�� H���5���H��*� H�D$H�D$(H�D$H��S H�D$ ��M��H��L���I��H��H��L�xH�D$ I�AH�D$(H��I�AAVjj�D���H�� H�����H�D$8dH3%(uH��H[]A\A]A^A_��D���@��H�S H��H��������H��R SH��H��H��u���H�߾[��fD��H�G�@x�@��H�G9pxt�px�K)ÐfD��SH�vH��H��p����H��[�fD��ATI��UH��SH�GH�XpH���b�����t[]A\�f�H��L�����[H��]A\�(����ATUSH��H��0dH�%(H�D$(1�H�F�xx
���@xH�i-Hc�H�>���H��-H�fDH�L$(dH3%(H����H��0[]A\��H��1H���@H�I1H��@H��0H��@H�)0H��@H��/H��@H�I/H�D$���������H��H��t
H�����H�����H��H�T$ 1�H�t$A� H�D$ �1���H�|$ ��������t�/H�|$ ��H�|$���t��������/H�|$�����I�����@H�9.H�D$������H��H���L����Q���f�H��-H�D$�?��������H��H��t
H�����H��L�d$����H�t$1�L��H�T$A� H�D$�L���������H��H��t
H���b��H�����H��H�T$ 1�A� L��H�D$ ����H�|$ ���t���t�/H�|$ u���Q�H�|$���t���t �/H�|$ufD���!�H�|$���t���t �/H�|$ufD�����H�|$������������q����/H�|$�b����m���DH��+H��I����H��*H��9��������������fD��AWH��AVA��AUATU��SL��H��L�`H�|$dH�<%(H��$�1�H����I�D$XI��L�$L��p�����L�l$HL�$I�D$X�x��I�T$|f��H�T$`A��$�.T$`�T$hI��$�H�T$lA��$��T$t����.T$d����.T$h����H�xI�T$`L��$�L�$�8H�rH�IH��H���I�A�L8�D8L��H�IH��H�@H�H���1�iH��a�\��\��\��l$d�d$h�\B�\J�t$`�\��$���$���$��q�L�$f�D$lf~L$tL�|$`L�L$L���/�H�t$lH��H�4$��H�4$L���R�L��fք$�f~�$���f��L�L$f�D$x.T$xf~�$�����.T$|����.�$�����H�|$H�G�xx
t�@x
�?#H�|$H1�1����H��$�dH3<%(H�D$H�H�ĸ[]A\A]A^A_�.T$lL��$�����������.T$p������.T$t������������H�D$`H�t$xL�$H�t$0H��$��D$h��$�H��$�H��H�D$8��L��fք$�f~�$����L�|$Hfք$�f~�$�L���|�I�L$XM� f��H�D$(L�$f�y�f�1�H�\$Pf��H��$�L���|$A��f���|$H�|$@D�t$L�L$X�f.��\$ �d$$(�(��_D$�]|$�_��]��|$(�(��D$H�KX��~6H�{hD�GE��t)J�1HQ�RH��HWH�:�+T$�Hc�I�<�A��fD;a�*A��H�D$(H�{`�d$$L�4��\$ J�41HqfD�$P�H�IH��HOH�|$0H�1H��$��IL�$��K��l$|H�t$8L����$���$��Y��Y��YD$x�\���$��\���$���$���$��\���$����H�t$@L���$���A��D$�$���Hc�I���	�AfE���p���(�(��L$�D$���f��T$�|$I���5�)D�t$�\��\�H�\$PL�L$XD(��DY��Y��DX��X�H�D$H�=�)D�XD(��D^��^�E�������Ic��E��-)1�H��L�,�f�I�?��`�\��A\��Y��AY����L��1��Wf���Pf�Ƀ�H���ZK�Y�f��Z�X�f��ZC�Y��H�f���ZK�X��@�9���A9�tI�L$h�I��u�(�(��f�f��f��H���AZI(��AZ�Y��Y��X��X�f���AZI(��Y��Y��@�f��AZA�X��X��@�9�����M��D9�����U���L�$��tX��L�$I��I�D$X��L�$D�x��A�L��D��D��H��I��H�D$H�+��L�����L�$����`�L�$I���f��f�fE���������H�G�.@|z&u$���.Fzu���.Fzu�H�H�P|�V������f���H��HdH�%(H�D$81�H�GH�P|���H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H����f���H�G�.��z+u)���.Fzu���.Fzu	��H�H����V����8���H��HdH�%(H�D$81�H�GH������H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H����ff.���AWI��AVAUATI��USH��L�wdH�%(H�D$1�H�H��h�v������H��H����L��1�H���H�<$A�ŋ�������t�/H�<$����H�ߺ����H���p�H��L��1��cH�<$�Ë��to���t
�/H�<$t`��to������tvA�Fx	1�H�L$dH3%(��H��[]A\A]A^A_�f����a��g���@���I���u�E��xG�M��t�E�/�A�Fx1��@D�������u��t� �t+A�Fx1��`���@A�Fx1��M���f�A��A��A��E�nx�0����W��fD��AWI��AVAUATUSH��H�odH�%(H��$�1�H�U`H�E`H�$�z����H�UhL�mh�r����H�UXH�EXH�D$�J���H�\$HH�upH����H�D$H�@���VI�G�xxt�@xL���%L����H�|$H�������t�/H�|$H��H��$�dH3%(�z
H�Ĩ[]A\A]A^A_ÐH�PH��H�| ���|$h��@I�G�xxt�@xL���H�|$`����P���t�/H�|$`�<H�|$X�������t�/H�|$X�H�|$P����"���t�/H�|$P�L���&�H�|$���H�|$H��������D��������@����U�r�����1ҹ����H�E`H�‹���,H��H�Uh�@L�mh�r����������v�r�����1ҹ���!�H�EhH�‹���MH���@����������r�����1ҹ�����H�EXH�‹����H���@����H�D$pH��H��H��H�D$����H���#�����I�G�xxt�@xL���H�|$�h��n���H�Ћ�������r������1Ҿ���H�E`���@H�Ћ���D����r���u�1Ҿ����H�EX�����H�Ћ��������r���u'�1Ҿ���H�Eh����1�L����
H�Eh�q���D1�H�}X�-H�EX���@1�H�}`�eH�E`���@1�L���
H�EhH���e���f�1�H�}X��H�EXH������f�1�H�}`�H�E`H�����f�L��$�H�t$L����H�t? H�D$P������x�Mp1�H�|$P����H�T$P�zx�J�L�d$P�L��������P1�L��L�����NL��H�|$XA����H�t$X�~�mH�\$`HvH�����H�5H�������H�D$XH�\$hH��H�PH�|���|$h�D$�����H�D$Xf�x�N���H�Mh�A�q�P������� 9��#1�L���D$ �H�Eh�D$ HcH�L$H��H��HH���	�A�PH�|$`����y���t�/H�|$`�eH�|$X���t���������/H�|$X�����@���Q����@H�5�H��������H�T$X�B�����}���H�BH�\$hH��H�|�g��|$h�D$�V���H�D$XH��H�PH�| �@��|$h�D$ �/���H�D$XH��H�PH�|0���|$h����H�E`�X�H��s������9���p1ҁ��H�<$�D$,�NH�U`�D$,HcB�T$�\$ H�|$`H��H�@H����HB��X�@�J����������������fD���t����9����.�/���H�|$X����������fDH��9�������q�������DH��H�5_�a��Å����H�T$X�B������H�BA��H�tH�D$h�H��H�D$ ���H�|$hH�t$D�
H�t$H������|$D�D$,�H�D$h�x��H�PH�t$H�|�
�����|$D�D$0��H�D$h�������t
�(�H�D$XH�|$ A��H�PH�t �[���H�|$hH�t$�
H�>��|$D�D$8�XH�D$h�x��H�PH�t$H�|�
�����|$D�D$4�H�D$h��������t
�(�xH�D$XH�|$ A��H�PH�t0���N��H�|$hH�t$�
H����|$D�D$<��H�D$h�x~+H�PH�t$H�|�
�d���|$D�X��H�D$h�������t
�(��|$,�����D$8��=���p�L$<���L$8�����Y�|$0���K�����?�|$4���1�L$,H�t$ �D$<H�|$�D$0f�L$hf�D$0f�D$j�>	�D$<H�t$ H�|$f�D$h�D$4f�D$j�	�D$8H�t$ f�\$4H�|$f�\$jf�D$h�H�D$X�x����H�PH�|$ A��H�\$CH�t@�5����H�D$h�
H��H@H��������|$C�D$ �.H�D$h�x���|$ ����1��D$8H�t$H�|$f�D$D�D$4f�D$F�Sf�\$FH�\$�D$ H�t$H��f�D$D�2�D$,H�t$H��f�D$D�D$0f�D$F�H�|$h���t��������/H�|$h�����������f.�H��9��!����p������D�D$0�z����HH������x����O������1�����@�������@��������@I�G�xx�c��@xL����
�O�fDH�|$h���������H�|$h������o�����D$4�B���H�|$h���l�������H�|$P���t���t�/H�|$Pt
L���M��������)����I�G�xxt�@xL���
H�|$h���t����s��/H�|$h�d�������P�I�G�xx�B��@xL�����.�H�PH��H�|�
�O���|$C�m����X�����w�|$ ���E���I�G�xx�_����@xL���n�K�������@��H��tD��t'��t�f.�H��t� H���^��fDH�11�H;pt-A��f�H�NHVH���tH�H�L���fDH�@H9A��H����	��f.����H��tD��t'��t�f.�H��t� H������fDH�11�H;pt-A��f�H�NHVH���tH�H�L���fDH�@H9A��H����	��f.����H��, SH��H��pH�G����H�{h���tV���t�/tGH�{`���tZ���t�/tzH�{X���t^���t�/tuH�����H�߾�[����H�{h�����H�{`���u������H�{X���u����s��뜐H�{`��f.�H�{X��f.���H��+ SH��H��pH�G����H�{h���tF���t�/t7H�{`���tJ���t�/tzH�{X���tN���t�/tuH��[�<��@H�{h������H�{`���u������H�{X���u������H��[����f.�H�{`�f.�H�{X��f.���AUI��ATUSH��L�'IcD$��y
¹H�9�}eI�L$Hc�H�\�H��I�,L�I�f.�H��L9�t7H�;I�uHcW;Vu�HvH�j����u�H��H��H)�[]H��A\A]ÐH�������[]A\A]���UHc���H��SH��H��H����w��H�uH�ËFH�{�CHcVH�HvH���B��H�U�C�J����	ȈC���t���t�*tH�]H��[]��H�}���5��H�]H��[]�f.���UHc���H��SH��H��H�������H�uH�ËFH�{�CHcFH�HvH�@H�����H�U�C�J����	ȈC���t���t�*tH�]H��[]�H�}�����H�]H��[]�f.���UHc���H��SH��H��H������H�uH�ËFH�{�CHcVH�HvH������H�U�C�J����	ȈC���t���t�*tH�]H��[]��H�}������H�]H��[]�f.���UH��SH��H��H��A�q�P������v79�w:1�H������H�HcH�uH��H��HH���1�PH��[]�DH��9�vӋq����f.�f���H��H�1* �H�=�P��H�=�H���f��fD��1��f����f.����H��H��tH�H��f.����f.����S1�H�����H�j( H�[�D��H�U( SH��H����H��[�����H�5( SH��H�����H�����H��[�h�����H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���AWAVAUATUSH��HL�-�( H�<$�t$L��H�T$dH�%(H��$81��,��H��H���A���hI�Ɖ�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�fL�����H��$�B�8*A�FH��$�H��D��$�A��@�QL��$�DŽ$�@I�D$H��$�fo�@<L��H��L�|$ H�\$(H��$�H�yH�L$�t��H�L$A�FA��H�Mc�������>H��$��
B�0L�t$01�H��$�L���H�H�����L��L�l$XH�D$@H�W���H��$��D$<�����- ���������M��A��L��H�3���H�5����W��H�|$ �D$4�������t�/H�|$ �H��$������H���[��H��E1ɹ@A�H�s���H�5�����H�|$(�D$8��������t�/H�|$(��H�$�L��I��H�D$hH�D$H�D$H�D$p�D$PH�D$H�D$`H�����H�D$x��$�����H��$�L9�t���H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_�fD���������@������,���@��L���>�����f�L���(��H��* H��H�D$H�T$(�/��H��* �p�
����9rCrH�\$(�H�߃��N��H�t$H������*H���D��H��M��H�2���A�H�5����P����* H�|$(���t���������/H�|$(��������D$�����D$���Ic�� ��D��$�L��$�H��$����Hc������$�H��$�H��H��$�����f��J�����9����J���������f.�@��H�H�(t	�\��@H�$ ���1�1�H�5$ ���ff.����1ɺH�5�# �y������1ɺH�5�# �Y������1ɺH�5�# �9������USH��dH�%(H�D$1���ur��wMH�
�	��Hc�H�>��f.�H�����>������u�K�f�f~Kf�H�D$dH3%(��H��[]�D��
����t���u�H�1�������X��u�����D1ɺH�5�" �U���1ɺH�5�" �=���x����1ɺH�5�" ����X����1�1�H�5e" ����;������.���fDH�QH�1H�
*���H�H9�tjH�
;���H9���H�
K���H9�ufH�z�������������H��H��H�����H�$H�H��H�H�$�D������H�z���������f�H�
����H9������H�z�u�����j���f.��;��V���fDH�z�E�����:���f.����f�f~K����D���������@�3������������H��tGUH��SH��H�50H��H�������H���uH��[]�@H��H��H��[]�W���1�Ðff.����ATI��UH��S��H���G����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$�M����D$���H��H���22QmlWavefrontMeshPlugin����QmlWavefrontMeshPlugin���������� ��p��0�������`���������
Unknown error����EError: Invalid plane. V and W must be non-null and cannot be parallel����Error: Too many attributes����'Error: Missing '%1' and '%2' attributes����Error: Missing '%1' attribute����Error: Missing '%1' attribute����Error: File not found����'Error: Unsupported index size in source����'Error: Unsupported face shape in source����Error: Invalid source����No error/ vtvf21QWavefrontMeshPrivate?�?Qt.labs.wavefrontmeshN11QQmlPrivate11QQmlElementI14QWavefrontMeshEEQQmlListPropertyP���0����������h���.>)*+,-	+++++	QI
�	PISQI
SQIC	
����X����O����
C����
9����/������������������������	�������������������������������������������������������&�����2�����������QWavefrontMeshQML.ElementWavefrontMeshsourceChangedlastErrorChangedprojectionPlaneVChangedprojectionPlaneWChangedreadDatasourcelastErrorErrorprojectionPlaneVprojectionPlaneWNoErrorInvalidSourceErrorUnsupportedFaceShapeErrorUnsupportedIndexSizeErrorFileNotFoundErrorNoAttributesErrorMissingPositionAttributeErrorMissingTextureCoordinateAttributeErrorMissingPositionAndTextureCoordinateAttributesErrorTooManyAttributesErrorInvalidPlaneDefinitionError14QWavefrontMesh�QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfacevQmlWavefrontMeshPlugincuri�uQt.labs.wavefrontmesh�;�8x����X���(����8���(H���<h����x����������@(��PH���h��d�����������x��P���d���������������h������08�����������H������,h��@��Xh�l���������X�x�����h����(��8��H��h��x���������4X�H�����8��X�	x�	��,	�X	x�	zRx�$�����FJw�?:*3$"D@����\���p��� �������-L�\����������1L�`� ���!�����,����=E�D K
AK
CF4<����SJ�D�Q R
AAEDG�A�t�	�x���������p��L�`
L �0��L�S
II
O��<���lF�I�B �B(�D0�I8�D���~�B�B�I�j�F�B�B�I�j�F�B�B�I�\
8A0A(B BBBA� ����,���)L�X�@����<����H���E�T4�L���GF�D�D �U
ABJLDB00d���9F�A�A �GPd
 AABILdp���F�E�E �B(�A0�C8�J�b
8A0A(B BBBD����M����^HPP
A�0��X�|��aHPS
AH����F�E�A �A(�D0p
(D AFBBD(F ABBH`����F�E�B �B(�D0�A8�DP�
8A0A(B BBBJ0�����E�I�L d
AAH[AA0�T��E�I�L h
AAD[AA0���E�I�L d
AAH[AA(HL�tE�D�G H
AAFLt ��lF�E�B �B(�A0�A8�G��
8A0A(B BBBB�������������E�U0�� L�OL��(L�Wh��pL|��F�B�B �B(�A0�A8�G��
8A0A(B BBBG�H�:Hm�p���EHj�(� 4�$@�8L�LX�(`d�wE�A�D0~
AAF4���SJ�D�Q R
AAEDG�A�P����F�D�D �F0D
 AABDI
 DABHd
 DABEGNU�`7`6 7� � \0[�j� �7�8P9`9�9������ �9�9k�jp7 p`p�� � 0fPi�i�`�`�I�@�=�v�� 0fPi�i�<�<�I�@�=@r�p�f�
�
�
�
�
�
!0:H�,
�jȇ ؇ ���o`p�
� � 8X%H	���o���o���o�oB���o-�� �,�,�,�,-- -0-@-P-`-p-�-�-�-�-�-�-�-�-.. .0.@.P.`.p.�.�.�.�.�.�.�.�.// /0/@/P/`/p/�/�/�/�/�/�/�/�/00 000@0P0`0p0�0�0�0�0�0�0�0�011 101@1P1`1p1�1GA$3a1�,�jGA$3p1113`6"fGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113@:�jGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFYp7"fGA+GLIBCXX_ASSERTIONSGA+GLIBCXX_ASSERTIONS0f�j
GA*FORTIFYlibqmlwavefrontmeshplugin.so-5.15.3-2.el8.x86_64.debug��7zXZ�ִF!t/���]?�E�h=��(a�K"�`�'~��^����71��3g��CЃ�暀��	'�d����M#�����k��UQpQ*yq���ž�zpc��;|C���Z��/"���Qml����K�q��ؕ���ĈY���Cf�8>��� ��VO{E�M�.����,	�9��1X]��ueB��m�i�P�����+4w���ѥ-J�lt9<�?Pz
���"eC��
L�])����^5@��[�q����~����怴�������Nс�=js�z$F�[æ�_����CF�8��5n���lN��W㇦���|Kp�C����
�u{����_s�틓&�kKP�R��4�q�y߱H�i)<V�]�?��i��\��Z��c�%��{m�_�鏤%�h��o�dO�d}���-yr<l�gK�'������3nY���7 ��������rε�e-����X��8;�F64)¯�����fP+`;`7WlN�ҟ�e�`���0m���|m~�*� g�2������s"9�!���58B�4㿹x��q��2���'�Dc>4�*��mM�&�%�ځ=\�=��=Dv������������L�PF�e'1l_-Ƕ%��ո6f��G��|���SK�p܆v6s���-ވ�-ұ^za&QaiK�E���b�,��M����ot<
}��v>�(�LA(6Rb\5��2L�9s6�Mu�u�a���7�z�v��G��I	�Yﯞ�~
�R�.ʅA�7]ܔ��K�m��«!�ڎ*��tu�
n����ΈA��A��(|�3��/QC^���m5S��p-�8�7�v
ߛeS�Gx������k\\4��$`G�<��d}��ř����s�\������+Q|��J�6A8������Ӟoy�>�"��
i�J�r,�ח���^^ŪM��*��� X�2>y���F�7�di*x�:�ϖ�K�/g�/�ܹH!���Xuo"�p��J�_=�[?�l�z�z��k�
��	*�IT̅��{�^K�a3��h?���QyWj8���U2�����|f$��.�'��!��}��kS��v�s��K/�����Ta��N��#�p^�;Z[�-�7�MH�pd0�B1�	�Iu�;e�(�j�6�fa����$��7�`|��i��4�B�fl�I�"YDn���G*/l��-��{v2�ލf�W�lH.�:j�V�S-g���GM|I�&�/aS�+��h��f��Ҩ:G�\���'
�i�1.v�*�n��G	�|������o�����S%Z�c۠C�_��@?�bX��T�	ʨ�w��0�YZ�"��A��E���A���4֬���r�ֶ�*�V1-��o�*U=hNȶ�Y�c�!rY�1D�{_�Z��@�7��5XpV�L.;*��o�����$w�mƐw�(C����(���ɋj��m/<UN>�~�ӻӦ^�J�[���E��/E�-/j}���g`�hъB��qj�������B2�B��<g�_�#*���/"�U⻥J�\����PL���� ��2P�w��d&��I�¶��� �f������֥���QPk%=�&�Ƅ���B��+�?�T�6��o�Tf�haR�A�R�ܑ�Ɍ�Is�ml�ɚ�� �61_���RE�1�d>��V,͞0�K��9z��Tpݕ$�va�\��'^*�e���l�yy�~�L@j�;h��yU�S�R��vGȬP����X��\J/�JV�)��W'��̺�v�� 7���@���5؞����#�pp=���G�g��Y6U��[����=�ب[��|��s]�{�-6�V�FF�c}��"|>���[�bn� �J	I��^ۖ�
W�2E.s��Vr��+%�]���v�Z)~�%�k�l�6E�CQ���?��c��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(���	0pp�8���oBB�E���o0THH^BX%X%8h�,�,c�,�,�n�1�1�w`6`6)4}�j�j
��j�j� ��v�v��v�vv �8w8w��yy� � � �ȇ ȇ�؇ ؇�� �� ��� ���� �  ��� �@@�`�dL�<*���h�9PK�[�ytvvQt/labs/wavefrontmesh/qmldirnu�[���module Qt.labs.wavefrontmesh
plugin qmlwavefrontmeshplugin
classname QmlWavefrontMeshPlugin
typeinfo plugins.qmltypes
PK�[����<<"Qt/labs/animation/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: []
    Component {
        file: "qquickboundaryrule_p.h"
        name: "QQuickBoundaryRule"
        prototype: "QObject"
        exports: ["Qt.labs.animation/BoundaryRule 1.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "OvershootFilter"
            values: ["None", "Peak"]
        }
        Property { name: "enabled"; type: "bool" }
        Property { name: "minimum"; type: "double" }
        Property { name: "minimumOvershoot"; type: "double" }
        Property { name: "maximum"; type: "double" }
        Property { name: "maximumOvershoot"; type: "double" }
        Property { name: "overshootScale"; type: "double" }
        Property { name: "currentOvershoot"; type: "double"; isReadonly: true }
        Property { name: "peakOvershoot"; type: "double"; isReadonly: true }
        Property { name: "overshootFilter"; type: "OvershootFilter" }
        Property { name: "easing"; type: "QEasingCurve" }
        Property { name: "returnDuration"; type: "int" }
        Method { name: "componentFinalized" }
        Method { name: "returnToBounds"; type: "bool" }
    }
}
PK�[_M������+Qt/labs/animation/liblabsanimationplugin.sonuȯ��ELF>�4@Ȟ@8	@P�P� H�H� H� �8	 ���� �� ��888$$0�0�0�  S�td0�0�0�  P�tdtststs��Q�tdR�tdH�H� H� ��GNU�{��}��{H,���l��x`�@00`cdl�⍺�|CE���qX-���c�U�
�,Y�~����c�*+
�n��=`�]
�7#�*�	X�	9��,�, �K�5��� �cF"<	���"��	 ���w<	F�
�Z��>����Zd�����7$u�]
�� �� 
� ��]=__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZN21QAbstractAnimationJobD2Ev_ZdlPvm_ZN12QEasingCurveD1Ev_ZN12QQmlPropertyD1Ev_ZN14QObjectPrivateD2Ev_ZN28QQmlPropertyValueInterceptorD2Ev_ZN7QObjectD2Ev_ZN12QQmlPropertyaSERKS__ZN5QtQml9qmlEngineEPK7QObject_ZNK11QMetaObject11indexOfSlotEPKc_ZN17QQmlEnginePrivate24registerFinalizeCallbackEP7QObjecti_ZNK11QObjectData17dynamicMetaObjectEv_ZN11QMetaObject8activateEP7QObjectPKS_iPPv__cxa_guard_acquire_ZN16QLoggingCategoryC1EPKc_ZN16QLoggingCategoryD1Ev__cxa_atexit__cxa_guard_release_ZNK12QEasingCurve16valueForProgressEd_ZN8QVariantC1Ed_ZN19QQmlPropertyPrivate5writeERK12QQmlPropertyRK8QVariant6QFlagsIN16QQmlPropertyData9WriteFlagEE_ZN8QVariantD1Ev_ZNK14QMessageLogger5debugEv_ZN11QTextStreamlsEi_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString_ZN11QTextStreamlsEd_ZN6QDebugD1Ev_ZN10QArrayData10deallocateEPS_mm_ZN11QTextStreamlsEc__stack_chk_fail_Znwm_ZN14QObjectPrivateC2Ei_ZN12QQmlPropertyC1Ev_ZN12QEasingCurveC1ENS_4TypeE_ZN7QObjectC2ER14QObjectPrivatePS__ZN28QQmlPropertyValueInterceptorC2Ev_ZN12QEasingCurveC1ERKS__ZNK12QEasingCurveeqERKS__ZN21QAbstractAnimationJobC2Ev_ZN21QAbstractAnimationJob5startEv_ZNK12QQmlProperty4readEv_Zls6QDebugRK8QVariant_ZNK8QVariant6toRealEPb_ZN17QQmlEnginePrivate12designerModeEv_ZN5QtQml18qmlExecuteDeferredEP7QObject_ZNK14QMessageLogger7warningEvstrcmp_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI7QObject_ZTI28QQmlPropertyValueInterceptor_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI14QObjectPrivate_ZTI21QAbstractAnimationJob_ZN21QAbstractAnimationJob15updateDirectionENS_9DirectionE_ZNK21QAbstractAnimationJob14debugAnimationE6QDebug_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN7QObject16staticMetaObjectE_ZN25QQmlEngineExtensionPluginD2Ev_ZdlPvqt_plugin_query_metadataqt_plugin_instance_ZN25QQmlEngineExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject_ZN25QQmlEngineExtensionPlugin11qt_metacastEPKc_ZN25QQmlEngineExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTI25QQmlEngineExtensionPlugin_ZN25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N25QQmlEngineExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN25QQmlEngineExtensionPlugin16staticMetaObjectE_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QMetaObject14normalizedTypeEPKc_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZNK11QMetaObject9classNameEvstrlenmemcpy_ZN10QByteArrayC1EPKci_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfreemalloc_Z17qmlRegisterModulePKcii_ZN22QQmlModuleRegistrationC1EPKciPFvvE_ZN22QQmlModuleRegistrationD1EvlibQt5Quick.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Gui.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endGLIBC_2.14GLIBC_2.2.5GLIBC_2.4Qt_5.15.3_PRIVATE_APIQt_5Qt_5.15CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9	
	
				�@���
ui		"
ii
.
�@YxO
8
%�N
��S
�@ӯk[
t)�
f
yѯr
rYxO
8
%�N
H� �5P� �4X� P5`� `� p� �� x�  ]�� P]�� qȇ 0q� Pq�� ؇ � �\� �\� �\� �8 � �\(� �C8� �\P� �� X� �6`�  [h� �[p� �5x� �5��  6�� 0YЈ �� ؈ �5� 6� �6� [� �k� `i� @J8� �qP� 0� X� �]`� _h� p_p� �_x� �_ȉ 0� Љ �_؉ �_� r� �q� �]8� �r@� �� P� 0� X� �6`�  [h� �[p�  ax� �a��  6�� 0YЊ 0� ؊ Pa� �a� �6� [�� :�� �� �� U؇ U0� U0� UЇ 
� 10� '@� X�� �� �� �� P�� P�� P�� 6�� 6�� 6�� =�� =�� =�� J�� J�� J�� Z�� Z�� Z�� �� �� � )@� A�� "� $� ȏ Џ ؏ ,� 4� 7� B�� [�� �� �� �� �� ȍ Ѝ 	؍ 
� � � �� � � � �  � (� 0� 8� @� H� P� X�  `� !h� #p� %x� &�� (�� *�� +�� -�� .�� /�� 0�� 2�� 3Ȏ 5Ў 7؎ 8� 9� ;� <�� >� ?� @� C� D � E(� F0� G8� H@� IH� KP� LX� M`� Nh� Op� Qx� R�� S�� T�� V�� W�� Y�� \�� ]�� ^�� _��H��H�)d H��t��H����5�a �%�a ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD��������%U] D���%M] D���%E] D���%=] D���%5] D���%-] D���%%] D���%] D���%] D���%
] D���%] D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%�\ D���%}\ D���%u\ D���%m\ D���%e\ D���%]\ D���%U\ D���%M\ D���%E\ D���%=\ D���%5\ D���%-\ D���%%\ D���%\ D���%\ D���%
\ D���%\ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%�[ D���%}[ D���%u[ D���%m[ D���%e[ D���%][ D���%U[ D���%M[ D���%E[ D���%=[ D���%5[ D��H���H�5�=H�=�[ H�
�+����H�=[ H��H��R H�5�[ ����f.��H�=![ H�[ H9�tH��Z H��t	�����H�=�Z H�5�Z H)�H��H��H��?H�H�tH��Z H��t��fD�����=�Z u+UH�=�Z H��tH�=�Q �)����d�����Z ]������w������H��R SH��H�H��H�GH�GH�xhH��tH��PH�{���H��[�������H���fD��SH�����H�߾([�E���D��H����fD��USH��H��H�GH�xX���H�������Y H�h��yH�H��H�5a1H��������Y ��H��H��H��[]������H���fD��H�H�(t	�l���@H�QR ���1�1�H�5AR ���ff.����1ɺH�5R �i�������1ɺH�5�Q �I�������1ɺH�5�Q �)�������1ɺH�5�Q �	�������1ɺH�5�Q �������1ɺH�5~Q ��������1ɺH�5^Q �������1ɺH�5>Q �������1ɺ	H�5Q �i�������1ɺ
H�5�P �I���f����X ��tH�
X �f�H��H�=�W ������uH��W H���H�5~/H�=�W �
���H�=�W H��N H�5�W �c���H�=�W ���H��W H��Ðf.���AVAUATL�%$U��SH��H��`dH�%(H�D$X1�H�H�PL9���H�Gx���)�f��*�L9���H�{x���f��H��`�*��^��D$������f������D$f(��\�f/�sfW"8�YD$f/�wn�\��L$���L�d$0�@��ub�D$L�����H�{x�L��H��X����L�����H�D$XdH3%(�bH��`[]A\A]A^�fD�X��L$�@�3���L�l$ L��H�@L��H�D$0H�D$8H�D$HH�D$@�_���H�|$ ������L�t$ A�~ ��H�l$(�H�5�-H������L��H���?���H�|$(��������t�/H�|$(��H�|$ � ���D$�Y�6f��f/��A�X�6�,��@���L�t$ A�~ ���H�5"-H�����L��H�����H�|$(��������t�/H�|$(�~H�|$ � ���D$�D���L�t$ A�~ ���H�5�,H��� ���L��H���E���H�|$(��������t�/H�|$(��H�|$ � ���D$����H�|$ � �9L���������@�D$H���H�{x�D$�A���fD��H�H�R����f.�f(��\
�5�,�f���*��\��X�5�,�����������H�|$ � �U���� ����H�|$ �A���fD����H�|$ � ����� ����H�|$ ����fD���q�H�|$ � �s���� ���H�|$ �_���fDL��� �{���L�t$ ���� �f�������L��� �S���L�t$ �6���f�L��� �3���L�t$ ������@��ATI��UH����S�H����H��H�����H�)J H�{XH����H�{`���L��H��H��H�4H�ChH�CpH����f���H�CxHǃ�Hǃ�Hǃ�Hǃ�Hǃ�Hǃ�d�u�H�}���H�]J [H�EH��H�E]A\�@��H�G������H�G@8��t@���1�1�H�5�J �����Ðff.���H�G���Ðff.���H�Gf�����f(��\�f/�sfW
�2�Y
�2f/�f(�sfW�2f/�sfW�2�]�f/�r����1ɺH�5
J �U����@��H�G���Ðff.���H�Gf�����f(��\�f/�sfW
&2�Y
F2f/�f(�sfW2f/�sfW�1�]�f/�r����1ɺH�5jI ��@��H�G���Ðff.���H�Gf�����f(��\�f/�sfW
�1�Y
�1f/�f(�sfWl1f/�sfW^1�]�f/�r����1ɺH�5�H ��@��H�G���Ðff.���H�Gf�����f(��\�f/�sfW
�0�Y
1f/�f(�sfW�0f/�sfW�0�]�f/�r����1ɺH�5*H �u�@��H�G���Ðff.���H�Gf�����f(��\�f/�sfW
F0�Y
f0f/�f(�sfW,0f/�sfW0�]�f/�r����1ɺH�5�G ���@��H�G���Ðff.���H�G�@x�f���H�G���Ð��H�G9��t ���1ɺH�5G �g��Ðff.���SH�vH��H��`��H��[�fD��AUATI��USH��H��H�odH�%(H�D$1�L�m`L�����uAI9�t&I��H��L���E�H�$H�E`L��H�U`H�$�}�1ɺ	H�5oF L����H�D$dH3%(uH��[]A\A]����fD��H�G���Ð��H�G9��t ���1ɺ
H�5F �W��Ðff.���H�Gƀ����Uf��SH��H���GxH�of/�sfW(.�
H.f(��]��Y�f/�r.���f/�sfW�-�Y��]�f/�r:H��[]�H�Cx1ɺH��H�5WE ��f���
�-�@Hǃ�H��H��1�[�H�5E ]�i����AUATUSH��HdH�%(H�D$81���t&H�D$8dH3%(��H��H[]A\A]��H������@��u(H�{x����H�CxH��H�@hH��P����H��H�t$L�d$H�D$H�@H��H�D$H�D$(H�D$ ���L�,$�L��H�59#��L��L����H�|$���t���t�/H�|$u����H�<$� uH���C��6���fD� �������fD��AUATUSH��xH�_dH�%(H�D$h1�H�{h����f��H��f/����������������D$���H��H�����Kp�D$H�GB H�EH�]x������H�kh�6��@���RH�{h����H�L$hdH3%(�,H��x[]A\A]�D1�f/�vԋ��������V���H�EL�d$@L��L�hh��L��H��A��L���D�H�{h�n���H��������@������L�l$L��H�l$0H�@L��H�D$@H�D$HH�D$XH�D$P��L�d$�H��H�5k!��L��H����H�|$0��������t�/H�|$0��H�|$� ��GH�sXL�d$(H�|$ H�\$ H����H��H��L���O�L����H���O�H����L������D���@��u��u������L�d$(H�t$@H�@L��H�\$0H�D$@H�D$HH�D$XH�D$P��H�l$(�H��H�5< ��H��H����H�|$0���t1���t�/H�|$0t!H�|$(� ��L���:�����������������L�d$(H�t$@H�@L��H�l$0H�D$@H�D$HH�D$XH�D$P��L�l$(�H��H�5����L��H�����H�|$0��������t�/H�|$0��H�|$(� �H�Ch�����L�l$(A�} ��H�5KH���]�L��H����H�|$0���tO���t�/H�|$0t?H�|$(� ��H�Ch�����H�|$(� ulL������������������q��+���@���Y��Y���@� ���O����� �v��@� �f�H�|$(���@� �N�H�|$(�<���@L�� �3�L�l$(����f�� ��H�|$������fD��USH��(dH�%(H�D$1���������H�5N��Hc�H�>��f�H�QH�1H�
"�H�H9��H�
/�H9���H�
?�H9���H�
O�H9���H�
_�H9���H�
o�H9���H�
�H9���H�
��H9���H�
��H9���H�
��H9���H�zu�	f�H�D$dH3%(��H��([]�D��
������t"��u�H�1��
w�H�
r��Hc�H�>��f�H���
w�H�
���Hc�H�>��DH�zu���~���H�G�;���l������fD1ɺ
H�5= �]��H���H�G�:���5�������1�1�H�5�< �(�����H�G�;���������1ɺH�5�< �����H�Gƀ�����1ɺH�5�< �������H�L$���H�L$H�H�����������fD1ɺH�5:< ���p���1ɺH�5"< �m��X����1ɺ	H�5< �M��8����1ɺH�5�; �-������1ɺH�5�; �
�����1ɺH�5�; ��������1ɺH�5�; �������H�z���������f.�H�z�������z���f.�H�z�e�����Z���f.�H�z�E�����:���H�G�����)���H�G��������H�G��������H�wH�l$H��H��`�]�H�T$H�H��H�H�D$������H�G�������H�G�@x����H�G�������H�G�������H�G�����n���H�G�����Y���H�G�����D������:�����q��,�������������5������������������@H�z��������f.�H�z��������f.�H�z���������f.�H�z�������z���f.�H�
�H9��`���H�z�U����
�J�������@��AUf(�ATUSH��H��x���H�odH�%(H�D$h1�f/��mf(����f���\�f(��\����f/��/f/��5#!f(��Y�sfW-� f/�sfW%� �]�f/��}�kxf(�f(��_��\��Cxf/�sfW%� �Y�f/�f(�sfW5� f/�sfW-� �]�f/���������H�{`����|$tf(��Y���\$�$�^��p��$�Y��XL$�L$���@�\$���LH�D$hdH3%(�D$��H��x[]A\A]��fW��������f/���f(����f���~��\�f(��\�f(����f/��f/��5�f(��Y���f/����]�f/����kx�]�f(��\��Cxf/��:�Y�f/��f/����]�f/���������H�{`����k���fW��Y���\$�$$�L$�^����L$�$$�Y��\��d$�7��@�\$��������$L�d$0��H�t$@L��H�@H�D$@H�D$HH�D$XH�D$P�E��H�|$0�$�G f(���L�l$0A�} ��H�l$8�H�5H����L��H�����H�|$8���t���t!�/H�|$8u����Y��H�|$0� �Z������L�l$0A�} ���H�5H���y�L��H�����H�|$8��������t�/H�|$8��H�|$0� �l����/��L�l$0A�} �/�H�5H����L��H���0��H�|$8����q���t�/H�|$8�]H�|$0� ���Cx����H�\$0�{ ���H�5�H�����H��H������H�|$8��������t�/H�|$8��H�|$0� �$�D$�Y��H�|$0� ��L���2���I���DfW��]�f/��2���1ɺH��)$H�5�3 �\$���f($�\$����fDf/�fW�����f/�fW��Y�������@fW��]�f/��|���1ɺH��)T$ H�5@3 �L$�4$�\$�z��f(T$ �L$����4$�\$�,���fDf/�fW��
����fW������1ɺH���L$H�5�2 �4$�\$�	���L$�4$����\$�>����\$�����1ɺH���\$H�5i2 ����Cx����\$�I���@�$L�d$0�I�H�t$@L��H�@H�D$@H�D$HH�D$XH�D$P�x��H�|$0�$�G f(��Q��L�l$0A�} ��H�l$8�H�5H���(��L��H���M��H�|$8����V���t�/H�|$8�BH�|$0� �k�������L�l$0A�} �A���L�� ���L�l$0�*�������A���)���@���)���9���@��������@�CxfW����f.�� �&������� ���H�|$0����@� ���H�|$0�F���@H�߾ ����H�\$0�D���f�L�� ����L�l$0���f�� ���H�|$0���@���I�����@L�� �s��L�l$0�H���f�� �V��H�|$0���@L�� �;��L�l$0�C����� �&��H�|$0�������fD��AUATI��UH��SH��H��hdH�%(H�D$X1�H�t$�D$�
���|$��I�\$���L�kXt����D$u6�H��L�����H�D$XdH3%(�SH��h[]A\A]��������u�L���g���D$H�������CpH�\$0H���G��L��H���W��H������DL�d$H�iH�D$0H�t$0L��H�D$HH�\$(H�D$8H�D$@�:��L�l$�2H��H�56����L��H�����H�|$(���t[���t�/H�|$(tKH�|$� uX�GL�l$ H��L��H�|$ H������H�����L�����L���|��������������� �>��H�|$�����f���H�������f���H����UH��SH��H�5�H��H�������tD�H�==
H����€���t�/H�=eH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]����1�Ð@��ATI��UH��S��H�������x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����
[]A\����H���L��D$���D$���@H����[]A\�@���H�U���������H��1�L��D$���D$�����f.�����f.����H�Gx���Ð��H�%+ H��=��f.���H�+ SH��H����H�߾�[�;��f.����H�M* SH��H�`H�G�����H�{X�[��H��[����f���H�* SH��H�`H�G����H�{X�+��H�����H�߾�[����D��Ðf.���H�H�(t	�\��@H�A, ���H�5�@��SH���p2 ����H�q2 H��t<�P��t5H�=e2 t+H�����@����H�H2 H��[�f.���F��1�H��H�����H�
+ H��H�H��xH�CH��H�D$H�D$���H�=�1 H��1 H��1 H���u����/u�u��H��1 H���c���H��1�[�DH�=�1 �L��������H��( H�5�1 H�{1 H�=DH�q1 ����H�=M1 �x�������f���H��tGUH��SH��H�5�H��H�������H���uH��[]�@H��H��H��[]�g���1�Ðff.����������H��) H�H��xH�G���D��H��) H��H�H��xH�G������H��) SH��H�H��xH�G�a��H�߾[�c����H�]) SH�_�H�G�H��xH�H���-��H�߾[�/��f.�D��H�H��t�(uH�?H��t�����f.�D��H��H��( �H�=���1ҾH��H�=�����f����f.����H��H��tH�H��f.����f.����1��f���S1�H���!��H�R) H�H��H�C[�f.���H�-) SH��H�H��H�G�A��H��[�X�����H��( SH�_�H�G�H��H�H���
��H��[�$��@��H��( SH��H�H��H�G����H�����H��[�`����H��( SH�_�H�G�H��H�H�����H������H��[�,��f.�f���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���ATU��SH��H��dH�%(H�D$1�H��tR���L�
k& H�����H�5����H��0�D�����H�L$dH3%(��H��[]A\�DD�%�- E��uXI��H�5BL�����L��H������V���H�<$A�ċ��t���t�/H�<$u������D�%@- A����@���D��H���o���`����u��D��ATU��SH��H��dH�%(H�D$1�H��tJ���@H���H�V���H�5/���E1�0�D�����H�L$dH3%(��H��[]A\ÐD�%�, E��uXI��H�5bL�����L��H������^���H�<$A�ċ��t���t�/H�<$u������D�%D, A����H���D��H���w���d����}��f.���AWI��AVAUATUSH��HH�=�$ �t$H�T$dH�%(H��$81��@��H��H���E���hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL���~��H��$�B�0*A�EH��$�H��D��$�A��@�L��$�DŽ$�@I�D$H��$�fo�
�@<H��L��H�\$(L��$�I�xL�D$���L�D$A�EA��H�Mc�
�����A�>H��$�B�(L�l$01�H��$�L���H�H�3���H���D$<(H�D$@H�,# H�D$XH����H��$�����H�ߺ1��d���H�|$(�D$4�������t�/H�|$(��H��$������H���x��H�ߺ1�����H�|$(�D$8��������t�/H�|$(���D$�L��I��L�|$H�D$PH�D$H�D$hH�D$`H�D$pH�D$x����DŽ$��d��H��$�L9�t����H��$�H��H9�t���H��$8dH3%(��H��H[]A\A]A^A_����������@�������2���@Ic�����D��$�L��$�H��$�����Hc������$�H��$�H��H��$��Q����<����H��H���componentFinalized()qt.quick.boundaryrulems% easing->return animation doneanimation already in progressanimating fromreturned to overshoots maximum  by  (peak ): eased to  overshoots minimum defaultQQmlPropertyValueInterceptorX���P�p����������0� �������J�<�.� �L�L�9���������������s�a�P����
^�QRSTU	V
WXY
Z[\]++++++++++++QIQIQIQIQIQIPIPI�QI�QIQI	
���������������������������������������������������������������������
������������������������������r����k����[����T����K����
D����:����2����*�����������������QQuickBoundaryRuleQML.ElementBoundaryRuleenabledChangedminimumChangedminimumOvershootChangedmaximumChangedmaximumOvershootChangedovershootScaleChangedcurrentOvershootChangedpeakOvershootChangedovershootFilterChangedeasingChangedreturnDurationChangedcomponentFinalizedreturnToBoundsenabledminimumminimumOvershootmaximummaximumOvershootovershootScalecurrentOvershootpeakOvershootovershootFilterOvershootFiltereasingQEasingCurvereturnDurationNonePeakBoundaryRule doesn't work with non-numeric values:org.qt-project.Qt.QQmlPropertyValueInterceptor18QQuickBoundaryRule25QQuickBoundaryRulePrivate23QQuickBoundaryReturnJob�Y@�?�?��mB21QtLabsAnimationPlugin����QtLabsAnimationPluginQQuickBoundaryRule *QQmlListProperty<QQuickBoundaryRule>Qt.labs.animationN11QQmlPrivate11QQmlElementI18QQuickBoundaryRuleEEQQmlListProperty@QTMETADATA !�x.org.qt-project.Qt.QQmlEngineExtensionInterfaceuQtLabsAnimationPlugincuri�qQt.labs.animation�;�Vl����̼�������,���l���|�������������$��8<��L\��`|��t�������������������<���\��|�����D,��d���������������������$���8,��LL��`���t����l����������,���<���L��������0L��l\�����������|���������T������������	L�T	,�<�(L�<\�P|�d�����(��	,��	L�H
\�\
���
���
��	,�
L��	|�
��4
���,��
<��
\�l�|�,��H����d<��|���������4zRx�$����`FJw�?:*3$"Dȹ��P\�p�������%L�T�$�.L�]�����?L�n����
����E�Q0����
$D����`E�A�G FGAl��
�ܾ�� ������������������$���0��� <���4H���HT���\`���p��;L�j�P����d[
AD@�����|F�B�B �H(�C0�G��
0A(A BBBG(�����F�D�I ��MB���0���1D���X���{l`���l��{��������{�P���\��{��������{@�� L��4H��HD��1\p��E�T8xt���F�B�D �A(�G@y
(A ABBA��������1���0�����E�E�G Y
AADFM8$���9F�B�A �A(�Dpl
(A ABBH8`���	F�B�A �A(�D��
(A ABBF(�p���E�A�D@
AAF<���)	F�F�A �A(�G�u
(A ABBH8����F�B�D �D(�G�s
(A ABBHD���
@X����N�D�Q B
EAED
DAGDG�A�T�����F�D�D �F0D
 AABDI
 DABHd
 DABE�h�d� 0�0\�-L�\L �`\�1L�`|��!����,����=E�D K
AK
CF4��SJ�D�Q R
AAEDG�A�0�	$H�8D�LP�`L�tH�#E�]�\�(L�W���0L�_���p�@�,L�[���4L�c0	��F�A�C �G0]
 AABF0H	���F�A�C �G0Y
 AABBL|	��4F�E�B �B(�A0�A8�G��
8A0A(B BBBD�	`�7Hc�	x���EHjGNU��5�4P5`� ��  ]P]q0qPq؇ �\�\�\�8�\�C�\�� �6 [�[�5�5 60Y������� �56�6[�k`i@J�q0� �]_p_�_�_�����0� �_�_r�q�]�r�� 0� �6 [�[ a�a 60Y�����0� Pa�a�6[L]r����������+
�gH� X� ���o`�

�� x@%P�		���o���o`���o�o����o>�� �+,, ,0,@,P,`,p,�,�,�,�,�,�,�,�,-- -0-@-P-`-p-�-�-�-�-�-�-�-�-.. .0.@.P.`.p.�.�.�.�.�.�.�.�.// /0/@/P/`/p/�/�/�/�/�/�/�/�/00 000����GA$3a1�+�gGA$3p1113�4�gGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1113�]Q`GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY�5�gGA+GLIBCXX_ASSERTIONSliblabsanimationplugin.so-5.15.3-2.el8.x86_64.debugxh��7zXZ�ִF!t/��(��]?�E�h=��(a�K"�`�%XhV1&1�K�G�z�TY��9�O��!����H�g�r�*��J9Xa�@zqq=Wc@{ZF��Š��b�Z^¼F5�!������4
��횳2K����}D�I�F���"�O?Z����\��E��țs�#����G!��J��{�c煮��V���?%�҂h]�Ǔ�V���
��-�c��Hլ�/r��x�ZĖ�l[�?�h
4lY�!٩�7m�t�Ǻ�]C�
���
սKC;��_6�i���[迻MP+T;�k�'�y{���Bz�L?̧��
LE0;�w�\^C@/@V�����5[�����?�թb;�*�1ͧG2_[�1�Ά��I����̣�q���۫��Ȕ������цr�������X4��BjQ�O9\Z����S��֪�����/��{����ZF'�5�v�rXG�((+�]���|�6�5��#�4����(��CH�ɝ��D�\x�����˛�o���i������������e�g�j��52Bk��V�p"�`��o���"�D�7��
;����`�@���w-�<�#�8o��4}�|�d��ꌳ���I�)�]&�=��!�6�J�
ؿAz+��uߦ�Dt���3��l37����4�@��O�?�q��zC"VgDZ���Ri��	_�O<iei���ڸT�c����4��@uR��ע���%0��YW�Jh�`�nU��2X��4�-�zd#6�K��>
1�H��B� x��r{
��ǐ����6	At��r�"0��vz5���)E�^_��#J�2R"J
>����Va�����.�e�L@�:DH1�A�����%S]o���j��7w����Џq��s��:��m���p�A�q��&�T���)l�m��E�Kh��;M�z;�00����؛��@F������ľ��'��3���gS�:`�Ql����uq���"��X�x��>֥8]��SR�u�7pN���E|#6�a�HP)�@�X�c�t��p�y���S�x8i���� ��!��s"�4�X{�v�g���� e��b��̢,	��=��7�R
A��;�N|Q�4N��g�֮��;*��m掮�Sm?�/5T�_����}�Q�E���߹59E�yh��RvSi���s�:k��T��bj�l0*��m#��jv$�?F����bY+X�l�=6�V����1E(�>���٬��X���t��<NB�I�8]'��	i�����3�R��~�%�{�J{��q�]�M&�j��1��]윭`�����S��[ �*��	�SB�v\�Y�{.!��T߆u�@Q��i�3�N�kޭd���G��J�ҙ���Q���G�Zg}H��#!�T~�\�f�Tʢ�m�>4t�."��
	39��[����vt���'����&��yO��&1�`�v�/)۾��bs�uo�_��z;1��0��#���\O�SMs|Zɛ�qf!�g �xM��u0�M�h��/&um�t��K������z(���F���m��j���XJ��F�Y��-7k���i�$�ә
3a�$Z*�����I��{
-Q��eX�� �j���w�"�3�ı�''α��'�*aX���f��߹�a9<>W�|	$Z(�.dYH��-R<n��d4)9�3
�^/`����Xlo)��V|�;�D���M�=���e��O�q�3XNå��	����(?�r�������<�=7�wʤui(����}�W��j���vX'����y�?_0�L�g]��`8
��v(Ov�3��z����i U�Ԧ8k�mU&B_Ώ��y���=}�U6�r!�)*77[�4qYOh��$E��a��A~�d�r7��ٮ�D2-�/z%D@!�5ʀ����q2m4�k��m�l|0K�E�
'�@���0
��04_O5u$�y�Kv��Q&���8=-
�D��iq�by�;��-�֌y��[�s
�yr��Q��y
/���cL���?�����=�G�XH�ӕױ�7Y�M����O�'ZHr�w���q�!�@Mg��-+hUw�l�8����-#�=�����-or���j��u�a�}g�,A���c�J]�p0���W<�xy>�|kLo{lj�%L�������
�`��~��Y����,j�(�FJ�:ۅ�A����$�䷮�ٷ�-[�X��tfHb�����W6p�����Q#�̱�g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(��x	0
8���o���E���o``�TPP�	^B@%@%xh�+�+c�+�+`n@0@0Pw�4�43}�g�g
��g�g0 ��r�r�ssq �tsts��0v0v�	�0�0� �H� H��X� X��`� `�� ��� ������ ��x� �� �p��`�!�80P�8	��?PK�[<��nTTQt/labs/animation/qmldirnu�[���module Qt.labs.animation
plugin labsanimationplugin
classname QtLabsAnimationPlugin
PK�[���"Qt/test/qtestroot/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        file: "private/quicktest_p.h"
        name: "QTestRootObject"
        prototype: "QObject"
        exports: ["Qt.test.qtestroot/QTestRootObject 1.0"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Property { name: "windowShown"; type: "bool"; isReadonly: true }
        Property { name: "hasTestCase"; type: "bool" }
        Property { name: "defined"; type: "QObject"; isReadonly: true; isPointer: true }
        Method { name: "quit" }
    }
}
PK�[�iU�33Qt/test/qtestroot/qmldirnu�[���module Qt.test.qtestroot
typeinfo plugins.qmltypes
PK�[h$ =(=(QtAudioEngine/plugins.qmltypesnu�[���import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable QtAudioEngine 1.13'

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "QDeclarativeAttenuationModel"
        prototype: "QObject"
        Property { name: "name"; type: "string" }
    }
    Component {
        name: "QDeclarativeAttenuationModelInverse"
        prototype: "QDeclarativeAttenuationModel"
        exports: ["QtAudioEngine/AttenuationModelInverse 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "start"; type: "double" }
        Property { name: "end"; type: "double" }
        Property { name: "rolloff"; type: "double" }
    }
    Component {
        name: "QDeclarativeAttenuationModelLinear"
        prototype: "QDeclarativeAttenuationModel"
        exports: ["QtAudioEngine/AttenuationModelLinear 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "start"; type: "double" }
        Property { name: "end"; type: "double" }
    }
    Component {
        name: "QDeclarativeAudioCategory"
        prototype: "QObject"
        exports: ["QtAudioEngine/AudioCategory 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "volume"; type: "double" }
        Property { name: "name"; type: "string" }
        Signal {
            name: "volumeChanged"
            Parameter { name: "newVolume"; type: "double" }
        }
        Signal { name: "stopped" }
        Signal { name: "paused" }
        Signal { name: "resumed" }
        Method { name: "stop" }
        Method { name: "pause" }
        Method { name: "resume" }
    }
    Component {
        name: "QDeclarativeAudioEngine"
        defaultProperty: "bank"
        prototype: "QObject"
        exports: [
            "QtAudioEngine/AudioEngine 1.0",
            "QtAudioEngine/AudioEngine 1.1"
        ]
        exportMetaObjectRevisions: [0, 1]
        Property { name: "bank"; type: "QObject"; isList: true; isReadonly: true }
        Property { name: "categories"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "samples"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "sounds"; type: "QObject"; isReadonly: true; isPointer: true }
        Property { name: "loading"; type: "bool"; isReadonly: true }
        Property { name: "liveInstances"; type: "int"; isReadonly: true }
        Property {
            name: "listener"
            type: "QDeclarativeAudioListener"
            isReadonly: true
            isPointer: true
        }
        Property { name: "dopplerFactor"; type: "double" }
        Property { name: "speedOfSound"; type: "double" }
        Signal { name: "ready" }
        Signal { name: "liveInstanceCountChanged" }
        Signal { name: "isLoadingChanged" }
        Signal { name: "finishedLoading" }
        Method {
            name: "addAudioSample"
            revision: 1
            Parameter { type: "QDeclarativeAudioSample"; isPointer: true }
        }
        Method {
            name: "addSound"
            revision: 1
            Parameter { type: "QDeclarativeSound"; isPointer: true }
        }
        Method {
            name: "addAudioCategory"
            revision: 1
            Parameter { type: "QDeclarativeAudioCategory"; isPointer: true }
        }
        Method {
            name: "addAttenuationModel"
            revision: 1
            Parameter { type: "QDeclarativeAttenuationModel"; isPointer: true }
        }
    }
    Component {
        name: "QDeclarativeAudioListener"
        prototype: "QObject"
        exports: ["QtAudioEngine/AudioListener 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "engine"; type: "QDeclarativeAudioEngine"; isPointer: true }
        Property { name: "position"; type: "QVector3D" }
        Property { name: "direction"; type: "QVector3D" }
        Property { name: "velocity"; type: "QVector3D" }
        Property { name: "up"; type: "QVector3D" }
        Property { name: "gain"; type: "double" }
    }
    Component {
        name: "QDeclarativeAudioSample"
        prototype: "QObject"
        exports: ["QtAudioEngine/AudioSample 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "name"; type: "string" }
        Property { name: "source"; type: "QUrl" }
        Property { name: "preloaded"; type: "bool" }
        Property { name: "streaming"; type: "bool" }
        Property { name: "loaded"; type: "bool"; isReadonly: true }
        Method { name: "load" }
    }
    Component {
        name: "QDeclarativePlayVariation"
        prototype: "QObject"
        exports: ["QtAudioEngine/PlayVariation 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "sample"; type: "string" }
        Property { name: "looping"; type: "bool" }
        Property { name: "maxGain"; type: "double" }
        Property { name: "minGain"; type: "double" }
        Property { name: "maxPitch"; type: "double" }
        Property { name: "minPitch"; type: "double" }
    }
    Component {
        name: "QDeclarativeSound"
        defaultProperty: "playVariationlist"
        prototype: "QObject"
        exports: ["QtAudioEngine/Sound 1.0", "QtAudioEngine/Sound 1.1"]
        exportMetaObjectRevisions: [0, 1]
        Enum {
            name: "PlayType"
            values: {
                "Random": 0,
                "Sequential": 1
            }
        }
        Property { name: "name"; type: "string" }
        Property { name: "playType"; type: "PlayType" }
        Property { name: "category"; type: "string" }
        Property { name: "cone"; type: "QDeclarativeSoundCone"; isReadonly: true; isPointer: true }
        Property { name: "attenuationModel"; type: "string" }
        Property {
            name: "playVariationlist"
            type: "QDeclarativePlayVariation"
            isList: true
            isReadonly: true
        }
        Method { name: "play" }
        Method {
            name: "play"
            Parameter { name: "gain"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "gain"; type: "double" }
            Parameter { name: "pitch"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "velocity"; type: "QVector3D" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "velocity"; type: "QVector3D" }
            Parameter { name: "direction"; type: "QVector3D" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "gain"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "velocity"; type: "QVector3D" }
            Parameter { name: "gain"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "velocity"; type: "QVector3D" }
            Parameter { name: "direction"; type: "QVector3D" }
            Parameter { name: "gain"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "gain"; type: "double" }
            Parameter { name: "pitch"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "velocity"; type: "QVector3D" }
            Parameter { name: "gain"; type: "double" }
            Parameter { name: "pitch"; type: "double" }
        }
        Method {
            name: "play"
            Parameter { name: "position"; type: "QVector3D" }
            Parameter { name: "velocity"; type: "QVector3D" }
            Parameter { name: "direction"; type: "QVector3D" }
            Parameter { name: "gain"; type: "double" }
            Parameter { name: "pitch"; type: "double" }
        }
        Method { name: "newInstance"; type: "QDeclarativeSoundInstance*" }
        Method {
            name: "addPlayVariation"
            revision: 1
            Parameter { type: "QDeclarativePlayVariation"; isPointer: true }
        }
    }
    Component {
        name: "QDeclarativeSoundCone"
        prototype: "QObject"
        Property { name: "innerAngle"; type: "double" }
        Property { name: "outerAngle"; type: "double" }
        Property { name: "outerGain"; type: "double" }
    }
    Component {
        name: "QDeclarativeSoundInstance"
        prototype: "QObject"
        exports: ["QtAudioEngine/SoundInstance 1.0"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "State"
            values: {
                "StoppedState": 0,
                "PlayingState": 1,
                "PausedState": 2
            }
        }
        Property { name: "engine"; type: "QDeclarativeAudioEngine"; isPointer: true }
        Property { name: "sound"; type: "string" }
        Property { name: "state"; type: "State"; isReadonly: true }
        Property { name: "position"; type: "QVector3D" }
        Property { name: "direction"; type: "QVector3D" }
        Property { name: "velocity"; type: "QVector3D" }
        Property { name: "gain"; type: "double" }
        Property { name: "pitch"; type: "double" }
        Method { name: "play" }
        Method { name: "stop" }
        Method { name: "pause" }
        Method {
            name: "updatePosition"
            Parameter { name: "deltaTime"; type: "double" }
        }
    }
    Component {
        name: "QQmlPropertyMap"
        prototype: "QObject"
        Signal {
            name: "valueChanged"
            Parameter { name: "key"; type: "string" }
            Parameter { name: "value"; type: "QVariant" }
        }
        Method { name: "keys"; type: "QStringList" }
    }
}
PK�[�~���?�?+QtAudioEngine/libdeclarative_audioengine.sonuȯ��ELF>І@8@8	@�� P�P�"P�"�  00#0#��888$$������  S�td������  P�td���Q�tdR�tdP�P�"P�"��GNU|:���T�9�(�c~Ga���@00���l�⍺�|CE���qX-�����L�	U/n1��s�p��
���
���G�Y��	|�
�Y�I�I����}	���
�M+F��mm��{4�����
d��
, ��
?
�	�	|dZ��	�
�(	^
.�
 �f�F"��
]����W��
1���K
=
 ��:�
=�j��m
$?	#��
1Q	��T3c�'�R�
��$^H���/E4c�
��#
>��#
{���a`#N#U#�__gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizeqt_version_tag_ZNK11QObjectData17dynamicMetaObjectEv_ZN19QQmlExtensionPluginD2Ev_ZdlPvm_ZN11QQmlPrivate30qdeclarativeelement_destructorEP7QObject_ZdlPv_ZN7QObjectD2Evqt_plugin_query_metadataqt_plugin_instance_Znwm_ZN19QQmlExtensionPluginC2EP7QObject_ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject__cxa_guard_acquire__cxa_atexit__cxa_guard_release_ZNK11QMetaObject9classNameEvstrlenmemcpy_ZN10QByteArrayC1EPKci_ZN10QArrayData11shared_nullE_ZN9QMetaType22registerNormalizedTypeERK10QByteArrayPFvPvEPFS3_S3_PKvEi6QFlagsINS_8TypeFlagEEPK11QMetaObject_ZN11QQmlPrivate11qmlregisterENS_16RegistrationTypeEPvfree_ZN10QArrayData10deallocateEPS_mm_ZN9QMetaType25registerNormalizedTypedefERK10QByteArrayi_ZN10QByteArray11reallocDataEj6QFlagsIN10QArrayData16AllocationOptionEE_ZN10QByteArray6appendEPKc_ZN10QByteArray6appendEcmalloc__stack_chk_fail_Z17qmlRegisterModulePKciistrcmp_ZN19QQmlExtensionPlugin11qt_metacastEPKc_ZN19QQmlExtensionPlugin11qt_metacallEN11QMetaObject4CallEiPPv_ZTVN10__cxxabiv120__si_class_type_infoE_ZTI19QQmlExtensionPlugin_ZN7QObject5eventEP6QEvent_ZN7QObject11eventFilterEPS_P6QEvent_ZN7QObject10timerEventEP11QTimerEvent_ZN7QObject10childEventEP11QChildEvent_ZN7QObject11customEventEP6QEvent_ZN7QObject13connectNotifyERK11QMetaMethod_ZN7QObject16disconnectNotifyERK11QMetaMethod_ZN19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZThn16_N19QQmlExtensionPlugin16initializeEngineEP10QQmlEnginePKc_ZN19QQmlExtensionPlugin16staticMetaObjectE_ZN7QObjectC2EPS__ZN7QStringaSERKS__ZNK14QMessageLogger7warningEPKcz_ZNK14QMessageLogger7warningEv_ZN7QString15fromUtf8_helperEPKci_ZN11QTextStreamlsERK7QString_ZN6QDebug9putStringEPK5QCharm_ZN6QDebugD1Ev_ZN11QTextStreamlsEc_ZNK9QVector3D6lengthEv_ZN16QQmlParserStatusC2Ev_ZN15QQmlPropertyMapC1EP7QObject_ZN9QListData11shared_nullE_ZN12QMapDataBase11shared_nullE_ZN6QTimerC1EP7QObject_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE_ZN11QMetaObject10ConnectionD1Ev_ZN6QTimer11setIntervalEi_ZNK14QMessageLogger5debugEv_ZNK15QQmlPropertyMap8containsERK7QString_ZN8QVariantC1EiPKvj_ZN15QQmlPropertyMap6insertERK7QStringRK8QVariant_ZN8QVariantD1Ev_ZNK7QStringeqE13QLatin1String_ZN9QListData7disposeEPNS_4DataE_ZN9QListData6detachEi_ZltRK7QStringS1__ZN12QMapDataBase8freeTreeEP12QMapNodeBasei_ZN12QMapDataBase8freeDataEPS__ZN9QListData11detach_growEPii_ZN9QListData6appendEv_ZN12QMapDataBase10createNodeEiiP12QMapNodeBaseb_ZN12QMapDataBase10createDataEv_ZN12QMapDataBase18recalcMostLeftNodeEv_ZN15QQmlPropertyMapixERK7QString_ZNK8QVariant8userTypeEv_ZN9QMetaType9typeFlagsEi_ZN7QObject16staticMetaObjectE_ZNK11QMetaObject4castEP7QObject_ZNK8QVariant7convertEiPv_ZNK8QVariant9constDataEv_ZNK15QQmlPropertyMap4keysEv_ZN11QTextStreamlsEi_ZN7QString17fromLatin1_helperEPKci_ZN9QListData5eraseEPPv_ZN6QTimer4stopEv_ZN11QTextStreamlsEPKc_ZN5QtQml9qmlEngineEPK7QObject_ZN10QQmlEngine18setObjectOwnershipEP7QObjectNS_15ObjectOwnershipE_ZNK15QQmlPropertyMap5valueERK7QString_ZN6QTimer5startEv_ZN9QListData6removeEi_ZN6QTimerD1Ev_ZN15QQmlPropertyMapD1Ev_ZN16QQmlParserStatusD2Ev_ZN7QObject10disconnectEPKS_PKcS1_S3__ZeqRK7QStringS1__Zls6QDebugPK7QObject_ZNK9QVector3D13lengthSquaredEv_ZN11QTextStreamlsEd_ZN7QObject9setParentEPS__ZN18QRandomGenerator646globalEv_ZN16QRandomGenerator10_fillRangeEPvS0__ZN4QUrlC1Ev_ZN4QUrlD1Ev_ZN4QUrlC1ERKS__ZN4QUrlaSERKS__Zls6QDebugRK9QVector3D_ZN9QVector3D9normalizeEv_ZN9QVector3D10dotProductERKS_S1_alDeleteSourcesalSourcePlayalGetSourceialSourcePausealSourceStopalSourceialSource3falGetSource3falSourcefalGenSources_Zls6QDebugRK4QUrl_ZN7QSample7releaseEv_ZN12QSampleCacheC1EP7QObject_ZN12QSampleCache11setCapacityExalcGetStringalcOpenDevicealcCreateContextalcMakeContextCurrentalDistanceModelalDopplerFactor_ZNK12QSampleCache9isLoadingEvalGetErroralDeleteBuffers_ZNK12QAudioFormat12channelCountEv_ZNK12QAudioFormat10sampleSizeEvalGenBuffers_ZNK12QAudioFormat10sampleRateEvalBufferData_ZN12QSampleCache13requestSampleERK4QUrl_ZNK7QSample5stateEvalGetListener3falGetListenerfalListener3falListenerfvalListenerfalSpeedOfSound_ZNK4QUrlltERKS__ZN9QListData7prependEv_ZNK12QMapNodeBase8nextNodeEvalcGetCurrentContextalcGetContextsDevicealcDestroyContextalcCloseDevice_ZN7QObject11qt_metacastEPKc_ZN7QObject11qt_metacallEN11QMetaObject4CallEiPPv_ZTI7QObject__cxa_pure_virtual_ZN11QMetaObject8activateEP7QObjectPKS_iPPv_ZN11QMetaObject14normalizedTypeEPKc_ZTVN10__cxxabiv121__vmi_class_type_infoE_ZTI16QQmlParserStatuslibQt5Multimedia.so.5libQt5Quick.so.5libQt5Gui.so.5libQt5QmlModels.so.5libQt5Qml.so.5libQt5Network.so.5libQt5Core.so.5libGL.so.1libpthread.so.0libopenal.so.1libpulse-mainloop-glib.so.0libpulse.so.0libglib-2.0.so.0libstdc++.so.6libm.so.6libgcc_s.so.1libc.so.6_edata__bss_start_endQt_5Qt_5.15.3_PRIVATE_APIGLIBC_2.14GLIBC_2.2.5GLIBC_2.4CXXABI_1.3GLIBCXX_3.4CXXABI_1.3.9Qt_5.15	

	



;0%�fYxO
kD@���
�ui	�ii
�b %�f@ӯk
�t)�	�yѯ��0���%�f�%�fP�"��X�"`�`�"`�"��"��"��"`\��"\��"P	��"��"��"`]��"]��"��"#�"���"��"0=8�"BP�" BX�"�"h�"`Bp�"�"��"�B��"�"��"�B��"�"��" C��"�"��"`C��"P�"��"�C��"��"��"�C�"�"�" D�"�"(�"�D0�" �"@�"0�"H�"��P�"�X�"p�`�"�h�"@���"����"0�"��" ���"p���"����"H�"��"�"p�"�"��"@�X�"��`�"�p�"H�"x�"���"p���"���"���"`�"��"�&��"�(��"P)��"Д��"��"x�"�" �"�(�"�0�"@�8�"`���"��"��"0*��"�0��"�1��"����"���"��"��"P*�" 1�"2�"@��"`�`�"��"h�"�%p�"�%x�"@&��"����"Ж�"��"�"��"�"�"P#�" ���"@�@�"��"H�"pP�"�X�" `�"��h�"����"�"��"���"�"P�"��"���"�� �"��0�" �"8�"�@�"`H�"�P�"0�X�"`���"����"���" E�"�D�"����"`[�"�[�"�"(�"�[0�"�"@�"�"H�"�P�"�
X�"���"���"�"�"��"�"P�"�
�"�
(�"��0�"��@�" �"H�"�P�"`X�"�`�"p
h�"�
��"����"���"@^�"�]�"�	��"�e0�"�"8�"@�"pH�"P�" .X�"3��"����"���"�"��"�2��" 3�"��"��"`a�"@_��"��"�l0�"�"8�"p@�"�H�" P�"`^X�"�^��"�h��"�f��"p�"�o�"�"��"�"��"��"pr�"�rh�"`np�"@mx�"���"�s��"��"��"���"�"�"P#�"w�" w(�"�q0�"�p8�"� X�"�up�"P�"x�"�%��"�%��"@&��"��"`�"�t�"t��"0$�"�w0�"�"8�"�&@�"�(H�"P)P�"��X�"���"�v��"�u��"'�" ��"@��"�"�"0*�"�0 �"�1(�"30�" 3x�"�"��"P*��" 1��"2��"����"���"�{�"`x��"+(#�0# 8#p*X#@�p#P#x#P3�#�4�#P5�#`��#���#���#���#�4#X�0##8#�5@#P6H#�6P#��X#й�#��# ��#��#��#0��#@��#���#P��#��#@��#���#���#��#�#P�#`�#p� #��(#��H#�P#��X#6x#H��#p#�# 7�#P8�#�8�#���#`��#8�#p��#�#�# 9�#0;�#�;h# �p#��x#�9�#��#�#�# ��#�#�#@��#p#�#`��#�##<#�>#@?�#�#�#0<�#�>�#P?�# ��#���#���# �#��#��#�# #P<(#�?0# @8#�@#0��#��#���#���# ��#���#0��#���#p��#���#P��#���#���#��#`��#p��#��#�##p<#�@ #�@(#0�0#���# ��#���#P=�#�#�#���# ��#0>#`##`�# �#<0�"�H�"�`�"�x�"���"���"���"���"���"��"� �"��"��"� �"��"��"���"�P�"��"��"��"�P#�#�p#��#��#��#��#��#�@�"9p�") �")��")@�")��") �")��")�")p�")�")`�")p�")�")p�")`�")`�") �")�")��")`�")8�")��")�#)`#)�#)#)(#)�#)H#)8#)x�"�(�"���"�H�"���"�(�"���"��"�x�"��"�h�"�x�"���"�x�"�h�"�h�"�(�"��"���"�h�"�@�"���"��#�h#��#�#�0#��#�P#�@#���"Z0�"Z��"ZP�"Z��"Z0�"Z��"Z�"Z��"Z�"Zp�"Z��"Z�"Z��"Zp�"Zp�"Z0�"Z�"Z��"Zp�"ZH�"Z��"Z�#Zp#Z�#Z#Z8#Z�#ZX#ZH#Z��"e8�"e��"eX�"e��"e8�"e��"e�"e��"e��"ex�"e��"e�"e��"ex�"ex�"e8�"e��"e��"ex�"eP�"e��"e�#ex#e�#e#e@#e�#e`#eP#e��"~@�"~��"~`�"~��"~@�"~��"~ �"~��"~�"~��"~��"~�"~��"~��"~��"~@�"~�"~��"~��"~X�"~�"~�#~�#~�#~ #~H#~�#~h#~X#~��"�H�"���"�h�"���"�H�"���"�(�"���"��"���"���"��"���"���"���"�H�"��"��"���"�`�"��"��#��#��#�(#�P#��#�p#�`#���"P�"�"p�"��"P�"��"0�"��"�"��"��" �"��"��"��"P�"�"�"��"h�"�"�#�#�#0#X#�#x#h#��"��"���"B�"�" �"�"��"`�" �"�"��"`# #�#�#�#��";�#;#;#;#;#; #;(#;0#;8#;@#;H#;P#;X#;`#;h#;p#;8#;@#;`#;h#;p#;x#;��"?�"?��"?`�"? �"?�"?��"?�"? #?�#?@#?�#?`#?�#?�#?�"`�"{�#�#4�#D�#W�#[�#]�#c�#n(#0#8#@#H#P#X#`#	h#
p#x#�#
�#�#�#�#�#�#�#�#�#�#�#�#�#�#�## #!#"## #$(#%0#&8#'@#(H#*P#+X#,`#-h#.p#/x#0�#1�#2�#3�#5�#6�#7�#8�#:�#<�#=�#>�#@�#A�#C�#E�#F
#G
#H
#I
#J 
#K(
#L0
#M8
#N@
#OH
#PP
#QX
#R`
#Sh
#Tp
#Ux
#V�
#X�
#Y�
#[�
#\�
#^�
#_�
#a�
#b�
#d�
#f�
#g�
#h�
#i�
#j�
#k�
#l#m#o#p#q #r(#s0#t8#u@#vH#wP#xX#y`#zh#|p#}x#�#��#��#��#��#��#��#��#��#��#��#��#��#��#��#��#�#�#�#�#� #�(#�0#�8#�@#�H#�P#�X#�`#�h#�p#�x#��#��#��#��#��#��#���H��H�a�"H��t��H����5r�"�%s�"��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h��Q������h��A������h��1������h��!������h��������h��������h������h �������h!��������h"�������h#�������h$�������h%�������h&�������h'��q������h(��a������h)��Q������h*��A������h+��1������h,��!������h-��������h.��������h/������h0�������h1��������h2�������h3�������h4�������h5�������h6�������h7��q������h8��a������h9��Q������h:��A������h;��1������h<��!������h=��������h>��������h?������h@�������hA��������hB�������hC�������hD�������hE�������hF�������hG��q������hH��a������hI��Q������hJ��A������hK��1������hL��!������hM��������hN��������hO������hP�������hQ��������hR�������hS�������hT�������hU�������hV�������hW��q������hX��a������hY��Q������hZ��A������h[��1������h\��!������h]��������h^��������h_������h`�������ha��������hb�������hc�������hd�������he�������hf�������hg��q������hh��a������hi��Q������hj��A������hk��1������hl��!������hm��������hn��������ho������hp�������hq��������hr�������hs�������ht�������hu�������hv�������hw��q������hx��a������hy��Q������hz��A������h{��1������h|��!������h}��������h~��������h������h��������h���������h��������h��������h��������h��������h��������h���q������h���a������h���Q������h���A������h���1������h���!������h���������h���������h�������h���������%]�"D���%U�"D���%M�"D���%E�"D���%=�"D���%5�"D���%-�"D���%%�"D���%�"D���%�"D���%
�"D���%�"D���%��"D���%��"D���%�"D���%�"D���%݌"D���%Ռ"D���%͌"D���%Ō"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%}�"D���%u�"D���%m�"D���%e�"D���%]�"D���%U�"D���%M�"D���%E�"D���%=�"D���%5�"D���%-�"D���%%�"D���%�"D���%�"D���%
�"D���%�"D���%��"D���%��"D���%�"D���%�"D���%݋"D���%Ջ"D���%͋"D���%ŋ"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%}�"D���%u�"D���%m�"D���%e�"D���%]�"D���%U�"D���%M�"D���%E�"D���%=�"D���%5�"D���%-�"D���%%�"D���%�"D���%�"D���%
�"D���%�"D���%��"D���%��"D���%�"D���%�"D���%݊"D���%Պ"D���%͊"D���%Ŋ"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%}�"D���%u�"D���%m�"D���%e�"D���%]�"D���%U�"D���%M�"D���%E�"D���%=�"D���%5�"D���%-�"D���%%�"D���%�"D���%�"D���%
�"D���%�"D���%��"D���%��"D���%�"D���%�"D���%݉"D���%Չ"D���%͉"D���%ʼn"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%��"D���%}�"D���%u�"D���%m�"D���%e�"D���%]�"D���%U�"D���%M�"D���%E�"D���%=�"D���%5�"D���%-�"D���%%�"D���%�"D���%�"D���%
�"D���%�"D���%��"D���%��"D���%�"D���%�"D���%݈"DH���H��H�5ϾH�$H�D$1�H�D$H�D$����pSH�5��H��1�H�D$@H�D$HH�D$PL�|$X�c����kH�5O�H��1�H�D$@H�D$HH�D$PL�|$X�-����&rH�5k�H��1�H�D$@H�D$HH�D$PL�|$X����\�H���H�5��H��H�D$0H�D$H1�H�D$8H�D$@����7��H�}�H��H�5��H�$H�D$1�H�D$H�D$�}����;�H�A�H�|$H�5��H�D$0H�D$H1�H�D$8H�D$@�>����q��H��H��H�5_�H�$H�D$1�H�D$H�D$������H�żH��H�5��H�$H�D$1�H�D$H�D$�����<�H���H��H�5_�H�$H�D$1�H�D$H�D$����[�H�M�H��H�5#�H�$H�D$1�H�D$H�D$�M����H��H��H�5��H�$H�D$1�H�D$H�D$������H�ջH��H�5��H�$H�D$1�H�D$H�D$�����R�H���H��H�5o�H�$H�D$1�H�D$H�D$����H�]�H��H�5c�H�$H�D$1�H�D$H�D$�]�����H�!�H��H�5g�H�$H�D$1�H�D$H�D$�!�����H��H��H�5k�H�$H�D$1�H�D$H�D$�����H���H��H�5o�H�$H�D$1�H�D$H�D$����H�m�H��H�5s�H�$H�D$1�H�D$H�D$�m����D�H��8H�5��dH�%(H�D$(1�H��H��H�$H�D$1�H�D$H�D$����H�D$(dH3%(t��H��8ÐH�˹H�|$ H�D$ H�D$8H�5i�1�H�D$(H�D$0����K��H���H�|$ H�D$ H�D$8H�5��1�H�D$(H�D$0���k��H�K�H�|$ H�D$ H�D$8H�5��1�H�D$(H�D$0�H��������H��H��H�5�H�$H�D$1�H�D$H�D$���vH�ɸH��H�5�H�$H�D$1�H�D$H�D$����H���H��H�5��H�$H�D$1�H�D$H�D$����H�Q�H��H�5��H�$H�D$1�H�D$H�D$�Q��H�t$H�<$����H�<$H�t$�H���H�|$H�D$H�D$(H�5��1�H�D$H�D$ �����H���H��H�5��H�$H�D$1�H�D$H�D$���@H�=	�"H��"H9�tH�Ɓ"H��t	�����H�=ف"H�5ҁ"H)�H��H��H��?H�H�tH�}�"H��t��fD�����=��"u+UH�=b�"H��tH�=�a"�	��d����m�"]������w������Ðf.���H�H�(t	�L�@H��h"���H����@��S��"����H��"H��t0�P��t)H�=	�"tH��t|�@��tuH��"[�f.����1�H��H����H��b"H��H�H��H�C��H�=��"H���"H���"H��t��/u���H���"H��u�1�[�f.�H�=Y�"�t���@���H��`"H�5N�"H�C�"H�=|
H�9�"���H�=�"������f.���H��tGUH��SH��H�5�H��H������H���uH��[]�@H��H��H��[]���1�Ðff.�����7�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.�����f.����H��H��tH�H��f.����f.����H�=_"H�H��H�G�5�D��H�_"H��H�H��H�G�����H��^"SH��H�H��H�G���H�߾[����H��^"SH�_�H�G�H��H�H����H�߾[�O�f.�D��S1�H���ZH�2_"H�H��H�C[�f.���H�
_"SH��H�H��H�G���H��[�����H��^"SH�_�H�G�H��H�H����H��[��@��H��^"SH��H�H��H�G��H��蹙H��[����H�}^"SH�_�H�G�H��H�H���M�H��腙H��[���f.�f���S1�H����H��^"H�[�D��H��^"SH��H���H��[����H��^"SH��H����H����H��[�X����S1�H����H��^"H�[�D��H��^"SH��H���H��[����H��^"SH��H��i�H�����H��[������S1�H�����H��^"H�[�D��H��^"SH��H���H�2i"H��H��H�[���f���H��^"SH��H����H�i"H��H��H����H��[�Z�f.���S1�H����H��^"H�[�D��H��^"SH��H���H��[�P���H��^"SH��H��i�H���1�H��[������S1�H����H��^"H�[�D��H��^"SH��H���H��[�0���H��^"SH��H���H����H��[�x����S1�H����H��^"H�[�D��H��^"SH��H���H��[����H��^"SH��H���H����H��[�����S1�H���Q�H��^"H�[�D��H��^"SH��H��9�H��[����H��^"SH��H���H����H��[�����S1�H���BH��^"H�[�D��H��^"SH��H����H��`"H��H��H�[�"Af���H��^"SH��H���H��`"H��H��H�[��@f���H��^"SH��H��i�H��`"H��H��H���@H��[���f.���H�
^"SH��H��)�H��_"H��H��H��@H��[��f.���S1�H���JH�B^"H�[�D��H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H�H��t�(uH�?H��t�����f.�D��AWAVAUATUSH��XH�<$H�=�`"�t$�T$H�L$dH�%(H��$H1����H��I�����XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L�����H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo˦L�t$ L��$�I��r�A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H����L���D$<8H�D$@H��_"H�D$h��D�=:q"E���L�-�p"L�d$(A�����L�
d_"A��H���H�5k�L�����H�|$ �D$4����P���t�/H�|$ �<H��$������L����L��E1ɹ@A�H�����H�58��S��H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$��R�H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t��H�D$H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_�D���a�����@���I���s���@���1�����@D��L������E����H�=y]"���L�-�n"H��I��L�l$(���A�U�p����A9uACuL�d$(�L����_�L��L���$��*H���g�L�
]"L��A��H�+�H�5��_��A�lj�n"H�|$(���t����]����/H�|$(�N������D���:����Hc��P���$�H��$�H��$��b���@Hc��(���$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(����7�����AWAVAUATUSH��XH�<$H�=�Y"�t$�T$H�L$dH�%(H��$H1����H��I������XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L�����H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0foۡL�t$ L��$�I����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H�B�L���D$<(H�D$@H�kX"H�D$h�!��D�=Fl"E���L�-�k"L�d$(A�����L�
4X"A��H���H�5��L������H�|$ �D$4����P���t�/H�|$ �<H��$������L�����L��E1ɹ@A�H�?���H�5���c��H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$��b��H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t���H�D$H��$�H��H9�t����H��$HdH3%(����H��X[]A\A]A^A_�D���q�����@���Y���s���@���A�����@D��L���-���E����H�=IV"���L�-�i"H��I��L�l$(���A�U�p����A9uACuL�d$(�L����o��L��L���4��*H���w��L�
�U"L��A��H�{�H�5d��o��A�lj�i"H�|$(���t����]����/H�|$(�N������T���:����Hc��`����$�H��$�H��$��b���@Hc��8����$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(����G�����AWAVAUATUSH��XH�<$H�=�X"�t$�T$H�L$dH�%(H��$H1����H��I��� ���XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L�����H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo�L�t$ L��$�I����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H���L���D$<0H�D$@H�;W"H�D$h�1��D�=Rg"E���L�-�f"L�d$(A�����L�
W"A��H�"�H�5�L������H�|$ �D$4����P���t�/H�|$ �<H��$������L�����L��E1ɹ@A�H���H�5���s��H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$��r��H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t���H�D$H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_�D��������@���i���s���@���Q�����@D��L���=���E����H�=U"���L�-�d"H��I��L�l$(���A�U�p����A9uACuL�d$(�L������L��L���D���*H�����L�
�T"L��A��H���H�5�����A�lj�d"H�|$(���t����]����/H�|$(�N������d���:����Hc��p����$�H��$�H��$��b���@Hc��H����$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(����W�����AWAVAUATUSH��XH�<$H�=`Q"�t$�T$H�L$dH�%(H��$H1����H��I���0���XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L��� ��H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo��L�t$ L��$�I����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H���L���D$<PH�D$@H�P"H�D$h�A��D�=Zb"E���L�-�a"L�d$(A�����L�
�O"A��H���H�5��L������H�|$ �D$4����P���t�/H�|$ �<H��$������L�����L��E1ɹ@A�H���H�5h����H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t�+��H�D$H��$�H��H9�t���H��$HdH3%(����H��X[]A\A]A^A_�D��������@���y���s���@���a�����@D��L���M���E����H�=�M"����L�-�_"H��I��L�l$(����A�U�p����A9uACuL�d$(�L������L��L���T���*H�����L�
�M"L��A��H�[�H�5D����A�lj�_"H�|$(���t����]����/H�|$(�N������t���:����Hc������$�H��$�H��$��b���@Hc��X����$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(����g�����AWAVAUATUSH��XH�<$H�=�K"�t$�T$H�L$dH�%(H��$H1��+��H��I���@���XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L���0��H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo�L�t$ L��$�I����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H�R�L���D$<H�D$@H�[J"H�D$h�Q��D�=f]"E���L�-�\"L�d$(A�����L�
$J"A��H���H�5���L������H�|$ �D$4����P���t�/H�|$ �<H��$������L������L��E1ɹ@A�H�/�H�5������H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t�;��H�D$H��$�H��H9�t� ��H��$HdH3%(����H��X[]A\A]A^A_�D��������@������s���@���q�����@D��L���]���E����H�=9H"����L�-�Z"H��I��L�l$(����A�U�p����A9uACuL�d$(�L������L��L���d���*H�����L�
�G"L��A��H����H�5������A�lj�Z"H�|$(���t����]����/H�|$(�N���������:����Hc������$�H��$�H��$��b���@Hc��h����$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(����w�����AWAVAUATUSH��XH�<$H�=@E"�t$�T$H�L$dH�%(H��$H1��;��H��I���P���XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L���@��H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo�L�t$ L��$�I�����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H����L���D$<�H�D$@H��C"H�D$h�a��D�=rX"E���L�-
X"L�d$(A�����L�
�C"A��H�R��H�5;��L�����H�|$ �D$4����P���t�/H�|$ �<H��$������L������L��E1ɹ@A�H���H�5�����H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t�K��H�D$H��$�H��H9�t�0��H��$HdH3%(����H��X[]A\A]A^A_�D��������@������s���@��������@D��L���m���E����H�=�A"����L�-�U"H��I��L�l$(����A�U�p����A9uACuL�d$(�L������L��L���t���*H�����L�
`A"L��A��H����H�5������A�lj�U"H�|$(���t����]����/H�|$(�N���������:����Hc������$�H��$�H��$��b���@Hc��x����$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(���������AWAVAUATUSH��XH�<$H�=p5"�t$�T$H�L$dH�%(H��$H1��K��H��I���`���XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L���P��H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo+�L�t$ L��$�I�����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H�R��L���D$<0H�D$@H�4"H�D$h�q��D�=~S"E���L�-S"L�d$(A�����L�
�3"A��H����H�5���L������H�|$ �D$4����P���t�/H�|$ �<H��$������L������L��E1ɹ@A�H�/��H�5X�����H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t�[��H�D$H��$�H��H9�t�@��H��$HdH3%(����H��X[]A\A]A^A_�D��������@������s���@��������@D��L���}����E����H�=�1"��L�-
Q"H��I��L�l$(���A�U�p����A9uACuL�d$(�L������L��L������*H������L�
�1"L��A��H�K��H�54��迾��A�lj�P"H�|$(���t����]����/H�|$(�N�����褿���:����Hc������$�H��$�H��$��b���@Hc������$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(���藾�����AWAVAUATUSH��XH�<$H�=@0"�t$�T$H�L$dH�%(H��$H1��[���H��I���p����XI�ʼn�$���0�*H��$�H��$�DŽ$�0H�D$H��$�Mc�L��A�]L���`���H��$�B�0*A�EH��$�H����$���@��H��$�DŽ$�@H�CH��$��@<L��L��H�l$0fo;�L�t$ L��$�I����A�EA���H�Mc�H�����A�>H��$�B�(1�H��$��H�H�b��L���D$<8H�D$@H��."H�D$h聾��D�=�N"E���L�-*N"L�d$(A�����L�
�."A��H����H�5���L���#���H�|$ �D$4����P���t�/H�|$ �<H��$������L�����L��E1ɹ@A�H����H�5����û��H�|$(�D$8���� ���t�/H�|$(�H�$H��1�L�l$HH�D$pH�D$P�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$�����H�|$H�ŋ�������t�/H�|$HtyH��$�H��H9�t�k���H�D$H��$�H��H9�t�P���H��$HdH3%(����H��X[]A\A]A^A_�D���ѻ�����@��蹻���s���@��衻�����@D��L��荼���E����H�=�,"����L�-L"H��I��L�l$(�
���A�U�p����A9uACuL�d$(�L�������L��L������*H������L�
`,"L��A��H����H�5����Ϲ��A�lj�K"H�|$(���t����]����/H�|$(�N�����贺���:����Hc������$�H��$�H��$��b���@Hc������$�H��H��$�H��$�H�D$����@A�U�����9����A�M�L�d$(���觹�����AUATU��SH��H��dH�%(H�D$1�H��tX���L�
�5"H�B���H�5)��H��0�D��訸��H�L$dH3%(�H��[]A\A]�f�D�%�J"E����H�=95"����L�--J"H��I��L�,$����A�U�p����A9uACuI��L������L��L������*H�����L��H��������A�ĉ1J"H�<$���t���t�/H�<$u�����A������D��H���й������A�U�����9��U���A�M�I���d����!������AWI��AVAUATUSH��XH�=14"�t$�T$H�L$dH�%(H��$H1����H��H�������hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL�����H��$�B�0*A�EH��$�H��D��$�A��@�qL��$�DŽ$�@I�D$H��$�fo�}�@<H��L��H�\$(L��$�I�xL�D$�y���L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H����H���D$<�H�D$@H��2"H�D$h����H�ߺ1����H�|$(�D$4����L���t�/H�|$(�8H��$������H���÷��H��E1ɹ@A�H����H�54��菵��H�|$(�D$8�������t�/H�|$(�H�1G"1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$�脺��H�|$H�Ë��t���t�/H�|$HtoH��$�I��L9�t�1���H��$�H��H9�t����H��$HdH3%(����H��X[]A\A]A^A_ú�衵�����@��艵�������q������@Ic�耻��D��$�L��$�H��$����Hc��X�����$�H��$�H��H��$����蔴��@��AWI��AVAUATUSH��XH�=�0"�t$�T$H�L$dH�%(H��$H1��\���H��H���q����hI�ʼn�$���0�;H��$�DŽ$�0H�}H��$�Mc�H��E�eL���j���H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�foQz�@<H��L��H�\$(L��$�I�yL�L$���L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H���H���D$0H�D$@H�2/"H��$��D$<�H�D$hDŽ$��M���H�ߺ1��.���H�|$(�D$4����[���t�/H�|$(�GH��$������H������H��E1ɹ@A�H����H�5s���α��H�|$(�D$8����+���t�/H�|$(�H�pC"1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$DŽ$������D$\H�D$H�D$`H�����H��$����H�|$H�Ë�������t�/H�|$HtxH��$�I��L9�t�j���H��$�H��H9�t�T���H��$HdH3%(����H��X[]A\A]A^A_�f����ѱ�����@��蹱���t���@��衱������@Ic�谷��D��$�L��$�H��$��J���Hc�舷����$�H��$�H��H��$�����İ��@��AUATU��SH��H��dH�%(H�D$1�H��tX���L�
�1"H�b���H�5I��H��0�D���ȯ��H�L$dH3%(�H��[]A\A]�f�D�%�A"E����H�=Y1"�4���L�-MA"H��I��L�,$�>���A�U�p����A9uACuI��L�������L��L���Ƿ���*H���
���L��H��������A�ĉAA"H�<$���t���t�/H�<$u������A������D��H��������A�U�����9��U���A�M�I���d����A������AWI��AVAUATUSH��XH�=Q0"�t$�T$H�L$dH�%(H��$H1�����H��H���!����hI�ʼn�$���0��H��$�DŽ$�0H�}H��$�Mc�H��E�eL������H��$�B�0*A�EH��$�H��D��$�A��@�qL��$�DŽ$�@I�D$H��$�fou�@<H��L��H�\$(L��$�I�xL�D$虱��L�D$A�EA��H�Mc������A�>H��$�B�(L�l$01�H��$�L���H�H�O��H���D$<XH�D$@H��."H�D$h�.���H�ߺ1����H�|$(�D$4����L���t�/H�|$(�8H��$������H�����H��E1ɹ@A�H�k��H�5T���诬��H�|$(�D$8�������t�/H�|$(�H�Q>"1�L��L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$�諱��H�|$H�Ë�������t�/H�|$HtrH��$�I��L9�t�T���H��$�H��H9�t�>���H��$HdH3%(����H��X[]A\A]A^A_���������@��詬���z���@��葬�����@Ic�蠲��D��$�L��$�H��$����Hc��x�����$�H��$�H��H��$����贫��@��AWI��AVAUATUSH��XH�=�,"�t$�T$H�L$dH�%(H��$H1��|���H��H��葫���hI�ʼn�$���0�+H��$�DŽ$�0H�}H��$�Mc�H��E�eL��芮��H��$�B�0*A�EH��$�H��D��$�A��@��L��$�DŽ$�@I�D$H��$�foqq�@<H��L��H�\$(L��$�I�yL�L$�	���L�L$A�EA�MH�Hc�H�|$<�����A�>H��$�H���H�L$41�HDŽ$�H)�H�D$4��|���H�H�����H���D$0H�D$@H�R+"H��$��D$<XH�D$hDŽ$��m���H�ߺ1��.���H�|$(�D$4����K���t�/H�|$(�7H��$������H���"���H��E1ɹ@A�H����H�5�������H�|$(�D$8�������t�/H�|$(�H��:"1�H�t$0L�|$PH�D$pH�D$H�D$H�D$x�D$X�D$�D$\H�D$H�D$`H�����H��$���$����H�|$H�Ë������t�/H�|$HtoH��$�I��L9�t葬��H��$�H��H9�t�{���H��$HdH3%(����H��X[]A\A]A^A_ú��������@������}���@���Ѩ�����@Ic����D��$�L��$�H��$��Z���Hc�踮����$�H��$�H��H��$�������@��SH��H�
�j1�H�߾��H��1ҾH�
�j���H��1ҾH�
�j�v��H��1ҾH�
i��P��H��1ҾH�
uj�:���H��1ҾH�
ej���H��1ҾH�
]j����H��1ҾH�
2}����H��1ҾH�
?j��H��1ҾH�
@j�|�H�ߺH�
�i��c�H�ߺ�H�
�i�*���H�ߺ[��g������SH��H�
�i1�H�߾��H��1ҾH�
mi�l��H��1ҾH�
ci�F��H��1ҾH�
9�� ��H��1ҾH�
Ei�
���H��1ҾH�
5i����H��1ҾH�
-i���H��1ҾH�
|���H��1ҾH�
i�r�H��1ҾH�
i�L�H�ߺH�
�h��3�H�ߺ�H�
�h���H�ߺ[��7������SH���S���H�"H�CH��H�H��6"H�C[���H��"SH��H��H�H����t���t�/t
H��[�L���@H�{��蕥��H��[�,���ff.����H�}"SH��H��H�H����t,���t�/tH�����H�߾ [����H�{���%����ΐf���H�wÐfD��H�NH��H������w���Ðf.���H��8dH�%(H�D$(1�H��]���H���d���H�D$(dH3%(uH��8�����f.���SH���Ӫ��H�,5"H�CH�C H�CH��"H��H�H�clH�C([Ðff.����AVAUATUH��SH��H��@�G �O(dH�%(H�D$81�f/�w*H�kH�D$8dH3%(��H��@[]A\A]A^�DI���O H�jH�t$�G(L��L�d$H�D$(H�D$H�D$H�D$ �Z���L�4$�L��H�5�i�ª��L��L��跢��H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�C���L�4$A�~ ���(H�5�iL���P���L��L���E���H�|$���tZ���t�/H�|$tJH�<$� uYL���(������������H�<$� �m���� �)����^���@��葢��H�<$� t�� ����L��� ���L�4$�>����ݡ���ff.�����G �fD��AUATUSH��H��HdH�%(H�D$81�H�u8f��f/����G H�D$8dH3%(��H��H[]A\A]�fDI��H�t$H�l$H�D$H�hL��H�D$H�D$(H�D$ �d���L�,$�H��H�5�g�̨��L��H�����H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�M���H�$�{ ���6H�5hH���[���H��H���P���H�|$���t]���t�/H�|$tMH�<$� u\L���3�������fD���ɠ��H�<$� �k���� �1����\���@��虠��H�<$� t�� �����H�߾ ��H�$�;���f.�I��H�t$H�l$H�D$H��fL��H�D$H�D$(H�D$ ���L�,$�H��H�5Yf�L���L��H���A���H�|$���t���t �/H�|$ufD���џ��H�<$� uOH�sL��VHv�Ğ��H�$�{ u� H�5�f�v���f�H�߾ ����H�$��D� ��������fD���G(�fD��AUATUSH��H��HdH�%(H�D$81�H�u8f��f/����G(H�D$8dH3%(��H��H[]A\A]�fDI��H�t$H�l$H�D$H�eL��H�D$H�D$(H�D$ �t���L�,$�H��H�5�d�ܥ��L��H���ѝ��H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�]���H�$�{ ���6H�5#eH���k���H��H���`���H�|$���t]���t�/H�|$tMH�<$� u\L���C�������fD���ٝ��H�<$� �k���� �A����\���@��詝��H�<$� t�� �����H�߾ ����H�$�;���f.�I��H�t$H�l$H�D$H��cL��H�D$H�D$(H�D$ ��L�,$�H��H�5ic�\���L��H���Q���H�|$���t���t �/H�|$ufD�����H�<$� uOH�sL��VHv�ԛ��H�$�{ u�!H�5�c�v���f�H�߾ ����H�$��D� ��������fD��Sf��H��H��0�O(�\O dH�%(H�D$(1�f.�z(u&�FdH�D$(dH3%(��H��0[�@�F�VH�|$�L$�\B�\R��\�T$ �\$�D$$�ښ���L$f��Z��\C f(��]�f(��_��^��
�c�\�f(��h�����������SH���ӡ��H�,,"��cH�CH�CH�i"�C H���C0H�H�acH�C([Ðf���AVAUATUH��SH��H��@�G �O(dH�%(H�D$81�f/�w*H�kH�D$8dH3%(��H��@[]A\A]A^�DI���O H�aH�t$�G(L��L�d$H�D$(H�D$H�D$H�D$ �Z���L�4$�L��H�5�`�¡��L��L��跙��H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�C���L�4$A�~ ���<H�5�aL���P���L��L���E���H�|$���tZ���t�/H�|$tJH�<$� uYL���(������������H�<$� �m���� �)����^���@��葙��H�<$� t�� ����L��� ���L�4$�>����ݘ���ff.�����G �fD��AUATUSH��H��HdH�%(H�D$81�H�u8f��f/����G H�D$8dH3%(��H��H[]A\A]�fDI��H�t$H�l$H�D$H�_L��H�D$H�D$(H�D$ �d���L�,$�H��H�5�^�̟��L��H�����H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�M���H�$�{ ���6H�5_H���[���H��H���P���H�|$���t]���t�/H�|$tMH�<$� u\L���3�������fD���ɗ��H�<$� �k���� �1����\���@��虗��H�<$� t�� �����H�߾ ��H�$�;���f.�I��H�t$H�l$H�D$H��]L��H�D$H�D$(H�D$ ���L�,$�H��H�5q]�L���L��H���A���H�|$���t���t �/H�|$ufD���і��H�<$� uOH�sL��VHv�ĕ��H�$�{ u�,H�5V^�v���f�H�߾ ����H�$��D� ��������fD���G(�fD��AUATUSH��H��HdH�%(H�D$81�H�u8f��f/����G(H�D$8dH3%(��H��H[]A\A]�fDI��H�t$H�l$H�D$H�\L��H�D$H�D$(H�D$ �t���L�,$�H��H�5\�ܜ��L��H���є��H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�]���H�$�{ ���6H�5#\H���k���H��H���`���H�|$���t]���t�/H�|$tMH�<$� u\L���C�������fD���ٔ��H�<$� �k���� �A����\���@��詔��H�<$� t�� �����H�߾ ����H�$�;���f.�I��H�t$H�l$H�D$H��ZL��H�D$H�D$(H�D$ ��L�,$�H��H�5�Z�\���L��H���Q���H�|$���t���t �/H�|$ufD�����H�<$� uOH�sL��VHv�Ԓ��H�$�{ u�&H�5�[�v���f�H�߾ ����H�$��D� ��������fD���G0�fD��AUATUSH��H��HdH�%(H�D$81�H�u(�G0H�D$8dH3%(��H��H[]A\A]�@I��H�t$H�l$H�D$H�3YL��H�D$H�D$(H�D$ 蔓��L�,$�H��H�5!Y���L��H����H�|$��������t�/H�|$��H�<$� ��H�sL��VHv�}���H�$�{ ���6H�5CYH��苙��H��H��耑��H�|$���t]���t�/H�|$tMH�<$� u\L���c�������fD�����H�<$� �k���� �a����\���@���ɑ��H�<$� t�� �5����H�߾ �#���H�$�;��������@��SH��H��0�F�N�\B�\JdH�%(H�D$(1���\�W H�|$�L$ �T$�\$�D$$�1���f���T$�Z�H�D$(dH3%(�C(�]�f(��C �_��\��YK0�X��^�u
H��0f(�[��]���f.���AUATUSH��L���H��dH�%(H�D$1���H�{�
����C 1�H�{8H��"H�C0H�PH�H�H�C����1�H�{H����1�H�{X����H�-!"1�H�� "H�ChL��H�CpH���H���H�Cx�ۏ��H���H��H���H���R�E1�H��H��H�CxL�XH��L��裑��H�����H�sxE1�H��L��WH��WH���{���H���Ô����ɒ��H��I��H����L�k(�dL���*���E1�H��L��L��WH��WH���+���H���s���H�D$dH3%(uH��[]A\A]��Î���f����ff.���Ðf.����G ÐfD��H�GxÐfD��H����B+B�ff.���H���D�@��AWL�=UAVAUI��ATUSH��xH�t$L�d$(H�\$@H��L��H�l$8dH�%(H�D$h1�L�|$XH�D$@H�D$HH�D$P����L�t$(�H��H�5�V茕��L��H��聍��H�|$8��������t�/H�|$8��H�|$(� ��H�D$0H�t$H��H�D$��H�t$0L��VHv��L�t$(A�~ �|�H�5TVH������L��H�����H�|$8��������t�/H�|$8��H�|$(� ��H�|$0����d���t�/H�|$0�PL��訏��H�t$H���;�H�D$@D�p����p���t
�(�aE�������H�t$H��M�uH�L��H���T���H�|$@����M���t�/H�|$@�9���QD�%�"E����H�T$�D��H���t���H�t$H��藕L��H��H���	���H�|$8����2���t�/H�|$8�H��螑��H�|$L����A�} �H�D$hdH3%(��H��x[]A\A]A^A_�H�=�"贋��L�%�"H��I��L�d$@轋��A�$�p����A9t$ACt$�H�߃�肑��L��H���G����*H��芑��L�
3"H��A��H�N���H�57���肊��A�ĉ�"H�|$@���t���������/H�|$@�����fD���a������@���I�������@���1���H�|$(� ����� 蘏���������������@�����H�|$(� �W���� �P����H���H�|$@��贊���������D$蕊���D$�������H��L��H�D$@H�D$HH�D$PL�|$X����H�\$(�H��H�5�R脑��H��H���y���H�|$8����B���t�/H�|$8�.H�|$(� �=H�t$H�|$��H�t$0L��VHv��H�\$(�{ �M�H�5�RH������H��H�����H�|$8��������t�/H�|$8��H�|$(� ��H�|$0���tq���t�/H�|$0taL��豋������@L��� �ˍ��L�t$(�m����H�|$覒�����A�L$�����9�����A�L$��-���������L���A������@���و��H�|$(� ����� �@��������詈��H�|$(� ����� ��������H�߾ ���H�\$(������ff.����AWL�=�NAVAUI��ATUSH��xH�t$L�d$(H�\$@H��L��H�l$8dH�%(H�D$h1�L�|$XH�D$@H�D$HH�D$P蕈��L�t$(�H��H�5)R����L��H������H�|$8����J���t�/H�|$8�6H�|$(� �EH�D$0H�t$H��H�D$�~H�t$0L��VHv脆��L�t$(A�~ ���H�5�OH��萎��L��H��腆��H�|$8����&���t�/H�|$8�H�|$(� �!H�|$0��������t�/H�|$0��L���8���H�t$H���}H�D$@D�p��������t
�(��E���Ž��H�t$H��M�u8�}L��H�����H�|$@��������t�/H�|$@������D�%~"E����H�T$�D��H������H�t$H���W}L��H��H��虌��H�|$8��������t�/H�|$8�vH���.���H�t$H���}H�*LH�߾�m���H�|$@A�ċ������t�/H�|$@��E����A�} �H�|$I�}0L���yH�D$hdH3%(��H��x[]A\A]A^A_��H�=�"���H�"H��I��H�T$@���H��"�p�
����9rCrH�ߺ��蹊��L��H���~����*H�����L�
*"H��A��H�Ŗ��H�5����蹃��A�ĉ�"H�|$@���t����c����/H�|$@�T���D��虄���;���@��聄���v���@���i���H�|$(� ������ �Ј��������9����D���@H�|$@�������^����������H�|$(� ����� �h����������D$�̓���D$���W���H��L��H�D$@H�D$HH�D$PL�|$X�U���H�\$(�H��H�5[L輊��H��H��豂��H�|$8��������t�/H�|$8��H�|$(� ��H�t$H�|$�PzH�t$0L��VHv�,���H�\$(�{ �
�H�5�KH���9���H��H���.���H�|$8��������t�/H�|$8�sH�|$(� ��H�|$0��������t�/H�|$0�xL��������@H�|$H��H�D$@H�D$HH�D$PL�|$X����H�\$0�9H��H�5�L肉��H��H���w���H�|$8���t���t�/H�|$8u@���	���H�|$0� �H�|$�@���H�|$�L���fDL��� �S���L�t$(�e���f���豁�����@�J�����9��d����J��r������y���H�|$(� �+���� ����������I���H�|$(� �~���� 谅��H�|$0����t���������L���Z����s���DH�߾ �s���H�\$(����f�� �V��������L���ff.����H��%H��H�7H�GH�WH�GH�G H�G(H�G0H�G8�f.���H�G8ÐfD��H�GHÐfD��H�GXÐfD��H�G(ÐfD��H�xH�����ff.���H�xH�����ff.���H�xH�����ff.���H�xH�����ff.���H�xH�����ff.���SH��H�xH������t[�DH��[���fD��SH��H�� H�t$H�|$H�t$dH�%(H�D$1�H��"H�D$��aH�|$���t9���t�/H�|$t)H�t$H�����WH�D$dH3%(uH�� [�f�����~�����J~��f.���AWAVI��AUATUSH�_8H��H�o0H�t$L�l$`L��dH�%(H��$�1��{�H��L�����H�|$`A�ċ���~���t�/H�|$`�jE���yH�\$H��H����H��L���&�H�D$`�X��������t
�(������M�~hH�\$L��H��艒H����H�|$8H���3H�D$8HcHH�PH��HcHH��H�L$H9��H�D$HI��HH�l$XH�D$ H�D$PL�|$@H�D$(�fDL��H���H��L��芁��H��H�D$�]�����薂��H�L$��)H�1H�=�
"躀��H�=��!H��諀��L��H��� �H�|$X��������t�/H�|$X��H��H9\$�@L�#L��L���p~L��L���%���H�|$`����f���t�/H�|$`�R���*���H��BL��L��H�D$`H�D$xH�D$hH�D$p�8}��H�D$@�H��H�5DFH�D$蚃��H�|$H���{��H�|$X��������t�/H�|$X��H�|$@� ��H�t$H�|$ 茍H�t$HL���VHv�{��H�D$@�x ���H�5�DH��H�D$����H�D$H��H���{��H�|$X��������t�/H�|$X��H�|$@� ��H�|$(L���}H�t$PL���VHv�}z��L�d$@A�|$ ���H�5bDH��舂��L��H���}z��H�|$X����&���t�/H�|$X�H�|$@� �!H�|$P��������t�/H�|$P��H�|$H��������t�/H�|$H��L��H���	}��H9\$�����H�D$8����o���t
�(�`H��$�dH3%(��H�Ę[]A\A]A^A_�����D$�Mz���D$������1z��H�|$H����I������z���I���fD���y��H�|$@� ����� �`~����������y��H�|$@� �,���� �0~���������y��H�|$@� �o���� �~���`������iy���g���@L�� ��}��L�d$@���f�� H���}��H�D$@�@���f�H��H�L$�~��H�L$��'���'L��H����{��1��������H�t$`��������x��E�������H�l$XH�t$H��趉H��H����|��H��H���}������}�����H�3H�=	"�|��H�=��!H����{��H�|$XH�ŋ��t��������/H�|$X����D���9x����@H�|$8�v������H�|$`���x��������H�t$L���I�~pL���+.H�|$`I�Nj�������t�/H�|$`��M����H�t$L��I�^p諉I�~p���wpL����-I��H����L�x H�|$`���t����{����/H�|$`�l���D���Qw���S���@H���py��H�0���H���RI�~p�f����w���G���@H���|����'���'L��H����y��1����O���H�t$`�E���H�\$@H�=L��H�D$`H��H�D$xH�l$XH�D$hH�D$p�Tw��L�d$@�H��H�5`@�}��L��H���u��H�|$X���t���t�/H�|$Xu���Fv��H�|$@� �SH�t$H�|$H訇H�D$HH�ߋPH@H���!u��L�d$@A�|$ ��$H�5�@H���,}��L��H���!u��H�|$X���t���t�/H�|$Xu���u��H�|$@� ��H�t$H�|$P虇H�D$PH�ߋPH@H���t��L�d$@A�|$ �P�H�5�=H���|��L��H���t��H�|$X���t���t�/H�|$Xu���(u��H�|$@� ��H�|$P���t���t�/H�|$Pu����t��H�|$H���t���t�/H�|$Hu����t��H���
w�����I�~p���vH���PI�~pH�_H����1��H�CH��A�H��t,H��H�{L���y����t�H�CE1���H���v��H�0����H��txH�uL���ay����uhH�E ���� �x������L�� �x��L�d$@���� �x���S���L�� �nx��L�d$@���� �Zx�����I�~pE��H�ٺ�(�v��H�T$`H�P�
����w
H�@ �������H�_A���s��@��AWAVAUATUSH��H�|$H�|$@H�l$HdH�%(H�D$x1�H��9H�|$H�D$hH�D$PH��H�D$H�D$PH�D$XH�D$`�s��H�\$@� H��H�5�=�5z��H��H���*r��H�|$H��������t�/H�|$H��H�|$@� ��H�|$�t��H�D$H�x0��H�t$H�|$H��8H�D$PH�D$hH�D$XH�D$`�s��H�\$@�H��H�5�;�y��H��H���q��H�|$H����e���t�/H�|$H�QH�|$@� �`H�D$H��L�`HL���Ny��H�D$HH�|$@�p+p��u��H�|$@� ��H���&H�|$�t��H�|$0L��H�|$ �y��H�D$0H�PHcHHc@H��L�,�I9���L�5"�7I�7L���t��H�=��!H����t��H��tiH��H����zI9��tH��L���iu��H��I���>v�����wv���u�L���+v����'��H�T$�'L����s��1���t�H�t$P�{���H�t$H�|$H�/7H�D$PH�D$hH�D$XH�D$`�q��L�|$@�H��H�5:��w��L��H����o��H�|$H��������t�/H�|$H��H�|$@� ��H�3H�|$�VHv�po��L�|$@A� ���H�5�8H���|w��L��H���qo��H�|$H�������t�/H�|$H��H�|$@� ��H�|$H���Ar��I9�������H�t$H�|$H�6H�D$PH�D$hH�D$XH�D$`�Jp��H�\$@�H��H�5�8��v��H��H����n��H�|$H����w���t�/H�|$H�cH�|$@� �rH�D$H��L�hXL���v��H�D$HH�|$@�p+p�s��H�|$@� ��H���T#H�|$�Zq��H�D$8L��H��H�D$(�Ev��H�D$8H�PHcHHc@H��L�<�I9��3L�5\�!�Hf.�I�4$L���4r��H�=]�!H���%r��H����H�|$H��H�����I9���H��L���r��H��I���ls�����s���u�L���Ys����'�H�T$�'L���q��1����x���H�t$P�n���f.����n��H�|$@� ����� �xr��������m��H�|$@� �^���� �Hr���O���H�t$H�|$H��3H�D$PH�D$hH�D$XH�D$`�Jn��L�d$@�H��H�57�t��L��H���l��H�|$H��������t�/H�|$H��H�|$@� ��H�3H�|$�VHv�0l��L�d$@A�|$ ���H�5�5H���;t��L��H���0l��H�|$H����)���t�/H�|$H�H�|$@� �$H�|$H���o��I9��%����H�D$H�t$H�D$PH�D$XH�|$�@ H��2H�D$hH�D$`�m��H�\$@�H��H�5�5�s��H��H���}k��H�|$H��������t�/H�|$H�zH�|$@� ��H�|$�Qn��H�|$�H�|$(�- H�|$ �# H�D$xdH3%(�H�Ĉ[]A\A]A^A_�D���k��H�|$@� ����� �p���������yk��H�|$@� �6���� ��o���'���L���m��H�0�����L���hm��H�0�t������!k��H�|$@� �Z���� �o���K�������j��H�|$@� ������ �Xo���������j��H�|$@� ������ �(o��������j��H�|$@� �w���� �n���h���L��� ��n��L�|$@�	���f�L�� ��n��L�d$@�*���f�� �n�������� �n���7����H�t$H�|$H�?0H�D$PH�D$hH�D$XH�D$`�zj��H�\$@�H��H�5�2�q��H��H���h��H�|$H��������t�/H�|$H��H�|$@� ��H�|$��k���(�l��L�t$H��H��L���]\I�^0�H�=�/�j��H�t$H��H�D$P�`H�|$P���t7���t�/H�|$Pt'H�\$�1H�{0�%]H�{0H���\�V�������h���Ⱥ���h���<���� �Em���<����;h��ff.���H���#����f���AWL�=�.AVAUI��ATUSH��xH�t$L�d$(H�\$@H��L��H�l$8dH�%(H�D$h1�L�|$XH�D$@H�D$HH�D$P��h��L�t$(�H��H�5�1�\o��L��H���Qg��H�|$8��������t�/H�|$8��H�|$(� ��H�D$0H�t$H��H�D$�HyH�t$0L��VHv��f��L�t$(A�~ �|�H�5$0H����n��L��H����f��H�|$8��������t�/H�|$8��H�|$(� ��H�|$0����d���t�/H�|$0�PL���xi��H�t$H���xH�D$@D�p����p���t
�(�aE���8o��H�t$H��M�uX�_xL��H���$j��H�|$@����M���t�/H�|$@�9���QD�%��!E����H�T$�D��H���Dk��H�t$H���wL��H��H����l��H�|$8����2���t�/H�|$8�H���nk��H�|$L���1zA�} �H�D$hdH3%(��H��x[]A\A]A^A_�H�=��!�e��L�%��!H��I��L�d$@�e��A�$�p����A9t$ACt$�H�߃��Rk��L��H���m���*H���Zk��L�
C�!H��A��H��w��H�5�w���Rd��A�ĉ}�!H�|$@���t���������/H�|$@�����fD���1e�����@���e������@���e��H�|$(� ����� �hi����������d�����@���d��H�|$(� �W���� � i���H���H�|$@���d���������D$�ed���D$�������H��L��H�D$@H�D$HH�D$PL�|$X��d��H�\$(�H��H�5�-�Tk��H��H���Ic��H�|$8����J���t�/H�|$8�6H�|$(� �EH�t$H�|$�HuH�t$0L��VHv��b��H�\$(�{ �U�H�5`,H����j��H��H����b��H�|$8��������t�/H�|$8��H�|$(� ��H�|$0���ty���t�/H�|$0tiL���e������@L��� �g��L�t$(�m����H�t$L���C�����fDA�L$�����9�����A�L$��%�������b��L���	e�����@���b��H�|$(� ������ �g��������qb��H�|$(� ����� ��f�����H�߾ ��f��H�\$(����a��@��AWAVI��AUATI��USH��hdH�%(H�D$X1�L�l$H�\$0H�D$0H�.(H��H�l$(L��H�D$HH�D$8H�D$@�gb��L�|$�H��H�5�+��h��L��H����`��H�|$(��������t�/H�|$(��H�|$� ��H�D$ L��H��H�$�M���H�t$ L��VHv�Y`��L�|$A� ���H�5�)H���eh��L��H���Z`��H�|$(��������t�/H�|$(�oH�|$� �~H�|$ ��������t�/H�|$ �tL���
c��L��H��袻��H�D$0D�x����g���t
�(�XE���i��L��H���l���I�~pH���H�|$0I�Nj���F���t�/H�|$0�2M���AH�z&H��L��H�D$0H�D$HH�D$8H�D$@��`��H�\$�H��H�5;+�6g��H��H���+_��H�|$(��������t�/H�|$(��H�|$� ��H�<$L��蝺��H�t$ L��VHv�^��H�\$�{ ���H�5E(H���f��H��H���^��H�|$(��������t�/H�|$(��H�|$� ��H�|$ ����z���t�/H�|$ �fL���^a��H�D$XdH3%(��H��h[]A\A]A^A_�����^��H�|$� ����� �@c���������^��H�|$� �)���� �c���������y^��H�|$� ������ ��b��H�|$ ����x������B^���x���DH�|$0���$^���������	^��M�������H��L�����I�~p���v
I�~p�A9I�~pL�oM��u!��I�EM��A�H��tI��I�}H����b����t�I�EE1�H��u�M����I�wH��D�D$�b�����%I�~pD�D$L���(�_��H�L$0H�H������RH�|$0L�` ��������t�/H�|$0��L��H������H�I#H�߾�]��H�|$0A�ŋ�������t�/H�|$0��E��tA�~ ��M�fhI�$L��L��Ph������\�����@���\��H�|$� �A���� ��`���2���L��� ��`��L�|$�����H�|$0M�g ����������.\������f����\���6���@H�߾ �{`��H�\$�g���������I�~p�l����H�<$H�"H��H�D$0H�D$HH�D$8H�D$@�]\��H�\$ �BH��H�5�&��b��H��H���Z��H�|$(���t.���t�/H�|$(tH�|$ � uCH�<$�]�����D���1[�����L�oA����f�� �_����Z���ff.���USH��8H�dH�%(H�D$(1��{ tH�D$(dH3%(��H��8[]�f�H�=Y�!H���!^��H��tH��H��������H�=��!H���]��H��tH��H�������H�=��!H����]��H��tH��H�������o���@H�=��!H���]��H����b��H��H������C����Y���f.���AWAVAUL���ATUH��SH��hdH�%(H�D$X1�H������v�pL���5H���H�L$ L�t$H�L$HcPH�\����H�������>H��L��L�|$�>^��L��H��H�����H�t$H��L��H�D$8H�D$ H�D$(H�D$0��Y��L�d$�+L��H�5�$�S`��L��L���HX��H�|$��������t�/H�|$tyH�|$� ��L���"[��H������vH���L��p�4H���HcPH�D�H9���L�#L����8���������$L��H���F랺��aX��H�|$� �x���� ��\���i���HcPH�T�H)ӋH����v�pL���3H���Hc�HcBH�H�\����H�}(�GPH���f�D$LHcpH�Hf~L$TH��H��HcpL�,�H��I9�tZL�t$L�fDH��I9�t7L�#L������u�L������t�L��L��H���ԉI9�u��H����B�R9�t'H�D$XdH3%(u%H��h[]A\A]A^A_��H����$\�����V���ff.����AWAVAUATA��USH��H��HdH�%(H�D$81�I��L�l$H�l$H�$L��L��H�D$H�D$(H�D$H�D$ �YW��L�<$�5H��H�5�"��]��L��H����U��H�|$��������t�/H�|$��H�<$� ��E��H�] H�5Q HD��Y��L�<$A� ��H�5w'H���h]��L��H���]U��H�|$����n���t�/H�|$�ZH�<$� �iL���4X��H�D$E���bH����P+P��~q�L�����v�pL���1H���HcPH�T�H�T$���v�pL���a1H���HcHH�PH�t�����RL���*Z���F����fX��H��H��H����2H��H�l$�Y��H�|$1��S��H�|$H���?H���L����-H�L$8dH3%(H�D$�H��H[]A\A]A^A_�����T��H�<$� �V���� �1Y��H�<$�C�������T��H�<$� ������ �X�����@���W��1�H��H���1H��H��H�l$�I>H�|$�/X��H�|$��R���(���L��� �X��L�<$����f�HcHH��H)֋H��H����v�pL����/H���Hc�HcBH�H�t��o����LS��ff.����AUATI��USH��H��8dH�%(H�D$(1�H���H�$�P+P���o�L������=HcPH�T�H�$����HcHH�PH�t������L���X��L�,$H�l$H�sXL��H����Y��H���X�����NX����H�t$H�=��!�uV��H�=��!H���fV��L��H����~H���X��H��H�����,������H�����H�$H�L$(dH3%(�&H��8[]A\A]�HcHH��H)֋H��H������H���Hc�HcBH�H�t������pL���.H������f��pL���.H������f��p�&U��H��I��H���tL�,$����H����V����'t[�'H�T$H���T��1��������H�t$���DH����TX�������pL����-�����H���S��H�0�o�����P���f.���USH��H��H��H�l$H�t$1��O}H���H���.H���H���Q+H���9�H��[]�f���AWAVL�5AAUATUSH��H��XdH�%(H�D$H1�L�d$L�|$ H���!L��H�l$H�D$ H�PH�L�t$8H�GH�L��H�D$(H�D$0�2Q��L�l$�H��H�5��W��L��H���O��H�|$��������t�/H�|$��L�l$A�} ���	H�5UH���gW��L��H���\O��H�|$����E���t�/H�|$�1H�|$� �@H����p+p�S��L�l$A�} �h�H�5�H����V��L��H����N��H�|$����j���t�/H�|$�VH�|$� �eH����p+p�ES��H�|$� ��L��L����Q��H���H�HHcPHc@H��H��H9�t0�H�8H��tH�H�D$H�$�Q H�D$H�$H��H9�u�L���?L��L��L�t$8H�D$ H�D$(H�D$0�dO��L�t$�H��H�5���U��L��H����M��H�|$��������t�/H�|$��H�|$� ��L��L����P��H���H�PHcHHc@L�4�H�,�I9�t�H�}H��tH��P H��I9�u�L���hH����,H���� H����4T��L����L����H�{p����N���t
�/�7H�{X�>O��H�{H�5O��H�{8�,O��H�{�3U��H���;O��H�D$HdH3%(�>H��X[]A\A]A^A_�����aM��L�l$A�} ����L�� ��Q��L�l$���f.����!M��H�|$� ������ �Q��H�|$���fD����L��H�|$� �l���� �PQ���]������L��H�|$� ������ � Q��H�|$���fDH�{p@����fD� ��P������f�L�� ��P��L�l$�����K��@��H���#����f���SH������H�߾�[��J��D��H����fD��H����t���t�(t��H�?����K��f.�@��AUATUSH��H�/�E��t���t�mtH��[]A\A]ÐH�/HcUH�EH��HcUL�$�L9�tHA��@���t�������D9�tI9�t$H��H����u�H�;���1K��I9�u�H��H��[]A\A]��I��f.���H����t���t�(t��H�?�I�����H����t���t�(t��H�?�I�����H��(H�dH�%(H�D$1�H�F�!H�T$H�H�|$H�D$�g���H�|$�]���H�D$dH3%(uH��(���I����H�H����t���u�f.���UH��SH��H���p�M��H�EHcPH�t�H�HcBH��H�|H9�tHcRH��H)�H��
H��[]�H��[]�L��f.���ATE1�UH��SH�_H��u�O�I��H�[H��tH�{H���N����t�H�[H��u�M��tI�t$H���N����u
L��[]A\�DE1�[]L��A\�f.���U�SH��H��H�{���t8���t
�������9�t"H�{H��t����H�[H��u�H��[]�@H�{����H����f.����AWAVAUATUSH��H��H�oH����H�}���t���t�/uH�}���H��L�eM����I�|$�������t
�/��M�l$M���mI�}�������t
�/�M�uM���CI�~���t���t#�/uI�~f.�����G��M�~M����I���������t
�/��I�GH����H�x����a���t
�/�NH�PH��tQH�zH�D$H�$���H�$H�D$H�zH��tH�T$H�$�"���H�T$H�$H�zH��t
H�$����H�$H�@H��tJH�x����"���t
�/�H�xH��t
H�$����H�$H�xH��t���f�M�M����I�����r���t
�/�_I�GH��t1H�xH�$���H�$H�xH��t	�^���H�$H�xH��t�L���M�M��tCI���������t
�/��I�H��t����I�H��t�
���f.�M�vM���SI�~��������t
�/��M�~M����I��������t
�/��I�GH��t1H�xH�$����H�$H�xH��t	���H�$H�xH��t�r���M�M��t)I����I�H��t�R���I�H��t	�D���@M�vM����I�~��������t
�/�oM�~M��t%I��D���I�H��t���I�H��t���M�vM��t?I�~����o���t
�/�\I�~H��t���I�~H��t���fDM�mM����I�}���t���t#�/uI�}f.����D��M�uM���LI�~����v���t
�/�[M�~M����I���������t
�/��I�GH��t1H�xH�$�7���H�$H�xH��t	���H�$H�xH��t����M�M��t:I��������t
�/��I�H��t���I�H��t����M�vM��tI�~�������t
�/��M�~M��t%I����I�H��t�J���I�H��t�<���M�vM��t+I�~�j���I�~H��t����I�~H��t����fDM�mM���[I�}����=���t
�/�"M�uM����I�~����X���t
�/�EM�~M��t9I��������t
�/��I�H��t���I�H��t�r���M�vM��t)I�~���I�~H��t�R���I�~H��t	�D���@M�mM����I�}��������t
�/��M�uM��t%I�~�D���I�~H��t���I�~H��t���M�mM��t?I�}��������t
�/��I�}H��t���I�}H��t���fDM�d$M����I�|$����{���t
�/�dM�l$M����I�}���t���t�/uI�}D���yA��M�uM���<I�~��������t
�/�sM�~M����I���������t
�/��I�GH��t1H�xH�$����H�$H�xH��t	���H�$H�xH��t���M�M��t*I����I�H��t���I�H��t
�}���DM�vM��tI�~��������t
�/�xM�~M��t%I���I�H��t�2���I�H��t�$���M�vM��t+I�~�R�I�~H��t����I�~H��t���fDM�mM���[I�}����e���t
�/�RM�uM����I�~��������t
�/��M�~M��t%I����I�H��t�|���I�H��t�n���M�vM��t=I�~����%���t
�/�I�~H��t�:���I�~H��t	�,���@M�mM����I�}����"���t
�/�M�uM��t%I�~�,�I�~H��t����I�~H��t����M�mM��t?I�}����?���t
�/�,I�}H��t���I�}H��t���fDM�d$M����I�|$���t���t!�/uI�|$����>��M�l$M���CI�}����}���t
�/�bM�uM����I�~�������t
�/�M�~M��t9I���������t
�/��I�H��t��I�H��t��M�vM��t)I�~���I�~H��t��I�~H��t	��@M�mM��tI�}�������t
�/��M�uM��t%I�~��I�~H��t�:�I�~H��t�,�M�mM��t+I�}�Z�I�}H��t��I�}H��t��fDM�d$M���JI�|$����S���t
�/�8M�l$M����I�}����"���t
�/�M�uM��t%I�~���I�~H��t��I�~H��t�s�M�mM��t:I�}�������t
�/��I�}H��t�?�I�}H��t�1�M�d$M����I�|$����/���t
�/�M�l$M��t%I�}�1�I�}H��t���I�}H��t���M�d$M��t+I�|$��I�|$H��t��I�|$H��t��H�mH���H�}����=���t
�/�&L�eM����I�|$��������t
�/��M�l$M����I�}���t���t�/uI�}@���Q;��M�uM���LI�~�����
���t
�/��
M�~M����I���������t
�/��I�GH��t1H�xH�$���H�$H�xH��t	��H�$H�xH��t��M�M��t:I���������t
�/��I�H��t�O�I�H��t�A�M�vM��tI�~����k���t
�/�XM�~M��t%I��H�I�H��t��I�H��t���M�vM��t+I�~��I�~H��t���I�~H��t��fDM�mM���kI�}����-���t
�/�M�uM����I�~��������t
�/��M�~M��t9I�����S���t
�/�@I�H��t�0�I�H��t�"�M�vM��t)I�~�P�I�~H��t��I�~H��t	���@M�mM����I�}����"���t
�/�M�uM��t9I�~��������t
�/��I�~H��t��I�~H��t��M�mM��t;I�}��������t
�/��I�}H��t�P�I�}H��t�B�f�M�d$M����I�|$���t���t!�/uI�|$����A8��M�l$M���+I�}�����
���t
�/��
M�uM��t}I�~��������t
�/��M�~M��t%I����I�H��t��I�H��t��M�vM��t)I�~��I�~H��t�b�I�~H��t	�T�@M�mM��tI�}�������t
�/��M�uM��t%I�~�X�I�~H��t�
�I�~H��t��M�mM��t+I�}�*�I�}H��t���I�}H��t���fDM�d$M���:I�|$����[���t
�/�@M�l$M���~I�}��������t
�/��M�uM��t%I�~��I�~H��t�Q�I�~H��t�C�M�mM��t*I�}�q�I�}H��t�#�I�}H��t
��DM�d$M����I�|$����(���t
�/�M�l$M��t%I�}��I�}H��t���I�}H��t��M�d$M��t+I�|$���I�|$H��t��I�|$H��t��H�mH����H�}��������t
�/��L�eM����I�|$���t���t �/uI�|$fD���Y5��M�l$M���[I�}��������t
�/��M�uM��t}I�~����?���t
�/�,M�~M��t%I���I�H��t��I�H��t��M�vM��t)I�~���I�~H��t�z�I�~H��t	�l�@M�mM����I�}��������t
�/��M�uM��t9I�~����
���t
�/��I�~H��t�
�I�~H��t��M�mM��tCI�}�����
���t
�/��
I�}H��t���I�}H��t��f.�M�d$M���2I�|$��������t
�/�hM�l$M��tzI�}��������t
�/��M�uM��t%I�~��I�~H��t�=�I�~H��t�/�M�mM��t&I�}�]�I�}H��t��I�}H��t���M�d$M����I�|$��������t
�/��M�l$M��t%I�}��I�}H��t��I�}H��t��M�d$M��t+I�|$���I�|$H��t��I�|$H��t�s�H�mH����H�}���t���t#�/uH�}f.����q2��L�eM���LI�|$����%���t
�/�
M�l$M��t|I�}��������t
�/��M�uM��t%I�~�
�I�~H��t��I�~H��t��M�mM��t(I�}���I�}H��t��I�}H��t��M�d$M����I�|$����E���t
�/�1M�l$M��t%I�}��I�}H��t�3�I�}H��t�%�M�d$M��tCI�|$����	���t
�/��I�|$H��t���I�|$H��t����H�mH���KH�}��������t
�/��L�eM����I�|$����+���t
�/�M�l$M��t%I�}��I�}H��t�b�I�}H��t�T�M�d$M��t*I�|$��I�|$H��t�1�I�|$H��t�"�f�H�mH����H�}��������t
�/��L�eM��t<I�|$��������t
�/�pI�|$H��t��I�|$H��t��H�mH��t(H�}���H�}H��t��H�}H��t��H�s�H���5��H��H��[]A\A]A^A_�y0��f�H�}@���y/����@I�|$���Y/����@I�|$���9/����@I�}@���/�����@H�}@���.���^���@I�|$����.���I�I�|$����.����I�}���.����I�|$����.�����I�}����a.���.���I�|$����A.���x���I�|$����!.������H�}����.������I�}�����-���~�I�~����-���m�I�}����-�����I�~����-���U�I�}����a-���F���I�~����A-���&�I�����!-���U�I�~����-����I�}�����,����I�~����,�����I�}���,������I�|$���,������H�}���,���E���I�}���h,���D���I�|$���O,�����I����7,���
�I�~���,�����I�~���,���p�I�~����+����I�}����+���T���I�}���+�����I�~���+����I�}���+�����I�|$���v+���]���I�}���^+�����I�~���F+���Q�I����.+���,�I�|$���+�����I�|$���*�����I�}����*�����I�}����*����I�~���*����I�~���*����I�}���*���)�I����l*����I����T*����H�x��H�$�8*��H�$��I�}���*�����I�~���*���#�I�����)����I�~����)���y�I����)����I�}���)����I�|$���)���w���I����s)����I�}���[)���@���I�~���C)���^�I����+)����I�}���)����H�x��H�$�(��H�$���I�����(�����I�����(�����I�}���(����I�~���(����I�}���{(�����I�~���c(�����I�~���K(�����I�|$���2(����I����(����D��AUATUHc�SH��H��H��t$H�t$HcPL�l����`*��L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D���;*��A�$��u�L���&����f�L���*��L�Hct$Ic@I�HH��g�����H�SH����v���������H�H�[��H��)��H�[���AUATUHc�SH��H��H��t$H�t$HcPL�l���� )��L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D���(��A�$��u�L����$����f�L����(��L�Hct$Ic@I�HH��g�����H�SH����v���������H�H�[��H��h(��H�[���ATI��E1�U1�H���(SL����'��H�UH��H�P�������H�E H�}H�C H�H��H��H���EHE�H�H��tHL�����H�}H�H�C��H	�H�H��t8L���o���H�H�C��H	�H�H��[]A\��H�}H�CH��u�H�CH��[]A\����]���f.�D��UH��SH���.$��H��H�EH�xH��t H�����H�KH�H�C��H	�H�H�E���t ���t�(tH�]H��H��[]�+��H�}�_����f.���ATUSH�H��HcPL�d��'��H�H��HcBH��H�|L9�tHcRH��H)�H���E��t$���t�mt[]A\�@L���&���E��u�[H��]A\�u"��D��ATUSH�H��HcPL�d��&��H�H��HcBH��H�|L9�tHcRH��H)�H���E��t$���t�mt[]A\�@L���(&���E��u�[H��]A\�!��D��L�IcHA�@A��A)�E����M�HHc�I�D�I��H��H9�tyUSH��H�H9tH��H9�u�1�H��[]�fDI��H)�H��H��1����tމ��A9����u�A�H����vH��p�����H���L"��H���[]�1��f.���ATUSH��H��@dH�%(H�D$81�H�l$�(��H�(�!�8�H�CH�C H�t$H���C@H�H���!�CH�k�H�CH�(�H�C(�?H�C0�C8�CPH�ChH�CpH�Cx�CX�C`H��H��H�D$(H�D$H�D$H�D$ �"��L�$$�!H��H�5���(��L��H��� ��H�|$���t?���t�/H�|$t/H�<$� u>H���}#��H�D$8dH3%(u2H��@[]A\�@���!��H�<$� t¾ �m%����f ��fD��H�GxÐfD��H���!SH��H��H�H����t���t�/t
H��[�<"��@H�{��� ��H��[�"��ff.����H�]�!SH��H��H�H����t,���t�/tH����!��H�߾�[�����H�{��� ���ΐf���H�NH��H������w���Ðf.���SH��H�pH��t+H�
�H��H�5^��Y��H�spH�{x�L��H�Cp[�f���H�GpH��tH���O�GP�@��AUATI��USH��HdH�%(H�D$81�H��H�t$H�l$H���H��H�D$H�D$(H�D$H�D$ ����L�,$�!H��H�5���K&��L��H���@��H�|$���tU���t�/H�|$tEH�<$� uTH���#!��I�|$pH��tQ�SH�D$8dH3%(uGH��H[]A\A]�f������H�<$� t�� �"���A�D$P��������AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H�k�H��H�D$H�D$(H�D$H�D$ ���L�,$�!L��H�5���+%��L��L��� ��H�|$���tU���t�/H�|$tEH�<$� uTH��� ��H�{p�CPH��t�MH�D$8dH3%(u3H��H[]A\A]����q��H�<$� t�� ��!�������fD��AWL�=��AVAUI��ATUH��SH��XdH�%(H�D$H1�L�d$H�D$ H�D$ H��L��H�D$H�\$H�D$(H�D$0L�|$8���L�t$�$H��H�5���	$��L��H�����H�|$��������t�/H�|$��H�|$� ��I�uL��VHv���L�t$A�~ ���H�5��H���#��L��H�����H�|$����k���t�/H�|$�WH�|$� �fL��L�u�\��L��L���#����u%H�}xH��t	�ό����u;L��L�����H���H�D$HdH3%(��H��X[]A\A]A^A_�DH�t$L��L�|$8H�D$ H�D$(H�D$0�#��L�|$�!H��H�5���"��L��H�����H�|$��������t�/H�|$��H�|$� �MH�uL��VHv�*��L�|$A� �
�H�5T�H���6"��L��H���+��H�|$��������t�/H�|$�xH�|$� ��I�uL��VHv���L�|$A� �v�H�5�H����!��L��H�����H�|$�������t�/H�|$��H�|$� �5L�����H������H���M���L��L������H�E�@���CH���+��.���fD������H�|$� �V���� �X���G��������H�|$� ������ �(�����L��� ���L�t$� ���f����q���0���@���Y������@���A���t���@� ����p���f�L��� ���L�|$�s���f�L��� �s��L�|$����f�� �V������H�}xL�����H�\$E1�H��H�EpH��L���H�D�H���\��H�����H�}pH�u�IH�}pH�u$�*IH�}pH�u0�MIH�}p�E@�JH�}p�EH�aIH�}p�Uh�M`�EX�I�EP��t1������H�}p��G����f.�� �������H�}p��L�����m���ff.����AVAUATUSH��H��@dH�%(H�D$81�H��L�l$L�d$H���L��H��H�D$H�D$(H�D$H�D$ ���L�4$�+L��H�5�����L��L�����H�|$���tp���t�/H�|$t`H�<$� uoH���~��H�{xH��H�
}�H�5�����H�{�G��uQH�D$8dH3%(��H��@[]A\A]A^��������H�<$� t�� �=���H�|$�������H�N�!H9�tH�C���tW���t
�/tL@H��L���%���H�|$���t����X����/H�|$�I���f����A���3���@���)�����H�{�n������ff.���AWAVAUATI��UH��SH��hdH�%(H�D$X1�H��L�l$H�D$0H�D$HH�D$0L��H�\$(H��H�D$H�D$8H�D$@�2��L�t$�%H��H�5����L��H�����H�|$(����?���t�/H�|$(�+H�|$� �:�GL�|$ L�t$H��H�|$L��L�����H�D$ �H��H�5N�H�$�>��H�<$H���2��H�|$(��������t�/H�|$(��H�|$ � ��L�����L�����L�����H��tKI�|$x����I�l$xH���j�����uVH�\$I�t$xE1�L��L���H���H��� ��H���h��H�D$XdH3%(��H��h[]A\A]A^A_�DL���H�����fD�����H�|$� ����� �x��H�|$���fD������H�|$ � �
���� �@������6��fD��AUATI��USH��HdH�%(H�D$81�H��H�t$H�l$H���H��H�D$H�D$(H�D$H�D$ ����L�,$�"H��H�5H��{��L��H���p��H�|$���tU���t�/H�|$tEH�<$� uTH���S��I�|$pH��tQ�BH�D$8dH3%(uGH��H[]A\A]�f������H�<$� t�� �-���A�D$P�������H��HH�WdH�%(H�D$81��G H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H���������G.z"u �G.Fzu�G .Fzu�DSH�H��H�G�F�G �j�H�{pH��tH�s[�WB�[�ff.���SH��0dH�%(H�D$(1�H�pt<f(�f���f.��L$��E„�uH��H�0�e��.���L$zuH�D$(dH3%(uWH��0[�fD�C8�S4�Z�H�t$H���Y��Y��XC �YK0�XS�XK�D$$�T$ �L$������x�����H��HH�W$dH�%(H�D$81��G,H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H���������G$.z"u �G(.Fzu�G,.Fzu�DSH�H��H�G$�F�G,��H�{pH��tH�s$[��@�[�ff.���H��HH�W0dH�%(H�D$81��G8H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H��I�������G0.z"u �G4.Fzu�G8.Fzu�DSH�H��H�G0�F�G8�:�H�{pH��tH�s0[�G@�[�ff.����G@�fD��SH��H��0dH�%(H�D$(1�f.G@{Ef��f/�wDH���C@��H�{pH��t
�C@�#AH�D$(dH3%(uH��0[�Dt���O��H��H��H�5��H�$H�D$1�H�D$H�D$����fD���GH�fD��SH��H��0dH�%(H�D$(1�f.GH{Ef��f/�wDH���CH�F�H�{pH��t
�CH�C?H�D$(dH3%(uH��0[�Dt���
��H�H�H��H�5N�H�$H�D$1�H�D$H�D$�H���fD��f.GX{%H�Gp�GXH��t�Wh�O`H���>Du�Ðff.����f.G`f(�{!H�Gp�O`H��t�GX�WhH���>�u�Ðff.����f.Ghf(�{!H�Gp�WhH��t�GX�O`H���q>�u�Ðff.�����g����SH���C��H���!H�C H��H�H���!H�CH���H�C[Ð@��H�m�!SH��H��H�H����t���t�/t
H��[�,��@H�{���u��H��[���ff.����H�
�!SH��H��H�H����t,���t�/tH����
��H�߾([��
���H�{������ΐf���H�w ÐfD���G�fD��AUATUSH��H��X�D$dH�%(H�D$H1�f.Gz"u H�D$HdH3%(�cH��X[]A\A]Ð�T$H��L�d$H�l$�Sf(�迧H���H�t$ L��H�D$8H�D$ H�D$(H�D$0����L�l$�H��H�5���b��L��H���W
��H�|$�������t�/H�|$��H�|$� �H�sL��VHv��	��H�\$�{ �s�H�5R�H������H��H����	��H�|$��������t�/H�|$��H�|$� ���D$���H�\$�{ ���H�5��H�����H��H���y	��H�|$���t^���t�/H�|$tNH�|$� u]L���[���V���fD����	��H�|$� ������ �X��������	��H�|$� t�� �,���f.����	��H�|$� ����� �
��H�|$���fDH�߾ ��
��H�\$����H�߾ ��
��H�\$�v������@��H��8dH�%(H�D$(1�H� �E��H�����H�D$(dH3%(uH��8��j��f.���H�NH��H������w���Ðf.���闤�fD��駤�fD��鷤���UH��SH��H�����H�܅!H�CH��H�=�!H��H�����H�CH��[]Ðf.���H���!H��H��	������H�}�!SH��H��H��	��H�߾[����fD��H�GÐfD��UH��SH��H������H�kH��[]���H��(H�dH�%(H�D$1��x��H�L$dH3%(uH�H��H���H��(�������fD��AVAUI��ATUSH��H��@dH�%(H�D$81�H��H�t$L�d$H�f�H��H�D$H�D$(H�D$H�D$ ���L�4$�&L��H�5���&��L��L�����H�|$���t`���t�/H�|$tPH�<$� u_H�����H�{�w��L��H�H����H���>�H�D$8dH3%(u3H��@[]A\A]A^Ð���a��H�<$� t�� ��
�������fD��H��(H�dH�%(H�D$1��w��H�L$dH3%(uH�H��H���H��(���w���fD��AVAUI��ATUSH��H��@dH�%(H�D$81�H��H�t$L�d$H���H��H�D$H�D$(H�D$H�D$ �.��L�4$�'L��H�5�����L��L�����H�|$���t`���t�/H�|$tPH�<$� u_H�����H�{�%v��L��H�H����H����H�D$8dH3%(u3H��@[]A\A]A^Ð������H�<$� t�� �]	����V��fD��H��(H�dH�%(H�D$1��u��H�L$dH3%(uH�H��H���H��(������fD��AVAUI��ATUSH��H��@dH�%(H�D$81�H��H�t$L�d$H���H��H�D$H�D$(H�D$H�D$ ���L�4$�&L��H�5C��F��L��L���;��H�|$���t`���t�/H�|$tPH�<$� u_H�����H�{�t��L��H�H����H��螤H�D$8dH3%(u3H��@[]A\A]A^Ð�����H�<$� t�� ���������fD��H��(H�dH�%(H�D$1��/t��H�L$dH3%(uH�H��H���H��(������fD��AVAUI��ATUSH��H��@dH�%(H�D$81�H��H�t$L�d$H��H��H�D$H�D$(H�D$H�D$ �N��L�4$� L��H�5����	��L��L������H�|$���t`���t�/H�|$tPH�<$� u_H�����H�{�Es��L��H�H����H���N�H�D$8dH3%(u3H��@[]A\A]A^Ð�����H�<$� t�� �}����v��fD��H��H���r��H�H��H���H����ff.����AUATUSH��H��X�D$H�l$H�t$ dH�%(H�D$H1�H��H���L�d$H�D$8H�D$ H�D$(H�D$0���L�l$�"L��H�5�����L��L���w��H�|$���td���t�/H�|$tTH�|$� ucH���Y��H�{��q���D$H�H����H����H�D$HdH3%(u4H��X[]A\A]������H�|$� t�� �$������f.���SH������H��~!����CH�C@H���C H�H��!�C(H�C�C0�C8H�CH[����H�]~!SH��H��H�H����t���t�/t
H��[���@H�{�����H��[�|��ff.����H��}!SH��H��H�H����t,���t�/tH���=��H�߾P[�O����H�{���u����ΐf���UH��SH��H��8�G(dH�%(H�D$(1�f/G vTH�}�H��H�5��H�$H�D$1�H�D$H�D$�}���C(�K �C �K(f��C8f/C0vTH��H��H�5��H�$H�D$1�H�D$H�D$����C8�K0�C0�K8f�H�kHH�D$(dH3%(uH��8[]�����H�NH��H������w���Ðf.���H��8dH�%(H�D$(1�H�H����H������H�D$(dH3%(uH��8��z���f.����GÐfD��H��8dH�%(H�D$(1�H�H�m��@�wH�D$(dH3%(uH��8������ff.����G �fD��H��8dH�%(H�D$(1�H�H�I��f��f/�s�G H�D$(dH3%(uH��8����H�m�H��H�5��H�$H�D$1�H�D$H�D$�m���뭐f.����G(�fD��H��8dH�%(H�D$(1�H�H����f��f/�w�G(H�D$(dH3%(uH��8�����H���H��H�5�H�$H�D$1�H�D$H�D$����뭐f.����G0�fD��H��8dH�%(H�D$(1�H�H����f��f/�w�G0H�D$(dH3%(uH��8��t���H�-�H��H�5��H�$H�D$1�H�D$H�D$�-���뭐f.����G8�fD��H��8dH�%(H�D$(1�H�H���f��f/O8w�G8H�D$(dH3%(uH��8�����H���H��H�52�H�$H�D$1�H�D$H�D$����f.���H�G@ÐfD��H�w@ÐfD��AVAUI��ATUSH��H�� dH�%(H�D$1�H�l$L�t$���L��H��H��I�����H�T$H��L��f��S8�K0H���H*��Y���\�L���Y���Y��X��D$�n���f���sL��H�D$�[(�K �D$H���H*��YU��\��YQ��Y��X��41H�D$dH3%(u
H�� []A\A]A^��r���f���SH���3��H��x!H�{H��H�H�z�!H�C��1�H�C(f�C H�C0[Ð���H��x!SH��H��H��H�G����H�{���t���t�/tH��[����f�H�{���M���H��[���@��SH�����H�߾8[����@��SH��H������H��[�f.���H��8dH�%(H�D$(1�H�0����H������H�D$(dH3%(uH��8��:���f.����G ÐfD��H�G0ÐfD���G!ÐfD��H�(H��tH��H��P`����H���fD1�Ð@��H�G(H��t;SH�H��H��R`��t!H�{(H��P`��tH�{([H�H�@h��@[�fD�G!Ðf���H��8dH�%(H�D$(1�H�0����@�w!H�D$(dH3%(uH��8��?����ff.���H��8dH�%(H�D$(1�H�0����@�w H�D$(dH3%(uH��8�����ff.���H��8dH�%(H�D$(1�H�0����H�w0H�D$(dH3%(uH��8�����ff.���H�NH��H������w���Ðf.���H��8dH�%(H�D$(1�H�0����H���d���H�D$(dH3%(uH��8�����f.���USH��dH�%(H�D$1�� t H�D$dH3%(��H��[]�DH��H�0�4g��H�sH�H��RpH�H�C(H��R`��tEH��H�s(E1�H��H��L�F�H�v�����H���
����{!t�H�{(H��Ph�u���DH��蘝���Q������H�G(����SH������H�|u!��H�C H���CH��C[Ð����G�fD��ATUSH��H��P�D$dH�%(H�D$H1�H�GH�=�u!H�p����D$H��tH�xP����f��f/�w/f/��w%�CH�D$HdH3%(��H��P[]A\�H�\$H��H�D$ H�t$ H��H�D$8H�l$H�D$(H�D$0�j���L�d$�+H��H�5������L��H�����H�|$���t+���t�/H�|$tH�|$� u*H������K������A�H�|$� t־ �������@���G�fD��ATUSH��H��P�D$dH�%(H�D$H1�H�GH�=�t!H�p�W����D$H��tH�xP�o��f��f/�w/f/'�w%�CH�D$HdH3%(��H��P[]A\�H�\$H���H�D$ H�t$ H��H�D$8H�l$H�D$(H�D$0�
�L�d$�+H��H�5���q���L��H���f�H�|$���t+���t�/H�|$tH�|$� u*H���H����K��������H�|$� t־ �L������E�@���G �fD��ATUSH��H��P�D$dH�%(H�D$H1�H�GH�=0s!H�p����D$H��tH�xP�O���f��f/�w/f/_�w%�C H�D$HdH3%(��H��P[]A\�H�\$H�\�H�D$ H�t$ H��H�D$8H�l$H�D$(H�D$0��L�d$�2H��H�5������L��H����H�|$���t���t�/H�|$u����H�|$� uH������<���@� ��������ff.���H�(�����Gf/Gv�GH�w(Ðf.���USH��H���n���H�Wq!�C�0H�C@H��H�CHH�H���!H�CPH�CH�C H�C(H���!H�C0���H��H��H������H��p!�$�H�k8H�E H���EH�E�EH��[]ÐfD��H��p!SH��H��H�H�0���td���t�/tUH�{(���t^���t
�/��H�{ ���t^���t
�/��H�{���t^���t
�/��H��[��H�{0���H�{(���u������H�{ ���u������H�{���u�����H��[�C�H�{(�f.�H�{ �f.�H�{�f.���SH�����H�߾X[���@���G����H��8dH�%(H�D$(1�H�P�Q����wH�D$(dH3%(uH��8�����H�N H��H������w���Ðf.���H��8dH�%(H�D$(1�H�P����H�� �T�H�D$(dH3%(uH��8��
�f.���H�NH��H������w���Ðf.���H��8dH�%(H�D$(1�H�P����H�����H�D$(dH3%(uH��8���f.���H�N(H��H������w���Ðf.���AUATUSH��H�W0dH�%(H�D$1��B�RA��A)�9���E1�A��t�GH����t-�F�A��A��H�L$dH3%(D��u_H��[]A\A]�D��H�t$H��H�V�R�T$A�EH�M0H��H�� ��H��D��I�ЋQ�י+y��A���A��������@��AUATUH��SHc�H��H�G0���w!H�E0HcpH�H�D�H��[]A\A]�fDHcP�pH�0L�l���H�U0I��HcBH��H�|I9�tHcRH��H)�H��"A�$��t
���t��A�,$u�L���5��L���H���fD��H��8dH�%(H�D$(1�H�P����H��(���H�D$(dH3%(uH��8���f.���H��HdH�%(H�D$81�H�P����H�G8H�x(���@f/@w"H�p(H�wPH�D$8dH3%(uH��H�D�@����@��H�GPÐfD��H�G8ÐfD��H�G@ÐfD��H�w@ÐfD��H�GHÐfD��H�wHÐfD��H��H��H�7H�GH�WH�GH�G H�G(H�G0H�G8�f.���H�G0ÐfD��USH��8H�_PdH�%(H�D$(1�H���)���H��@��H���z���H�uH��H���;��H�T$(dH3%(H��uH��8[]����ff.����1�����AWAVAUATUSH���D$�L$dH�%(H��$�1�H�P�1I���I��I��I���+���H��H���H��L��H�l$0���H��L�����L��H���9���D$H���{���D$H���-��I�G8H���@����I�G8H���@���I�G8H���@ �*��H��H�\$h����H���H�t$pH��H��$�H�D$pH�D$xHDŽ$����H�D$0�H��H�5��H�D$�U�H�|$H���H�H�|$h����I���t�/H�|$h�5H�|$0� �DI�wH��VHv���L�|$0A� ���H�5K�H�����L��H�����H�|$h����5���t�/H�|$h�!H�|$0� �0�GH�D$8L��H��H�|$8H�|$@H�D$H�|$ �
�L�t$@�H��H�5Ӻ�a�L��H���V�H�|$h��������t�/H�|$h��H�|$@� ���GH�D$HL�t$PL��H��H�|$HL��H�D$(��L�d$P�H��H�5W����L��H�����H�|$h��������t�/H�|$h��H�|$P� ���GL�d$`L�|$XL��H�|$XL��L����L�l$`�H��H�5��n�L��H���c�H�|$h����4���t�/H�|$h� H�|$`� �/�D$��L�l$`A�} ���H�5w�H����L��H����H�|$h��������t�/H�|$h�|H�|$`� ���D$��L�l$`A�} �2�
H�5
�H����L��H����H�|$h��������t�/H�|$h��H�|$`� ��L���a�L���Y�L���Q�H�|$(�G�H�|$ �=�H�|$�3�H���+�H��$�dH3%(��H�Ĩ[]A\A]A^A_�f�����H�|$0� ������ ��������q�H�|$`� �I���� ����:������A�H�|$0� ����� ��H�|$0���fD���	�H�|$`� �u���� �p�H�|$`�a���fD�����H�|$`� ����� �8�H�|$`���fD����H�|$P� �"���� ��H�|$P����fD���a�H�|$@� �n���� ���H�|$@�Z���fDL�� ��L�l$`����L�� ��L�l$`�3���f�L��� �s�L�|$0�6���f�L�d$`H��H�D$pH�t$pL��H�\$hH��$�H�D$xHDŽ$��\�H�l$`�H��H�5����H��H����H�|$h���t-���t�/H�|$htH�|$`� u*L�����j���D���1����� �������fD��H��8�
�dH�%(H�D$(1�H�L$H�T$H�D$H�t$f(��D$$H�D$�D$H�D$�D$�U���H�D$(dH3%(uH��8����f.���H��8�
��dH�%(H�D$(1�H�L$H�T$H�D$H�t$�D$$H�D$�D$H�D$�D$����H�D$(dH3%(uH��8����ff.���H��8dH�%(H�D$(1�H�L$H�T$H�D$H�t$�D$$H�D$�D$H�D$�D$�A���H�D$(dH3%(uH��8����fD��H��(�
p�dH�%(H�D$1�H�L$H��H�D$f(��D$H�$�D$����H�D$dH3%(uH��(���@��H��(�
�dH�%(H�D$1�H�L$�D$H�D$f(��q���H�D$dH3%(uH��(��'��fD���
��f(��;����f.���H��(�
��dH�%(H�D$1�H�L$H��H�D$�D$H�$�D$���H�D$dH3%(uH��(�������H��(�
�dH�%(H�D$1�H�L$�D$H�D$���H�D$dH3%(uH��(��;���f.����
���O����ff.���H��(dH�%(H�D$1�H�L$H��H�D$�D$H�$�D$��H�D$dH3%(uH��(������H��(dH�%(H�D$1�H�L$�D$H�D$��H�D$dH3%(uH��(��c���f���UH��SH��H��0H��H�C0���v)������RH�(H�sPH��H��[]�-��D�c�H�(��ff.���H�?H�PtÐ�f.�@��AUATUHc�SH��H��H��t$H�t$HcPL�l�����L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D����A�$��u�L���[����f�L���h�L�Hct$Ic@I�HH��g�����AVAUATUH��SH��H��@dH�%(H�D$81�I��L�l$�}�H�^^!L���+�H�CH�t$H��H�CH�H�8�H�C �C(�����C,�CXH�C`H�Ch�C0�C8�C@�CH�CPH�D$(H�D$H�D$H�D$ �0��L�4$�L��H�5���L��L�����H�|$���tR���t�/H�|$tBH�<$� uQL�����H�=�W!H�����H�ChH�D$8dH3%(u2H��@[]A\A]A^ú����H�<$� t�� �m���f��fD��9wXt�wX���ÐfD��SH��H� H��t�Z�H��tH�{ �L�[H��������[�fD��SH��H�H��Pp�CX��t�CXH��1�[镏D[�ff.���SH�����H�{�C,H��t	H����H�{H��t4H�
��H��H�5r����H�{h��K��H�sH�H��RxH�C[�ff.���AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H�D$H��[!H�D$H�D$ H��H�H���H��H�D$(���L�,$�L��H�5���L��L�����H�|$���to���t�/H�|$t_H�<$� unH���e��H�{tH������H�{h��J��H�sH�H��RhH�����H�D$8dH3%(u5H��H[]A\A]�D�����H�<$� t�� �%������ff.���SH�����H�߾p[�5���@��AWL�=��AVAUATUSH��H��hdH�%(H�D$X1�L�l$ L�t$0H�D$0L��L��H�l$(L�|$HH�D$8H�D$@���L�d$ �%H��H�5N��1�L��H���&��H�|$(����?���t�/H�|$(�+H�|$ � �:L������s(H�{ ���A��9C(��H�{ ����L�|$HL�|$L��L��H�$H�D$0H�D$8H�D$@���H�D$�1H��H�5��H�D$�w��H�|$H���j��H�|$(����K���t�/H�|$(�7H�|$� �F�s(����H�D$�x �I�H�5~�H��H�D$���H�D$H��H�����H�|$(����A���t�/H�|$(�-H�|$� �<D���^��H�D$�x ��H�5�H��H�D$���H�D$H��H�����H�|$(����O���t�/H�|$(�;H�|$� �JH�4$L�����H�t$ L���VHv���L�l$A�} �d�H�5d�H�����L��H�����H�|$(��������t�/H�|$(��H�|$� ��H�|$ ����T���t�/H�|$ �@L�����L�<$D�c(H��L���e��H���
���L���5��H���m�H�H�CH��R`���oH�{H��PhH�sL��E1�L���H��H�q����L�����H�D$XdH3%(��H��h[]A\A]A^A_�f������H�|$� ������ �(��H�|$���fD�����H�|$ � ����� ����������Y��H�|$� ����� ���H�|$���fD���!�����@���	��H�|$� �g���� �p���X���������H�|$� ������ �@�����H�{H�sH�����C,���fD� H�����H�D$����L�� ����L�l$���f�� H������H�D$��������@��9wXt?U��SH��H����t�kXH����H��[]�U�D����CX��u�H��[]�DÐfD��AWAVAUATUH��SH��H��XdH�%(H�D$H1�L�t$L�l$ H�D$ H��L��L�d$L��H�D$8H�D$(H�D$0�'��L�|$�$L��H�5+����L��L�����H�|$����4���t�/H�|$� H�|$� �/�GL�|$H��L��H�|$L�����L���]��L���U��L���M��H�{ H9���H������H����H�{ ��H�
{�H��H�5��H���W��H�{ �^�H�
��H��H�5��H���5��H�{ �<�H�
y�H��H�5w�H�����H�{ ��H�
j�H��H�5j�H�������Y�H�CH�k �C8�C0H���FH����H�����H����H�{ ��E1�H��L��L���H���H�����L������H�{ ��E1�H��L��L���H���H���|��L������H�{ �[�E1�H��L��L���H���H���L��L�����H�{ �+�L��E1�H��L�r�H�u�H�����L���d��H������H�D$HdH3%(��H��X[]A\A]A^A_�f������H�|$� ����� �x��H�|$���fDH��t3H�����H�{h��A��H�sH�H��RhH�CH�k H��������C(�����X���@H�{h�A��H�H��R`L��E1�L�a�H�CH��H���H���+��L���s�������ff.����H�GH��tC�Xt=S�,H��tH�H��Rh�{Xt�CXH�߾[�O��[�fDÐff.���H�H��`hf����,�GXt+H�t$��u��SH���7�H��[�>���fD��t��GX1��փfD���GX����H�H��tH����f.�Ðff.���H�H��tH����f.�Ðff.���H�H��tH����f.�Ðff.���H�GH��t#H��GH�YGPH��H�����f.�Ðff.���H�H��tH����f.�Ðff.���H� H��tH����H����H����1�Ð@��H��H��@H�Y@PH����f���USH���G0H�_�YG@�YG8H�H����D$�>��YD$H��H��H��[]��f.����f.���H�t
�G0�fDÐfD��AUATUSH��H��(H� dH�%(H�D$1�H��tRH�{tKI����H��H��t;H�H�{L�h`H����H��H�T$L��f�D$f~L$A��H���C8����H�D$dH3%(uH��([]A\A]����@��SH��H�� H�hdH�%(H�D$1��L��H���3��H�t$H��f�D$f~L$����H�{H��P`H�D$dH3%(uH�� [��%���@��AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H���H��H�D$H�D$(H�D$H�D$ ����L�,$�L��H�5L��k��L��L���`��H�|$��������t�/H�|$��H�<$� ��H���7��H�{H��t8H�H�s���H�{H��H�
F�H�5+��W���CX�C,��tc��tH�D$8dH3%(uXH��H[]A\A]�H�{H��Ph��@���i��H�<$� �l���� �����]���@H���0�����������AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H�;�H��H�D$H�D$(H�D$H�D$ �s��L�,$�L��H�5�����L��L������H�|$���tu���t�/H�|$teH�<$� utH������H�{t.�{Xt(�{,tH���X����{Xt�CX�H���~H�D$8dH3%(u3H��H[]A\A]����!��H�<$� t�� �������fD��AUATI��USH��HdH�%(H�D$81�H��H�t$H�l$H��H��H�D$H�D$(H�D$H�D$ �C��L�,$�H��H�5Ƞ����L��H�����H�|$���tE���t�/H�|$t5H�<$� uDH�����A�|$XtNH�D$8dH3%(uHH��H[]A\A]ú��!��H�<$� t�� ���H���U��A�|$Xu�L��������n��ff.���AVAUATUSH��H��PH��$�L$dH�%(H�D$H1�H���:H�L�d$��@��L�l$���H�ŎH�t$ L��H�D$8H�D$ H�D$(H�D$0���L�t$�)L��H�5�����L��L���t��H�|$��������t�/H�|$��H�|$� ���$���H�|$� ��D$�~��H�|$� ��@��H�ǑH�5��HD��u��H�|$� ��L�������$H�{�\$�SP�YSHH��[@f(���H���;���H�D$HdH3%(��H��P[]A\A]A^�f.����1��H�|$� � ���� ���H�|$����fD� �~���S���f�� �f��H�|$�
���@� �N��H�|$�����?��f.�D��SH������H��I!H��H�[Ðf���SH������H�K!H��H�[Ðf���AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H�D$H�*H!H�D$H�D$ H��H�H�R�H��H�D$(���L�,$�L��H�5t��-��L��L���"��H�|$���tG���t�/H�|$t7H�<$� uFH�����H���M��H�D$8dH3%(u2H��H[]A\A]�f������H�<$� t�� ���������fD��SH�����H�߾@[����@��H��s-�f���H��#�f���H��30�f���H��c2�f���H����f���H��(dH�%(H�D$1�H�D$dH3%(u
H�H��(�(�6��fD��H��HH�W4dH�%(H�D$81��G<H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H���������H��HH�W(dH�%(H�D$81��G0H�T$�~D$H�T$,�D$fnL$�D$4H�D$8dH3%(uH��H��y������H���(�f���H��(dH�%(H�D$1�H�D$dH3%(u
H�H��(�+(�&��fD��H��)�f���H��)�f���ATUSH��H��0dH�%(H�D$(1�H�G4H�l$L�d$H�D$�G<�D$H�G(H�D$�G0H��D$�/��L���'��L��H��L�d$�'���T$�\$L���L$�Y��Y��YD$�\��T$�\��\$�L$$�\��T$ �\$����H�{L��H���V(H�D$(dH3%(u	H��0[]A\�������ATUSH��H��dH�%(H�D$1�I�����H�ZD!H�C(�PH�C0�?H��H�C8�?H��Y��H��H��H���H�kE1�H��L�:�H��L��L������L�������H�{�C�^(�~�H�{�C �X(H���P���H�D$dH3%(u	H��[]A\��2���f���UH���@SH�����H��H��H�����H��H��[]Ð���G4.z"u �G8.Fzu�G<.Fzu�DH�H�G4�F�G<���ff.����G(.z"u �G,.Fzu�G0.Fzu�DH�H�G(�F�G0�n���ff.���H��'�f����G�fD���GH��'ff.����G �fD���G H��&f.�@AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H��H��H�D$H�D$(H�D$H�D$ ���L�,$�L��H�5���?��L��L���4���H�|$���ty���t�/H�|$tiH�<$� uxH�����H�H��PpH�H����H�s����H�=Z���CH�D$8dH3%(u9H��H[]A\A]�fD���a���H�<$� t�� �����y����þ���f���AUATUSH��H��HdH�%(H�D$81�H��H�t$L�d$H�D$H��E!H�D$H�D$ H��H�H�"�H��H�D$(�u���L�,$�L��H�5�����L��L����H�|$���t_���t�/H�|$tOH�<$� u^H�������C��uhH��A!H��H��H�����H�D$8dH3%(uLH��H[]A\A]�D���9���H�<$� t�� ���H���m����C��t�H������臽���fD��SH�����H�߾P[饼���@���G��u�@�[����f.���UH��SH��H��H����H�=pF!H�������sH�H�CH��Rp�C H��[]Ðff.����SH��H�H��tH��s�PxH�C�C$�C ��u[Ð�C$H��1�[�>uff.����G��t� u�fDSH�����-��H�=۔��H��H��[�ez�@��H���dH�%(H�D$1���tH�T$��D$����|$��H�L$dH3%(uH�����������G��t� u�fDH�����}��H�=@�H���M�ff.�������u�@H���׺��H�=�H����fD���G$����SH��H���dH�%(H�D$1���t�{ u/1�9{$t
�{$��H����sH�D$dH3%(u9H��[�DH�T$�����D$�=t�1�=@��������@�����t@�־�7����Ðff.������u�@H���V�N������H�=�H���@�����u�@H���V�N�����H�=֒H����@�����u�@H���V�N���T���H�=��H���@��H��8�dH�%(H�D$(1���u9H�D$�D$$H�D$(dH3%(�~D$fnL$$uKH��8��H�L$H�T$�L�D$����D$�D$�D$�D$ �D$�D$$��d���@��H��8�dH�%(H�D$(1���u9H�D$�D$$H�D$(dH3%(�~D$fnL$$uKH��8��H�L$H�T$�L�D$�_����D$�D$�D$�D$ �D$�D$$��ĸ��@��H��8�dH�%(H�D$(1���uAH��?�D$$H�D$H�D$(dH3%(�~D$fnL$$uMH��8�f�H�L$H�T$�L�D$跷���D$�D$�D$�D$ �D$�D$$�����ff.�����G��t	f.G(zu�Sf(�H���
���Z�H���L$���H�=���J�L$�K(H��[Ð����G��t	f.G0zu�Sf(�H������Z�H���L$膺��H�=1����L$�K0H��[Ð���Sf(�f(�H���_�H�� �G8f(�f/�r9f.g@����f.��n�hf.SHzquoH�� [�f�f.�����f.K@ztϋ{�f��T$�Z��L$�ƹ��H�=���*�L$�T$�K@���{�"f��T$�Z�腹��H�=w����T$�SHH�� [���{�f��T$�Z��\$�L$�9���H�=����L$�C8�T$�\$�K@���@�{�f��T$�L$�Z��\$���H�=���E�\$�T$�L$�[8����f��{�f��T$�Z��\$菸��H�=f���
�\$�T$�[8�U����ff.����AUATUSH��H��HdH�%(H�D$81�H��L�d$���H�{<!�C H���CH�t$H��H�CH�H��}�C$H�CHH��{H�C(H�C0H�C8H�C@H�D$(H�D$H�D$H�D$ 軵��L�,$� L��H�5���C���L��L���8���H�|$��������t�/H�|$��H�<$� ��H������H�s��A���H�=M����|H��������|H���U����
��f��H��f(����H�D$8dH3%(u9H��H[]A\A]�f����A���H�<$� �l���� 詸���]���蟳��f.�D��SH���s�H��9!H��H�[Ðf���ATI��UH��SH��H��@dH�%(H�D$81��6�H�:!H�{L��H�CH��H�贴��H�k0H��yH�t$H�C H�l$H�C(H��H��H�D$(H�D$H�D$H�D$ ��L�$$�$H��H�59��|���L��H���q���H�|$���t>���t�/H�|$t.H�<$� u=H���T���H�D$8dH3%(u1H��@[]A\����ٲ��H�<$� tþ �E�����>���ff.����G$������W �	���k����f.�����1Ҿ	�N���ff.���AWAVAUATUSH��H��XdH�%(H�D$H1�I��H�t$ H�l$H�gxL��H�D$ H�D$8H�D$(H�D$0迲��L�,$�	H��H�5Ŋ�'���L��H������H�|$����5���t�/H�|$�!H�<$� �0�GL�t$L�l$H�|$H�SL��L��虷��L�|$�H��H�5X�谸��L��H��襰��H�|$��������t�/H�|$��H�|$� ��L���{���L���s���L���k���H�{(H��H�
��H�5�衯��H�{(H��H�
��H�5[}臯��H�{(�^���H�C(�H���C$�kH����jH�D$HdH3%(uwH��X[]A\A]A^A_���艰��H�<$� ����� ��H�<$�������Q���H�|$� ����� 踴������讯��ff.���AWAVAUATUSH��H�k0H��XdH�%(H�D$H1�L�t$ L�l$�8���H��1�L�d$H��7!H��H�H��@!H�CH�CH�B@!H�C �q���H����D���H��E1�H��L���H��wL��L�t$�@���L��舴���`莲��H��H��H���`���H�k(1�H��貵��H�s(H��E1�L�awL��L�����L���>���H�guL��L��H�D$8H�D$ H�D$(H�D$0蜯��H�\$�L��H�5��#���H��L������H�|$����/���t�/H�|$�H�|$� �*�1����H�l$�����H��H��t
H���0�����H��L��賵��H��L��設��H�|$�������t�/H�|$�H�|$� �L���~����1�肮��H�t$L��H�D$ H�D$(H��H�>tH�D$8H�D$0苮��H�l$�L��H�5�����H��L������H�|$����K���t�/H�|$�7H�|$� �FL��E1�1��د���H�t$H��sL��H�D$ H�D$8H�D$(H�D$0���L�t$�L��H�5���s���L��L���h���H�|$����I���t�/H�|$�5L�t$A�~ �D�����H�t
H��蓬����H��L������L��L������H�|$��������t�/H�|$��H�|$� ��L������}tA�GH�DA��H���|�u�A��Ic�<+���1��ڱ��H���>1�H���ײ��H����H������1��߰��f��V���H�D$HdH3%(��H��X[]A\A]A^A_�����H�|$� �I���� �X����:��������L�t$A�~ �����L��� �$���L�t$�����苫��H�|$� ����� ���������^���H�|$� ������ �ů��������1���H�|$� ���� 蘯������H�t$H�GqL��H�D$ H�D$(H�D$0H�D$8蟫��H�\$�H�5#�L������H��L�����H�|$���tr���t�/H�|$tbH�|$� uqL���ݬ���b���H�t$H��pL��H�D$ H�D$(H�D$0H�D$8����H�\$�H�5c��p������/���H�|$� t�� 蚮���蓩���f���H�(铭���f���AWAVL�51pAUATI��USH��XdH�%(H�D$H1�H�l$L�l$ H�D$ L��H��H�\$L�t$8H�D$(H�D$0�:���L�|$�)H��H�5Ƅ���L��H��趨��H�|$���tc���t�/H�|$tSH�|$� ubH��蘫��H�=!L��蹬��H��tTH�hH�D$HdH3%(�H��X[]A\A]A^A_�@�����H�|$� t�� �d����f�L�t$8L�t$L��H�D$ L��H�D$(H�D$0�p���L�l$�$H��H�5��ׯ��L��H���̧��H�|$���tQ���t�/H�|$tAH�|$� uNH�|$L��H��GH�����H��藪��H��菪��L��自������f����!������ 莬��H�|$�肧��f���AVAUATI��USH��@dH�%(H�D$81�����ø��u%H�L$8dH3%(��H��@[]A\A]A^�@I��H�t$H�l$H�D$H��mL��H�D$H�D$(H�D$ �,���L�4$�	H��H�5̀蔮��L��H��艦��H�|$����B���t�/H�|$�.L�4$A�~ �������M��t
L��赦����L��H���8���L��H���-���H�|$����.���t�/H�|$�L�$$A�|$ �R�H�5+�H�����L��H���ۥ��H�|$��������t�/H�|$��H�<$� �����C���H�$�{ ���H�5�nH��聭��H��H���v���H�|$���tK���t�/H�|$t;H�<$� ��L���U���1��1���fD��������@���ѥ������蹥���<���@��补������@H�߾ ����H�$�-���f�� ���H�<$����DL�� �۩��L�$$���f�L��� �é��L�4$�#���f.�� 覩������蜤��ff.����H�U+!SH��H��H�H�(H��t�l����C ��u%H�{�<���H�m)!H��H��H�[�e���D�ۤ��H�s ��ݫ��H�=8~���뺐ff.���SH���s���H�߾8[�5����@��AWL�=�jAVAUATUSH��H��xdH�%(H�D$h1�L�d$ H�D$@H�D$@H��L��H�D$H�l$8H�D$HH�D$PL�|$X襤��L�l$ �H��H�5��,���L��H���!���H�|$8����2���t�/H�|$8�H�|$ � �-H�|$(H�CL�t$0�GL�l$(H��L��L��H�D$蕩��H�D$0�H��H�5}H�D$觪��H�|$H��蚢��H�|$8��������t�/H�|$8��H�|$0� ��L���p���L���h���L���`���H�{(H��H�
�{H�5�{薡��H�{(H��H�
�{H�5Po�|���H�{(H�G �x@��H��(�������]H�C(H�x(�X�����H�C(H�x(���B�������H�t$L��L�|$XH�D$@H�D$HH�D$P����L�|$ �H��H�5�{胩��L��H���x���H�|$8��������t�/H�|$8�}H�|$ � ��H�|$(H�T$L��GL�����L�|$0�H��H�5�{����L��H���	���H�|$8����:���t�/H�|$8�&H�|$0� �gH�C(H�x(�:���H�|$0���^���L�|$0A� ��H�5L{��DH�t$L��L�|$XH�D$@H�D$HH�D$P���L�|$ �H��H�5�z�R���L��H���G���H�|$8��������t�/H�|$8��H�|$ � �%H�|$(H�T$L��GL���̦��L�|$0�H�5oz�fD��葠��H�|$ � ����� ���H�|$ ���fD���Y���H�|$0� �"���� �������H�t$L��L�|$XH�D$@H�D$HH�D$P�ˠ��L�|$ �H��H�5�y�2���L��H���'���H�|$8��������t�/H�|$8��H�|$ � ��H�|$(H�T$L��GL��謥��L�|$0�H�5=yH���æ��L��H��踞��H�|$8���te���t�/H�|$8tUH�|$0� udL��蚡��L��蒡��L��芡��H�����H�D$hdH3%(��H��x[]A\A]A^A_�������H�|$0� t�� �d����f�H�C(1�H�x(�!�����@�ō�-�H�s ����H�=�x�������H�C(H�x(贠���{ ��A��H�C(H�P �JHR舞��H�=}x�l�������H�{(�ۤ��H�C(H�߾�C$�XH���GX����f����!����8���@���	���H�|$ � �E���� �p���H�|$ �1���fDH���x��������1�@�ō�-��fD� �&���H�|$ ����@��艝���o���@���q�������@� �ޡ��H�|$ �N���@L��� �á��L�|$0����f�� 覡�����蜜��ff.����USH��dH�%(H�D$1��G$���uH�D$dH3%(��H��[]��G$H���H���	WH�{0H�s蜢��E1�H��H��H�C(H��L��uH��u�I���H��葡��H�s(E1�H��L�uuH��hH���!���H���i���H�{(萞����t���W���H�������J���DH������8���螛��ff.���H��8�dH�%(H�D$(1�H�L$H�T$H�t$�o���H�=�u����D$�D$�D$�D$ �D$�D$$�~D$fnL$$H�D$(dH3%(uH��8��	�������H��8�dH�%(H�D$(1�H�L$H�T$H�t$�ߠ��H�=vu�C��D$�D$�D$�D$ �D$�D$$�~D$fnL$$H�D$(dH3%(uH��8��y�������H���
dH�%(H�D$1�H�t$�i���H�=u��f�H�D$dH3%(�ZD$uH�����������H���V�N��蠙��H�=�tH���`���H��(�F�dH�%(H�D$1�H�H���D$�H�$H�B�D$H�D$�&���H�={t�
�H�D$dH3%(uH��(��p�����H���V�N������H�=NtH������H���
�Z�����H�=>tH����f.����Z�鳚���f����Z��S����f���UH��SH��H�=�!!�ל��H��H���L��H���d����tH��[]�f�L�EIcxIc@I�PH��H��H�4H)�H�:H��H��H��H���H;� H�QH;Y��H�QH;Y��H��H�QH�H;Yu&�u�H;Y tnH;Z��H;Z��H;ZtPH��H�Q H9�u�H��H)�H��H����H��tzH����A�H�}��vT������H��	H�Q8H9�t׋E@�������H��H�}0[]�ݞ��DH�Q(��f�H�Q0��f.��ۚ��H��fDH;t�H��H;t�H��H;�u����H���N����H���|������AWAVAUL�o ATI��UH��SH��H� ���vL���!H�} H�_E1�H��u�@I��H�[H��tH�{L��谖����t�H�[H��u�M��tNL��I�v蒖��H�} ��u>���vL���H�} H��I9�t.M�v I�FH��L��[]A\A]A^A_�H�} L�w�fD�8����H�M(L��H��H��I�����H�} ���vL���NH�} H�_H����E1���H�CI��A�H��tH��H�{L���ϕ����t�H�CE1�H��u�M��tI�uL��讕����u
M�u �<����H�} E��H�ٺ�(薘��L��H��H�x�7���L�s �	���fDH�_A���ff.����AUL�oATI��USH��H�G���v�pL����I�D$HcPH�\��DH��I�D$���vI�D$L��p�I�D$HcHH��H�L�H9�tzH�+H�����H�EH��Px��u�I�D$���wH��L���*���H���DHcPH�T�H)ӋH����v�pL���>I�T$Hc�HcBH�H�\���;PtH��[]A\A]�H��I�|$0[]A\A]�ܙ��ff.����AVAUATUSH��H��@dH�%(H�D$81�I��H�l$L�l$H��ZH��L��H�D$H�D$(H�D$H�D$ ����L�4$�(L��H�5#p覛��L��L��蛓��H�|$����4���t�/H�|$� H�<$� �/L���r���H�C�H9H�*�L�k����HcPL�d������HcPH�t����wWL��觘��E1�H��L��oL��H�mnH���x���H�����L��H�L$8dH3%(��H��@[]A\A]A^�@�����H�CHcPH�t��fD�pL���mH�CHcPH�t�����f�����pL���EH�CHcPL�d�����.�������	���H�<$� ����� �q�������@�P���H��H��I��������pL����H�CHcPH�t������&���fD��AUATUSH��H��XdH�%(H�D$H1�L�d$H�4$H�t$ H��XL��H�l$H�D$ H�D$8H�D$(H�D$0�ݒ��L�l$�H��H�5�l�d���L��H���Y���H�|$��������t�/H�|$��H�|$� ���GH�$L�l$L��H�|$H���j���H������L���
���L������H�<$H����H�CH�{���vv�1��JH�$H�H��H�{�H�D$HdH3%(uUH��X[]A\A]�@���I���H�|$� �S���� 谕��H�|$�?���fDH�,$臖��H�(�荐���ff.����AWAVAUATUSH��H��hdH�%(H�D$X1�H��!L�l$ L�t$(H�D$0H�D$8H��H�H��VL��H�D$HH�D$0H��H�D$H�D$@�'���H�l$ �L��H�5Jk讗��H��L��裏��H�|$(����\���t�/H�|$(�HH�|$ � �WL���y���H�CH�|$H�p�H�D$H�HHcPHc@H��H�,�H9�t2L�%�!I���I�7L���]���H��tH������I��L9�u�H�{ H�t8L�g H�oL9�t+�I�|$ H��tH��P L��萖��I��H9�u�H�{ H�- !H�k ��������t
�/���E�������t�m��H�{(H��tH��P 衎��H��H��薑��H��I���[���L���S���H�t$H�GUL��H�D$HH�D$0H�D$8H�D$@����H�l$ �#L��H�5�j����H��L�����H�|$(��������t�/H�|$(��H�|$ � ��L���ѐ��H�|$��������t�/H�|$��H�{0蕔��H�{ ��������t
�/��H�{�H�{�H��辏��H�D$XdH3%(��H��h[]A\A]A^A_������H�|$ � ������ �P��������蹍��H�|$ � �!���� � �������H���P�F����C����fD�C�������H�{ f.�������ь�����SH���C���H�߾P[���D��H����t���t�(t��H�?�؋�����H�H����t���u�f.���UH��SH��H���p�ď��H�EHcPH�t�H�HcBH��H�|H9�tHcRH��H)�H��
H��[]�H��[]�m���f.���SH��H�{迋��H�{H��t���H�[H��u�[�fD��AWAVAUATUSH��H��H�oH����H�}�u���L�eM����I�|$�^���M�l$M����I�}�G���M�uM���ZI�~�1���M�~M���DI�����I�GH����H�xH�$����H�$H�PH��tQH�zH�D$H�$���H�$H�D$H�zH��tH�T$H�$��H�T$H�$H�zH��t
H�$����H�$H�@H��t:H�xH�$荊��H�$H�xH��t	���H�$H�xH��t���f�M�M��twI��N���I�GH��t1H�xH�$�8���H�$H�xH��t	�V���H�$H�xH��t�D���M�M��t+I�����I�H��t�$���I�H��t����fDM�vM����I�~�ʉ��M�~M��tqI�踉��I�GH��t1H�xH�$袉��H�$H�xH��t	���H�$H�xH��t���M�M��t%I��l���I�H��t���I�H��t���M�vM��tgI�~�>���M�~M��t%I��,���I�H��t�N���I�H��t�@���M�vM��t'I�~���I�~H��t� ���I�~H��t����f�M�mM���I�}�ʈ��M�uM����I�~贈��M�~M��t{I�袈��I�GH��t1H�xH�$茈��H�$H�xH��t	���H�$H�xH��t���M�M��t/I��V���I�H��t�x���I�H��t�j���f.�M�vM��tgI�~����M�~M��t%I�����I�H��t�.���I�H��t� ���M�vM��t'I�~�އ��I�~H��t����I�~H��t��f�M�mM����I�}誇��M�uM��tiI�~蘇��M�~M��t%I�膇��I�H��t���I�H��t���M�vM��t)I�~�X���I�~H��t�z���I�~H��t	�l���@M�mM��toI�}�&���M�uM��t%I�~����I�~H��t�6���I�~H��t�(���M�mM��t/I�}���I�}H��t����I�}H��t���f.�M�d$M���:I�|$訆��M�l$M���
I�}葆��M�uM����I�~�{���M�~M��trI��i���I�GH��t1H�xH�$�S���H�$H�xH��t	�q���H�$H�xH��t�_���M�M��t&I�����I�H��t�?���I�H��t�1����M�vM��tgI�~���M�~M��t%I��܅��I�H��t���I�H��t��M�vM��t'I�~讅��I�~H��t����I�~H��t����f�M�mM����I�}�z���M�uM��tiI�~�h���M�~M��t%I��V���I�H��t�x���I�H��t�j���M�vM��t)I�~�(���I�~H��t�J���I�~H��t	�<���@M�mM��toI�}���M�uM��t%I�~���I�~H��t����I�~H��t���M�mM��t/I�}趄��I�}H��t����I�}H��t����f.�M�d$M���
I�|$�x���M�l$M����I�}�a���M�uM��thI�~�O���M�~M��t%I��=���I�H��t�_���I�H��t�Q���M�vM��t(I�~����I�~H��t�1���I�~H��t�#���M�mM��tgI�}�ރ��M�uM��t%I�~�̃��I�~H��t���I�~H��t���M�mM��t'I�}螃��I�}H��t���I�}H��t���f�M�d$M����I�|$�h���M�l$M��tnI�}�U���M�uM��t%I�~�C���I�~H��t�e���I�~H��t�W���M�mM��t.I�}����I�}H��t�7���I�}H��t�)���f�M�d$M��tnI�|$�܂��M�l$M��t%I�}�ɂ��I�}H��t���I�}H��t����M�d$M��t+I�|$虂��I�|$H��t���I�|$H��t���H�mH����H�}�b���L�eM���=I�|$�K���M�l$M���
I�}�4���M�uM����I�~����M�~M��tuI�����I�GH��t1H�xH�$���H�$H�xH��t	����H�$H�xH��t����M�M��t)I����I�H��t���I�H��t	����@M�vM��tgI�~莁��M�~M��t%I��|���I�H��t���I�H��t���M�vM��t'I�~�N���I�~H��t�p���I�~H��t�b���f�M�mM����I�}����M�uM��tiI�~����M�~M��t%I����I�H��t����I�H��t�
���M�vM��t)I�~�Ȁ��I�~H��t���I�~H��t	���@M�mM��toI�}薀��M�uM��t%I�~脀��I�~H��t��I�~H��t��M�mM��t/I�}�V���I�}H��t�x�I�}H��t�j�f.�M�d$M���
I�|$����M�l$M����I�}����M�uM��thI�~����M�~M��t%I�����I�H��t��I�H��t���M�vM��t(I�~���I�~H��t���I�~H��t���M�mM��tgI�}�~��M�uM��t%I�~�l��I�~H��t��I�~H��t��M�mM��t'I�}�>��I�}H��t�`�I�}H��t�R�f�M�d$M����I�|$���M�l$M��tnI�}�~��M�uM��t%I�~��~��I�~H��t��I�~H��t��M�mM��t.I�}�~��I�}H��t���I�}H��t���f�M�d$M��tnI�|$�|~��M�l$M��t%I�}�i~��I�}H��t��I�}H��t�}�M�d$M��t+I�|$�9~��I�|$H��t�Z�I�|$H��t�K�H�mH���CH�}�~��L�eM���
I�|$��}��M�l$M����I�}��}��M�uM��tkI�~��}��M�~M��t%I��}��I�H��t���I�H��t���M�vM��t+I�~�}��I�~H��t��I�~H��t��fDM�mM��tgI�}�N}��M�uM��t%I�~�<}��I�~H��t�^�I�~H��t�P�M�mM��t'I�}�}��I�}H��t�0�I�}H��t�"�f�M�d$M����I�|$��|��M�l$M��tnI�}��|��M�uM��t%I�~�|��I�~H��t���I�~H��t���M�mM��t.I�}�|��I�}H��t��I�}H��t��f�M�d$M��tnI�|$�L|��M�l$M��t%I�}�9|��I�}H��t�[�I�}H��t�M�M�d$M��t+I�|$�	|��I�|$H��t�*�I�|$H��t��H�mH���H�}��{��L�eM����I�|$�{��M�l$M��tiI�}�{��M�uM��t%I�~�{��I�~H��t��I�~H��t��M�mM��t)I�}�h{��I�}H��t��I�}H��t	�|�@M�d$M��tnI�|$�4{��M�l$M��t%I�}�!{��I�}H��t�C�I�}H��t�5�M�d$M��t+I�|$��z��I�|$H��t��I�|$H��t��H�mH����H�}�z��L�eM��tqI�|$�z��M�l$M��t%I�}�z��I�}H��t��I�}H��t��M�d$M��t.I�|$�dz��I�|$H��t��I�|$H��t�v�fDH�mH��toH�}�.z��L�eM��t(I�|$�z��I�|$H��t�<�I�|$H��t�-�H�mH��t,H�}��y��H�}H��t�
�H�}H��t���H�s�H�����H��H��[]A\A]A^A_�!{�����AUATUHc�SH��H��H��t$H�t$HcPL�l����|��L�Hct$I��Ic@I�HL��H�J�<	L9�tH��L)�H��yH�I�t�H��H�<H9�tIcPH��H)�H��4A�$��t9���t�A�,$t,H�HcD$HcJH��[]H�A\A]H�D���k|��A�$��u�L���;x����f�L���H|��L�Hct$Ic@I�HH��g�����ATI��E1�1�U�H���(SL���{{��H�uH�xH���z��H�E �EH�C H��~H��H�}H�H��tFL�����H�}H�H�C��H	�H�H��t6L���}���H�H�C��H	�H�H��[]A\�DH�}H�CH��u�H�CH��[]A\��H���f���UH��SH���w��H��H�EH�xH��t H������H�KH�H�C��H	�H�H�E���t ���t�(tH�]H��H��[]�k��H�}����f.���ATUSH�H��HcPL�d���z��H�H��HcBH��H�|L9�tHcRH��H)�H���E��t$���t�mt[]A\�@L���xz���E��u�[H��]A\�Ev��D��L�IcHA�@A��A)�E����M�HHc�I�D�I��H��H9�tyUSH��H�H9tH��H9�u�1�H��[]�fDI��H)�H��H��1����tމ��A9����u�A�H����vH��p�����H���v��H���[]�1��f.���H�H�(t	�x��@H�!� ���H�H�(t	�lx��@H�� ���H�H�(t	�Lx��@H��� �����t��tÐH���t9��t$�SH���t8��t[Ð����[�D��������������[Ð@����t'��tÐH���tP��t;��u���v��fDSH���tO��t:��t[�@�C���[�D�������������[�D�����[Ðff.����US��H��dH�%(H�D$1���t/��tH�D$dH3%(ulH��[]���u�H�1�����f���u�H�)H��H��H������H�EH�$H�UH�$���t���t��������9�u�H�<$���t����t������H��tGUH��SH��H�5�SH��H���Lz����H���uH��[]�@H��H��H��[]�x���1�Ðff.����H��tGUH��SH��H�5�RH��H����y����H���uH��[]�@H��H��H��[]�W����1�Ðff.����H��tGUH��SH��H�5HQH��H���y����H���uH��[]�@H��H��H��[]����1�Ðff.����ATI��UH��S��H���w����x+�S���v3��t.��tQ��tL��tG��tB1҃���)�H��[]A\��L��‰�H��D$�����D$H��[]��A\�DH����[]A\�@��ATI��UH��S��H���W�����x*�S���v+��t&��tI��tD��t?��t:�P���D�H��[]A\�L��‰�H��D$�-����D$H��[]��A\�DH����[]A\�ff.����ATI��UH��S��H��������x*�S���v+��t&��tI��tD��t?��t:�P���D�H��[]A\�L��‰�H��D$�
����D$H��[]��A\�DH����[]A\�f.�f���H��� H�����f.���H��� SH��H����H�߾8[�;p��f.����H��� H��}��f.���H��� SH��H��Y��H�߾0[��o��f.����H�H�(t	�r��@H��� ���1�1�H�5�� ��w��ff.����1ɺH�5~� �w������1ɺH�5^� �w������1ɺH�5>� �iw������USH��XdH�%(H�D$H1���u"��	wUH�5P��Hc�H�>��f.���
ts������tE��u H����,��u��>�fDH�D$HdH3%(�#H��X[]�DH���w�H�
�O��Hc�H�>��DH�QH�1H�
����H�H9�tRH�
���H9��"H�
���H9��JH�zu���x���H����������b���f.�H�z�M�����B���f.�H�AH�0�
���'����1�1�H�5�� �u������1ɺH�5�� ��u�����1ɺH�5�� �u�������1ɺH�5r� �u������������fD�����fDH�AH�0����w����H�AH�0�����_����H�AH�0����G����H�
����H9��0���H�z�%�������������������H�����������F�������H������}�H������`�H����H��H��H�����o$�oT$S�o\$ [ �od$0c0�������y����H�z�m�����b���f.��-�� ��u[H�l$@H�5�LH���n��H��E1ɹ@A�H��H�5��k��H�|$@�ŋ��t/���t�/H�|$@t�-#� �+���@������������l�����Ll��ff.����H����UH��SH��H�5tQH��H���xr����tD�H�=
LH����€���t�#H�=SH�������uH��H�E[]�@H��H��[]�fDH��H��H��[]�p���1�Ð@��ATI��UH��S��H����o����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���	~[H����
[]A\����H���L��D$�����D$��	�@H����	[]A\�@��	�H�U���������H��1�L��D$�����D$�����f.����H��H��t$�o�oNO�oV W �o^0_0ÐH�H�GH�GH�GH�G H�G(H�G0H�G8���H�H�(t	�l��@H�� ���1�1�H�5� �lq��ff.����1ɺH�5�� �Iq������1ɺH�5�� �)q������1ɺH�5�� �	q������1ɺH�5~� ��p������1ɺH�5^� ��p������1ɺH�5>� �p������SH��dH�%(H�D$1������wZH�5�P��Hc�H�>���H��H��H���bI��H�H�$H�H�$���t���t�(uH�<$���@i��H�D$dH3%(��H��[�fD��
t+������u�H�1��w�H�
"P��Hc�H�>��f�H�QH�1H�
B���H�H9���H�
O���H9���H�
_���H9���H�
o���H9���H�
���H9��H�
����H9���H�z�;�����0���H����$���H�
�O��Hc�H�>��H�z��������f.��[�����fD�;P������fD1�1�H�5u� ��n�����1ɺH�5Z� ��n�����1ɺH�5B� �n������1ɺH�5"� �n���h����1ɺH�5� �mn���H����1ɺH�5�� �Mn���(����1ɺH�5�� �-n��������G�����fD��H�����fD�kS������fDH�A��CU�����fDH�
���H9������H�z���������f��{W������f��V��f�f~K�m���D��E��H��[����X����J���f.��U��f�f~K�-���D��S��f�f~K����D�F���������W��������V������cV�������U��������S�������H�����H�6�O�����H�z���������f.�H�z�������z���f.�H�z�e�����Z���f.�H�z�E�����:����d���@��H��tGUH��SH��H�5�QH��H���,k����H���uH��[]�@H��H��H��[]�i���1�Ðff.����ATI��UH��S��H���h����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����
[]A\����H���L��D$�����D$���@H����[]A\�@���H�U���������H��1�L��D$�}����D$����H�H�(t	�f��@H�A� ���1ɺH�5.� ��j������1ɺH�5� �j������1ɺH�5�� �j������H��81�H�5�� �D$H�L$dH�%(H�D$(1�H�D$H�D$H�D$�Lj��H�D$(dH3%(uH��8���b��f���SH��@dH�%(H�D$81�������wrH�5Q��Hc�H�>���H�QH�1H�
R���H�H9���H�
���H9���H�
��H9���H�
����H9�uH�zu�DH�D$8dH3%(��H��@[�fD��
t�������u�H�1���z��u��@Y���fD��Y��멐1ɺH�5�� �-i���H�A1�H�L$ H�5f� �H�D$H�D$ H�D$(�D$��h���W�����sY���F���fD1ɺH�5� ��h���(���1ɺH�5� �h��������Y�����fDH����������H�D$H���T$H���X��H�H�L$H�H�D$��T$��t���������������9������H�|$���@a�����H�z�u�����j���f�H�z�]�����R���f.���U���:���f�H�z�-�����"���f.���T����
����=`���ff.����H��tGUH��SH��H�5�PH��H���lf����H���uH��[]�@H��H��H��[]��d���1�Ðff.����ATI��UH��S��H���c����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$�u����D$���@H����[]A\�@���H�U���������H��1�L��D$�-����D$����H�H�(t	�La��@H�A� ���1�1�H�51� �f��ff.����1ɺH�5� �e������1ɺH�5�� ��e������1ɺH�5�� �e������1ɺH�5�� �e��������u ��w2H�
�O��Hc�H�1�>��fD��
t���
�����H�QH�1H�
���H�H9��H�
���H9���H�
/���H9���H�
?���H9���H�zu�����H�5�� ��d����H�5�� ��d����H�5�� �d���1�H�5�� �d��f.��H�5�� �d���H�1������H�
�N��Hc�H�>��f�SH���w%H�
|N��Hc�H�>��@�U��f�f~K[�H�z������fDH�
Q���H9������H�z�������fD�[���[�D�Y��f�f~K[��X��f�f~K[��V��f�f~K[���T��H�[�fD�KU��H�6��T���X���V���{Y����Z���H�z�������fDH�z�����ff.���H��tGUH��SH��H�5�OH��H���a����H���uH��[]�@H��H��H��[]�g`���1�Ðff.����ATI��UH��S��H���_����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$����D$���@H����[]A\�@���H�U���������H��1�L��D$�]����D$����SH��dH�%(H�D$1���tB��tH�D$dH3%(�FH��[�H�1��w�H�
AO��Hc�H�>��DH���w�H�
9O��Hc�H�>��D�+^����D�^����DH��H��H����[��H�H�$H�H�$���t����X����(�N���H�<$���Z���6����\����'���@�k\�������f��\�������f��[�����fD��'^�����f���w]������f����\������f���\�����f��6�[������X��ff.���H�H�(t	�L[��@H�� ���H��tGUH��SH��H�5POH��H���_����H���uH��[]�@H��H��H��[]�w]���1�Ðff.����ATI��UH��S��H���\����x*�S���v+��t&��tI��tD��t?��t:�P���D�H��[]A\�L��‰�H��D$����D$H��[]��A\�DH����[]A\�f.�f���H�H�(t	�<Z��@H��� ���1�1�H�5�� �_��ff.����USH��dH�%(H�D$1���u2��tn��u	�_��@H�D$dH3%(��H��[]�D��
tk������u�H�1���a~7������u��6��_����1�1�H�5�� �`^���fD��u��`���z���f.�H�AH����H9�\���H�x�Q���H���C���H����4���H�
�M��Hc�H�>���6�_�������K^�������@�[^�����@H��H��H���]��H�$H�H��H�H�$�V�������H��H��H���_��H�H�$H�H�$���t���������(�����H�<$���hV���s�����]����d���@�K]���V����U�����H��tGUH��SH��H�5pNH��H���[����H���uH��[]�@H��H��H��[]�gZ���1�Ðff.����ATI��UH��S��H���Y����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���~[H����[]A\����H���L��D$�5����D$���@H����[]A\�@���H�U���������H��1�L��D$����D$����H�H�(t	��V��@H��� ���H�H�(t	�V��@H�q� �����t'��tÐH���tP��t;��u���&_��fDSH���tO��t:��t[�@��^���[�D��a�����?`����a���[�D�`���[Ðff.����AUATUSH��hdH�%(H�D$X1���u��
wYH�5�L��Hc�H�>��fD��t{������tM��u(H�1������������u�Sg��H�D$XdH3%(�
H��h[]A\A]ÐH���w�H�
yL��Hc�H�>��DH���
��������@H���u�-R� ����H�=� �R��H�-�� H��I��H�l$P�R���M�P���:9UCUH�l$PH��r��X��H��L���IZ���*H���X��H��A�L�
�� �H��d��H�5�d���Q���ʼn�� H�|$P��������t�/H�|$P���+����f�H�A��������-l� ��u�L�%� L����Q��H�-�� H��I��H�l$P��Q���M�P���9UCUH�l$PH��r��W��H��L���lY���*H���W��H��M��A�H�wd��H�5`d���P���ʼn�� H�|$P����'������Q���+���fDH�AH�0�r������H�A���n������fDH�QH�A�
��co�����fD�3n�����fDH�q�o�����f.�H�QH�q�p���n���fDH�AH�QH�qH���Tp���O����H�AH�q��Wp���2���f�H�AH�QH�q��p������fDL�A H�AH�QH�q�AH����p�����fDH�QH�AH�q�
���p������f.�L�A H�AH�QH�q�A��q�����DL�I(L�A H�AH�QH�q�A	�AH����e���m���DH�L$�e��H�L$H�H���M���H��E���DH�D$PH��H����a��H�H�T$PH�H�D$P���t��������(�����H�|$P���O�������c��H�����H�D$PH��H���``���fD�`������@H�D$PH��H���`���c���H�D$H��H����c���oT$�o\$ [�od$0c �ol$@k0�T���@���H����`���>����6�_���2���f��_���&����M�����9�������M�H�l$P����M�����9��m����M�H�l$P�{����M���ff.����H��tGUH��SH��H�5OH��H���,T����H���uH��[]�@H��H��H��[]�R���1�Ðff.����H��tGUH��SH��H�5�LH��H����S����H���uH��[]�@H��H��H��[]�7R���1�Ðff.����ATI��UH��S��H���WQ����x*�S���v+��t&��tI��tD��t?��t:�P���D�H��[]A\�L��‰�H��D$����D$H��[]��A\�DH����[]A\�ff.����ATI��UH��S��H����P����x7��t?���~�S���vF��tA��t\��tW��tR��tM�P���D�H��[]A\���
~kH����[]A\����L���H��D$�u����D$���@H����[]A\�@��
���L��H��D$�=����D$����L��1�H��D$�����D$�y���@��H�� H��M��f.���H��� SH��H��M��H�߾0[�J��f.����H�H�(t	�M��@H�q� ���H��81҉t$H�L$H�5V� dH�%(H�D$(1�H�D$H�D$H�D$�^R��H�D$(dH3%(uH��8���J��@H��8dH�%(H�D$(1���w'H�
pL��Hc�H�>��@H�B�0��v��DH�D$(dH3%(uzH��8��#}����H�BH�L$1�H�5�� �H�D$�D$H�D$H�D$�Q���fD�sz��롐��z���f�諀���f��}���v����J������Ѕ�uH�ʉ�����@��
t�f�H�AH�����H9u�H�xu�H��Ðff.���H��tGUH��SH��H�5�MH��H���O����H���uH��[]�@H��H��H��[]�gN���1�Ðff.����ATI��UH��S��H���M����x��u��~*��H��[]A\�fD��u��H�U�������f���H��L��D$�����D$�f���H�H�(t	�LK��@H�a� ���1�1�H�5Q� �P��ff.������u��t4���
u�H�AH�����H9u�H�xu�H���f.�1�H�5�� ��O��f���H��tGUH��SH��H�5�MH��H���N����H���uH��[]�@H��H��H��[]�M���1�Ðff.����ATI��UH��S��H���'L����x��u��t+��H��[]A\����u�u�I�$�������1�1�H�55� H��D$�N���D$���H�H�(t	��I��@H�A� ���H��81҉t$H�L$H�5&� dH�%(H�D$(1�H�D$H�D$H�D$�N��H�D$(dH3%(uH��8��G��@H��81�dH�%(H�D$(1�H�FH�L$H�5�� �H�D$�D$H�D$H�D$�,N��H�D$(dH3%(uH��8��F��f�����u��t4���
u�H�AH� ���H9u�H�xu�H���f.�H���X������H��tGUH��SH��H�5�LH��H���L����H���uH��[]�@H��H��H��[]�K���1�Ðff.����ATI��UH��S��H���'J����x��u��t+��H��[]A\����u�u�H�U�������H��L��D$����D$�f.����H�H�(t	��G��@H�!� ���1ɺH�5� �L������1ɺH�5�� �L������H��81҉t$H�L$H�5�� dH�%(H�D$(1�H�D$H�D$H�D$�NL��H�D$(dH3%(uH��8���D��@��H��8dH�%(H�D$(1���u4��t��������H�D$(dH3%(�H��8�D��
u�H�QH�1H�
=���H�H9���H�
��H9���H�
����H9�u�H�zu���fD1ɺH�5�� �}K���z����H�AH�5�� H�L$�H�D$�D$H�D$H�D$�BK���?���D1ɺH�5z� �%K���"���H�z���������f.�H�z����������C���@��H��tGUH��SH��H�5�KH��H���I����H���uH��[]�@H��H��H��[]�'H���1�Ðff.����ATI��UH��S��H���GG����x��u��~*��H��[]A\�fD��u��H�U�������f���H��1�L��D$����D$����Ðf.���H�H�(t	�D��@H��� ���H�H�(t	��D��@H��� ���H�H�(t	�D��@H�Q� ���H�H�(t	�D��@H��� ���1�1�H�5�� �lI��ff.����H��81�H�t$H�L$H�5�� dH�%(H�D$(1�H�D$H�D$H�D$�I��H�D$(dH3%(uH��8��A���f���t��u鲏��f���铝���f�����u����@Ðff.�����u��tS��tV��t:�f���
u�H�AH����H9u�H�xu�H���f.�1�H�5�� �bH��f��{���H�AH�0���ff.��H��81�dH�%(H�D$(1�H�FH�L$H�5�� H�H�D$H�D$H�D$H�D$�G��H�D$(dH3%(uH��8��@������u��t4���
u�H�AH�`���H9u�H�xu�H���f.�H���X������H��tGUH��SH��H�5�LH��H���lF����H���uH��[]�@H��H��H��[]�g����1�Ðff.����H��tGUH��SH��H�5�KH��H���F����H���uH��[]�@H��H��H��[]�W����1�Ðff.�����G����fD��ATI��UH��S��H���'�����x��u��~*��H��[]A\�fD��u��I�$�������f���H��D$�b����D$��ff.����H��tGUH��SH��H�5�IH��H���,E����H���uH��[]�@H��H��H��[]�G����1�Ðff.����ATI��UH��S��H���w�����x��u��t+��H��[]A\����u�u�H�U�������H��L��D$�Q����D$�f.���H��tGUH��SH��H�5HH��H���\D����H���uH��[]�@H��H��H��[]��B���1�Ðff.����ATI��UH��S��H����A����x��u��~*��H��[]A\�fD��u��H�U�������f���H��1�L��D$����D$���H��H���AudioEngineAudioSampleAudioCategorySoundPlayVariationAudioListenerAttenuationModelLinearAttenuationModelInverse29QAudioEngineDeclarativeModuleN11QQmlPrivate11QQmlElementI23QDeclarativeAudioEngineEEN11QQmlPrivate11QQmlElementI23QDeclarativeAudioSampleEEN11QQmlPrivate11QQmlElementI25QDeclarativeAudioCategoryEEN11QQmlPrivate11QQmlElementI21QDeclarativeSoundConeEEN11QQmlPrivate11QQmlElementI17QDeclarativeSoundEEN11QQmlPrivate11QQmlElementI25QDeclarativePlayVariationEEN11QQmlPrivate11QQmlElementI25QDeclarativeAudioListenerEEN11QQmlPrivate11QQmlElementI25QDeclarativeSoundInstanceEEN11QQmlPrivate11QQmlElementI34QDeclarativeAttenuationModelLinearEEN11QQmlPrivate11QQmlElementI35QDeclarativeAttenuationModelInverseEE����QAudioEngineDeclarativeModuleQQmlListPropertydefaultAttenuationModelLinear[AttenuationModelInverse[AttenuationModel: you can not change name after initialization.]: start must be less or equal than end.]: you can not change properties after initialization.]: start must be no less than 0.]: end must be no greater than 0.]: referenceDistance must be less or equal than maxDistance.]: referenceDistance must be greater than 0.]: maxDistance must be greater than 0.�?@�@2isLoadingChanged()1handleLoadingChanged()1updateSoundInstances()2timeout()add QDeclarativeAudioSample[]AudioSample must have a name!Failed to add AudioSample[], already exists!Failed to add AudioCategory[] contains invalid sample[] for its playVarationscreating default categoryinit samplesinit soundsaccessing invalid sample[AudioEngine ready.accessing invalid sound[add QDeclarativeSound[Sound must have a name!Failed to add Sound[add AttenuationModel[truefalseQDeclarativeAudioEngine::dtoractive = pool = for pooladd QDeclarativeAudioCategory[AudioCategory must have a name!Can not change default category after initializing engine] contains invalid attenuationModel[AudioEngine begin initializationAttenuationModel must have a name!Failed to add AttenuationModel[Can not change default attenuation model after initializing engineUnknown child type for AudioEngine!AudioEngine removed managed sounce instanceQDeclarativeAudioEngine::newDeclarativeSoundInstance(�������?1handleStateChanged()] to [1engineComplete()2ready()QDeclarativeSoundInstance::ctor()2stateChanged(QSoundInstance::State)QDeclarativeSoundInstance::play()QDeclarativeSoundInstance::stop()QDeclarativeSoundInstance::setSound(SoundInstance switch sound from [QDeclarativeSoundInstance::engineComplete()QDeclarativeSoundInstance::setEngine(SoundInstance: you can not set different value for engine propertyQDeclarativeSoundInstance::pause()gain must be a positive value!pitch must be a positive value!�v@QDeclarativeAudioCategory[] setVolume(AudioCategory: you can not change name after initialization.QDeclarativeAudioListener::setPositionQDeclarativeAudioListener::setDirectionQDeclarativeAudioListener::setVelocityQDeclarativeAudioListener::setUpQDeclarativeAudioListener::setGainPlayVariation: maxGain must be no less than minGainPlayVariation: maxPitch must be no less than minPitchPlayVariation: cannot change properties after initialization.PlayVariation: maxGain must be greater than 0PlayVariation: minGain must be no less than 0PlayVariation: maxPitch must be no less than 0PlayVariation: m_minPitch must be no less than 0�<��?2loadedChanged()AudioSample: source not changeable after initialization.AudioSample: preloaded not changeable after initialization.AudioSample: streaming not changeable after initialization.AudioSample: engine not changeable after initialization.AudioSample: name not changeable after initialization.AudioEngine::play not ready!] play (,)triggeredSoundCone: engine not changeable after initialization.SoundCone: innerAngle not changeable after initialization.innerAngle should be within[0, 360] degreesSoundCone: outerAngle not changeable after initialization.outerAngle should be within[0, 360] degreesSoundCone: outerGain not changeable after initialization.outerGain should no less than 0 and no more than 1Sound: playType not changeable after initialization.Sound: category not changeable after initialization.Sound: attenuationModel not changeable after initialization.Sound: engine not changeable after initialization.engine attrbiute must be set for Sound object!creating new QSoundInstance1bufferReady()QSoundInstance::dtor(), new:-1categoryVolumeChanged()2volumeChanged(qreal)1pause()2paused()1stop()2stopped()1resume()2resumed()QSoundInstance::bufferReady()QSoundInstancePrivate::play()QSoundInstance::prepareNewVariation()QSoundInstance: generate new play variation [old:QSoundInstance::bindSoundDescription1handleSourceStateChanged(QSoundSource::State)2stateChanged(QSoundSource::State)QSoundInstancePrivate::resume()QSoundInstance::updateVariationParametersQAudioEngine::dtor�z�Guu@QSoundSourcePrivate::releasedelete sourceQSoundSourcePrivate::dtorplaypausestopsource set positionsource set directionsource set velocitysource set gainsource set pitchsource set cone outerAnglesource set cone innerAnglesource set cone outerGaincreate sourcecreating new QSoundSourcePrivateloading [] failed1decoderError()2error()1sampleReady()1updateSoundSources()default openal device = device list:    Can not create openal device!Failed on[OpenAL error code =delete buffer] loadedsource [] size too large!] channel > 2!] invalid sample size:(should be 8 or 16)create bufferfill bufferget listener positionget listener velocityget listener gainset listener positionset listener orientationset listener velocityset listener gain2activate(QObject*)recycle soundInstanceQAudioEnginePrivate::dtorcreating new StaticSoundBufferOpenALCan not create openal context!QAudioEnginePrivate: recycle sound bufferUnknown soundbuffer type for recycleStaticSoundBufferOpenAL:sample[QAudioEnginePrivate::createSoundSource()1soundSourceActivate(QObject*)QAudioEnginePrivate::dtor: all done28QDeclarativeAttenuationModel34QDeclarativeAttenuationModelLinear35QDeclarativeAttenuationModelInverseP	P	P	����#`����l����Z����FQDeclarativeAttenuationModelInversestartendrolloffP	P	����"H����S����AQDeclarativeAttenuationModelLinearstartend
Q	����0����5QDeclarativeAttenuationModelnameQQmlListProperty<QObject>QQmlParserStatus(���@���`�������������������ر������`���S���F���9���-���!�������������
	^LMNOP	Q
R�U�X�[�+++++++�+
�+�+��	T	'T	'T	'T	PIPI�	T	Q	Q	������������������������s����\����]����V����N����K����H����?����@����1����,����%����(����$����*����
,�����������������
���������������
������QDeclarativeAudioEngineDefaultPropertybankreadyliveInstanceCountChangedisLoadingChangedfinishedLoadingupdateSoundInstanceshandleLoadingChangedaddAudioSampleQDeclarativeAudioSample*addSoundQDeclarativeSound*addAudioCategoryQDeclarativeAudioCategory*addAttenuationModelQDeclarativeAttenuationModel*QQmlListProperty<QObject>categoriessamplessoundsloadingliveInstanceslistenerQDeclarativeAudioListener*dopplerFactorspeedOfSoundorg.qt-project.Qt.QQmlParserStatus23QDeclarativeAudioEngine������0���P���p�����������б�����������ܲ��Ҳ������Ȳ���������������������<���l���T���<���������$���
^~OPQRSTU	V

W
X
Y
\]+++++++++++
++�Q	
QI�	PISQISQISQIQIQI����������������������������������������u����j����_����L����9����'����	�����������������������������������������	���������������}����k����`����UQDeclarativeSoundInstancestateChangedpositionChangeddirectionChangedvelocityChangedgainChangedpitchChangedsoundChangedplaystoppauseupdatePositiondeltaTimehandleStateChangedengineCompleteengineQDeclarativeAudioEngine*soundstateStatepositiondirectionvelocitygainpitchStoppedStatePlayingStatePausedState25QDeclarativeSoundInstanceȯ������0������P����������:14567
8
	9
+++++++
QI
Q	���� ����
"��������	���������������������������������������{QDeclarativeAudioCategoryvolumeChangednewVolumestoppedpausedresumedstoppauseresumevolumename25QDeclarativeAudioCategoryH���0���������`���T���L���d���\���l���t���$����������������,'()*++++++�Q		SQI
SQISQISQI
QI����P����R����J����3����,����	$��������
��������������	����������������QDeclarativeAudioListenerpositionChangeddirectionChangedvelocityChangedupChangedgainChangedengineQDeclarativeAudioEngine*positiondirectionvelocityupgain25QDeclarativeAudioListener������б������������������H���X���h���ذ����
Q	Q	Q	Q	Q	Q	������������������������y����i����ZQDeclarativePlayVariationsampleloopingmaxGainminGainmaxPitchminPitch25QDeclarativePlayVariation������������p������
++
Q	Q	Q	Q	PI���������
�������������������������	�����	r����dQDeclarativeAudioSampleloadedChangedloadnamesourcepreloadedstreamingloaded23QDeclarativeAudioSample������ȵ���������(���H���`�����������ж������(�������������������x������ȷ����d
e
h
m
p
u
|
�
�
�
�
�

�
��++++S+SS+SSS	+S+SS+SSS	+S+SS+SSS	�+
�
Q	�Q	
Q	�	T	
Q	�	T	�����@����:����2����,���������������������������	����������������������������������������s����d����Q����P����+I����]����
LQDeclarativeSoundDefaultPropertyplayVariationlistplaygainpitchpositionvelocitydirectionnewInstanceQDeclarativeSoundInstance*addPlayVariationQDeclarativePlayVariation*nameplayTypePlayTypecategoryconeQDeclarativeSoundCone*attenuationModelQQmlListProperty<QDeclarativePlayVariation>RandomSequentialQ	Q	Q	����`����
^����
Q����	DQDeclarativeSoundConeinnerAngleouterAngleouterGain21QDeclarativeSoundCone17QDeclarativeSoundг�������� ���0���ȳ������14
5
67	8
9+�++++++����� �����������������������������������������������������QSoundInstancestateChangedQSoundInstance::StatestatepausestopresumebufferReadycategoryVolumeChangedhandleSourceStateChangedQSoundSource::State14QSoundInstance12QAudioEngine+����H����=����6QAudioEngineisLoadingChanged12QSoundSource+�����x����m����b����K����GQSoundSourcestateChangedQSoundSource::StatenewState12QSoundBuffer !+�++�������������������{����i����W����EQSoundBufferstateChangedStatestatereadyerror21QSoundBufferPrivateAL19StaticSoundBufferAL19QSoundSourcePrivate19QAudioEnginePrivate+++'�������������������n����i����eQAudioEnginePrivateisLoadingChangedupdateSoundSourcessoundSourceActivatesoundSource+'����H����D����5QSoundSourcePrivateactivate

++����`����\����P����9StaticSoundBufferALsampleReadydecoderError����QSoundBufferPrivateAL�QTMETADATA !�x,org.qt-project.Qt.QQmlExtensionInterface/1.0xQAudioEngineDeclarativeModulecuri�mQtAudioEngine�;B��4��\����X����D#.����#d���d(�����(���L)����-T����0����4���T4����4D����4���� 5����d5����t64���7p���L7����|7���7$���8�����8���9
��h9J���9P��<:����:����:���;@���;����<���t���������������X\���l���|���������������������������(,��<<��P\��dl��x|����������������������������,��,<��@\��Tl��h|��|����������������������4,��\��d���$���@���H,��\\������x��������	���,	���L	��|	�� �	��<�	��X
��t,
���L
���|
����
����
���
����8,��T\��p|������������������L�����4���P���l\
����
���<������������������l����� L���|���l��8\���L ���<%��(,*��x/���4���8��h|:���>����A��D\C����F����J�� �K��<M���<M����M����M���N��<N��$�N��l�N����P����P����S�� �S��0 �V��l �W��� �W��� �Y��� �Y��!�\��@!�\��T!�_���!�_���!�a���!Lb��"�c��T"�c��h"�c��|"d���"d���"<d���"Ld���"�j��X#\r���#�r���#�r���#�r���#�r��$�r�� $s��4$,s��H$Ls��\$ls��p$�s���$�s��x&\t��`'����'l���(|���(��x(,���)����)�����)\���p*�����*���+ܦ��\+��p+����+���"\����$����$<���%l���%̨��4%\���l%ܩ���%L����%��&��X&L���&L���&����&|��4'���`)|��8*����*����+<���+L���+���,��(,<��<,|��X,���l,����,����,<��4-��x-l���-��.��4.\�T.,�x.���.���.\��.���.��/��(/��</L�`/��t/���/��/��/\��/���/�0,� 0<�40��p0<��0l��0|��0���0���0��1�01<�L1L�`1l��1���1���1,�2L�H2��d2���2��2,�3\� 3��\3��x3L�3��3���3���3,���$4<���84����h4����|4,����4<����4����4���5l���45|���H5���x5����5,����5,����5|���6��� 6����<6���X6l����6|����6�����6�����6����6���7l���07����`7����7<����7�����7L���8\���,8����H8����\8�����8����8\�� 9l��49���|9����9����9����9���:��� :��P:L��d:����:����:���:L���:��(;���d;���;����;����;���<���<���,<���@<���T<<��h<L��|<����<����<�� =���<=,��X=���t=���=|���=����=���=l���=���>���(><���>����>���D>����><��?\��?���<?���\?L��x?����?����?��� @,��X@�"���@,#���@<#���@�#���@�#��A�#��$A�#��8A,$��LAl$��`A�$��tA�$���A�$���A<%���AL%���Al%���A&��,B|&��PB�'���B)���B<*��Cl,��LC�,��hC�,���C�-���C�-���C�-���C�-��D.��D.��,D,.��@Dl.��\D�.��xD,/���D</���D|/���D�/���D�/���D�0�� El1��TE�1��|E�1���E<2���EL2���E\2���E|2���E�2���E�2��F�3��HF5���F<5���F\5���F�5���F�5���F<6��G�6��4G�6��LG7��dG7��xG�7���G�7���G8���G\8���G�8���G<9��H�9��0H�:��LH�:��lHL;���HL=���H?���H,?��Il@��DI|@��XI�@��lI�@���I�B���II�� JI��4JK���JN���J�N���J�N���JV��LKW��xK�W���K,X���K�X���K�X���K,Y��L\Y��L�Y��0L�Y��DL�Y��HM\[���M]��lN<^���N|`��4Ob��tO�e���O�e��XLf��lL�f���L�f���L�x��M�y���M�z���M,{��4N�{���Nl|���O�|���O�|��P�|���P<}���P�}���P�~��Q�~��@QL��xQ����Q<���R̀��PR\��� P|���4P����PṔ��dP�����R����R<����R\����R|���S����0S\���\S�����S܇���R��S\����S|���T����T����0T܈��DT����XT���lT<����T\����T�����T����T��DU���XU,���lUL����Ul����Ȕ���Ul����U̒��V����dV̓��xV���V����V,����VL����Vl����Vܖ��W<���TW����W�����W̙���W,���X����lXܚ���X�����Xܜ���X<����X���LY<���`Y\����Y�����Y����Z���HZl����Z�����Z��tY����Y<���$[\���8[����T[����p[ܨ���[<����[�����[̩��\��\<���0\����h\����\,����\�����\���\<����\����4]���l],����]L����]l����]̭���]����]|���^��L^����`^���t^<����^\����^|����^�����^�����^����^<���_����_���8_l���L_̲���_,����_<����_����`���<`|���p`ܴ���`zRx�$P�� 	FJw�?:*3$"DH��	\ �p�������������������������$��8��L��`��t������������������������(��<�P��d��x����������� �����-L�\p�#E�](��(L�WD��0L�_`�E�U| � L�O�$�(L�W�8�E�U�<� L�O�@�(L�WT�E�U$X�.L�]@l�6L�e\��E�Ux�� L�O���(L�W���E�U��� L�O���(L�W��E�U �� L�O<��(L�WX��E�Ut�� L�O���(L�W��E�U��.L�]��.L�],�6L�eP�6L�e8t�E�UTx�ph��p|0���p�����p���p�D���p�����p�����p�X���p����p��0��,L�[L��1L�`h��4L�c�����!�� ��E�@
Ke
KL������F�B�B �B(�A0�A8�G�
8A0A(B BBBFL ,����F�B�B �B(�A0�A8�G�
8A0A(B BBBFLp����F�B�B �B(�A0�A8�G�
8A0A(B BBBFL�l���F�B�B �B(�A0�A8�G�
8A0A(B BBBFL	
���F�B�B �B(�A0�A8�G�
8A0A(B BBBFL`	����F�B�B �B(�A0�A8�G�
8A0A(B BBBFL�	L���F�B�B �B(�A0�A8�G�
8A0A(B BBBFL
����F�B�B �B(�A0�A8�G�
8A0A(B BBBF8P
���F�B�A �C(�G@]
(A ABBJL�
����F�E�B �B(�A0�A8�G��
8A0A(B BBBAL�
!���F�E�B �B(�A0�A8�G�
8A0A(B BBBJ8,�$��F�B�A �C(�G@]
(A ABBJLh�%���F�E�B �B(�A0�A8�G��
8A0A(B BBBDL�)���F�E�B �B(�A0�A8�G��
8A0A(B BBBA�,��)E�$�-��)E�4@��SJ�D�Q R
AAEDG�A�x��	�`.��0E�j�t.��TL�c
IW��.��]L�p
L��.��	��.��%
/��FH@x
AzRx�@\��<T
/��CE�}@p
L/���F�B�B �A(�D0�Gp|
0A(A BBBF�
�0��
8�
�0���F�B�A �A(�GpB
(A ABBG�3��
8�3���F�B�A �A(�GpB
(A ABBG T86���E�K@B
AEx�6��ME�G@�(7���F�B�B �A(�D0�Gp|
0A(A BBBF��8��
8��8���F�B�A �A(�GpB
(A ABBG(t;��
8<p;���F�B�A �A(�GpB
(A ABBGx>��
8�>���F�B�A �A(�Gpt
(A ABBE ��?���E�G@�
EA����28,@���F�B�A �A(�N@i
(A ABBA<�A��P|A��dxA��	xtA��	�pA���|A��L�xA��dF�I�B �E(�A0�A8�D�v
8A0A(B BBBD$zRx��������,���6L@\G���F�I�B �E(�A0�A8�D��
8A0A(B BBBH�~��6��N��F��N��	��N��	��N��	��N��	�N���N��0�N��D�N��X�N��lO��)E�U
FDH������F�B�A �A(�D0Z
(A ABBBh(D ABB����(�0���(L���]H0O
A4�����i�D�G ~
AADDA�A�4T��sF�D�D �Q
ABFDAE(�0���eE�F�G w
AAEH�t���� F�B�B �B(�A0�A8�GP
8D0A(B BBBN8��F�B�A �D(�G@�
(A AEBF@����=H�`
HL `<M���E�G0p
AC8�����F�B�A �D(�G@�
(A AEBF�l���=H�`
HL8������F�L�K ��
ABH]
ABH(@���sE�D�D N
DAHLH�L��<F�B�E �B(�A0�A8�K�2
8A0A(B BBBHL��W���
F�B�B �B(�A0�A8�G��
8A0A(B BBBF�db��
L�`b��lF�I�B �E(�A0�A8�D�v
8A0A(B BBBDL���6L`lh��1F�B�E �B(�D0�A8�D�"
8A0A(B BBBD$zRx��������,���=(� o���E�A�DPq
AACzRx�P�� ���<4H����{F�A�A �P
ABEPDBL�|o���F�B�B �I(�A0�D8�D��
8A0A(B BBBIL�r��TF�B�B �B(�D0�A8�G�"
8A0A(B BBBD4 <���{F�A�A �P
ABEPDB8X�t��UF�B�D �A(�G`
(A ABBD4�H����x�A�D Z
AAGHFAA��$��v��NE�A�J0{AAL��v���F�B�I �B(�A0�A8�G�q
8A0A(B BBBIDx{��
Xt{��E�Qtx{��
0����zF�A�A �G`8
 AABE�\���	�X���TL�c
IW�����]L�p
Lܦ��%$����>E�x@���8T(���F�B�D �A(�Dp�
(A ABBJ8����
F�B�A �A(�Gp�
(A ABBDL���cF�I�B �E(�A0�D8�D�q
8A0A(B BBBF@����F�B�B �A(�A0�Gp�
0A(A BBBIL`����JF�B�B �B(�D0�D8�D��
8A0A(B BBBFD��?8�����F�B�D �A(�Dp�
(A ABBJl���WHPI
A����bq�c
�LA <����E�D@g
AG`����WHPI
A|�bq�c
�LA�@���WHPI
A�����bq�c
�LA�Դ��
 ���E�G@U
AF\���
 $X����E�G@U
AFH��3\���3p<���3�h���	�`���;E�u�����TL�c
IW���]L�p
L����	���
8����F�B�A �A(�G�w
(A ABBBXt���FH@x
AP���<�����%�����	�����	�����	$�����EE�D�G rAAȹ��Թ��)L�X4��	$H�� E�D�G MAApܹ��IH0z
B@����F�B�E �A(�A0�Gp�
0A(A BBBB���IH0z
B@� ���F�B�E �A(�A0�Gp�
0A(A BBBB0 ����IH0z
B@L 0���F�B�E �A(�A0�Gp�
0A(A BBBB� ���IH0z
B@� @���F�B�E �A(�A0�Gp�
0A(A BBBB� ���$HZ8!4���#F�B�A �A(�G��
(A ABBDD!(���XE�R`!l���TL�c
IW�!����]L�p
L(�!�E�D�GP�
AAA�!���%�!��FH@x
A�x��<"���	 "����AH@s
Ap��<P"���
d"����H@~
A\h��<�"x���
�"t����H@~
A�`��<�"���
�"����H@~
A�X��<#0��
0#,���H@
A(P��<`#���	t#���	@�#����F�B�E �A(�A0�GP�
0A(A BBBA�#@��GE�A�#t��\L�m
GW$���E�Q$$���E�P@$���FH@x
A8|��<p$���	�$���	�$���	�$���+QP �$���MN�e
�MAG��$��AH@s
A���<%4��AH@s
A��<H%T��AH@s
A@(��<x%t��%�%���FH@x
A� ��<(�%����E�A�D0n
AAF�%D��	�%��eD@`&(��7E�q0&L��
0D&H��KF�A�A �Gpq
 AABDzRx�p���$���?�&0��
0�&,��KF�A�A �Gpq
 AABD����?'4��
0'0��AF�A�A �Gpq
 AABD����?d'8��%x'���$�'@���E�A�G �AA �'���L�n
FX
H�'���E�Q�'���(���@H@r
A��<8(���%L(���FH@x
AD��<|(��%�(��FH@x
A����<�(<��%8�(X���F�B�A �A(�D@^
(A ABBF8)����F�B�A �D(�G0_
(A ABBGL)`��FH@x
AD|��<|)���lHPR
FzRx�Pp��[�)���	�)���	�)���	*���	*���	(*���	<*���FP*���	(d*���dE�A�DPR
AAA|���<�*���L�*���9F�B�B �B(�A0�A8�G�~
8A0A(B BBBC+����H@w
A$+X���H@s
A@+���yH@k
A\+0��lH0^
Ax+���YH0K
A�+����+���hH0Z
A�+(��UH0G
A�+l���+x��`H0R
A,���MH0
A8,,p��F�B�A �D(�G@�
(A AEBF(h,���RE�D�K e
DAJ�,���@�,���zF�B�B �A(�D0�Gp1
0A(A BBBA�,,��-8��:E�`
KI$-X��2E�a
JAD-x��bE�\8`-���2F�B�A �A(�Gp�
(A ABBF�-���E�QL�-���,F�I�B �B(�A0�A8�G�w
8A0A(B BBBC4.���IJ�C�G K
F�A�JPAAF��L@.����F�B�B �B(�A0�D8�G��
8A0A(B BBBJ �.�QT�h
�LAG��.X��.T�Ja�L��.���.��!/��! /��!4/��1H/�!\/ �+QOt/8�$�/D�FE�A�D0rGA�/l��/h�8�/t��F�B�A �A(�GP
(A ABBA 0��kE�G0X
AA880$�gF�B�A �A(�Gp�
(A ABBD8t0X�*F�B�A �A(�Gp�
(A ABBD8�0L�F�B�D �A(�Dp�
(A ABBAD�00�!F�B�B �A(�A0�G�z
0A(A BBBK41�E�WP1�E�W8l1 �
F�B�A �A(�Gp�
(A ABBC�1��E�Q�1��
�1��
�1��
2��
2��
(2��:H0h
ED2�WHPI
A`2L�WHPI
A|2��
�2��:H0h
E�2��
�2��
0�2���F�A�A �GP�
 AABA03d��F�A�A �G0�
 AABA$<3�/E�I�D WDAd3�Bx3T�B�3��
�3��
�3���3��
�3��8�3��-B�B�A �A(�Gp�
(A ABBG804��9F�B�A �A(�Gp�
(A ABBFl4��E�Q�4��$�4��CE�D�G pAA�4��BE�i
BM�4��;Y�]�5�XH J
A5`�3\R45��)TPL5�� `5���E�G E
AF�5�!�5$�<Tc�5L�<Tc�5t�<Tc�5��H@H
H�5 �H@H
H6��H@N
J468�WY�V fAT6x�WY�V fA(t6���E�S0}
AJ�
AI8�6��F�B�A �A(�Gpf
(A ABBC�6���E�W0�6���2F�D�D �G`�
 AABD,7 ���@7���T7(���Lh74���2F�B�B �B(�A0�A8�G��
8A0A(B BBBDL�7$���
F�B�B �B(�A0�A8�K��
8A0A(B BBBD8��
H8���F�B�I �B(�D0�A8�D��
8A0A(B BBBE@h8����F�B�B �D(�A0�Dpx
0A(A BBBE�8@��qL�z
J�8���E�QL�8���TF�I�B �B(�A0�A8�G�:
8A0A(B BBBH(49�
���E�A�D0s
AAA`9����H@y
A|9���H@y
A�9t��WH I
A�9���0Hc�9���pH0b
A�9$
��0Hc:<
��&HY:T
��
,:P
��
@:���(4T:����i�D�G ~
AADDA�A��:��*E�dH�:���F�B�B �B(�A0�A8�GP�8D0A(B BBB8�:�+��F�B�A �D(�G@�
(A AEBF40;\���E�D�D g
AAJ�
EAJ8h;T,���F�I�N �z
ABF]
ABH(�;�,��sE�D�D N
DAHH�;l
���F�B�B �F(�D0�D8�D@�
8D0A(B BBBD4<�,��{F�A�A �P
ABEPDBHT<���F�F�D �A(�D0�
(A ABBAD(F ABB@�<|��:F�B�B �A(�A0�Gp8
0A(A BBBE4�<�,���x�A�D Z
AAGHFAA��<=@���F�B�A �A(�G�,
(A ABBEL\=����F�B�B �B(�A0�A8�G��
8A0A(B BBBD�=��E�Q�=�,�� �=�,�� �=�,�� >41��>@1��%L�T8>T1��L>`1��%L�T(h>D,��ka�M
BJF�`�J,�>�,���q�R
EJF�`�J
FJ(�>�,���E�A�F0n
AAD4�>|-��SJ�D�Q R
AAEDG�A�4(?�-��SJ�D�Q R
AAEDG�A�4`?�-��SJ�D�Q R
AAEDG�A�L�?�-���F�D�D �F0x
 AABH[
 AAEFD DABL�?4.���F�D�D �F0w
 AABA[
 AAEFD DABP8@t.���F�D�D �F0w
 AABA[
 AAEFD DAB�@05���@</�� �@H/���@T/���@`/���@l/��A�4��p(Ad/���E�A�Dp�
AAF@DA�2���N�D�Q B
EAED
DAGDG�A�P�AT3���F�D�D �F0D
 AABDI
 DABHd
 DABE�A`4�� �Al4��Bx4��B�4��,B�4��@B�4��TB�4��hB�4�� |B�4��KE�D �
AG4�B�8��SJ�D�Q R
AAEDG�A�P�B9���F�D�D �F0D
 AABDI
 DABHd
 DABE,C�9�� @C�9��TC�9��hC�9��|C�9��^H@P
A �C:���E�DP�
AG4�C�<��SJ�D�Q R
AAEDG�A�T�C�<���F�D�D �F0D
 AABDI
 DABHd
 DABELD@=�� `DL=��tDX=���Dd=���Dp=���D|=��<�D�=��bA�nA�@�J
FO
AO
AO
AIG�4E�?��SJ�D�Q R
AAEDG�A�T<E�?���F�D�D �F0D
 AABDI
 DABHd
 DABE �Eh@���E�D r
AD�E�A�� 4�E�A��SJ�D�Q R
AAEDG�A�LFB���F�D�D �F0w
 AABA[
 AAEFD DABTFHB�� hFTB��(|F`B���E�A�D0~
AAF4�FD��SJ�D�Q R
AAEDG�A�P�F<D���F�D�D �F0D
 AABDI
 DABHd
 DABE4G�D�� HG�D�� \GpM��pG|M��%L�T,�G�D���q�R
EJF�`�J
FJ8�G E���F�B�A �A(�D��
(A ABBB4�G�J��SJ�D�Q R
AAEDG�A�40H�J��SJ�D�Q R
AAEDG�A�LhH�J���F�D�D �F0w
 AABA[
 AAEFD DABP�H$K���F�D�D �F0D
 AABDI
 DABHd
 DABEIL��  IL��\H@N
A<I`L���D@P
DXIM��A4lIPM��SJ�D�Q R
AAEDG�A�4�IxM��gF�D�D �F0Y
 AABG�I�M�� �I�M��J�M��N4JN��SJ�D�Q R
AAEDG�A�0PJ,N��mF�D�D �F0X
 AABH�JhN�� �JtN��\H@N
A�J�N��^D@T
A�J�N��H4�J8O��SJ�D�Q R
AAEDG�A�4K`O��eF�D�D �F0X
 AABHTK�O�� hK�O��|K�O���K�O��\H@N
A�KP��KH@B
F4�K4Q��SJ�D�Q R
AAEDG�A�0L\Q��iF�D�D �F0Y
 AABG4L�Q��HL�Q�� \L�Q�� pL�Q�� �L�Q�� �L�Q���L�Q��]H@O
A�LR���L R���L,R��tM�R��`D@V
A M�R��H44MS��SJ�D�Q R
AAEDG�A�4lM@S��SJ�D�Q R
AAEDG�A��MhS��	0�MdS��dF�D�D �F0Y
 AABG4�M�S��SJ�D�Q R
AAEDG�A�0$N�S��eF�D�D �F0X
 AABH4XNT��SJ�D�Q R
AAEDG�A�0�N,T��iF�D�D �F0Y
 AABGGNU���`�`�"��"`\\P	��"`]]�#���0=B B�"`B�"�B�"�B�" C�"`CP�"�C��"�C�" D�"�D �"0�"���p��@��������0�" �p���H�"p�@���������H�"�p���`�"�&�(P)�x�"��@�`���"0*�0�1�����"P* 12@�`���"�%�%@&����"��"P# �@���"p� �����"�P������� �"�`�0�`����� E�D��`[�[�"�[�"�"��
���"�P�
�
���� �"�`�p
�
����@^�]�	�e�"p .3���������"�2 3��`a@_��l�"p� `^�^�h�fp�o�"��pr�r`n@m��s��"��"P#w w�q�p� �uP�"�%�%@&`�tt0$�w�"�&�(P)����v�u' �@��"0*�0�13 3�"P* 12�����{`x+� p*@�P#P3�4P5`��������4X�#�5P6�6��й� ���0�@���P��@��������P�`�p��������6H�p# 7P8�8��`�8p��# 90;�; ����9��# ��#@�p#`��#<�>@?�#0<�>P? ����� ������#P<�? @�0������ ���0���p���P������`�p����#p<�@�@0��� ���P=�#�� �0>`#`� �<;Qbq��������,6D�t
\AP�"X�"���o`�
�#�
�fP)�=	���o���o0(���o�o�&���o`0#�t�t�t�t�tuu u0u@uPu`upu�u�u�u�u�u�u�u�uvv v0v@vPv`vpv�v�v�v�v�v�v�v�vww w0w@wPw`wpw�w�w�w�w�w�w�w�wxx x0x@xPx`xpx�x�x�x�x�x�x�x�xyy y0y@yPy`ypy�y�y�y�y�y�y�y�yzz z0z@zPz`zpz�z�z�z�z�z�z�z�z{{ {0{@{P{`{p{�{�{�{�{�{�{�{�{|| |0|@|P|`|p|�|�|�|�|�|�|�|�|}} }0}@}P}`}p}�}�}�}�}GA$3a1�tiAGA$3p1029І�;GA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realignGA$3p1029 �YAGA*GA$annobin gcc 8.5.0 20210514GA$plugin name: annobinGA$running gcc 8.5.0 20210514GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY8�<GA+GLIBCXX_ASSERTIONSGA*GOW*�8�3GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA*FORTIFY ��;GA+GLIBCXX_ASSERTIONSGA*8�3GA*GA!GA*libdeclarative_audioengine.so-5.15.3-1.el8.x86_64.debugW>q�7zXZ�ִF!t/���O �]?�E�h=��(a�K"�a	V�hV0L���G��5�J�CZ��풂��Kz��Ћ>�N�AI�jU��5�A;�i*x^Er���%O�T�ui�����[`[�&_�N��.rY#U"���)��W�+��P�RI~��5�4>u8b�z���U#%]J,N����շ+�8���w��/��@P��bV̔�� �3���e"4���6���П=�Z�]� �G�Y�N��.*�|����X�
#'��lH��2��A)��v9�0�z�‘ĝ(�Es™j��j����Ơ4c����T=3���x�E�à*�A"����|�zꢙ��rD�Ǧ<t��f=	�7��!m)�v��8t�i
��j�%=��*ۨj�>�&���xbN�����|.�Z7�P W���Ԇ�s��P˂�F�ƙf4�]��f�o��I���b5"�N]�T�����;�(]M8��im�k)BF �;�Z��d��꠵��aK�v���h�[�u}��Ѵ�I/s"���
�� �RhmGl�봪��K��
�	xt��Ҋ�����'4?��Ԡw�˅��mvZ��ĵ�|Ɨ�h!�L�t��<��LDѨT�u#�4T����R�YUy;����u��h���E0��2(	$FaK�>'��.'�����3^���e�J��g[���Z�~M�d�(���C�ٶo&+�����O�j7I��
���H^��+�1f�zV6�L2>èMVIkr]5hZ�<*��q��be_��bmF�H�b�_� /I!���;�$�I/%-��
Y9�xoY�E@�PV�GX:��
[-�=��s��?x���tʅ�e��@嶟-]�4�/�%��4h��{q8<�q4=�#�sv��]7ͷ?Q	
@r�
7[�Mx��?_���A�_�	͠�J'���ޜ���nk��3l�[5����s��NM�$~��T�R�ۈT�ܣr4��Sk�
Aʹ,/�`l� �]_���͎0.����oIw��]nS�	`�:�Ny�5�Vw��m���q�uo���n��:yu��8�H2����w?�ٙ���)�b3���x��4@^}�/7������u���[�l"<�jC�] EeO�鷈�V'�LF�"<��ij�LQm�ͭC'�P�Ibl�|�a��
p�7���Wn7���`6u���'Y��[��8��+����؂�]�d`:�m"Pm>CC:��#�EC�f�BU+��u�kREmIպ3���Ҭ�$
�۫��Y�l���s2k;��m��U8D�/�K�/G#�/�&��Q��X�1s~h��Y�t#�kS���;G(�9��$�:�&/��nHT�J���~I����!�Ǻ�b{^\7f�9�3��m1{ۡ���Ҟw#RR�̸�����2vʘ��ɻO��y���T"?|�e>#9
�Ƴ�}���f~$��1I�яL�'��8�
�?¸!L	��k��Å���@d���I_�;Z'�%5b~S3IQ��A�/'��a����'�M��bf��"�����EE;pmZ�G��%��*�,S]1C=��b�y��)1A�~L%�P��Vd~��5RN��QU�ܩ|��^*��S�^aQ���z�-��VR�t�7���ĿxD����8f��Q���Ȑ��
����%2�yKZ3�jl����G���}t遇]�4�$}���mL���b�G��~�z��Lr��7��|[��FHG69��HX�V�6�}���U�:.N�Z�J�d��=�5��]��mQ�k<N���l]G�>�O�</+Ues��c�p��G7��u����	(���&���I��S��Q�+���D>�2�y�Ēe�j�o�\�Y��`�u�)m�&��'8)��Eƅ�֊iň���
��:k
H�L��B{�E0�lZ��F߁�Ed�C�����~A��+��,c��ɤ���t{
'�P�wU��C�.,{��t-�o��*Xf���,mu{1�'j=�� �x��<�NDRr��\c������۬�(�s=8�-����`OK?�<�-�Vt�6R"eS^��?�׮h]���&��M
�p���j�r�C�
m���;��!�����Ey��
��K�$lL)�I���c!��`B��9m�0Jw����R��r�d��g'�B�h����ʒ0���pd�^��r��d�0z��6ٟ@��
����c���ۋʑ9d����ɒw1�L��Y%���
Ǻk�'��Σ\E"�|zM��#SMn�H`���nˉ/�EqK�� �lX���ev�-�N*�T�Ν����{�y�W�r`��h�&2�Vj<f3a1�ܡ�Y��M�Y��*[Y��e�*�v�*��(~�( DA?�^���|�$� ��!�h�,[,�FǙ�>�j3���,��6U�����k�}2.i͏|��-��ܼ���G� �n����3Z"0b�����ۦ?�E�,	u�ֻW�"A�$:����S]�w���JT�,�����G���3/�1$�W����3�O�z�!I�\#���@��UF�h%�(��;�vmbHl���S��'��n=NS�B��-��	��_��Z�[���_��Rx����H�u8?��N�Nj'�c�;S���,m@l�
�1�fM���r#Ѻ�zPf-q(k��Cʹ;U�@#Pa�����o��+��;OX��v�A��L�L��b��*P�S��en�`��R����GPH>���p�V�F�@m�}?�����8���Z�l
4'l[�Y,q=pC�������oM�$ticc�ΆΡ�pK���"_�Q���@����@v����2�ʇ��$�%�(1�n뛷1(�qV�e�84��-�W�oP+	��Z�s+x��ȍp��˗mJ��������'!	��M��k�Bq���AH�eDZ;W����T,9dIf��4F�d�>��X��«�N�HR���F�%�_䷧x�ֵ��>T��O�����|D�
��zGo�K�Q�d��E���<���n�Ty� �V,uO��(w2஻[�m���ćɮj
^t�!�tt�;x�ơ��
�uS8(K������Vj��dJ<���6�_�w��W��]��d��R>p:�či�ZaVAX��"��F�cY�N3���I�+2�J�*t�!.���z��`j�5��!@�quko_uz������<��
�m���A�9�K@f-If��V�dG�^IP��*ӁwS"nm2��xTyB��/*M���
��-(Ga(���n�����%O���gZ{���L�On&�[v��؃�46!L���)���{#�f�q���\�$];�f]�az�vY��+$��,d7_3����,ٞw0�E�֦d�c������_$<�x?�����jy�;%���X}V�1�`�bM�Z�����|��j����D&Z�	e=�-0�>\��� d��XqL��Яky�}W4Ll�ˆ�?���(G�����J���}��1ܹ69P{M�#م:��4VއU�s�ئNt��=�X8�n$�C�Y��T�m��rdi �2c���*���ǻU[Ә�$xLVQ)
V�l�R�<���dϓ���DZ��"�N�cI�f@�4�g�[
i88IF����
�� ���Ww�U���|�&�s����q�,��hB�mC����^-���h͘��Cu��T;4�$�e���9Ⱥ�5��e�eiV���������c]=;B�Л��8�-����)�d��qED}4��]�f��o�Hk�j_p_���L���Z��Q�]��ѫ_Y
^:�-�\Ч}�&?<^.��I����^�J�����D�n6�VHd�;�T�2v���!�:ۜ%�������ٓ^��ik4h�{�S�[���#������e*,�Lo���"��mi9p��-�����P	!�?�c��80v��w���~S�[zr�s���9�H�1�����2N��(�R��ZQ������"��K�-�w)ɸH���6����C��O���J�`��i%��N	e1�j�ƴ�Q�*�
���Q93�X�/栤h�%vJ�8��x؈8�;�!��p��]���Q�W`���w��Ǣ+��[w�|
PR�%�{J�`@��㬟�d��16�
:��h{�&�76�b�$U-(l�c�,�w��>�9�N�_XRt@GEH�4�PѨcQ�}����&�s��/����p���[��ͦ%����B�?&2�E�:3�;��'��ޭ��t� ��gm�&��6�'h��q�s2���qC�D�@�!�/lC�-�p.8�s�?e+@�
K>���#èѼ���qV�Nr9�A�jݖ����,�q(1E*�K+3�d�`)m%�^�`!�\)�z�l�Ĭw<�������#���:y��`���nN/o���������������~���0@���I�m��z��a�	BTy�7�Y�L�-��F��t��q����Fh�LPBf���Rh
�&3����v��d�52�'O��U�)���AR&�@�֫����ˏ`�N���:�c_��(G�:�%G�)�xW�.O�Zݧ��"5�qL��oy	�V����a|r�A1�5�57�}ʱL�� "�jj���A�}���5����E��=����y4F�ЀHEτ^<I!oY�����,�n���R�`lUv��]�5�:�:��w���9>�i�����В6�Q9�I��j;��lѥ(�%�/Pd�+ɡ���"Y`m�h^o��k8���.��τ��R�:��0�\V���M��
S����f.���]wB�n����C�"��c:���\�,=���Nሬ��=oF��5���]���_��5��	�&����[��If���k�g�KȎ�'���g
�)̊%9���1���R�#G��X�)������7����$UU4�s����c�6�1�d��h�a��Q�#��7P�u��|��I���D�{������O��nҤ��N;���\�V!�j��έB���R�Q<8!V6z"����]GH�Y3��D�'Z�1�!�Z�dO[��. J�
n�.l�nP]L
%�
#a�N�nL}�#F
VF�����*<�H<�9��fy}.�}!'A�Zt�P�EQ�5_�h��\J�
X0ʁ�[�.y���p�����#�
��no��	�?/a��\�ˏ
*�~�59�'�;I!0,�`E'�̋<>�J!О{��_��nfu�G���z�`��e
|-��4v�Ú)��jA;�ZSL��1��|T��`Z�5�Yf�� 48��R]�\~,��M�5�s�'��id���}�\i4(n�I�1���ڤ"��׺��A��!V%ˣ������a��V�t���%w��bӜ͏w�!A�	T�f�d�!�S�Iy�9B?�n����A�ew���g���V�V���@��S%E`�_%���;՛<�(^r�C��x5�_��r���&��`��E���H���a�2���+K}:�����i�SzsE=t�P���AR��D1
p���X}�:�@~����~�q�;��l�/�d}<3_�e\lc�lF��p�V�p�]_��̉:aۄ�U��J��18��?l���Nk�&5���B�j�� ��B����ُ|��v7�:'aE��,�m�gH��@b��F�8��y����/]�|��T��	�õ��\O���3A��-�_�Sǿ�zsoN�Ƥ�HO!їDMga��0��ɀ�V�;�
4�Zs�Ȇg�dh?s���zkEI��P\[���p\t�-��:�)��5����-����A��s�{��7Al�0��yM�"�7�5���+��2sk���%G���4B�.BG����P9Lu�w��q�Z'�
?s2��^�>r�8A���@[GC�V.R��;��U�I/�vKv����Y��(��o�J���S�wٱԜ������Ld[Ʀ�3GI0X�5M���{�/��6���P�T�i5moc*��P۫Y�s�C�z�x�:�1��'5��M|SNށ*�-5+�i�sTe���� �/,�ȣ�*"�
�
d���U1T�z�m ���T_�񑌲�/���(=�$�X��k�'=#��n*�:�t����R˙��: �1��Z6#J6�\�Py�_OE��x=r���⷟^X&�fw�
Oi���)O�E��X��ߦ��|��v\x�Ŋ#lJ0,̼m���9S�
=��o��ϴ$��`���]��1�H�]��Z*�
>�t/��b�r�
F�]}���@�Ʉ_H��F~!��>����� �U��ɹ�fS�c�w�嵝�jVo'�X3,�T,���]�
g�W�y����#��O6��7����p�<zՇy��N-r�����"�9`!��)���1h���H�pp�.j�kNaE�a�FT�C�W��{&�c��(؎X�)�&���?�cU�m�8��Ѣ�m�=:��X��|����E��\���npİ�<��R�Q(hM�;�g��ޮ�'�1=�@�H�G�*jO3�ܐU��ߒ�xFM'��X(�Яs(�Ȓ���X	/��x��Ϩ.����b$���?�jr4�7	�
)��G8�L�[���+wXIa�������B<���s��1�������Ęb��p�[�=t�<�D{3E�hd
�U+z/w/6!���D;��
�z���&m��~9��ˊ�n���ݓ,:��K�bN�U!��]����RU�e1�����?�`�@�7�h5�7C~�]9��aV[G:� ��!��3K���;[���#�R"*��4?�)�H3�_$���F�d���v�^��u���N.�#��8��gq#q�����o�$�q�r�U�i���hF&u�~:�#ʿ��))%���s�����.������liƂ.Ɛ'�v|%��{�E�Ԅ�O��Ʌ������i~<WN�_�%yk!�oB�+>��\@�+7�iul@�N���Ӯ���/����H�/5����0q-B�-	&Wpӡ���hjTU��g����IE���b���c�V��2+
E�d�V+��~G���&��ܱ�S�o�~�h$\� �k硁��%z=sD�y�
X���[��R�A.!�y?�6�p�ф�!9_ڇP�T�|AFw��M��q��?��o����GS��l��8�_'�}cb��5�+���c�U�5��=�&t���A��3?��|
��D�pJ	��A4��{#�J<�z�f�k�s��N��U�4��aw�,���
�X$�?�$���/F�����!
�����*�aI��'����!�����lՓn<��t*��]��f�]��L}�L����p�ůDB�`D�W��O�`8%B����TUВ�T���}�&��E���g�Lhh�\�j8��1`�
@8�O�Ȳ	Tl��jN�9��/���WƦ�5��x�BI���D�]i�e���R��`�_�)����/���!#4U!�1�K�����c�	,��c�fT��3U���>,b����K���>K.r���W0��b������G��-Ots�K+�k!_����BUM���<�2��.��%-.�J�^H��0���y0>V��d	'.�'����6n:"�E���ٝ�0+�$bW�%���#�ɚ���cB�	���2�P���
����g�����ю��I��Y��K,QD�  P�d�!w��&��M�js�PSk�{ѭ���`"r=�vE�;}�xR�t���;��>��#�^�3�,^�wߜ�_K(��� 1n�����.{�͞����=���o/���=r��7��N�
"�{J��6�I��e�X�q�)/E���\�UsA\�����)��a���q�ӎ����'mO�Uw^0|51s��1�������W�Ƌ(7��ڼ�įU��>�p\�+n��j���íS0-�$y"{nC�ؘ��̞���c��:��Δ}5&�q��f��q{��ǣ��GK�ʹ΂�?��ȿ`�@n�1�d�5;z��ү����'4P�[|����"P(�S�m��9NY��)~FOٙ�6�P����t���
9�~#m��
�:�|�k~��yk���������c�`O��&4��+IAU�/�Cd���|�͹��AИ��"j��g�YZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.qtversion.qtmetadata.eh_frame_hdr.eh_frame.note.gnu.property.init_array.fini_array.data.rel.ro.dynamic.got.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata88$���o``8(��h0�8���o�&�&^E���o0(0( TP)P)�=^B�f�f�
h�t�tc�t�t 	n�}�}	wІІ��}\A\A
��A�AJ ����������t ����0�0��N����� �P�"P��X�"X��`�"`�� �0#0��#�#�``c�ld<*� !�69PK�[�[��uuQtAudioEngine/qmldirnu�[���module QtAudioEngine
plugin declarative_audioengine
typeinfo plugins.qmltypes
classname QAudioEngineDeclarativeModulePK�[6�~O����builtins.qmltypesnu�[���PK�[�{���� ��QtQuick/Layouts/plugins.qmltypesnu�[���PK�[>�����)�QtQuick/Layouts/libqquicklayoutsplugin.sonuȯ��PK�[�1V�}}_�QtQuick/Layouts/qmldirnu�[���PK�[́겑�%"�QtQuick/LocalStorage/plugins.qmltypesnu�[���PK�[�����0�QtQuick/LocalStorage/libqmllocalstorageplugin.sonuȯ��PK�[���ttzQtQuick/LocalStorage/qmldirnu�[���PK�[��1����$�zQtQuick/Particles.2/plugins.qmltypesnu�[���PK�[�kʽp/p/)�3QtQuick/Particles.2/libparticlesplugin.sonuȯ��PK�[�D��ll~cQtQuick/Particles.2/qmldirnu�[���PK�[��{9{9!4dQtQuick/Window.2/plugins.qmltypesnu�[���PK�[B?h�uu�QtQuick/Window.2/qmldirnu�[���PK�[��
�h�h�#��QtQuick/Window.2/libwindowplugin.sonuȯ��PK�[%]����w�QtQuick/Shapes/plugins.qmltypesnu�[���PK�[���:aaY�QtQuick/Shapes/qmldirnu�[���PK�[�G3p/p/$��QtQuick/Shapes/libqmlshapesplugin.sonuȯ��PK�[p�?����QtQuick.2/plugins.qmltypesnu�[���PK�[�9L�h?h?
�	QtQuick.2/libqtquick2plugin.sonuȯ��PK�[�0�}}�*
QtQuick.2/qmldirnu�[���PK�[��!]66}+
QtTest/plugins.qmltypesnu�[���PK�[�!�@z'z'�a
QtTest/TestCase.qmlnu�[���PK�[���H�8�8��QtTest/libqmltestplugin.sonuȯ��PK�[�4�1����QtTest/testlogger.jsnu�[���PK�[Y|�"�"��QtTest/SignalSpy.qmlnu�[���PK�[�%����
"�QtTest/qmldirnu�[���PK�[����,�, �QtMultimedia/plugins.qmltypesnu�[���PK�[��_u��)N!QtMultimedia/libdeclarative_multimedia.sonuȯ��PK�[�FF�bCbC�QtMultimedia/Video.qmlnu�[���PK�[����_EQtMultimedia/qmldirnu�[���PK�[�t�m##)FQtQml/plugins.qmltypesnu�[���PK�[1�OOX/X/�iQtQml/libqmlplugin.sonuȯ��PK�[y}#���#�QtQml/StateMachine/plugins.qmltypesnu�[���PK�[���+XnXn*=�QtQml/StateMachine/libqtqmlstatemachine.sonuȯ��PK�[����oo� QtQml/StateMachine/qmldirnu�[���PK�[��~�}�}�!QtQml/Models.2/plugins.qmltypesnu�[���PK�[�H�H/H/!��QtQml/Models.2/libmodelsplugin.sonuȯ��PK�[e75VVX�QtQml/Models.2/qmldirnu�[���PK�[ETS����QtQml/qmldirnu�[���PK�[J�f
��%��QtQml/WorkerScript.2/plugins.qmltypesnu�[���PK�[2JP/P/-��QtQml/WorkerScript.2/libworkerscriptplugin.sonuȯ��PK�[Ǯ��VV�QtQml/WorkerScript.2/qmldirnu�[���PK�[�#�<�<")Qt/labs/qmlmodels/plugins.qmltypesnu�[���PK�[&|\�X�X�(vBQt/labs/qmlmodels/liblabsmodelsplugin.sonuȯ��PK�[��n�QQ&�Qt/labs/qmlmodels/qmldirnu�[���PK�[����$��Qt/labs/sharedimage/plugins.qmltypesnu�[���PK�[5���@�@�+
�Qt/labs/sharedimage/libsharedimageplugin.sonuȯ��PK�[
�
�WW��Qt/labs/sharedimage/qmldirnu�[���PK�[[h��kk!I�Qt/labs/settings/plugins.qmltypesnu�[���PK�[���M����(�Qt/labs/settings/libqmlsettingsplugin.sonuȯ��PK�[�%��gg�GQt/labs/settings/qmldirnu�[���PK�[�!h**6�HQt/labs/folderlistmodel/libqmlfolderlistmodelplugin.sonuȯ��PK�[��&�4�4(sQt/labs/folderlistmodel/plugins.qmltypesnu�[���PK�[Ȩ(||>�Qt/labs/folderlistmodel/qmldirnu�[���PK�[r�EE&�Qt/labs/wavefrontmesh/plugins.qmltypesnu�[���PK�['˒(�(�2��Qt/labs/wavefrontmesh/libqmlwavefrontmeshplugin.sonuȯ��PK�[�ytvv-TQt/labs/wavefrontmesh/qmldirnu�[���PK�[����<<"�TQt/labs/animation/plugins.qmltypesnu�[���PK�[_M������+}ZQt/labs/animation/liblabsanimationplugin.sonuȯ��PK�[<��nTT`Qt/labs/animation/qmldirnu�[���PK�[���"�Qt/test/qtestroot/plugins.qmltypesnu�[���PK�[�iU�33QQt/test/qtestroot/qmldirnu�[���PK�[h$ =(=(�QtAudioEngine/plugins.qmltypesnu�[���PK�[�~���?�?+W.QtAudioEngine/libdeclarative_audioengine.sonuȯ��PK�[�[��uu2n!QtAudioEngine/qmldirnu�[���PK@@��n!