Right click not working in form designer
-
You need to click on Edit Signals/Slots button in the upper toolbar.
See https://doc.qt.io/qt-6/designer-editing-mode.html -
@JonB said in Right click not working in form designer:
If so, platform and Creator version?
Do you not think you will need to provide this information if anyone is to help?
Just in case, have you tried a brand new project? Are you saying elements other than
QPushButton
do show correctly? -
-
I just tested on macOS and Windows 11 with Qt Creator 13.0.1 and it worked just fine for a CMake Hello Widgets project.
Please do create a bug report with the details.
-
Turns out, I cannot right click on any of the external screens, it only works on the laptop screen.
Dragged Qt back to the laptop screen and it behaves as normal.
Thank you for the feedback :)@MJ02 said in Right click not working in form designer:
Turns out, I cannot right click on any of the external screens, it only works on the laptop screen.
Dragged Qt back to the laptop screen and it behaves as normal.
Thank you for the feedback :)LOL :D
-
Turns out, I cannot right click on any of the external screens, it only works on the laptop screen.
Dragged Qt back to the laptop screen and it behaves as normal.
Thank you for the feedback :)@MJ02 said in Right click not working in form designer:
Turns out, I cannot right click on any of the external screens, it only works on the laptop screen.
Sounds like a high-dpi issue in some way. Is this a high dpi monitor by any chance?
-
Right-clicking in the designer does not show popup menus - nothing happens, but only on external monitors. I don't know what pop-up menus are supposed to show, but many do when Qt Creator is on the laptop screen.
Windows 11 24H2
Qt Creator 15.0.1
Qt 5.15.17 MSVC2019 64bit -
Please could I have some assistance I am trying to right click on a push button to get to the signals and slots menu but nothing happens when I right click
@MJ02 said in Right click not working in form designer:
Please could I have some assistance I am trying to right click on a push button to get to the signals and slots menu but nothing happens when I right click
Make sure you're in "Edit" mode in Qt Designer or Creator. If right-click isn't working, try using the Object Inspector or just hit Ctrl+Shift+S to open the signals/slots editor directly. Should do the trick!
-
Turns out, I cannot right click on any of the external screens, it only works on the laptop screen.
Dragged Qt back to the laptop screen and it behaves as normal.
Thank you for the feedback :)