Skip to content

Instantly share code, notes, and snippets.

@DAMO238
Created June 8, 2020 21:27
Show Gist options
  • Save DAMO238/670e5554d41a15a27aebd393f8b792af to your computer and use it in GitHub Desktop.
Save DAMO238/670e5554d41a15a27aebd393f8b792af to your computer and use it in GitHub Desktop.
qt5ct backtrace
This file has been truncated, but you can view the full file.
GNU gdb (GDB) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from qt5ct...
(No debugging symbols found in qt5ct)
(gdb) run
Starting program: /usr/bin/qt5ct
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff365d700 (LWP 317742)]
Thread 1 "qt5ct" received signal SIGSEGV, Segmentation fault.
0x00007ffff69c3648 in __tzfile_compute () from /usr/lib/libc.so.6
(gdb) backtrace
#0 0x00007ffff69c3648 in __tzfile_compute () from /usr/lib/libc.so.6
#1 0x00007ffff69c257d in __tz_convert () from /usr/lib/libc.so.6
#2 0x00007ffff69c0a61 in ranged_convert () from /usr/lib/libc.so.6
#3 0x00007ffff69c0dac in __mktime_internal () from /usr/lib/libc.so.6
#4 0x00007ffff6d84d30 in qMkTime(tm*) () from /usr/lib/libQt5Core.so.5
#5 0x00007ffff6e598ae in ?? () from /usr/lib/libQt5Core.so.5
#6 0x00007ffff6e59f48 in ?? () from /usr/lib/libQt5Core.so.5
#7 0x00007ffff6e5a04d in ?? () from /usr/lib/libQt5Core.so.5
#8 0x00007ffff6e5a500 in ?? () from /usr/lib/libQt5Core.so.5
#9 0x00007ffff6e5c72c in QDateTime::setMSecsSinceEpoch(long long) () from /usr/lib/libQt5Core.so.5
#10 0x00007ffff6e5eb61 in QDateTime::fromMSecsSinceEpoch(long long, Qt::TimeSpec, int) () from /usr/lib/libQt5Core.so.5
#11 0x00007ffff6e5f273 in QDateTime::fromMSecsSinceEpoch(long long) () from /usr/lib/libQt5Core.so.5
#12 0x00007ffff6ea191c in QFileInfo::fileTime(QFileDevice::FileTime) const () from /usr/lib/libQt5Core.so.5
#13 0x00007ffff6ea1ad4 in QFileInfo::lastModified() const () from /usr/lib/libQt5Core.so.5
#14 0x00007ffff6ef9be7 in ?? () from /usr/lib/libQt5Core.so.5
#15 0x00007ffff6ef9cec in ?? () from /usr/lib/libQt5Core.so.5
#16 0x00007ffff6efabc7 in QSettings::QSettings(QString const&, QSettings::Format, QObject*) () from /usr/lib/libQt5Core.so.5
#17 0x00007ffff29b0701 in Qt5CTStylePlugin::create(QString const&) () from /usr/lib/qt/plugins/styles/libqt5ct-style.so
#18 0x00007ffff7ab4805 in QStyleFactory::create(QString const&) () from /usr/lib/libQt5Widgets.so.5
#19 0x00007ffff7ad5cb6 in ?? () from /usr/lib/libQt5Widgets.so.5
#20 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#21 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#22 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#23 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#24 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#25 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#26 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#27 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#28 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#29 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#30 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#31 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#32 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#33 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#34 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#35 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#36 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#37 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#38 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#39 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#40 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#41 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#42 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#43 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#44 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#45 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#46 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#47 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#48 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#49 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#50 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#51 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#52 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#53 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#54 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#55 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#56 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#57 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#58 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#59 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#60 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#61 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#62 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#63 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#64 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#65 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#66 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#67 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#68 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#69 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#70 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#71 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#72 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#73 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#74 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#75 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#76 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#77 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#78 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#79 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#80 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#81 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#82 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#83 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#84 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#85 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#86 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#87 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#88 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#89 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#90 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#91 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#92 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#93 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#94 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#95 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#96 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#97 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#98 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#99 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#1996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#1998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#1999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#2996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#2998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#2999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#3996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#3998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#3999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#4996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#4998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#4999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#5996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#5998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#5999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#6996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#6999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7617 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7618 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7619 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7620 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7621 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7622 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7623 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7624 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7625 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7626 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7627 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7628 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7629 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7630 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7631 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7632 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7633 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7634 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7635 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7636 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7637 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7638 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7639 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7640 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7641 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7642 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7643 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7644 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7645 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7646 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7647 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7648 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7649 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7650 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7651 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7652 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7653 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7654 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7655 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7656 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7657 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7658 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7659 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7660 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7661 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7662 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7663 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7664 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7665 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7666 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7667 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7668 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7669 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7670 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7671 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7672 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7673 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7674 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7675 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7676 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7677 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7678 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7679 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7680 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7681 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7682 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7683 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7684 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7685 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7686 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7687 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7688 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7689 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7690 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7691 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7692 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7693 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7694 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7695 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7696 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7697 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7698 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7699 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7700 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7701 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7702 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7703 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7704 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7705 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7706 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7707 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7708 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7709 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7710 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7711 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7712 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7713 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7714 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7715 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7716 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7717 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7718 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7719 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7720 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7721 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7722 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7723 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7724 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7725 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7726 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7727 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7728 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7729 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7730 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7731 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7732 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7733 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7734 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7735 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7736 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7737 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7738 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7739 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7740 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7741 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7742 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7743 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7744 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7745 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7746 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7747 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7748 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7749 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7750 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7751 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7752 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7753 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7754 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7755 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7756 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7757 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7758 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7759 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7760 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7761 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7762 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7763 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7764 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7765 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7766 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7767 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7768 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7769 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7770 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7771 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7772 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7773 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7774 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7775 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7776 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7777 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7778 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7779 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7780 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7781 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7782 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7783 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7784 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7785 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7786 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7787 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7788 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7789 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7790 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7791 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7792 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7793 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7794 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7795 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7796 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7797 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7798 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7799 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7800 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7801 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7802 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7803 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7804 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7805 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7806 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7807 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7808 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7809 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7810 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7811 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7812 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7813 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7814 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7815 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7816 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7817 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7818 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7819 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7820 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7821 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7822 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7823 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7824 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7825 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7826 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7827 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7828 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7829 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7830 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7831 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7832 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7833 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7834 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7835 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7836 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7837 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7838 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7839 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7840 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7841 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7842 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7843 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7844 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7845 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7846 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7847 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7848 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7849 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7850 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7851 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7852 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7853 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7854 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7855 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7856 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7857 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7858 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7859 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7860 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7861 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7862 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7863 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7864 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7865 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7866 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7867 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7868 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7869 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7870 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7871 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7872 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7873 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7874 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7875 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7876 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7877 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7878 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7879 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7880 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7881 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7882 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7883 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7884 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7885 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7886 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7887 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7888 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7889 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7890 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7891 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7892 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7893 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7894 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7895 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7896 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7897 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7898 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7899 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7900 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7901 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7902 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7903 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7904 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7905 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7906 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7907 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7908 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7909 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7910 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7911 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7912 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7913 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7914 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7915 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7916 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7917 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7918 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7919 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7920 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7921 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7922 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7923 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7924 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7925 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7926 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7927 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7928 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7929 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7930 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7931 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7932 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7933 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7934 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7935 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7936 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7937 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7938 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7939 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7940 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7941 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7942 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7943 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7944 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7945 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7946 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7947 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7948 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7949 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7950 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7951 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7952 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7953 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7954 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7955 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7956 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7957 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7958 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7959 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7960 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7961 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7962 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7963 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7964 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7965 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7966 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7967 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7968 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7969 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7970 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7971 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7972 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7973 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7974 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7975 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7976 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7977 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7978 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7979 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7980 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7981 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7982 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7983 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7984 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7985 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7986 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7987 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7988 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7989 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7990 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7991 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7992 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7993 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7994 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7995 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#7996 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7997 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7998 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#7999 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8000 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8001 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8002 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8003 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8004 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8005 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8006 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8007 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8008 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8009 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8010 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8011 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8012 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8013 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8014 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8015 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8016 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8017 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8018 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8019 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8020 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8021 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8022 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8023 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8024 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8025 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8026 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8027 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8028 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8029 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8030 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8031 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8032 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8033 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8034 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8035 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8036 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8037 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8038 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8039 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8040 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8041 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8042 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8043 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8044 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8045 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8046 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8047 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8048 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8049 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8050 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8051 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8052 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8053 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8054 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8055 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8056 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8057 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8058 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8059 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8060 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8061 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8062 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8063 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8064 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8065 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8066 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8067 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8068 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8069 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8070 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8071 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8072 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8073 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8074 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8075 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8076 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8077 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8078 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8079 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8080 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8081 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8082 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8083 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8084 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8085 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8086 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8087 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8088 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8089 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8090 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8091 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8092 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8093 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8094 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8095 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8096 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8097 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8098 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8099 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8100 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8101 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8102 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8103 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8104 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8105 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8106 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8107 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8108 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8109 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8110 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8111 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8112 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8113 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8114 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8115 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8116 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8117 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8118 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8119 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8120 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8121 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8122 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8123 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8124 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8125 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8126 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8127 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8128 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8129 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8130 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8131 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8132 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8133 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8134 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8135 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8136 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8137 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8138 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8139 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8140 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8141 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8142 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8143 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8144 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8145 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8146 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8147 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8148 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8149 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8150 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8151 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8152 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8153 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8154 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8155 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8156 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8157 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8158 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8159 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8160 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8161 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8162 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8163 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8164 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8165 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8166 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8167 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8168 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8169 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8170 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8171 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8172 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8173 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8174 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8175 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8176 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8177 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8178 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8179 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8180 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8181 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8182 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8183 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8184 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8185 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8186 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8187 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8188 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8189 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8190 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8191 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8192 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8193 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8194 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8195 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8196 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8197 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8198 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8199 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8200 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8201 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8202 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8203 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8204 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8205 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8206 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8207 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8208 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8209 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8210 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8211 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8212 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8213 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8214 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8215 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8216 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8217 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8218 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8219 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8220 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8221 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8222 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8223 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8224 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8225 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8226 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8227 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8228 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8229 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8230 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8231 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8232 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8233 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8234 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8235 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8236 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8237 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8238 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8239 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8240 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8241 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8242 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8243 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8244 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8245 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8246 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8247 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8248 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8249 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8250 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8251 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8252 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8253 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8254 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8255 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8256 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8257 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8258 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8259 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8260 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8261 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8262 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8263 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8264 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8265 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8266 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8267 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8268 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8269 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8270 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8271 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8272 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8273 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8274 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8275 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8276 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8277 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8278 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8279 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8280 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8281 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8282 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8283 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8284 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8285 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8286 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8287 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8288 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8289 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8290 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8291 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8292 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8293 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8294 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8295 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8296 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8297 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8298 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8299 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8300 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8301 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8302 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8303 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8304 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8305 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8306 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8307 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8308 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8309 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8310 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8311 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8312 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8313 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8314 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8315 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8316 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8317 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8318 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8319 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8320 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8321 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8322 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8323 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8324 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8325 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8326 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8327 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8328 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8329 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8330 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8331 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8332 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8333 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8334 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8335 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8336 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8337 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8338 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8339 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8340 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8341 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8342 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8343 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8344 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8345 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8346 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8347 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8348 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8349 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8350 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8351 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8352 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8353 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8354 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8355 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8356 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8357 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8358 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8359 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8360 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8361 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8362 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8363 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8364 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8365 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8366 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8367 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8368 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8369 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8370 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8371 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8372 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8373 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8374 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8375 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8376 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8377 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8378 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8379 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8380 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8381 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8382 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8383 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8384 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8385 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8386 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8387 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8388 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8389 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8390 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8391 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8392 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8393 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8394 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8395 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8396 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8397 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8398 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8399 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8400 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8401 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8402 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8403 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8404 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8405 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8406 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8407 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8408 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8409 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8410 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8411 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8412 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8413 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8414 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8415 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8416 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8417 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8418 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8419 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8420 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8421 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8422 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8423 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8424 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8425 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8426 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8427 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8428 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8429 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8430 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8431 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8432 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8433 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8434 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8435 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8436 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8437 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8438 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8439 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8440 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8441 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8442 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8443 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8444 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8445 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8446 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8447 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8448 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8449 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8450 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8451 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8452 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8453 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8454 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8455 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8456 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8457 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8458 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8459 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8460 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8461 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8462 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8463 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8464 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8465 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8466 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8467 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8468 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8469 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8470 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8471 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8472 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8473 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8474 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8475 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8476 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8477 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8478 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8479 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8480 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8481 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8482 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8483 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8484 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8485 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8486 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8487 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8488 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8489 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8490 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8491 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8492 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8493 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8494 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8495 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8496 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8497 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8498 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8499 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8500 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8501 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8502 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8503 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8504 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8505 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8506 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8507 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8508 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8509 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8510 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8511 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8512 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8513 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8514 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8515 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8516 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8517 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8518 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8519 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8520 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8521 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8522 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8523 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8524 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8525 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8526 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8527 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8528 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8529 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8530 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8531 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8532 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8533 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8534 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8535 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8536 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8537 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8538 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8539 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8540 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8541 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8542 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8543 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8544 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8545 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8546 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8547 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8548 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8549 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8550 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8551 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8552 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8553 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8554 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8555 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8556 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8557 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8558 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8559 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8560 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8561 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8562 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8563 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8564 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8565 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8566 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8567 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8568 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8569 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8570 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8571 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8572 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8573 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8574 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8575 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8576 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8577 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8578 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8579 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8580 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8581 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8582 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8583 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8584 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8585 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8586 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8587 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8588 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8589 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8590 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8591 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8592 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8593 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8594 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8595 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8596 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8597 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8598 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8599 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8600 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8601 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8602 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8603 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8604 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8605 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8606 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8607 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8608 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8609 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8610 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8611 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8612 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8613 0x00007ffff7a436f2 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8614 0x00007ffff6f7569a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#8615 0x00007ffff6faa499 in QObjectPrivate::setParent_helper(QObject*) () from /usr/lib/libQt5Core.so.5
#8616 0x00007ffff7ad6985 in QProxyStyle::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8617 0x00007ffff7a436f2 i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment