[Interest] Prevent widget visibility change from triggering parent re-layout

2025-04-07 Thread sivan nanthiran
Hi everyone, I am trying to show/hide child widgets from the resizeEvent of the parent widget, depending on the available size of the parent widget. However, this will/may cause another resize event on the parent widget since QWidgetPrivate::setVisible on the child widget will call parent->d_func(

[Interest] Linking against QML modules

2025-04-07 Thread Marcel Gotsch via Interest
Hi, I'm trying to understand how to setup QML modules with CMake and Qt (static). I've read all the articles and documentation, but I still can't figure out all the details. Any help is much appreciated. Here's what I want to achieve: I have a QML module ExampleA, which implements a couple of it

[Interest] QTextEdit shortcuts

2025-04-07 Thread Josh
Hi, It appears QTextEdit has more shortcuts than are in the docs? For example, Ctrl-E goes to the end of line. Where in the Qt source can I find all the shortcuts/key bindings for QTextEdit? I can't seem to find them in Src/qtbase/src/widgets/widgets/qtextedit.cpp or related files... Josh __

Re: [Interest] QTextEdit shortcuts

2025-04-07 Thread Shawn Rutledge via Interest
> On Apr 7, 2025, at 08:24, Josh wrote: > > Hi, > > It appears QTextEdit has more shortcuts than are in the docs? For example, > Ctrl-E goes to the end of line. Where in the Qt source can I find all the > shortcuts/key bindings for QTextEdit? I can't seem to find them in > Src/qtbase/src/wi