Docking the Property Editor in Qt Designer itself
-
I somehow managed to get the Property Editor (and others) un-docked from Qt Designer.
I can check the boxes in View but that just makes a free standing window of that tool. I try to slide it around hoping it will dock, but it never does. Maybe some ini file to edit or delete?
Qt Designer 6.4.2, box is Ubuntu 24.04 (Linux)
thanks,
Larry -
I re-named the file $HOME/.config/QtProject/Desginer.conf and the right side tools are now docked again. Kinda brute force, but it worked. I did have to insert the line:
FormTemplate=Widget
to get the start up to show a Widget instead of the dialog box. You can pick whichever form you'd like.
-
-