I can not to change the size of the display, using the API:
https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicewidget.cpp#L607-L631
For debugging i use:
spice_util_set_debug(true);
Then i get this log:
http://fpaste.org/279494/
We can see that channel-main is processed the new size data and configured the new size for display (see tail of log),
but i can't see nothing changes in widget, nothing emitted signals for this.
How work with it?
https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicewidget.cpp#L607-L631
For debugging i use:
spice_util_set_debug(true);
Then i get this log:
http://fpaste.org/279494/
We can see that channel-main is processed the new size data and configured the new size for display (see tail of log),
but i can't see nothing changes in widget, nothing emitted signals for this.
How work with it?
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel