-
Notifications
You must be signed in to change notification settings - Fork 714
small changes #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
small changes #49
Conversation
ashraf-kx
commented
Jun 22, 2022
- 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
Shorten the long, boring classes names.
*Root Project |=> shared library called 'components'. |=> executable 'examples'.
fonts ----> app_build/ assets ---> app_build/examples/ icons ----> app_build/components/
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 |
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? |