On 11/12/19 1:15 PM, Benjamin TERRIER wrote:
Hi,
I am trying to rebuild libqxcb.so.
So for I am able to build the libqxcb.so (and qtbase) from source. It works and
I can use this build to compile and run widgets applications.
What I'd like to do is to be able to take the libqxcb.so from this bui
Hi,
I am trying to rebuild libqxcb.so.
So for I am able to build the libqxcb.so (and qtbase) from source. It works
and I can use this build to compile and run widgets applications.
What I'd like to do is to be able to take the libqxcb.so from this build
and use it with the Qt official release pac
I have a QTreeView. For one of the columns, rather than editing the data
in-place, I want to pop up a QTextEdit. (For now, I'm hoping I'll be
able to use QInputDialog, but I may end up needing to roll my own.)
Is it reasonable to execute the dialog (QDialog::exec()) in an override
of QAbstractItem
That's probably it. I'll investigate. I have no idea when that feature was
added, but if so it is poorly implemented. Qt creator has to be able load the
.pro file in it (it did). So that's why I'm confused.
> Sent: Monday, November 11, 2019 at 11:29 PM
> From: "Tony Rietwyk"
> To: interest@qt-