Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the position of the Locals and Watchers panel in QtCreator?

Does anyone know how to change the position of the panel with local variables in QtCreator? When debugging, this panel is on the right side of the screen, but I would really like it to be on the bottom part.

Thanks.

like image 574
smallB Avatar asked Nov 08 '11 17:11

smallB


People also ask

Where does Qt Creator store settings?

On macOS, the files are located in ~/. config/QtProject and ~/Library/Application Support/QtProject/Qt Creator . On Windows, the files are located in %appdata%\QtProject and %localappdata%\QtProject .

What is unclaimed breakpoint in Qt Creator?

Unclaimed breakpoints are stored as a part of a session and exist independently of whether a program is being debugged or not. They are listed in the Breakpoint Preset view and in the editor using the (Unclaimed Breakpoint) icon, when they refer to a position in code.


1 Answers

In QtCreator 3.5:
- place mouse pointer near the top line of the window you want to move
- after ~1 sec window title bar will appear
- move window using drag-n-drop

like image 117
Yuriy Pelykh Avatar answered Sep 28 '22 18:09

Yuriy Pelykh