Hi,

I want my Window to be Maximized when I open it. So i used

Qt Code:
  1. PlotWindow->showMaximized();
To copy to clipboard, switch view to plain text mode 

The widgets height in my window does not fit in my screen so the windows display is cut off. If I double click on titlebar or minimize the window and maximize it again the window is shown completely.

I don't get what the difference between the doubleclick/MinimizeMaximize and the showMaximize function is. How can I set the correct size of the window/widget without minimize-maximize?