PD(hole taskpanel): Add image-based hole cut panel

* feat(PD): hole taskpanel: new image based cut panel
* fix(PD): hole taskpanel fix dynamic cut types
* refactor(PD): hole taskpanel: renames and vlayouts to keep labels closer
* fix(PD): hole diagram tweaks
This commit is contained in:
Alfredo Monclus
2025-01-20 16:50:51 -03:00
committed by Chris Hennes
parent ee2f327a96
commit be3ce13a7c
19 changed files with 2167 additions and 763 deletions

View File

@@ -834,7 +834,7 @@ QSize QuantitySpinBox::sizeHintCalculator(int h) const
const QFontMetrics fm(fontMetrics());
int w = 0;
constexpr int maxStrLen = 12;
constexpr int maxStrLen = 9;
QString s;
QString fixedContent = QLatin1String(" ");