On 30.01.2018 16:38, Milian Wolff wrote:
This works for me:
https://github.com/KDAB/hotspot/blob/4d1177d1631902dce1dd82f53553e97a7544b1fa/
src/mainwindow.cpp#L162
Thanks, that helped. I was using
restoreGeometry(group.readEntry("geometry").toLatin1()) instead of
restoreGeometry(group.readEntry("geometry", QByteArray())) ... Hotspot
is a nice tool by the way :-)
Why not to add this logic to KMainWindow and to make this automatically
available for all/many KDE applications?
The state is already saved and restored there. Why not to do the same
for the geometry?
--
Alexander