qt-material-widgets
qt-material-widgets copied to clipboard
small changes
- Supporting QT6
- Can be used in CMake project
- Moving all widgets inside a namespace called "md"
- Muted the button issue related to high usage of CPU
can widgets be used inside namespaces? I thought that caused issues with moc.
Also I think this project is abandoned unfortunately. I'd consider maintaining your own fork if you receive no response here
can widgets be used inside namespaces? I thought that caused issues with moc.
I'm about to fork this project and I think I'll remove all those "qtmaterial" prefixes in files and names, and use some qmw
namespace instead, similar to what I did in my "SmartWidgets" project.
BTW this PR is something I would never merge if I were the maintainer, there are too many changes in a single place, you should make only one for CMake and other fixes in separated PR. It's an overkill to review.
I see a lot of PR around like this, and all almost unmerged, sometimes even without a single comment from the maintainer. Does people still have some empathy and/or good sense? If were yours, would you really merge something like this from another person to completely upset your project, even if correct?