How we can add maximize, minimize functionality in QT based Application ?
-
I am using Qt based c++ and qml technology for create desktop app.
Now each and every lap top have different resolution. so now when i resize this app there could be image get blur or my app component will not look good. so in this type of scenario how to add maximize and minimize functionality.
if we stick with fixed size then there could be potential problem when different resolution laptop or pc will use same app.
So can anybody suggest best solution for it.
-
I am using Qt based c++ and qml technology for create desktop app.
Now each and every lap top have different resolution. so now when i resize this app there could be image get blur or my app component will not look good. so in this type of scenario how to add maximize and minimize functionality.
if we stick with fixed size then there could be potential problem when different resolution laptop or pc will use same app.
So can anybody suggest best solution for it.
So hard to check the documentation or to use google?
-
So hard to check the documentation or to use google?
@Pl45m4 To avoid blurred image which type of image we need to use ?
-
@Pl45m4 To avoid blurred image which type of image we need to use ?
Hi,
SVG images however how are you using your images ?
Having blurred images usually means that you are trying to zoom in low resolution images.
-
Hi,
SVG images however how are you using your images ?
Having blurred images usually means that you are trying to zoom in low resolution images.
@SGaist yes i am using svg image
-
@SGaist yes i am using svg image
@Qt-embedded-developer then share a minimal compilable example that shows your issue.