PDA

View Full Version : Qt Creator Preventing the creator from auto switching to deisgner view



bhoot123
19th June 2019, 09:51
Hi,

I am using Qt creator v4.3.0. Whenever I switch to a .ui.qml file, the IDE automatically switches to design mode. Due to several factors (mainly slow computer and heavy UI file), loading the file in design view can take a lot of time. Sometimes, I am working on code where I have to refer to .ui.qml files multiple times. Constantly switching to design mode is quite annoying, is there a way I can temporarily switch the auto switch to design mode off?

Thanks

anda_skoa
20th June 2019, 09:23
Most things in QtCreator are plugins, the QtQuick designer being one of them.

Try deactivating that plugin ("Help" -> "Plugins")

Cheers,
_