<div dir="ltr"> I can not to change the size of the display, using the API:<br><a href="https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicewidget.cpp#L607-L631">https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicewidget.cpp#L607-L631</a><br><br>For debugging i use:<br>spice_util_set_debug(true);<br><br>Then i get this log:<br><a href="http://fpaste.org/279494/">http://fpaste.org/279494/</a><br><br>We can see that channel-main is processed the new size data and configured the new size for display (see tail of log),<br>but i can't see nothing changes in widget, nothing emitted signals for this.<br>How work with it?<br></div>