major api and quality of life changes

This commit is contained in:
Alexey 2025-06-30 13:43:47 +03:00
commit 67e63561c4
7 changed files with 113 additions and 24 deletions

View file

@ -177,6 +177,9 @@
<layout class="QGridLayout" name="gridLayout">
<item row="5" column="1">
<widget class="QSpinBox" name="spinLineEndPointX">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -210,6 +213,9 @@
</item>
<item row="5" column="3">
<widget class="QSpinBox" name="spinLineEndPointY">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -220,6 +226,9 @@
</item>
<item row="4" column="3">
<widget class="QSpinBox" name="spinLineStartPointY">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -324,6 +333,9 @@
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="spinLineStartPointX">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -390,7 +402,7 @@
</widget>
</item>
<item>
<widget class="QListView" name="listLines">
<widget class="QListWidget" name="listLines">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>