slow on mac
-
On macOS Sierra, I create a window with Qt. when I drag the corn of the window to resize, the bigger the window is , the slower the resize process. why?
@three.zhang said in slow on mac:
the bigger the window is , the slower the resize process. why?
my magic glass ball tells me you are doing something in your code upon resizing. Is that correct?
-
wrote on 19 Jul 2017, 12:41 last edited by
LoL!No!
After I create the project from qt creator -- new project -- choose template, I do nothig, just run it. -
@three.zhang said in slow on mac:
the bigger the window is , the slower the resize process. why?
my magic glass ball tells me you are doing something in your code upon resizing. Is that correct?
wrote on 19 Jul 2017, 12:46 last edited by@raven-worx Would you test it on your mac?
-
@raven-worx Would you test it on your mac?
@three.zhang
i don't have a modern Mac at the hands right now.Are you sure that this problem is related to Qt applications only? I mean i would suspect a general Mac window manager issue here.
Can you try if other apps also have the same issue? -
wrote on 19 Jul 2017, 12:56 last edited by
No, other apps is normal, just qt apps encounter this problem.
-
No, other apps is normal, just qt apps encounter this problem.
wrote on 19 Jul 2017, 12:58 last edited by@three.zhang Is there any difference in behavior between debug and release build?
-
@three.zhang Is there any difference in behavior between debug and release build?
wrote on 19 Jul 2017, 13:04 last edited by@artwaw These two version are same.
-
Hi,
What exact version of Qt and macOS are you using ?
-
wrote on 20 Jul 2017, 02:14 last edited by
@SGaist 5.8.0
-
wrote on 20 Jul 2017, 03:48 last edited by
@SGaist version of macOs is "macOS Sierra 10.12.4"
-
Can you show the code of your widget ?
-
wrote on 22 Jul 2017, 09:12 last edited by
From the web page: https://discussions.apple.com/thread/7685534?start=0&tstart=0 , other people also claimed that resizing some of window is slow. Following programs are mentioned
iTunes helper
Magnet
Mail
Messages.
I am not sure but I think there might be a common factor. -
This post is deleted!