Hi!
I have an event listener from a file watcher and it can happen during an event of a tree widget.
The problem is I need to select a parent item if one selected item is deleted.
If I do this...
https://github.com/SpartanJ/efsw
Just, the best file watcher actually there, working perfectly!
Look at the many examples in the Qt distribution. Almost all of the desktop-oriented GUI apps with anything more than a simple UI use them.
My go-to layout for most dialogs and other form-like...
Post a screenshot of your application. That would help with deciding on a recommendation.
d_stranz Yesterday, 17:45You are using the QWidget::geometry() to paint the rect instead of the widget's position and size (QWidget::rect())
d_stranz Yesterday, 17:38Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Need to do something in a safe place after all events done
Today 00:27 by Alundra