I'm using the above QaxWidget plugin (I think it is a plugin) to display pdfs on a page for the user to see. Starts fine with the PDF using the whole area of the widget, but after two or three clicks the menu to manage PDFs appears on the right side using most of the small window. There is a little arrow that you can click to move the menu to the right but it reset itself after every click. This are the calls that i making to the plugin, fileserializer is just the name of the file:
Qt Code:
  1. ui->docView->dynamicCall("LoadFile(cons QSrting)",fileSerializer);
  2. ui->docView->dynamicCall("setLayoutMode(SinglePage)");
To copy to clipboard, switch view to plain text mode 

does anyone knows how to get rid off the right side menu? or at least to show mostly hidden from the beginning?