Ugh I did forget, so sorry, my bad...
Qt Creator 14.0.2
Based on Qt 6.7.3 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)
Built on Sep 27 2024 00:13:58
From revision 3004ebc0af
Anyway,
Finally Narrowed it all the way down to:
Menu Bar->
Edit[menu]->
Preferences[submenu]->
C++[left-hand category list item]->
Clangd[tab item]->
Background Indexing[combo box, third setting in the list]->
<<Any setting other than "off">> - yes I checked them all and only "off" solves it
Workaround:
**Changing the combo box from its current setting to "off" solves the issue. **
Again, what appears to be happening is clang updates the progress bar in the status area below -> and when it seems to be finished, the designer area (the main form and widgets editor/preview area) is refocused.
It's just a guess but maybe there is a slot setting the designer focus back to after the indexing is invoked, completed, or otherwise signaled in the background.
This workaround seems to work for me for now, so I'd say it's solved along with the issue that was filed. Thanks. I hope this helps out people that run into this issue in the future.