I know this can be done with a QSizeGrip, but it looks clunky, so I’d prefer to use the usual window edges. Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Window decorations (“borders”) are handled by the window manager (which is part of the operating system’s desktop,) not by the application itself. You cannot receive mouse events for them. A way around that is to disable the borders completely, and implement your own. This is quite a bit of work and will probably annoy users depending on the nature of your application (something like WinAmp for example can get away with it; Google Chrome on the other hand is doing it too, but many users don’t like it.)