Hi, The following code works: for(QMap<int, SceneData>::const_iterator it=scenes.begin(); it!=scenes.end ();++it)
{ ui->sceneListbox->addItem(it->codeName, it.key()); } While this one crashes on addItem (begin() => cbegin() and end() => cend() ) for(QMap<int, SceneData>::const_iterator it=scenes.cbegin(); it!=scenes.cend ();++it) { ui->sceneListbox->addItem(it->codeName, it.key()); } The SceneData class is a struct without any methods: struct SceneData { QString prettyName; QString codeName; QString path; QString material; int spp; QByteArray thumb; bool deleteFlag; bool updateFlag; //mapped by database id QMap<int, ViewpointData> viewpoints; QMap<int, EnvironmentData> environments; }; The ViewpointData and EnvironmentData being simple structs with QString, QByteArray and float members, without any methods. Could this be a Qt bug? I'm using Qt 5.4.1 with MinGW x64 4.9.1 The backtrace is attached Thanks! Etienne
Thread 9 (Thread 5904.0x23d0): #0 0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x000007fefbfea8af in timeEndPeriod () from C:\Windows\system32\winmm.dll No symbol table info available. #2 0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll No symbol table info available. #3 0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 8 (Thread 5904.0x208c): #0 0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x000007fefcf81430 in KERNELBASE!GetCurrentProcess () from C:\Windows\system32\KernelBase.dll No symbol table info available. #2 0x0000000000000001 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 7 (Thread 5904.0x1978): #0 0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x000007fefcf81430 in KERNELBASE!GetCurrentProcess () from C:\Windows\system32\KernelBase.dll No symbol table info available. #2 0x0000000000000001 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 6 (Thread 5904.0x1510): #0 0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x000007fefcf81430 in KERNELBASE!GetCurrentProcess () from C:\Windows\system32\KernelBase.dll No symbol table info available. #2 0x0000000000000001 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 5 (Thread 5904.0x1558): #0 0x00000000770e15fa in ntdll!ZwDelayExecution () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x000007fefcf81203 in SleepEx () from C:\Windows\system32\KernelBase.dll No symbol table info available. #2 0x000007fefd5301d0 in ole32!ObjectStublessClient24 () from C:\Windows\system32\ole32.dll No symbol table info available. #3 0x000007fefd530106 in ole32!ObjectStublessClient24 () from C:\Windows\system32\ole32.dll No symbol table info available. #4 0x000007fefd530182 in ole32!ObjectStublessClient24 () from C:\Windows\system32\ole32.dll No symbol table info available. #5 0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll No symbol table info available. #6 0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 4 (Thread 5904.0xb30): #0 0x00000000770e2bba in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x00000000770afe3b in ntdll!RtlValidateHeap () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #2 0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll No symbol table info available. #3 0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 3 (Thread 5904.0x1988): #0 0x00000000770e2bba in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x00000000770afe3b in ntdll!RtlValidateHeap () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #2 0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll No symbol table info available. #3 0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 2 (Thread 5904.0x1dc0): #0 0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #1 0x00000000770ab037 in ntdll!TpIsTimerSet () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #2 0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll No symbol table info available. #3 0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll No symbol table info available. #4 0x0000000000000000 in ?? () No symbol table info available. Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 1 (Thread 5904.0xe1c): #0 0x000000006bafb408 in load<int> (_q_value=@0xabababababababab: <error reading variable>) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/thread/qgenericatomic.h:90 No locals. #1 QBasicAtomicInteger<int>::load (this=0xabababababababab) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/thread/qbasicatomic.h:110 No locals. #2 0x000000006baef2f8 in QtPrivate::RefCount::ref (this=0xabababababababab) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/tools/qrefcount.h:49 count = 0 #3 0x000000006babd9e5 in QString::QString (this=0x223df0, other=...) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/tools/qstring.h:812 No locals. #4 0x000000006ba3f742 in v_construct<QString> (x=0x223df0, t=...) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/5.4.1/QtCore/private/../../../../../src/corelib/kernel/qvariant_p.h:137 No locals. #5 0x000000006b9c9c31 in QVariant::QVariant (this=0x223df0, val=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qvariant.cpp:1545 No locals. #6 0x0000000000e98d48 in QStandardItem::setText (this=0x16d3bfa0, atext=...) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/src/gui/itemmodels/qstandarditemmodel.h:243 No locals. #7 0x0000000000e0e1f7 in QStandardItem::QStandardItem (this=0x16d3bfa0, text=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\itemmodels\qstandarditemmodel.cpp:713 d = 0x184d3190 #8 0x0000000009942303 in QComboBox::insertItem (this=0x16d362a0, index=3, icon=..., text=..., userData=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qcombobox.cpp:2194 item = 0xe11bb0 <QStandardItemModel::rowCount(QModelIndex const&) const+68> m = 0x16d36b20 d = 0x16d36300 itemCount = 3 #9 0x0000000000439776 in QComboBox::insertItem (this=0x16d362a0, aindex=3, atext=..., auserData=...) at ../../../Qt/Desktop/Qt/5.4.1/include/QtWidgets/qcombobox.h:268 No locals. #10 0x00000000004397ec in QComboBox::addItem (this=0x16d362a0, atext=..., auserData=...) at ../../../Qt/Desktop/Qt/5.4.1/include/QtWidgets/qcombobox.h:261 No locals. #11 0x0000000000418f9e in AdminDialog::reloadScenes (this=0x14740a50) at ..\agc-ms\admindialog.cpp:120 it = {i = 0x1839f6a8} #12 0x000000000041b016 in AdminDialog::showEvent (this=0x14740a50) at ..\agc-ms\admindialog.cpp:348 No locals. #13 0x000000000985a8be in QWidget::event (this=0x14740a50, event=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8871 d = 0x14740eb0 #14 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x14740a50, e=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720 consumed = false #15 0x0000000009820c00 in QApplication::notify (this=0x22fd50, receiver=0x14740a50, e=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3685 d = 0x3f7620 __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)" res = false #16 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x14740a50, event=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935 threadData = 0x3f77d0 loopLevelCounter = {threadData = 0x3f77d0} result = false cbdata = {0x14740a50, 0x224bc0, 0x224b1f} d = 0x14740eb0 #17 0x0000000009bc7e15 in QCoreApplication::sendEvent (receiver=0x14740a50, event=0x224bc0) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228 No locals. #18 0x0000000009857b17 in QWidgetPrivate::show_helper (this=0x14740eb0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:7785 q = 0x14740a50 isEmbedded = false showEvent = {<QEvent> = {_vptr.QEvent = 0x1091610 <vtable for QShowEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 17, posted = 0, spont = 0, m_accept = 1, reserved = 4}, <No data fields>} #19 0x0000000009858b28 in QWidget::setVisible (this=0x14740a50, visible=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8086 d = 0x14740eb0 pw = 0x22fcc0 wasResized = true initialWindowState = {i = 0} needUpdateGeometry = false showToParentEvent = {_vptr.QEvent = 0x2b, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 4064, posted = 0, spont = 0, m_accept = 1, reserved = 654} #20 0x0000000009a2c620 in QDialog::setVisible (this=0x14740a50, visible=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\dialogs\qdialog.cpp:727 fw = 0x1 event = {_vptr.QAccessibleEvent = 0x224e30, m_type = 343150080, m_object = 0x224dd0, {m_child = 16454757, m_uniqueId = 16454757}} d = 0x14740eb0 theme = 0x1 #21 0x0000000009857491 in QWidget::show (this=0x14740a50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:7638 defaultState = Qt::WindowNoState #22 0x0000000009a2bc5b in QDialog::exec (this=0x14740a50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\dialogs\qdialog.cpp:533 __PRETTY_FUNCTION__ = "virtual int QDialog::exec()" guard = {wp = {d = 0x1, value = 0x224f68}} d = 0x14740eb0 deleteOnClose = false wasShowModal = true res = 1809471752 #23 0x0000000000404267 in MainWindow::openAdmin (this=0x22fcc0) at ..\agc-ms\mainwindow.cpp:249 No locals. #24 0x000000000041d283 in MainWindow::qt_static_metacall (_o=0x22fcc0, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x225160) at debug\moc_mainwindow.cpp:94 _t = 0x22fcc0 #25 0x000000006b9befb0 in QMetaObject::activate (sender=0x16d74ee0, signalOffset=3, local_signal_index=1, argv=0x225160) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qobject.cpp:3716 receiverInSameThread = true sw = {receiver = 0x22fcc0, previousSender = 0x0, currentSender = {sender = 0x16d74ee0, signal = 4, ref = 1}, switched = true} callFunction = 0x41d1d0 <MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)> receiver = 0x22fcc0 method_relative = 4 c = 0x16d753c0 last = 0x16c9cfc0 locker = {val = 1809471752} connectionLists = {connectionLists = 0x16d75440} list = 0x183c1bf8 signal_index = 4 empty_argv = {0x0} currentThreadId = 0xe1c __PRETTY_FUNCTION__ = "static void QMetaObject::activate(QObject*, int, int, void**)" #26 0x000000006b9be76a in QMetaObject::activate (sender=0x16d74ee0, m=0x9cef000 <__data_start__>, local_signal_index=1, argv=0x225160) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qobject.cpp:3582 No locals. #27 0x0000000009814ae7 in QAction::triggered (this=0x16d74ee0, _t1=false) at .moc/debug/moc_qaction.cpp:360 _a = {0x0, 0x225188} #28 0x0000000009813fcc in QAction::activate (this=0x16d74ee0, event=QAction::Trigger) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qaction.cpp:1167 guard = {wp = {d = 0x14676560, value = 0x16d74ee0}} d = 0x16d750a0 #29 0x00000000099a8892 in QMenuPrivate::activateCausedStack (this=0x18413190, causedStack=..., action=0x16d74ee0, action_e=QAction::Trigger, self=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:1003 guard = {block = @0x18413371, reset = false} #30 0x00000000099a8c2e in QMenuPrivate::activateAction (this=0x18413190, action=0x16d74ee0, action_e=QAction::Trigger, self=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:1080 q = 0x22a8c0 inWhatsThisMode = false causedStack = {<QListSpecialMethods<QPointer<QWidget> >> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x6bb48fb0 <QListData::shared_null>}, d = 0x6bb48fb0 <QListData::shared_null>}} #31 0x00000000099ad0dd in QMenu::mouseReleaseEvent (this=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2403 d = 0x18413190 action = 0x16d74ee0 #32 0x0000000009859d52 in QWidget::event (this=0x22a8c0, event=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8656 d = 0x18413190 #33 0x00000000099ad855 in QMenu::event (this=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2516 d = 0x18413190 #34 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720 consumed = false #35 0x000000000981ed24 in QApplication::notify (this=0x22fd50, receiver=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3280 me = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 7}, modState = {i = 0}, ts = 5836}, l = {xp = 66, yp = 117}, w = {xp = 66, yp = 117}, s = {xp = 2947, yp = 655}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}} w = 0x22a8c0 mouse = 0x2260f0 eventAccepted = true relpos = {xp = 66, yp = 117} pw = {wp = {d = 0x14686300, value = 0x22a8c0}} d = 0x3f7620 __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)" res = false #36 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x22a8c0, event=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935 threadData = 0x3f77d0 loopLevelCounter = {threadData = 0x3f77d0} result = false cbdata = {0x22a8c0, 0x2260f0, 0x225f2f} d = 0x18413190 #37 0x0000000009bc7d95 in QCoreApplication::sendSpontaneousEvent (receiver=0x22a8c0, event=0x2260f0) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 No locals. #38 0x000000000981d562 in QApplicationPrivate::sendMouseEvent (receiver=0x22a8c0, event=0x2260f0, alienWidget=0x0, nativeWidget=0x22a8c0, buttonDown=0x9ebd250 <qt_button_down>, lastMouseReceiver=..., spontaneous=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:2751 alienGuard = {wp = {d = 0x0, value = 0x0}} receiverGuard = {wp = {d = 0x14686300, value = 0x22a8c0}} nativeGuard = {wp = {d = 0x14686300, value = 0x22a8c0}} activePopupWidget = {wp = {d = 0x14686300, value = 0x22a8c0}} graphicsWidget = false widgetUnderMouse = true wasLeaveAfterRelease = false result = false #39 0x00000000098700ec in QWidgetWindow::handleMouseEvent (this=0x18412450, event=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:442 receiver = 0x22a8c0 widgetPos = {xp = 66, yp = 117} alien = 0x0 e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 0}, modState = {i = 0}, ts = 5836}, l = {xp = 66, yp = 117}, w = {xp = 66, yp = 117}, s = {xp = 2947, yp = 655}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}} popupChild = 0x0 activePopupWidget = 0x22a8c0 popup = 0x22a8c0 mapped = {xp = 66, yp = 117} releaseAfter = true oldOpenPopupCount = 1 contextMenuTrigger = QEvent::MouseButtonRelease widget = 0x0 mapped = {xp = 0, yp = 0} receiver = 0x22a8c0 #40 0x000000000986f6c7 in QWidgetWindow::event (this=0x18412450, event=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:210 No locals. #41 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x18412450, e=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720 consumed = false #42 0x000000000981e4e8 in QApplication::notify (this=0x22fd50, receiver=0x18412450, e=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3164 d = 0x3f7620 __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)" res = false #43 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x18412450, event=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935 threadData = 0x3f77d0 loopLevelCounter = {threadData = 0x3f77d0} result = false cbdata = {0x18412450, 0x226cf0, 0x226bdf} d = 0x183c2270 #44 0x0000000000eba695 in QCoreApplication::sendSpontaneousEvent (receiver=0x18412450, event=0x226cf0) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 No locals. #45 0x0000000000b4941f in QGuiApplicationPrivate::processMouseEvent (e=0x183c9380) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1771 type = QEvent::MouseButtonRelease stateChange = {i = 1} window = 0x18412450 globalPoint = {xp = 2947, yp = 655} button = Qt::LeftButton doubleClick = false localPoint = {xp = 66, yp = 117} frameStrut = false ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 4}, modState = {i = 0}, ts = 5836}, l = {xp = 66, yp = 117}, w = {xp = 66, yp = 117}, s = {xp = 2947, yp = 655}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}} #46 0x0000000000b48a54 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x183c9380) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1573 __PRETTY_FUNCTION__ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)" #47 0x0000000000b3b4ae in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qwindowsysteminterface.cpp:572 event = 0x183c9380 nevents = 1 #48 0x00000000628616a7 in QWindowsGuiEventDispatcher::sendPostedEvents (this=0x3f7a60) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:82 No locals. #49 0x000000006b9e70e4 in qt_internal_proc (hwnd=0x2c05dc, message=1025, wp=0, lp=0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:412 localSerialNumber = 916 msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 1025, pt = {x = 0, y = -139264}} q = 0x3f7a60 dispatcher = 0x3f7a60 result = 0 d = 0x146739a0 #50 0x0000000076e89bd1 in USER32!TranslateMessageEx () from C:\Windows\system32\user32.dll No symbol table info available. #51 0x0000000076e898da in USER32!TranslateMessage () from C:\Windows\system32\user32.dll No symbol table info available. #52 0x000000006b9e8a31 in QEventDispatcherWin32::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:806 nCount = 0 msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 75587679, pt = {x = 2947, y = 655}} haveMessage = true waitRet = 0 pHandles = {0x183c2710, 0xc0fd37 <QTextEngine::LayoutData::~LayoutData()+83>, 0x227530, 0x0, 0x0, 0x1, 0x2273e0, 0xbfd312 <QFontMetricsF::~QFontMetricsF()+24>, 0x229e30, 0x100000012, 0x0, 0x1, 0x227470, 0xd1b8fc <qt_format_text(QFont const&, QRectF const&, int, QTextOption const*, QString const&, QRectF*, int, int*, int, QPainter*)+6136>, 0x229e30, 0x0, 0x0, 0x405c400000000000, 0x4030000000000000, 0x600000005, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x405c400000000000, 0x4030000000000000, 0x183c2fc0, 0x0, 0x0, 0xffffffffffffffff, 0xffffffff, 0x16d74e70, 0x183c2710, 0x1ffff, 0x16d9f700, 0x0, 0x0, 0x101, 0x0, 0xbff0000000000000, 0x0, 0x1c4000001340, 0x0, 0x0, 0x7, 0x227530, 0x6bb48fb0 <QListData::shared_null>, 0x6bb48fb0 <QListData::shared_null>, 0x6bb48fb0 <QListData::shared_null>, 0x0, 0x183c27a0, 0x1e400000500, 0x0, 0x2275a8, 0x2275d0, 0x2277d0, 0x2278d0, 0x2279d0, 0x227ad0} processedTimers = {a = 256, s = 0, ptr = 0x227590, {array = "Ü\005,\000\000\000\000\000\023\001\000\000\000\000\000\000þÿÿÿ", '\000' <repeats 12 times>, "_`\201\004?\v\000\000\217\002\000\000\000\000\000\000Ü\005,\000\000\000\000\000\023\001\000\000\000\000\000\000þÿÿÿ", '\000' <repeats 12 times>, "â_\201\004?\v\000\000\217\002", '\000' <repeats 486 times>, "$\000\000\000G\000\000\000P\000\000\000L\000\000\000Q\000\000\000L\000\000\000V\000\000\000W\000\000\000U\000\000\000D\000\000\000W\000\000\000R\000\000\000U\000\000\000\003\000\000\000P\000\000\000H\000\000\000Q\000\000\000X", '\000' <repeats 188 times>, "\002\000\000À\001\000\000À\002\000\000À\000\000\000À\001\000\000À\000\000\000\200\001\000\000\000\001\000\000@\001\000\000À\001\000\000\000\001\000\000À\001\000\000@\001\000\000\000\001\000\000À\002\000\000À\001\000\000À\001\000\000À\001", '\000' <repeats 442 times>, '\t' <repeats 13 times>, "\021\t\t\t\t", '\000' <repeats 103 times>, "\002\000\000\000\001\000\000@\001\000\000À\000\000\000\000\002\000\000\000\002", '\000' <repeats 19 times>, "\065<\030\000\000\000\000Gª\rw", '\000' <repeats 76 times>, "\005\004\000\000\000\000\000\000\000\065<\030\000\000\000\000\020\065<\030", '\000' <repeats 24 times>, "\002\000\000\000\005\002\004\004\000\000\002\000\000\000\000\000\001\000\000\000\000\000\000\000\000\000\005\002\004\004", '\000' <repeats 30 times>, "@y<\030\000\000\000\000\000\065<\030", '\000' <repeats 12 times>, "\020\065<\030\000\000\000\000\000\000\000\000\177", '\000' <repeats 15 times>, "\036\000\000\000X\001?\000\000\000\000\000\000\065<\030\000\000\000\000Gª\rw\000\000\000\000\a\000\000\000\000\000\000\000l\002?", '\000' <repeats 13 times>, "\177\000\000\000\000\000\000\000\001\000?\000\000\000\000\000\027\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "(\004\000\000\000\000\000\000\000\065<\030\000\000\000\000\020\065<\030\000\000\000\000T\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\020\000\004\004\000\000\002\000\027", '\000' <repeats 13 times>, "\017\000\220ÿK\030\000\000\000\000\060\002?\000\000\000\000\000\004\004\004\004\000\000\000\000\220ÿK\030", '\000' <repeats 13 times>, "\065<\030", '\000' <repeats 12 times>, "\020\065<\030\000\000\000\000\027\000\000\000\000\000\000\000Gª\rw\000\000\000\000\060\002?\000\a\000\000\000à-Ú\026\000\000\000\000@Òq\024\000\000\000\000X\001?\000\000\000\000\000\a\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000\177", '\000' <repeats 17 times>, "\070\030\000\000\000\000\000\065<\030\000\000\000\000\020\065<\030\000\000\000\000\000\004\004\004\000\000\000\000\003\000\000\005\000\000\000\000\000\000\000\000\002\000\000\000\220\065<\030\000\000\000\000°]à\026\001\000\000\000\060\002?\000\000\000\000\000\004\004\"\000\000\000\000\000\020", '\000' <repeats 23 times>, "@y<\030\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220ÿK\030\000\000\000\000\002\000\000\000\177\000\000\000\060", '\000' <repeats 11 times>, "\036\000\000\000h\002?\000\000\000\000\000\000\065<\030\000\000\000\000Gª\rw\000\000\000\000\a\000\000\000\000\000\000\000@y<\030\000\000\000\000\020\065<\030\000\000\000\000X\001?\000\000\000\000\000`5<\030\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "\177\004\000\000\000\000\000\000\004\004\004\004\000\000\000\000\020\065<\030\000\000\000\000\002\000\004\006", '\000' <repeats 12 times>, "\004\004\004\004\000\000\000\000\020\000\004\004\000\000\002\000\027", '\000' <repeats 13 times>, "\020\000\220ÿK\030\000\000\000\000p\000\000\000\000\000\000\000\005\002\004\003\000\000\000\000\a", '\000' <repeats 15 times>, "P\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000\020\065<\030\000\000\000\000\027\000\000\000\000\000\000\000\220ÿK\030\000\000\000\000\060\002?\000\a\000\000\000h\002?\000\000\000\000\000\000\000?\000\000\000\000\000X\001?\000\000\000\000\000\a\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\020\065<\030\000\000\000\000\177\000\000\000\000\000\000\000`5<\030\000\000\000\000\000\000\070\030\000\000\000\000\060\002?\000\000\000\000\000\060\004?\000\000\000\000\000àÞÙ\026\000\000\000\000ðÞÙ\026\000\000\000\000\005\002\004\003\000\000\000\000\220\065<\030", '\000' <repeats 12 times>, "\060\002?\000\000\000\000\000\004\004\004\004\000\000\000\000\020", '\000' <repeats 25 times>, "?\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220ÿK\030\000\000\000\000\000\000?\000\000\000\000\000\060\000\000\000\000\000\000\000@\000\000\000\000\000\000\000h\002?\000\000\000\000\000\002\000\004\006\005\000\000\000 \201\"\000\000\000\000\000\000eg\024\000\000\000\000Gª\rw\000\000\000\000\020\065<\030\000\000\000\000X\001?\000\000\000\000\000`5<\030\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\215s\026w\000\000\000\000\000]à\026\000\000\000\000\003\000\000\005\000\000\000\000\027\000\000\000\000\000\000\000\000àýÿÿ\a\000\000\000eg\024\000\000\000\000\020eg\024\000\000\000\000\017\000\004\v\000\000\000\000\000\000\000\000\005\000\000\000ЫÈ\026\000\000\000\000Gª\rw", '\000' <repeats 12 times>, "p\000\000\000\000\000\005\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "Ø\004\016w\000\000\000\000ЫÈ\026\000\000\000\000à«È\026\000\000\000\000\002\000\004\006\000\000\000\000p", '\000' <repeats 15 times>, "\060?\004\004\000\000\002\000\020\065<\030\000\000\000\000\060\002?\000\000\000\004\000`5<\030\000\000\000\000\177\000\000\000\000\000\000\000\060\002?\000\000\000\000\000Gª\rw\000\000\000\000\005\000\000\000\000\000\000\000ЫÈ\026\000\000\000\000\000\000?\000\000\000\000\000à«È\026\000\000\000\000\000\000?\000\000\000\000\000\000\000\000P\000\000\000\000à4<\030\000\000\000\000Gª\rw\000\000\000\000\006\000\004\004\002\000\000\000Gª\rw\006\000\000\000\004", '\000' <repeats 15 times>, "\060T\032w\000\000\000\000\177", '\000' <repeats 31 times>, "\005\004\000\000\000\000\000\000à4<\030\000\000\000\000ð4<\030\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000@\000\000\000\002\000\000\000\005\002\004\004\000\000\002\000\000\000\000\000\001\000\000\000\004\000\000\000\000\000\005\002\004\004", '\000' <repeats 14 times>, "°]à\026\000\000\000\000\060\002?\000\000\000\000\000@y<\030\000\000\000\000à4<\030\000\000\000\000\020\060A\030\000\000\000\000ð4<\030\000\000\000\000\000\000?\000\177\000\000\000Ñ?\025w\000\000\000\000\000\000?\000 \000\000\000\000\000\000P\000\000\000\000\031\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000\a\000\000\000\000\000\000\000X\001?", '\000' <repeats 13 times>, "\177\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\031", '\000' <repeats 15 times>, "\004", '\000' <repeats 11 times>, "\006\000\000\000\004\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000c\001\000P\000\000\000\000\\\000\000\000\000\000\000\000\070r\026w\000\000\000\000\060\002?\000\000\000\000\000\020\000\000\000\000\000\000\000\031", '\000' <repeats 15 times>, "\220ÿK\030\000\000\000\000\060\002?\000\000\000\000\000°]à\026\000\000\000\000\220ÿK\030\000\000\000\000\060\002?\000\000\000\000\000\060\000\000\000\000\000\000\000\020\060A\030\000\000\000\000ªµ\022w\000\000\000\000\031\000\000\000\000\000\000\000h\002?\000\000\000\000\000\060\002?\000\000\000\000\000\002\000\004\006\000\000\000\000\000\000?\000\005\000\000\000X\001?\000\000\000\000\000à«È\026\000\000\000\000\060\002?\000\000\000\000\000\000¬È\026\000\000\000\000p\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\000\000\070\030\000\000\000\000Ð]à\026\000\000\000\000ðÞÙ\026\000\000\000\000\000\000?\000\006\000\000\000c\001\000P\000\000\000\000\006\000\000\000\000\000\000\000p5<\030\000\000\000\000\004\004\004\004\000\000\000\000\060\002?\000\000\000\000\000\005\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\000àýÿÿ\a\000\000 ", '\000' <repeats 15 times>, "à\001", '\000' <repeats 14 times>, "\060\002?", '\000' <repeats 13 times>, "t\002?\000\000\000\000\000àÞÙ\026\000\000\000\000l\002?\000\000\000\000\000\000\000?\000\000\000\000\000\006\000\004\002", '\000' <repeats 12 times>, "@y<\030\000\000\000\000ð4<\030\000\000\000\000\060\002?\000\000\000\005\000@5<\030\000\000\000\000X\001?\000\000\000\000\000\060\002?\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\006\000\004\002\000\000\000\000\004\004\004\004\000\000\000\000ðÞÙ\026\000\000\000\000\002\000\004\006\000\000\000\000°]à\026\000\000\000\000\004\004\004\004", '\000' <repeats 20 times>, "\060\002?\000\000\000\000\000\005\000\000\000\000\000\000\000Gª\rw\000\000\000\000\005\002\004\003ÿ\a\000\000p\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\005\000\000\000\000\000\000\000P5<\030\000\000\000\000Gª\rw\000\000\000\000\000]à\026\000\000\000\000c\001\000P\000\000\000\000\002\000\004\006\000\000\000\000Ñ?\025w\000\000\000\000\000\000?\000\000\000\000\000°]à\026\000\000\000\000\000\000?", '\000' <repeats 21 times>, "\005\004à\026\000\000\000\000P5<\030\000\000\000\000`5<\030\000\000\000\000\000\000?\000\000\000\000\000/?\017w\000\000\000\000\000\000\000\000\002\000\000\000\005\002\004\004ÿ\a\002\000\005\002\004\003\001\000\000\000c\001\000P\000\000\005\002\004\004?\000\000\000\000\000°]à\026\000\000\000\000c\001\000@\000\000\000\000\004?\025w\000\000\000\000@y<\030\000\000\000\000P5<\030\000\000\000\000\060T\032w\000\000\000\000`5<\030\000\000\000\000\000\000\000\000\177\000\000\000\000\000?\000\000\000\000\000\000\000?\000\031\000\000\000\020\000\000\000\000\000\000\000\022\000\000\000\000\000\000\000Ø4\016w\000\000\000\000\a\000\000\000\000\000\000\000c\001\000P\000\000\000\000P½q\024\000\000\000\000\177", '\000' <repeats 15 times>, "\022\000\000\000\000\000\000\000\064\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\005", '\000' <repeats 15 times>, "\003\000\000\005\000\000\000\000@\000\000\000\000\000\000\000\000\004ýÿÿ\a\000\000\000eg\024\000\000\000\000Gª\rw\000\000\000\000\022", '\000' <repeats 15 times>, "\220ÿK\030\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220ÿK\030\000\000\000\000\000T\032w\000\000\000\000\003\000\000\005", '\000' <repeats 13 times>, "\004?\000\000\000\000\000\000eg\024\000\000\000\000\020eg\024\000\000\000\000\060\002?\000\000\000\000\000`½q\024\000\000\000\000\000\000?\000\000\000\000\000X\001\004\004\000\000\002\000@\000\000\000\006\000\000\000\060\002?\000\000\000\005\000\000\000\000\000\000\000\000\000p\210\"\000\000\000\000\000\006\000\000\000\000\000\000\000\000\000\070\030\000\000\000\000\001\000?\000\000\000\000\000\000eg\024\000\000\000\000b\000\000@\000\000\000\000\020eg\024\000\000\000\000\004\000\000\000\000\000\000\000à5<\030\000\000\000\000\000\000?\000\005\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000p\000\000\000\000\000\000\000\005\000\000\000\000\000\000\000\031", '\000' <repeats 15 times>, "\177", '\000' <repeats 25 times>, "?\000\000\000\000\000t\002?\000\000\000\000\000\060T\032w\000\000\000\000h\002?", '\000' <repeats 13 times>, "\060\000\000\000\000\000\000\000\000\000?\000\000\000\000\000@y<\030\000\000\000\000`5<\030\000\000\000\000\006", '\000' <repeats 23 times>, "\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\001\000\000\000\000\000\000\000\220ÿK\030\000\000\000\000\004\004\004\004\000\000\000\000\070\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000@\000\000\000\000\000\000\000\004\004\004\004\000\000\000\000ªµ\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000X\001?\000\000\000\000\000\005\002\004\003\000\000\000\000\060\002?", '\000' <repeats 13 times>, "p", '\000' <repeats 15 times>, "\006", '\000' <repeats 15 times>, "@\000\000\000\000\000\000\000\000\000?\000\000\000\000\000c\001\000@\000\000\000\000@", '\000' <repeats 23 times>, "h\002?\000\000\000\000\000\000\000?\000\000\000\000\000p\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\005\000\000\000\000\000\000\000`½q\024\000\000\000\000\060\000\000\000\000\000\000\000 ½q\024\000\000\000\000@\000\000\000\000\000\000\000\005\002\004\003\000\000\000\000\000\000?\000\000\000\000\000°]à\026\000\000\000\000h\002?\000\000\000\000\000\000\000?\000\000\000\000\000\001\000\000\000\000\000\000\000°]à\026\000\000\000\000À]à\026\000\000\000\000\020eg\024\000\000\000\000c\001\000P\000\000\000\000@eg\024\000\000\000\000à?\"\000\000\000\000\000\060\002?\000\000\000\000\000\000\000?", '\000' <repeats 13 times>, "@\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000\000\000?", '\000' <repeats 13 times>, "ÇH\fw\000\000\000\000\004\004\004\004\000\000\000\000°]à\026\000\000\000\000\000\000?", '\000' <repeats 13 times>, "\a\000\000\000\000\000\000\000\005", '\000' <repeats 15 times>, "Ø\002?\000\005\000\000\000\022\000\000\000\000\000\000\000\000àýÿÿ\a\000\000p\000\000\000\000\000\000\000\"\000\000\000\000\000\000\000\005\000\000\000\000\000\000\000\020\065<\030\000\000\000\000\"\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000\006\000\004\002", '\000' <repeats 12 times>, "\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000@", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\001\000\000\000\005\000\004\001\000\000\000\000p", '\000' <repeats 15 times>, " ?\"\000\000\000\000\000\002\000\004\006\000\000\000\000\020eg\024\000\000\000\000\220?\"\000\000\000\000\000¾9®k\000\000\000\000\220?\"\000\000\000\000\000Ù·¥k\000\000\000\000 mh\024\000\000\000\000\001\000\000\000\000\000\000\000\000\000?\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\002\000\004\006\000\000\000\000\000àýÿÿ\a\000\000à?\"\000\000\000\000\000õ=¦k\000\000\000\001\020?\"\000\000\000\000\000O̦k\000\000\000\000\000\000?\000\000\000\000\000\001\000\000\000\000\000\000\000\060T\032w\000\000\000\000@", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\000àýÿÿ\a\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\001\000\000\000\000\000\000\000`5<\030\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000\030", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P0\000\000\000\030\000\000\000\000\000\000\000P", '\000' <repeats 15 times>, " \215\"", '\000' <repeats 13 times>, "t\000r\000l\000+\000¸5<\030", '\000' <repeats 12 times>, "\t\000\t\000\t\000\t\000\t\000\t\000\060\000\000\000\000\000?", '\000' <repeats 15 times>, "?\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\000\000?\000\000\000\000\000\060T\032w\000\000\000\000\030", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, " ?Ò\t\000\000\000\000\001\215\"\000\000\000\000\000\020eg\024\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000\030", '\000' <repeats 15 times>, "ªµ\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000ß\001M\005\000\000\000\001P?\"\000\000\000\000\000õ=¦k\000\000\000\001\000?\"\000\000\000\000\000Â̦k", '\000' <repeats 12 times>, "\001\000\000\000\000\000\000\000\001", '\000' <repeats 15 times>, "è?\"", '\000' <repeats 13 times>, "\001\000\000\000\000\000\000\000\b¢\023\001\000\000\000\000°?\"\000\000\000\000\000D\215¤k\000\000\000\000\b¢\023\001\000\000\000\000\001", '\000' <repeats 15 times>, "è?\"\000\000\000\000\000ð?\"\000\000\000\000\000\fdyk\000\000\000\000\b¢\023\001\000\000\000\000è?\"\000\000\000\000\000\000\217\"\000\000\000\000\000¥=¦k\000\000\000\000<:g\024\000\000\000\000\001\000\000\000\000\000\000\000 \217\"\000\000\000\000\000\235¡?k\000\000\000\000P|ª\000\000\000\000\000Gª\rw\000\000\000\000<:g\024", '\000' <repeats 11 times>, "\001\001", '\000' <repeats 15 times>, "P|ª\000\000\000\000\000Gª\rw", '\000' <repeats 29 times>, "\004?k\000\000\000\000P|ª\000\000\000\000\000`|ª", '\000' <repeats 30 times>, "\004\067r\000\000\002\000P|ª\000\001\000\000\000`|ª\000\000\000\000\000\004\000?", '\000' <repeats 22 times>, "\004\067r\000\000\002\000X\001£\000\000\000\000\000P|ª\000\000\000\000\000\004\000\"\000\000\000\000\000`|ª\000\000\000\000\000 \220\"\000\000\000\000\000À\201·q\000\000\000\000X\001£\000\177\000\000\000P|ª\000\000\000\000\000\177\000\000\000\000\000\000\000`|ª\000\000\000\000\000\006\000\000\000\000\000\000\000\000\004<\030\000\000\000\000X\001£\000\177\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000\061r\000\000\000\000\000\000\a\000\000\000\000\000\000\000\003\000\067r\000\000\000\000\000\000\000\000\177\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000\060r\000\000\000\000\000\000¼È\001\000\000\000\000\000H\f\000\000?\002\000\000\060\002£\000\000\000\000\000\n\000\000\000\000\000\000\000\061r", '\000' <repeats 14 times>, "Poª\000\000\000\000\000\060\002£\000\000\000\000\000\060\002£\000\000\000\000\000`|ª\000\000\000\000\000\060r\000\000\000\000\000\000\070\000\000\000\000\000\000\000Poª\000\000\000\000\000\060\002£\000\000\000\000\000\177\000\000\000\000\000\000\000`|ª\000\000\000\000\000\060\002£\000\000\000\000\000\064\000\000\000\000\000\000\000Poª\000\000\000\000\000X\001£\000\000\000\000\000\177\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\060\002£\000\000\000\000\000\062\000\000\000\000\000\000\000ÔÆ\001\000\000\000\000\000\000\000£\000\000\000\000\000\177\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\060\002£", '\000' <repeats 13 times>, "Poª\000\000\000\000\000Ð|ª\000\000\000\000\000P$A\030\000\000\000\000\060\002£\000\000\000\000\000pê?\000\000\000\000\000p", '\000' <repeats 15 times>, "\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000P#\a\000\000\000\000\000\060\002£\000\000\000\000\000p\000\000\000\000\000\000\000\060y<\030\000\000\000\000\177\000\000\000\000\000\000\000@/A\030\000\000\000\000t\002£\000\000\000\000\000\060T\032w\000\000\000\000p\000\000\000\000\000\022\000\000\000\000\000\000\000\000\000X\001£\000\000\000\000\000`|ª\000\000\000\000\000t\002£\000\000\000\000\000 |ª\000\000\000\000\000\005\004?\000\000\000\000\000\060\002£\000\000\000\000\000X\001£\000\000\000\000\000`|ª\000\000\000\000\000t\002£\000\000\000\000\000\004\000\004\000\000\000\000\000p\000\000\000\000\000\002\000\060\002£\000\000\000\000\000X\001£\000\000\000\000\000\067r\004A\000\000\000\000P#\a\000\000\000\000\000\004\000\004\000\000\000\000\000\177\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\060y<\030\000\000\000\000\067r\004A\000\000\000\000@y<\030\000\000\000\000\004\000\004\000\000\000\000\000Gª\rw\000\000\000\000\001\000\000\000\177\000\000\000X\001£\000\000\000\000\000·q\004Â\000\000\000\000Å\030±k\000\000\000\000@?ª\000\000\000\000\000h\002?\000\000\000\000\000\060\002£\000\000\000\000\000\177", '\000' <repeats 15 times>, "ú\001\000\000\000\000\000\000\004\000\004\000\000\000\000\000°JÙ\026\000\000\000\000àJÙ\026\000\000\000\000?\000\000\000\000\000\000\000\067r\004A\000\000\000\000Ð\016\004\004\000\000\002\000à\a\000\000\000\000\000\000??¦k\000\000\005\000\067r\004A\000\000\000\000\036\000\000\000\000\000\000\000ú\001", '\000' <repeats 14 times>, "\220ÿK\030\000\000\000\000\060\002?\000\000\000\000\000øw?\000\000\000\000\000\220ÿK\030\000\000\000\000\001\000\000\000\000\000\000\000\070\000\000\000\000\000\000\000\000?\"\000\000\000\000\000\003\000\000\005\000\000\000\000\177\000\000\000\000\000\000\000G\004\rw\000\000\000\000\060\002?\000\000\000\000\000@*Ù\026\000\000\000\000\002\000\004\006\000\000\000\000X\001?\000\000\000\000\000<:g\024\000\000\000\000\031~\016w", '\000' <repeats 18 times>, "\005\000\002\000\004\006\000\000\000\000\000\000\070\030\000\000\000\000À5<\030\000\000\000\000Ð5<\030\000\000\000\000\000 ýÿÿ\a\000\000\002\000\000\000\000\000\000\000\061r\000\000\000\000\000\000\000àýÿÿ\a\000\000\000\000#\000\000\000\000\000ÿÿÿÿ\000\000\000\000d0", '\000' <repeats 14 times>, "Ðz\016w\000\000\000\000\000àýÿÿ\a\000\000\060ãÙ\026\000\000\000\000Gª\rw\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "£\000\000\000\000\000\000\000£\000\000\000\000\000(", '\000' <repeats 15 times>, "\003\000\000\005", '\000' <repeats 12 times>, "c\004\000P\000\000\000\000 JÙ\026\000\000\000\000Gª\rw", '\000' <repeats 12 times>, "À?\"\000\000\000\000\000\000\000£\000\000\000\000\000P|\004\004\000\000\002\000P|ª\000\000\000\000\000\000[\vw\000\000\005\000\000r\000\000\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "\067\004£\000\000\000\000\000 JÙ\026\000\000\000\000°JÙ\026\000\000\000\000\000\000£\000\000\000\000\000@ãÙ\026\000\000\000\000\200?\"\000\000\000\000\000??\004\004\000\000\002\000\001\000\000\000\005\000\000\000P|ª\000\000\000\005\000\003\000\000\000´\004\000\000\220\027#\000\000\000\000\000\005", '\000' <repeats 15 times>, "\060T\032w\000\000\000\000 JÙ\026", '\000' <repeats 12 times>, "°JÙ\026\000\000\000\000\000\000£\000\000\000\000\000c\001\000P\000\000\000\000\000\000£\000\005\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\005\000\000\000\000\000\000\000P|ª\000\000\000\000\000\001r\000\000\000\000\000\000\177", '\000' <repeats 23 times>, "\004\000\000\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220ÿK\030\000\000\000\000\000\000£\000\000\000\000\000\070\000\000\000\000\000\000\000@6<\030\000\000\000\000Gª\rw\000\000\000\000\200\000\000\000\000\000\000\000\b", '\000' <repeats 31 times>, "\060\002?", '\000' <repeats 13 times>, "\220ÿK\030", '\000' <repeats 12 times>, "\060\000\000\000\000\000\000\000@6<\030\000\000\000\000P6<\030", '\000' <repeats 24 times>, "\002\000\000\000\004\000\004\004\000\000\002\000\000\000\002\000\001\000\000\000X\001?\000\000\000\000\000\004\004ª\000\004\000\000\000\060\002?\000\000\000\000\000\002\000\000\000\000\000\000\000p\000\000\000\000\000\000\000ppÙ\026\000\000\000\000@6<\030\000\000\000\000\000\000\"\000\000\000\000\000P6<\030\000\000\000\000\000\n¿s\004", '\000' <repeats 11 times>, "\200\000\000\000\n\000\000\000\060\002£\000\000\000\000\000\004\000\000\000\000\000\000\000h\002?\000\000\000\000\000\006\000\000\000\000\000\000\000p", '\000' <repeats 15 times>, "\005\000\000\000\000\000\000\000@ãÙ\026\000\000\000\000\060\000\000\000\000\000\000\000pãÙ\026\000\000\000\000à\"\a\000\000\000\000\000\060\002?\000\000\000\000\000°", '\000' <repeats 15 times>, "h\002?\000\000\000\000\000\b", '\000' <repeats 15 times>, "\060\002?\000\000\000\000\000\f\000\000\000\000\000\000\000°JÙ\026", '\000' <repeats 12 times>, "àJÙ\026\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\220ÿK\030\000\000\000\000\030w\032w\000\000\000\000\060\000\000\000\000\000\000\000\000\000?", '\000' <repeats 13 times>, "\004\000\000\000\000\000\000\000h\002?\000\000\000\000\000\004\004\004\004", '\000' <repeats 20 times>, "X\001?", '\000' <repeats 13 times>, "\060\002?", '\000' <repeats 31 times>, "\070\030", '\000' <repeats 28 times>, "c\001\000P\000\000\000\000\000\000 \000ÿ\a\000\000À6<\030\000\000\000\000\005\000\004\001\000\000\000\000\060\002?\000\000\000\000\000\000àýÿÿ\a\000\000p\000\000\000\000\000\000\000\000|ª\000\000\000\000\000\n", '\000' <repeats 15 times>, "\200\000\000\000\000\000\000\000\000|ª\000\000\000\000\000c\000\000P\000\000\000\000\000\000£\000\000\000\000\000h\002?\000\000\000\000\000\005\000\004\001\000\000\000\000h\002?\000\000\000\000\000\000\000£\000\000\000\000\000\001\000s\000t\000e\000\002\000\004\006\000\000\000\000ppÙ\026\000\000\000\000P6<\030\000\000\000\000\a\000\a\000\000\000\000\000\220\066<\030\000\000\000\000/?\017w\000\000\000\000\060\002?\000\000\000\000\000`|ª\000\000\000\000\000\001|ª\000\000\000\000\000c\000\000P\000\000\000\000\004\004\004\004\000\000\000\000P|ª\000\000\000\000\000\002\000\004\006\000\000\000\000\000àýÿÿ\a\000\000\004\004\004\004", '\000' <repeats 20 times>, "À?\"\000\000\000\000\000\001\001\000\000\000\000\000\000\022\b\024\b\000\000\000\000\004\000\004\000\000\000\000\000`|ª\000\000\000\000\000\060T\032w", '\000' <repeats 12 times>, "\004\000\004\000\000\000\000\000\000àýÿÿ\a\000\000\000\000?\000\000\000\000\000\030", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\030\000\000\000\000\000\000\000P\000\000\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000 ", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000 \000\000\000\000\000\000\000P", '\000' <repeats 15 times>, "\200?\"\000\000\000\000\000°?\"\000\000\000\000\000H\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\060 ¤\000\000\000\000\000Ø?\"", '\000' <repeats 15 times>, "?\000\000\000\000\000:\000<\000\000\000\000\000\000\000?\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\000\000?\000\000\000\000\000Ñ?\025w\000\000\000\000\060T\032w\000\000\000\000 ", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 14 times>, "£\000\000\000\000\000\001T\032w\000\000\000\000°JÙ\026\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000 ", '\000' <repeats 15 times>, "ªµ\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000`", '\000' <repeats 15 times>, "ð?\"", '\000' <repeats 14 times>, "\235\"", '\000' <repeats 13 times>, "b\000\000@\000\000\000\000\220\005¿s", '\000' <repeats 12 times>, "Ü\005,", '\000' <repeats 15 times>, "?\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P", '\000' <repeats 12 times>, "^{\vw", '\000' <repeats 20 times>, "\020P\031w\000\000\000\000,\001\000\000\000\000\000\000\000\000"..., q_for_alignment_1 = 2885084, q_for_alignment_2 = 1.4254208897662469e-317}} canWait = true retVal = true seenWM_QT_SENDPOSTEDEVENTS = true d = 0x146739a0 needWM_QT_SENDPOSTEDEVENTS = false #53 0x0000000062861579 in QWindowsGuiEventDispatcher::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:73 __PRETTY_FUNCTION__ = "virtual bool QWindowsGuiEventDispatcher::processEvents(QEventLoop::ProcessEventsFlags)" __FUNCTION__ = "processEvents" rc = true #54 0x000000006b98a7ee in QEventLoop::processEvents (this=0x22a860, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:128 d = 0x183c24e0 #55 0x000000006b98aab0 in QEventLoop::exec (this=0x22a860, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:204 locker = {val = 4159712} __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)" ref = {d = 0x183c24e0, locker = @0x22a7c0, exceptionCaught = true} app = 0x22fd50 d = 0x183c24e0 #56 0x00000000099abdf4 in QMenu::exec (this=0x22a8c0, p=..., action=0x0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2180 d = 0x18413190 eventLoop = {<QObject> = {_vptr.QObject = 0x6bd02e90 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x183c24e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcf0fc0 <qt_meta_stringdata_QEventLoop>, data = 0x6bcf1040 <qt_meta_data_QEventLoop>, static_metacall = 0x6ba278a0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}} guard = {wp = {d = 0x14686300, value = 0x22a8c0}} #57 0x00000000099abee3 in QMenu::exec (actions=..., pos=..., at=0x0, parent=0x16d6f160) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2216 menu = {<QWidget> = {<QObject> = {_vptr.QObject = 0x9e15610 <vtable for QMenu+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x18413190}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, <QPaintDevice> = {_vptr.QPaintDevice = 0x9e157c0 <vtable for QMenu+448>, painters = 0, reserved = 0x0}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x9cfb740 <qt_meta_stringdata_QWidget>, data = 0x9cfc4c0 <qt_meta_data_QWidget>, static_metacall = 0x98628fc <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, data = 0x184132c0}, static staticMetaObject = {d = {superdata = 0x9cef140 <QWidget::staticMetaObject>, stringdata = 0x9d29b00 <qt_meta_stringdata_QMenu>, data = 0x9d29e00 <qt_meta_data_QMenu>, static_metacall = 0x99b0ea8 <QMenu::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}} #58 0x000000000985a7d3 in QWidget::event (this=0x16d6f160, event=0x22ad50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8840 d = 0x16d6f280 #59 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x16d6f160, e=0x22ad50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720 consumed = false #60 0x000000000981f510 in QApplication::notify (this=0x22fd50, receiver=0x16d5e080, e=0x22b450) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3363 ce = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1094750 <vtable for QContextMenuEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 82, posted = 0, spont = 0, m_accept = 1, reserved = 4}, modState = {i = 0}, ts = 0}, p = {xp = 961, yp = 516}, gp = {xp = 2881, yp = 538}, reas = 0} w = 0x16d6f160 context = 0x22b450 relpos = {xp = 961, yp = 516} eventAccepted = false d = 0x3f7620 __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)" res = true #61 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x16d5e080, event=0x22b450) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935 threadData = 0x3f77d0 loopLevelCounter = {threadData = 0x3f77d0} result = false cbdata = {0x16d5e080, 0x22b450, 0x22b3af} d = 0x16d70470 #62 0x0000000009bc7d95 in QCoreApplication::sendSpontaneousEvent (receiver=0x16d5e080, event=0x22b450) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 No locals. #63 0x0000000009870a5d in QWidgetWindow::handleMouseEvent (this=0x14714520, event=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:548 e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1094750 <vtable for QContextMenuEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 82, posted = 0, spont = 0, m_accept = 0, reserved = 0}, modState = {i = 0}, ts = 0}, p = {xp = 100, yp = 14}, gp = {xp = 2881, yp = 538}, reas = 0} contextMenuTrigger = QEvent::MouseButtonRelease widget = 0x16d5e080 mapped = {xp = 100, yp = 14} receiver = 0x16d5e080 #64 0x000000000986f6c7 in QWidgetWindow::event (this=0x14714520, event=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:210 No locals. #65 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x14714520, e=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720 consumed = false #66 0x000000000981e4e8 in QApplication::notify (this=0x22fd50, receiver=0x14714520, e=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3164 d = 0x3f7620 __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)" res = false #67 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x14714520, event=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935 threadData = 0x3f77d0 loopLevelCounter = {threadData = 0x3f77d0} result = false cbdata = {0x14714520, 0x22c050, 0x22bf3f} d = 0x147148e0 #68 0x0000000000eba695 in QCoreApplication::sendSpontaneousEvent (receiver=0x14714520, event=0x22c050) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 No locals. #69 0x0000000000b4941f in QGuiApplicationPrivate::processMouseEvent (e=0x16da3d20) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1771 type = QEvent::MouseButtonRelease stateChange = {i = 2} window = 0x14714520 globalPoint = {xp = 2881, yp = 538} button = Qt::RightButton doubleClick = false localPoint = {xp = 961, yp = 516} frameStrut = false ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 4}, modState = {i = 0}, ts = 5154}, l = {xp = 961, yp = 516}, w = {xp = 961, yp = 516}, s = {xp = 2881, yp = 538}, b = Qt::RightButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}} #70 0x0000000000b48a54 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x16da3d20) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1573 __PRETTY_FUNCTION__ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)" #71 0x0000000000b3b4ae in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qwindowsysteminterface.cpp:572 event = 0x16da3d20 nevents = 1 #72 0x00000000628616a7 in QWindowsGuiEventDispatcher::sendPostedEvents (this=0x3f7a60) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:82 No locals. #73 0x000000006b9e70e4 in qt_internal_proc (hwnd=0x2c05dc, message=1025, wp=0, lp=0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:412 localSerialNumber = 638 msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 1025, pt = {x = 0, y = -139264}} q = 0x3f7a60 dispatcher = 0x3f7a60 result = 0 d = 0x146739a0 #74 0x0000000076e89bd1 in USER32!TranslateMessageEx () from C:\Windows\system32\user32.dll No symbol table info available. #75 0x0000000076e898da in USER32!TranslateMessage () from C:\Windows\system32\user32.dll No symbol table info available. #76 0x000000006b9e8a31 in QEventDispatcherWin32::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:806 nCount = 0 msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 75587008, pt = {x = 2881, y = 538}} haveMessage = true waitRet = 0 pHandles = {0x0, 0x0, 0x1e59c7d500000001, 0x300000020, 0x771a5430 <ntdll!RtlNtdllName+32>, 0xaa7970, 0x0, 0xa30230, 0xa30000, 0x70, 0x0, 0x7f, 0xa30000, 0x726a0, 0x3c, 0x70, 0x0, 0x22c850, 0x22c7c0, 0xa30274, 0xaa7770, 0x0, 0x6f0053005c0065, 0xa30158, 0x22d010, 0x0, 0xaa7940, 0x77158ed1 <ntdll!LdrGetFileNameFromLoadAsDataTable+3553>, 0xa30230, 0x50000163, 0x0, 0xa30230, 0x40004, 0x0, 0x0, 0x70, 0x1a04726c, 0x0, 0x771a5430 <ntdll!RtlNtdllName+32>, 0x3c, 0x0, 0x4, 0xa30000, 0x50000163, 0xa30000, 0x7716738d <ntdll!EtwEventWriteStartScenario+5357>, 0x0, 0x50000163, 0x0, 0x0, 0x220001, 0xaa75d0, 0x40000062, 0x0, 0x4, 0x22d010, 0x0, 0x7712b5aa <ntdll!MD5Final+40954>, 0xa30000, 0x50000163, 0xa30000, 0x770e920a <ntdll!RtlDosApplyFileIsolationRedirection_Ustr+986>, 0x2} processedTimers = {a = 256, s = 0, ptr = 0x22c8f0, {array = "Ü\005,\000\000\000\000\000\023\001\000\000\000\000\000\000þÿÿÿ", '\000' <repeats 12 times>, "À]\201\004A\v\000\000\032\002\000\000\000\000\000\000Ü\005,\000\000\000\000\000\023\001\000\000\000\000\000\000þÿÿÿ", '\000' <repeats 12 times>, "¢X\201\004Ú\n\000\000B\002\000\000\000\000\000\000pÊ\"", '\000' <repeats 13 times>, "\002\000\004\006ÿ\a\000\000þ\002\000\000\000\000\000\000ò\000.\001\000\000\000\000 Ê\"", '\000' <repeats 13 times>, "\200wª\000\000\000\000\000\000wª\000\000\000\000\000c\000\000P\000\000\000\000\000\000£\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000£\000\000\000\000\000pwª\000\000\000\000\000gr\000\000\000\000\000\000\000àýÿÿ\a\000\000\000\000\000\000\000\000\000\000\200wª", '\000' <repeats 13 times>, "\200\000\a?\000\000\000\000\000\000£\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "\200wª\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "£\000\000\000\000\000\000\000£\000\000\000\000\000\030", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000£\000\000\000\000\000k\001\024P\000\000\000\000\030\000\000\000\000\000\000\000P", '\000' <repeats 15 times>, "`Ë\"\000\000\000\000\000\000wª\000\000\000\000\000\200wª\000\000\000\000\000pwª\000\000\000\000\000PÛ\017w\000\000\000\000\000\000£\000\000\000\000\000c\000\000P\000\000\000\000\000\000£", '\000' <repeats 15 times>, "£\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000£\000\000\000\000\000k\001\024P", '\000' <repeats 21 times>, "W¿s\000\000\000\000C\000F\000E\000D\000\000\000;ÿþ\a\000\000\210Î\"\000\000\000\000\000\000\000£\000\000\000\000\000\060Î\"\000\000\000\000\000\060T\032w\000\000\000\000\030", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000£\000\000\000\000\000k\001\024P\000\000\000\000\000\000£\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "k\001\024P", '\000' <repeats 20 times>, "\001\000\000\000\000\000\000\000\020yª\000\000\000\000\000j\000\024@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000\b", '\000' <repeats 15 times>, "ªµ\022w\000\000\000\000\000\000£\000\000\000\000\000k\001\024P\000\000\000\000\000\000£\000\000\000\000\000æx\vw\000\000\000\000Øü£\000\000\000\000\000 ü£\000\000\000\000\000\000þ£", '\000' <repeats 21 times>, "!Ì\"\000\000\000\000\000 Ì\"", '\000' <repeats 15 times>, "\001\000\000\000\000\000 ü£\000\000\000\000\000HÌ\"", '\000' <repeats 21 times>, ":\000<\000\000\000\000\000\020Ð\"\000\000\000\000\000`Î\"", '\000' <repeats 17 times>, "\001\000\000\000\000\000£\000\000\000\000\000p&\034w\000\000\000\000Ê\a\000\000\000\000\000\000Øü£", '\000' <repeats 13 times>, "\200Í\"", '\000' <repeats 21 times>, "\022Î\"", '\000' <repeats 13 times>, "àÐ\"", '\000' <repeats 13 times>, "\001\000\000\000\000\000\000\000ØpUýþ\a\000\000\020Ð\"\000\000\000\000\000\031\000\002\000\000\000\000\000\001", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000\020Î\"\000\000\000\000\000°\033\063ýþ\a\000\000\000\000\000\000\000\000\000\000 ü£\000\000\000\000\000E?\016w\000\000\000\000 ü£", '\000' <repeats 14 times>, "ó£", '\000' <repeats 13 times>, "°\033\063ýþ\a\000\000?\b\000\000þ\a\000\000\000\a", '\000' <repeats 14 times>, "ÐÍ\"\000\000\000\000\000\061\030ùüþ\a\000\000\000\000\000\000þ\a\000\000\001&þüþ\a\000\000°\033\063ýþ\a\000\000?ñ*ýþ\a\000\000?\b\000\000\000\000\000\000(Ï\"\000\000\000\000\000\020Î\"\000\000\000\000\000ð\000)ýþ\a\000\000\020Î\"\000\000\000\000\000 ü£", '\000' <repeats 15 times>, ")ýþ\a\000\000\000\000£\000\000\000\000\000(Ï\"\000\000\000\000\000 pª\000\000\000\000\000\200wª\000\000\000\000\000\200Î\"\000\000\000\000\000-Úøüþ\a\000\000\060T\032w", '\000' <repeats 22 times>, "£\000\000\000\000\000\020Ð\"\000\000\000\000\000<", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000£\000\000\000\000\000b\000\000@þ\a\000\000<", '\000' <repeats 23 times>, "`Ï\"\000\000\000\000\000Ð\031jýþ\a", '\000' <repeats 12 times>, ")ýþ\a\000\000Á?\016w", '\000' <repeats 20 times>, "ØÏ\"\000\000\000\000\000\"?Uýþ\a\000\000\000\000\000\000\000\000\000\000bNSýþ\a\000\000Ð\031jýþ\a\000\000À4øüþ\a\000\000\030Ô\"\000\000\000\000\000\001\000\000\000\000\000\000\000\034\016", '\000' <repeats 14 times>, "¸Ï\"\000\000\000\000\000@Soýþ\a\000\000\000\000\000\000\000\000\000\000Ý'Týþ\a\000\000\000\000\000\000\000\000\000\000A(Týþ\a\000\000\001\000\000\000\000\000\000\000\210\005ª", '\000' <repeats 14 times>, "(ª\000\000\000\000\000\200 ª\000\000\000\000\000\263?Týþ\a\000\000\034\016\000\000\000\000\000\000\060 ª", '\000' <repeats 13 times>, "\200 ª\000\000\000\000\000\000(ª\000\000\000\000\000ï?Uýþ\a", '\000' <repeats 42 times>, "ÿ?øÿ\n\000\000\000\001\000ª\000\034\016\000\000ÀÔ\"\000\000\000\000\000ÐÒ\"\000\000\000\000\000\200tª", '\000' <repeats 21 times>, "\060 ª\000\000\000\000\000\020Ð\"", '\000' <repeats 13 times>, "p\027jýþ\a\000\000C\000:\000\\\000W\000i\000n\000d\000o\000w\000s\000\\\000s\000y\000s\000t\000e\000m\000\063\000\062\000\\\000m\000s\000c\000t\000f\000.\000d\000l\000\263?Týþ\a\000\000\000\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\200tª\000\000\000\000\000À\005ª\000\000\000\000\000\220Ò\"\000\000\000\000\000.?øv", '\000' <repeats 28 times>, "\021", '\000' <repeats 15 times>, "£Aøv", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "\220Ò\"\000\000\000\000\000À\005ª\000\000\000\000\000??Sýþ\a\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\220Ò\"\000\000\000\000\000àÑ\"\000\000\000\000\000þ\002\000\000\000\000\000\000N", '\000' <repeats 15 times>, " wª\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "£\000\000\000\000\000\b\000\000\000\000\000\000\000\030", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000£\000\000\000\000\000j\000\024@þ\a\000\000\030", '\000' <repeats 23 times>, "pÒ\"\000\000\000\000\000À\005ª\000\000\000\000\000Í\025Sýþ\a\000\000\210\005ª\000\000\000\000\000ä\036Sýþ\a\000\000¸Ò\"\000\000\000\000\000\215s\026w\000\000\000\000\006\000\000\000\000\000\000\000W3Sýþ\a\000\000\000\000\000\000\000\000\000\000\070mjýþ\a\000\000P:Å3Vô?H°I?ýd>ÏíÆ?ó]¹?\000\000t\002£\000\000\000\000\000@Soýþ\a\000\000~×Uýþ\a\000\000\026\200ó]¹?\000\000È1Sý\000\000\000\000\001\000\000\000\000\000\000\000À'ª\000\000\000\000\000\b\000\000\000\000\000\000\000\000(ª", '\000' <repeats 13 times>, "\030\000\000\000\000\000\000\000\b", '\000' <repeats 15 times>, "Ðljýþ\a\000\000\065\026øüþ\a\000\000\004\000\000\000þ\a\000\000@\000\000\000\000\000\000\000 ¯¤", '\000' <repeats 21 times>, "À'ª", '\000' <repeats 13 times>, "\020wª\000\000\000\000\000\b?4ýþ\a\000\000\000(ª\000\000\000\000\000\210n3ýþ\a\000\000\220Ô\"\000\000\000\000\000\030o3ýþ\a\000\000îsTýþ\a", '\000' <repeats 18 times>, "\060?4ýþ\a\000\000¯IUýþ\a\000\000&?ó]¹?\000\000\220Ô\"\000\000\000\000\000Ðljýþ\a", '\000' <repeats 18 times>, "÷jUýþ\a\000\000Ptª\000\000\000\000\000\"?Uýþ\a\000\000Ptª\000\000\000\000\000\020\210oýþ\a\000\000\000\000\000\000\000\000\000\000>\017éAÁV3Fðä\"\000\000\000\000\000\"?Uýþ\a\000\000\000\000\000\000\000\000\000\000ðä\"\000\000\000\000\000\020Ô\"\000\000\000\000\000\020Ô\"\000\000\000\000\000\001\000\000\000\000\000\000\000bZUýþ\a\000\000 à\"\000\000\000\000\000\070à\"\000\000\000\000\000`¢©\000\000\000\000\000\020Ô\"\000\000\000\000\000ðä\"\000\000\000\000\000ì[Uýþ\a\000\000 à\"", '\000' <repeats 13 times>, " Þ\"\000\000\000\000\000 Ý\"\000\000\000\000\000\030â\"\000\000\000\000\000°I?ýd>Ïí\000\000\000\000\000\000\000\000¡?*ýþ\a\000\000\000\000\000\000\000\000\000\000ðä\"", '\000' <repeats 29 times>, "Ç#Sýþ\a", '\000' <repeats 36 times>, "£\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "Ðuª\000\000\000\000\000\001\000\000\000\001", '\000' <repeats 11 times>, "Ðwª\000\000\000\000\000\200tª\000\000\000\000\000 Û\"\000\000\000\000\000pâ\"\000\000\000\000\000`¢©", '\000' <repeats 13 times>, "\200tª\000\000\000\000\000>\017éAÁV3F\201Ãn?¬?ÝpÐljýþ\a\000\000\000\000\000\000\000\000\000\000\001", '\000' <repeats 15 times>, "\220Ô\"\000\000\000\000\000Ptª", '\000' <repeats 13 times>, "\066?ó]¹?\000\000Ptª\000\000\000\000\000?%Sýþ\a\000\000à¡oýþ\a", '\000' <repeats 18 times>, "ðä\"\000\000\000\000\000ðä\"\000\000\000\000\000 Ý\"\000\000\000\000\000§\026Sýþ\a\000\000\000\000\000\000\000\000\000\000\060vª\000\000\000\000\000\020ã\"\000\000\000\000\000 Û\"\000\000\000\000\000\177\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\021?Týþ\a\000\000\026?ó]¹?\000\000?%Sýþ\a\000\000 Ý\"\000\000\000\000\000ø?oýþ\a\000\000\000\000\000\000\000\000\000\000=\031Sýþ\a\000\000\000\000\000\000\000\000\000\000ðä\"\000\000\000\000\000ø?oýþ\a\000\000\062rUýþ\a\000\000 Û\"\000\000\000\000\000 Ö\"\000\000\000\000\000 Û\"\000\001\000\000\000\002\000\000\000\000\000\000\000\004", '\000' <repeats 23 times>, "\200tª", '\000' <repeats 13 times>, "¦?ó]¹?\000\000 Ý\"", '\000' <repeats 13 times>, " Û\"\000\000\000\000\000 Û\"", '\000' <repeats 13 times>, "«\031Sýþ\a\000\000à¡oýþ\a\000\000\060å\"\000\000\000\000\000\060å\"\000\000\000\000\000 Û\"\000\000\000\000\000ø?oýþ\a\000\000\231{\016w\000\000\000\000 Ý\"\000\000\000\000\000?nUýþ\a\000\000 Ý\"\000\000\000\000\000à¡oýþ\a", '\000' <repeats 18 times>, " Ý\"\000\000\000\000\000ðä\"\000\000\000\000\000à¡oýþ\a\000\000\027nUýþ\a\000\000\030â\"\000\000\000\000\000\060å\"\000\000\000\000\000à×\"\000\000\000\000\000s?\vw\000\000\000\000ðä\"\000\000\000\000\000?%Sýþ\a\000\000\001\000\000\000\000\000\000\000\024\003\000\000\000\000\000\000¦?ó]¹?\000\000\000\000\000\000E\000D\000\000\000\000\000\000\000\000\000Ø¡oýþ\a\000\000\000\000\000\000\000\000\000\000ðä\"\000\000\000\000\000 Ý\"\000\000\000\000\000ðä\"", '\000' <repeats 13 times>, "g%Sýþ\a\000\000à¡oýþ\a\000\000ðä\"", '\000' <repeats 13 times>, "\027\000\000\000\000\000\000\000ðä\"\000\000\000\000\000?%Sýþ\a\000\000\000\000\000\000\000\000\000\000§\026Sýþ\a\000\000Àyª\000\000\000\000\000Gª\rw\000\000\000\000 Û\"\000\000\000\000\000ðä\"\000\000\000\000\000\200tª\000\000\000\000\000ÐØ\"", '\000' <repeats 22 times>, "\230ó]\000\000\000\000\000\000\000\000þ\a", '\000' <repeats 11 times>, "\004\000\000\000\000\000\000Àyª\000\000\000\000\000Ðyª\000\000\000\000\000`Ø\"", '\000' <repeats 13 times>, "\220Ú\"\000\000\000\000\000\000\000`r\000\000\002\000°Ú\"\000\001\000\000\000\001\000\000\000\000\000\000\000\004\000ª\000\000\000\000\000:ª\rw\000\000\000\000w\000s\000\\\000s\000y\000s\000t\000e\000X\001£\000\000\000\000\000Àyª\000\000\000\000\000f\000.\000d\000l\000Ðyª", '\000' <repeats 25 times>, "\177\000\000\000\000\004\000\000\000\000\000\000\177\000\000\000\000\000\000\000`yª\000\000\000\000\000\t", '\000' <repeats 23 times>, "\177\000\000\000\000\000\002\000\000\000\000\000\001\000\000\000Wr\000\000\000\000\000\000\004", '\000' <repeats 31 times>, "X\001£\000\000\000\000\000Pyª\000\000\000\000\000TÉ\001\000\000\000\000\000`yª\000\000\000\000\000\060\002£\000\000\000\000\000\026\000\000\000\000\000\000\000Wr", '\000' <repeats 14 times>, "Poª\000\000\000\000\000\060\002£\000\000\000\000\000\a\000\000\000\000\000\000\000Ðyª", '\000' <repeats 13 times>, "\070", '\000' <repeats 15 times>, "`r\000\000\000\000\000\000 DH\030\000\000\000\000Gª\rw\000\000\000\000\060\002£", '\000' <repeats 21 times>, "X\001£\000\000\000\000\000xÉ\001\000\000\000\000\000\060\002£\000\000\000\000\000\000\002£\000\000\000\000\000\003\000\000\005", '\000' <repeats 13 times>, "\004£\000\000\000\000\000 DH\030\000\000\000\000°DH\030", '\000' <repeats 12 times>, "`yª", '\000' <repeats 13 times>, "pzõ\v\000\000\002\000\000\000\000\000\000\000\000\000\060\002£\000\000\000\005\000\177\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\177", '\000' <repeats 15 times>, " DH\030\000\000\000\000 jã\026\000\000\000\000Gª\rw", '\000' <repeats 12 times>, "?\025Sý\000\000\000\000\022?\f\025\005\000\000\000jØ\220\026\000\000\000\000?à\220\026\000\000\000\000\001Ý\"", '\000' <repeats 13 times>, "\003\000\000\005", '\000' <repeats 12 times>, "\177\004\000\000þ\a\000\000 jã\026\000\000\000\000\060jã\026\000\000\000\000?à\220\026\000\000\000\000\001Ý\"\000\000\000\000\000Èá\"\000\000\000\000\000\006\000õ\v\000\000\002\000\006\000\000\000\000\000\000\000Y\003týþ\a\005\000?à\220\026\000\000\000\000\006", '\000' <repeats 15 times>, "\b", '\000' <repeats 15 times>, " jã\026\000\000\000\000ôà\"\000\000\000\000\000\060jã\026\000\000\000\000øÞ\"\000\000\000\000\000@Ú;\030\000\000\000\000°ñE\030\000\000\000\000Gª\rw\000\000\000\000HÜ\"\000\000\000\000\000\002\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000ðÜ\"\000\000\000\000\000Ô:?\026\000\000\000\000\177\000\000\000þ\a\000\000`OH\030\000\000\000\000Gª\rw", '\000' <repeats 12 times>, "\016\004?\000\000\000\000\000°ñE\030\000\000\000\000ÀñE\030\000\000\000\000Ô:?\026\000\000\000\000\n\000\"\000\000\000\000\000\000à\"", '\000' <repeats 11 times>, "\002\000\000\000\000\000\000\000\000\000\021\004\000\000\000\000´\000`OH\030\000\000\000\000pOH\030\000\000\000\000\005\000\000\000\000\000\000\000\060\002?\000\000\000\000\000 HH\030\002\000\000\000°\005õ\v\000\000\002\000\000\000\000\000\001\000\000\000ÀñE\030\000\000°\005õ\v\220\026\177\000\000\000\060\000\000\000\000\000\000\000\bâ\"\000\017\000\000\000?à\220\026\000\000\000\000 à@\030\000\000\000\000`OH\030\000\000\000\000?à\220\026\000\000\000\000pOH\030\000\000\000\000Xã\"\000\177\000\000\000\006\000\000\000\000\000\000\000\006\000\000\000G\000\000\000Y\003týþ\a\000\000-\000\000\000\000\000\000\000jØ\220\026\000\000\000\000\032\000\000\000\000\000\000\000\001ß\"\000\000\000\000\000\230ã\"\000\000\000\000\000\177\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000-\000\000\000\000\000\000\000?à\220\026\000\000\000\000\006\000\000\000\000\000\000\000 òE\030\000\000\000\000Gª\rw\000\000\000\000 Ý\"\000\000\000\000\000\262?wýþ\a\000\000¬\000\000\000\000\000\000\000Èâ\"\000\000\000\000\000\060\002?\000\000\000\000\000X\000\000\000\000\000\000\000-", '\000' <repeats 15 times>, "@Ú;\030\000\000\000\000\060\002?\000\000\000\000\000 òE\030\000\000\000\000@Ú;\030\000\000\000\000Ô:?\026\000\000\000\000>\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000Èàõ\v\000\000\002\000-\000\000\000\000\000\000\000NÆ?\026\000\000´\000\060\002?\000\000\000\000\000\027êyýþ\a\000\000Ô:?\026\000\000\000\000X\001?\000\000\000\000\000Ðá\"\000\000\000\000\000\060\002?\000\000\000\000\000ÀÞ\"\000\000\000\000\000\060òE\030\000\000\000\000\024Þ\"\000\000\000\000\000\000\000\070\030\000\000\000\000\005\000\000\000\b", '\000' <repeats 11 times>, "Pyª\000\000\000\000\000Gª\rw\000\000\000\000\b\000\000\000\000\000\000\000 QH\030\000\000\000\000\004\000\220\026\000\000\000\000\060\002?\000\000\000\000\000Øã\"\000\020\000\000\000p\000\000\000\000\000\000\000\000\000\"", '\000' <repeats 22 times>, "\004\000\000\000\000\000\000Pyª\000\000\000\000\000`yª\000\000\000\000\000Èà\"\000\000\000\000\000t\002?\000\000\000\000\000Ô:?\026\000\000\000\000p\002gr\000\000\002\000`QH\030\001\000\000\000Gª\rw\000\000\000\000\004\000\n\000\006\000\000\000 à@\030\000\000\000\000pOH\030\000\000\000\000@Ú;\030\000\000\000\000X\001£\000\000\000\000\000Pyª\000\000\000\000\000\000\002?\000\000\000\000\000`yª", '\000' <repeats 13 times>, "\021\004?\026\000\000\000\000`QH\030\177\000\000\000pQH\030\000\000\000\000\177\000\000\000\000\000\000\000Gª\rw\000\000\000\000\016\000\000\000\000\000\000\000°\005õ\v\000\000\002\000\000\000\000\000\001\000\000\000\177\000\000\000\000\t°\005õ\v\000\000\000\000\000\000Yr\000\000\000\000\000\000\000\005\004±", '\000' <repeats 12 times>, " à@\030\000\000\000\000`QH\030\000\000\000\000\000QH\030\000\000\000\000pQH\030\000\000\000\000\\É\001\000\000\000\000\000°\005õ\v\000\000\000\000\060\002£\000\000\000\000\000+\000\000\000\000\000\000\000Yr", '\000' <repeats 14 times>, "Poª\000\000\000\000\000\060\002£\000\000\000\000\000 à@\030\000\000\000\000`yª\000\000\000\000\000 à@\030\000\000\000\000\062", '\000' <repeats 11 times>, "\177\000\000\000\020QH\030\000\000\000\000\177", '\000' <repeats 15 times>, "\060\002£\000\000\000\000\000\b?wýþ\a\000\000H\000\000\000\000\000\000\000X\001£\000\000\000\000\000\060\002?\000\000\000\000\000\060\002£\000\000\000\000\000\024", '\000' <repeats 15 times>, "@Ú;\030\000\000\000\000\000\000£\000\000\000\000\000pã\"\000\000\000\000\000@Ú;\030\000\000\000\000øá\"\000\000\000\000\000\060\000\000\000\000\000\000\000\024\001\000\000\000\000\000\000Pzª\000\000\000\000\000\024\000\000\000\000\000\000\000\060\002£\000\000\000\000\000\060\002?\000\000\000\000\000p\000\000\000\000\000\000\000'\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000@Ú;\030\000\000\000\000P&\a\000\000\000\000\000àâ\"\000\000\000\000\000@Ú;\030", '\000' <repeats 14 times>, "\070\030\000\000\000\000-\000\000\000\000\000\000\000t\002£\000\000\000\000\000'\000\000\000\000\000\000\000ñÔtýþ\a\000\000\060\002?\000\000\000\000\000X\001£\000\000\000\000\000`yª\000\000\000\000\000\060\002?\000\000\000\000\000 zª\000\000\000\000\000p\000\000\000\000\000\000\000\060\002£\000\000\000\000\000'", '\000' <repeats 15 times>, "P\002\000\000\000\000\000\000\004\000\004\000\000\000\000\000b\001", '\000' <repeats 14 times>, "t\002?\000\000\000\000\000gr\004\021\000\000\000\000l\002?\000\000\000\000\000b\001\000\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, " à@\030\000\000\000\000pQH\030\000\000\000\000-\000\000\000\000\000\000\000\200RH\030\000\000\000\000°\002\000\000\000\000\000\000\060\002?\000\000\000\000\000t\002?\000\000\000\000\000\002\000\004\006\000\000\000\000t\002?\000\000\000\000\000õ\v\004ú\000\000\000\000l\002?\000\000\000\000\000\002\000\004\006\000\000\000\000c\001\000P\000\000\000\000õ\v\004ú\000\000\000\000 à@\030\000\000\000\000\020QH\030\000\000\000\000Pâ\"\000\000\000\000\000PQH\030\000\000\000\000dflt\000\000\000\000°\005\004±\000\000\000\000\000àýÿÿ\a\000\000\060T\032w\000\000\000\000b\001\000\000\000\000\000\000õ\v\004ú\000\000\000\000\004\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000c\001\000P\000\000\000\000õ\v\004ú\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 14 times>, "?\000\000\000\000\000°\005\004±\000\000\000\000pOH\030\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000b\001\000\000\000\000\000\000\002\000\004\006\000\000\000\000ªµ\022w\000\000\000\000°\005\004±\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\002\000\n\000\n\000\000\000Ü\031\f\025\000\000\000\000\004\000\n\000\n\000\000\000\000\031\f\025", '\000' <repeats 20 times>, "\021\004\000\000\000\000\000\000Yr\000\000\000\000\000\000\000àýÿÿ\a\000\000°\005\004±\000\000\000\000c\001\000P\000\000\000\000°\005\004±\002\000\000\000°\005õ\v\n\000\002\000\002\000\004\006\001\000\000\000\b\000\n\000\n\000°\005õ\v\000\000\f\000\000\000\f\000\000\000\017\000\000\000\060T\032w", '\000' <repeats 22 times>, "£\000\000\000\000\000\000\000£\000\000\000\000\000®", '\000' <repeats 15 times>, "Ø4\016w\000\000\000\000\000\000£\000\000\000\000\000c\001\000Pÿ\a\000\000®\000\000\000\000\000\000\000à", '\000' <repeats 15 times>, "°ä\"\000\000\000\000\000\001\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000b\000\000@\000\000\000\000e\000\000\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000£\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000£\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\001\000\000\000\000\000\000\060\001", '\000' <repeats 14 times>, "@å\"\000\000\000\000\000\000\000£", '\000' <repeats 13 times>, "\060T\032w\000\000\000\000®", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000£\000\000\000\000\000c\001\000P\000\000\000\000\000\000£\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "°å\"\000\000\000\000\000\001LH\030\000\000\000\000`yª\000\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000@ï\"", '\000' <repeats 13 times>, "ªµ\022w\000\000\000\000\000\000£\000\000\000\000\000c\001\000P\000\000\000\000\000\000£\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "g\000\000\000\000\000\000\000\001\000?", '\000' <repeats 13 times>, "b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000\000\001", '\000' <repeats 14 times>, "ªµ\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P", '\000' <repeats 12 times>, "pNH\030\000\000\000\000X\001£\000\000\000\000\000\020QH\030\000\000\000\000\004\000\004\000\000\000\000\000r\030\017w\000\000\000\000\004", '\000' <repeats 23 times>, "ªµ\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000X\001?", '\000' <repeats 14 times>, "\002£\000\000\000\000\000p%\a", '\000' <repeats 15 times>, "£\000\000\000\000\000Pyª\000\000\000\000\000Pyª\000\000\000\000\000\000[\vw\000\000\000\000gr\000\000\000\000\000\000 à@\030", '\000' <repeats 12 times>, "gr£\000\000\000\000\000`OH\030", '\000' <repeats 12 times>, " \000\000\000\000\000\000\000p\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000z\000\000\000\000\000\000\000@Ú;\030\000\000\000\000Pyª\000\000\000\000\000\060\002?\000\000\000\000\000x\000\000\000\000\000\000\000\000\031\f\025\000\000\000\000\000\000\004\002\000\000\000\000\000OH\030\000\000\000\000\004\000\001\005\000\000\000\000\060\002õ\v\002\000°\005\000\000\070\030°\005\000\000`NH\030\000\000\000\000r\030\017w\000\000\000\000\060zª\000\000\000\000\000c\000\000P\000\000\000\000\000\000£\000\000\000\000\000?â\rw\000\000\000\000\000\002?\000\177\000\000\000Pyª\000\000\000\000\000gr", '\000' <repeats 31 times>, "Ú;\030\000\000\000\000g\000\000\000\000\000\000\000\000\002õ\v\002\000°\005\000\000\000\000°\005\000\000\000\000°\005\000\000\000\000gr\000\000\000\000\000\000`NH\030\000\000\000\000 à@\030", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000 à@\030\177\000\000\000 à@\030\000\000\000\000g\000\000\000\000\000\000\000\004\000\000\000\177\000\000\000\177\000\000\000\000\000\000\000@Ú;\030\000\000\000\000@Ú;\030\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000?\001\000\000\000\000\000\000 è\"\000\000\000\000\000W\000\004S\000\000\000\000`MH\030\000\000\000\000t\002?\000\000\000\000\000\060\002?\000\000\000\000\000\060\000\000\000\000\000\000\000 à@\030\000\000\000\000à\002\000\000\000\000\000\000g\000\000\000\000\000\000\000Ø4\016w\000\000\000\000\060\002?\000\000\000\000\000\024\000\004\020\000\000\000\000\210QH\030\000\000\000\000\060\002?\000\000\000\000\000\210QH\030\000\000\000\000¿í¿k\000\000\000\000\060\002?\000\000\000\000\000p\000\000\000ïÿÿÿ?è\"\000\000\000\000\000\060\002?\000\000\000\000\001\200MH\030\000\000\000\000W\000\000\000\000\000\000\000Pé\"\000\000\000\000\000P\005\000\000\000\000\000\000\003", '\000' <repeats 15 times>, "\002\000\004\006\000\000\000\000°\005\004±\000\000\000\000\004\000\000\000\000\000\000\000pOH\030\000\000\000\000\210QH\030\000\000\000\000¿í¿k\000\000\000\000\210QH\030\000\000\000\000¿í¿k\000\000\000\000\210QH\030\000\000\000\000¿í¿k\000\000\000\000\210QH\030\000\000\000\000¿í¿k", '\000' <repeats 12 times>, "õ\v\004ú\000\000\000\000\060\000\000\000\000\000\000\000\032\000\a\035\000\000\000\000\000\000?\000\000\000\000\000\002\000\004\006\000\000\000\000\000ê\"\000\000\000\000\000»[?k\000\000\000\000\004", '\000' <repeats 17 times>, "?\000\000\000\000\000°\005\004±\000\000\000\000\003\000\000\000\000\000\000\000°\005\004±\000\000\000\000\210QH\030\000\000\000\000¿í¿k\000\000\000\000\210QH\030\000\000\000\000¿í¿k\000\000\000\000g\000\000\000\000\000\000\000¿í¿k\000\000\000\000\210QH\030\000\000\000\000¿í¿k", '\000' <repeats 12 times>, "pNH\030\000\000\000\000\000àýÿÿ\a\000\000\020\000\a\027\000\000\000\000\000\000?\000\000\000\000\000\020ë\"", '\000' <repeats 13 times>, "pMH\030\000\000\000\000\000MH\030\000\000\000\000c\000\000P\000\000\000\000\000\000?\000\000\000\000\000Ñ?\025w\000\000\000\000\000\000?\000\000\000\000\000`MH\030\000\000\000\000\000\000?\000\000\000\000\000\001í¿k", '\000' <repeats 12 times>, "pMH\030\000\000\000\000\210QH\030\000\000\000\000\020\000\a\027\000\000\000\000\000\000?\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "pMH\030\000\000\000\000\001MH\030\000\000\000\000c\000\000P\000\000\000\000\000\000?\000\000\000\000\000`MH\030\000\000\000\000 JH\030\000\000\000\000Gª\rw", '\000' <repeats 28 times>, "H?\025w\000\000\000\000\001\001", '\000' <repeats 38 times>, "\021\004H\030\000\000\000\000 JH\030\000\000\000\000°JH\030\000\000\000\000\000\000õ\v\002\000\000\000c\000\000Pz\000\000\000\000\000?\000\002\000\000\000°\005õ\v\000\000\002\000\060LH\030\001\000\000\000r\030\017w\000\000\000\000õ\v\000\000°\005\000\000\004\000°\005\000\000\000\000\020ì\"\000z\000\000\000\000\000?k\000\000\000\000 à@\030\000\000\000\000 JH\030\000\000\000\000@ï\"\000\000\000\000\000°JH\030\000\000\000\000\000Ú;\030\000\000\000\000\000\000\nw\000\000\000\000\000\002?\000\177\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000°\005\a\001°\005\000\000\a\000\000\000\000\000\000\000t\002?\000\000\000\000\000\060\002?\000\000\000\000\000\177", '\000' <repeats 15 times>, "?\000\000\000\000\000\000\000\005", '\000' <repeats 15 times>, "\177\000\000\000\000\000\000\000z\000\000\000\000\000\000\000 KH\030\000\000\000\000r\030\017w\000\000\000\000(\002\000\000\000\000\000\000Ò\023üþþ\a\000\000\060\002?\000\000\000\000\000\020\000\000\000\000\000\000\000?", '\000' <repeats 15 times>, " à@\030\000\000\000\000\060\002?\000\000\000\000\000\000\002?\000\000\000\000\000@Ú;\030\000\000\000\000\000à@\030\000\000\000\000\060\000\000\000\000\000\000\000°\005õ\v\002\000\000\000°\005?k°\005\000\000\177\000\000\000\000\000\000\000?\000\000\000\000\000\000\000\060\002?\000\000\000\000\000 à@\030", '\000' <repeats 12 times>, "X\001?\000\000\000\000\000\060\002?\000\005\000\000\000\060\002?\000\000\000\000\000ðIH\030\000\000\000\000Gª\rw\000\000\000\000\177\000\000\000\000\000\000\000\000\000\070\030\000\000\000\000 à@\030\000\000\000\000\200\a\000\000\000\000\000\000\060\002?\000\000\000\000\000p\002\000\000\000\000\000\000\000à@\030\000\000\000\000\060KH\030", '\000' <repeats 12 times>, "\060\002?\000\000\000\000\000ðIH\030\000\000\000\000p\000\000\000\000\000\000\000 à@\030\000\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\002\000\000\000\020\t\000\000\000\000\000\000\060\002?\000\001\000\000\000\020QH\030\000\000\000\000õ\v\000\000°\005\000\000\060\002°\005\000\000\000\000\060\002?\000\000\000\000\000t\002?\000\000\000\000\000 à@\030\000\000\000\000ðIH\030\000\000\000\000\000àýÿÿ\a\000\000 à@\030\000\000\000\000°JH\030\000\000\000\000\177\000\000\000\000\000\000\000\000KH\030\000\000\000\000\220\b\000\000\000\000\000\000\060\002?\000\000\000\000\000\177\000\000\000\000\000\000\000\v\000\000\000\000\000\000\000Ð\a\000\000\000\000\000\000õ\v\004ú\000\000\000\000\177\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000?\000\000\000\000\000\000\000õ\v\004ú\000\000\000\000@@Ø\026\000\000\000\000°\005\004±\000\000\000\000\005\000\a\002\000\000\000\000\000àýÿÿ\a\000\000/?\017w\000\000\000\000°\005\004±\000\000\000\000õ\v\004ú\000\000\000\000\060\002?\000\000\000\000\000 \000\000\000\000\000\000\000°\005\004±", '\000' <repeats 12 times>, " à@\030\000\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000@Ú;\030\000\000\000\000\000\000?\000\000\000\000\000\060", '\000' <repeats 15 times>, "°\005\004±\000\000\000\000\177\000\000\000\000\000\000\000\005\000\a\002\000\000\000\000\060\002?\000\000\000\000\000°\005\004±\000\000\000\000?\000\000\000\000\000\000\000X\001?\000\000\000\000\000\001KH\030\000\000\000\000\060\002?\000\000\000\000\000?\000\000\000\000\000\000\000àKH\030\000\000\000\000\000àýÿÿ\a\000\000\000\000\070\030", '\000' <repeats 29 times>, "JH\030\000\000\000\000\000JH\030\000\000\000\000ÀJH\030\000\000\000\000\000\000?\000\000\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000p\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\177\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000À\t\000\000\000\000\000\000\000\000?\000\000\000\000\000\023\000\a\024\003\000\000\000\000\000?\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "t\002?\000\000\000\000\000\001JH\030\000\000\000\000c\000\000P\000\000\000\000\000\000?\000\000\000\000\000 à@\030\000\000\000\000?\000\000\000\000\000\000\000\000àýÿÿ\a\000\000"..., q_for_alignment_1 = 2885084, q_for_alignment_2 = 1.4254208897662469e-317}} canWait = true retVal = true seenWM_QT_SENDPOSTEDEVENTS = true d = 0x146739a0 needWM_QT_SENDPOSTEDEVENTS = false #77 0x0000000062861579 in QWindowsGuiEventDispatcher::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:73 __PRETTY_FUNCTION__ = "virtual bool QWindowsGuiEventDispatcher::processEvents(QEventLoop::ProcessEventsFlags)" __FUNCTION__ = "processEvents" rc = true #78 0x000000006b98a7ee in QEventLoop::processEvents (this=0x22fbb0, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:128 d = 0x18484a00 #79 0x000000006b98aab0 in QEventLoop::exec (this=0x22fbb0, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:204 locker = {val = 4159712} __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)" ref = {d = 0x18484a00, locker = @0x22fb20, exceptionCaught = true} app = 0x22fd50 d = 0x18484a00 #80 0x000000006b98d285 in QCoreApplication::exec () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:1188 threadData = 0x3f77d0 __PRETTY_FUNCTION__ = "static int QCoreApplication::exec()" eventLoop = {<QObject> = {_vptr.QObject = 0x6bd02e90 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x18484a00}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcf0fc0 <qt_meta_stringdata_QEventLoop>, data = 0x6bcf1040 <qt_meta_data_QEventLoop>, static_metacall = 0x6ba278a0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}} returnCode = 0 #81 0x0000000000b487dc in QGuiApplication::exec () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1507 No locals. #82 0x000000000981dce5 in QApplication::exec () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:2956 No locals. #83 0x000000000040176e in qMain (argc=1, argv=0x3f6e80) at ..\agc-ms\main.cpp:37 a = {<QGuiApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0x9dfb250 <vtable for QApplication+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x3f7620}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcf11c0 <qt_meta_stringdata_QCoreApplication>, data = 0x6bcf1400 <qt_meta_data_QCoreApplication>, static_metacall = 0x6ba27a20 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static self = 0x22fd50}, static staticMetaObject = {d = {superdata = 0x6bcf10e0 <QCoreApplication::staticMetaObject>, stringdata = 0xfeef40 <qt_meta_stringdata_QGuiApplication>, data = 0xfef440 <qt_meta_data_QGuiApplication>, static_metacall = 0xb4e9ce <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0xfe0060 <QGuiApplication::staticMetaObject>, stringdata = 0x9cf3d00 <qt_meta_stringdata_QApplication>, data = 0x9cf4040 <qt_meta_data_QApplication>, static_metacall = 0x9822cd0 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}} file = {<QFileDevice> = {<QIODevice> = {<QObject> = {_vptr.QObject = 0x6bd08cd0 <vtable for QFile+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x146756e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcedc80 <qt_meta_stringdata_QIODevice>, data = 0x6bcedd80 <qt_meta_data_QIODevice>, static_metacall = 0x6ba23c10 <QIODevice::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bcedbe0 <QIODevice::staticMetaObject>, stringdata = 0x6bcedb20 <qt_meta_stringdata_QFileDevice>, data = 0x6bcedb60 <qt_meta_data_QFileDevice>, static_metacall = 0x6ba23b10 <QFileDevice::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bceda80 <QFileDevice::staticMetaObject>, stringdata = 0x6bceda00 <qt_meta_stringdata_QFile>, data = 0x6bceda20 <qt_meta_data_QFile>, static_metacall = 0x6ba23a10 <QFile::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}} w = {<QMainWindow> = {<QWidget> = {<QObject> = {_vptr.QObject = 0x463e50 <vtable for MainWindow+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x14675d20}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, <QPaintDevice> = {_vptr.QPaintDevice = 0x464008 <vtable for MainWindow+456>, painters = 0, reserved = 0x0}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x9cfb740 <qt_meta_stringdata_QWidget>, data = 0x9cfc4c0 <qt_meta_data_QWidget>, static_metacall = 0x98628fc <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, data = 0x14675e50}, static staticMetaObject = {d = {superdata = 0x9cef140 <QWidget::staticMetaObject>, stringdata = 0x9de0b80 <qt_meta_stringdata_QMainWindow>, data = 0x9de0f80 <qt_meta_data_QMainWindow>, static_metacall = 0x9b8e2b0 <QMainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x9de1130 <qt_meta_extradata_QMainWindow>, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x9de0a60 <QMainWindow::staticMetaObject>, stringdata = 0x4612c0 <qt_meta_stringdata_MainWindow>, data = 0x461480 <qt_meta_data_MainWindow>, static_metacall = 0x41d1d0 <MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, ui = 0x146822d0, dbi = 0x14722ae0, renderManager = 0x16d6e330, renderProgressBar = 0x16e04650, queuedCountLabel = 0x16e024c0, quitRenderDialog = 0x0, coatingPropertiesWidget = 0x16de0180, preferencesDialog = 0x14724500, adminDialog = 0x14740a50, preFullScreenGeom = {static MaxSize = 1073741800, d = 0x6bb44b60 <QArrayData::shared_null>}} r = 0 #84 0x000000000042102d in WinMain () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\winmain\qtmain_win.cpp:112 argc = 1 argvW = 0xa48e00 argv = 0x3f6e80 exitCode = 0 #85 0x00000000004013b5 in __tmainCRTStartup () No symbol table info available. #86 0x00000000004014c8 in WinMainCRTStartup () No symbol table info available.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest