- pt_line constrain

- Scalable quadrant view
This commit is contained in:
bklronin
2024-06-25 15:22:10 +02:00
parent b197e52cf3
commit ac9176fbd3
5 changed files with 620 additions and 90 deletions

67
gui.ui
View File

@@ -331,6 +331,12 @@
<property name="text">
<string>Rctgl</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0" alignment="Qt::AlignTop">
@@ -338,6 +344,12 @@
<property name="text">
<string>Circle</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1" alignment="Qt::AlignTop">
@@ -345,6 +357,12 @@
<property name="text">
<string>Slot</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
@@ -356,7 +374,7 @@
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
@@ -383,6 +401,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
@@ -393,6 +414,9 @@
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
@@ -400,6 +424,12 @@
<property name="text">
<string>Horiz</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1">
@@ -407,6 +437,41 @@
<property name="text">
<string>Vert</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="pb_con_dist">
<property name="text">
<string>Distnce</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
<property name="autoRepeatDelay">
<number>297</number>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pb_con_sym">
<property name="text">
<string>Symetrc</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
</widget>
</item>
</layout>