Rick Vogel

Results 4 comments of Rick Vogel

I think the issue has multiple goals: - Currently our local fork is incrementally being updated to upstream QSkinny, but there are source incompatibilities. Therefore local patching needs to be...

After using doxygen's preprocessing features this was generated: ![image](https://github.com/uwerat/qskinny/assets/111582062/946955f8-afc3-4a35-af36-97e476e8e1c8) I think it is already pretty accurate, since QSkinny subcontrols are not meta objects like Qt's properties. Maybe I find a...

![image](https://github.com/uwerat/qskinny/assets/111582062/24720744-bd2f-4eaa-a37c-aee41a3a751c) Using doxygen's [aliases](https://www.doxygen.nl/manual/config.html#cfg_aliases) I was able to make this more comfortable introducing the custom `@subcontrol` command. Aliases can have 1-N parameters that can be used in text replacements. ```...

And when using `@nosubgrouping` on a `class` entity we get what we want: ![image](https://github.com/uwerat/qskinny/assets/111582062/2fe5b7d5-c95e-4119-8cb4-fb7cbf29639b)