Hi,
I am trying to use QSplitter::saveState restore splitter position later.
It doesn't work because of the string returned is always empty. :(
I don't understand why. Is it a bug ? :confused:
Printable View
Hi,
I am trying to use QSplitter::saveState restore splitter position later.
It doesn't work because of the string returned is always empty. :(
I don't understand why. Is it a bug ? :confused:
It's not a string but a byte array of binary data. Example usage is shown in the docs.