Skip to content

[ftinspect] Re-organize custom widgets.

Charlie Jiang requested to merge reorg-widgets into master

As discussed in the E-Mail.

  • src/ftinspect/maingui.hpp: Switch from individual widget files to the newly merged one.

  • src/ftinspect/widgets/custom_widgets.{cpp, hpp}: All 4 custom widgets.

  • src/ftinspect/widgets/qcomboboxx.{cpp, hpp}: Merged into custom_widgets.

  • src/ftinspect/widgets/qgraphicsviewx.{cpp, hpp}: Merged into custom_widgets.

  • src/ftinspect/widgets/qpushbottonx.{cpp, hpp}: Merged into custom_widgets.

  • src/ftinspect/widgets/qspinbox.{cpp, hpp}: Merged into custom_widgets.

Those widgets could be considered "auxiliary components", and are pretty far from the core logic. Therefore, they should be made less "loud" (it's 8 source files out of 23 in total - more than 1/3 !).

Well... How should I write the commit message for this then? 🤔

Merge request reports