Have you tried this?
Qt Code:
setMinimumSize(/*whatever*/); setMaximumSize(/*whatever*/); //or: // setMinimumHeight(/*whatever*/); // setMinimumWidth(/*whatever*/); // same for MaximumTo copy to clipboard, switch view to plain text mode
Have you tried this?
Qt Code:
setMinimumSize(/*whatever*/); setMaximumSize(/*whatever*/); //or: // setMinimumHeight(/*whatever*/); // setMinimumWidth(/*whatever*/); // same for MaximumTo copy to clipboard, switch view to plain text mode
Bookmarks