nens / threedi-schematisation-editor

QGIS tool for editing schematisations
0 stars 0 forks source link

Table widget for Tabulated trapezium, Tabulated rectangle and YZ shape cross sections #90

Closed leendertvanwolfswinkel closed 1 year ago

leendertvanwolfswinkel commented 1 year ago

In the current implementation, the height-width pairs input for "Tabulated trapezium" and "Tabulated rectangle" shapes is given in a multiline text widget:

image

One of the new shapes we want to introduce (YZ) also needs table input, but for this shape (width, height) makes more sense. I feel that using the same multiline text widget for both of these makes it too complicated. Instead, a table widget would be more appropriate.

leendertvanwolfswinkel commented 1 year ago

Probably makes sense to fix #98 at the same time

leendertvanwolfswinkel commented 1 year ago

I tried the following:

Also some minor issues:

ldebek commented 1 year ago

@leendertvanwolfswinkel Issues reported above should be fixed now. Feel free to have another round of testing.