- assembly draft

This commit is contained in:
bklronin
2026-07-05 10:16:49 +02:00
parent 9f10a5c5e5
commit b595b88e04
5 changed files with 1335 additions and 126 deletions
+105 -80
View File
@@ -15,72 +15,6 @@
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="12" column="2">
<widget class="QGroupBox" name="compos_in_assembly_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Components in Assembly</string>
</property>
</widget>
</item>
<item row="12" column="3">
<widget class="QGroupBox" name="joint_tools">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Joint Tools</string>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<widget class="QPushButton" name="pb_add_connector">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>+ Cnct</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pb_remove_connector">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>- Cnct</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_5">
<property name="sizePolicy">
@@ -695,19 +629,6 @@
</layout>
</widget>
</item>
<item row="12" column="1">
<widget class="QGroupBox" name="assembly_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Assembly</string>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="11">
<widget class="QTabWidget" name="InputTab">
<property name="sizePolicy">
@@ -1031,7 +952,7 @@
<property name="title">
<string>Drawing</string>
</property>
<layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0,0,0,0">
<layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0,0,0">
<property name="leftMargin">
<number>10</number>
</property>
@@ -1149,6 +1070,110 @@
</layout>
</widget>
</item>
<item row="12" column="1" colspan="2">
<widget class="QGroupBox" name="assembly_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Assembly</string>
</property>
</widget>
</item>
<item row="11" column="3" rowspan="2">
<widget class="QGroupBox" name="joint_tools">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Joint Tools</string>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="2">
<widget class="QPushButton" name="pb_remove_connector">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>- Cnct</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pb_add_connector">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>+ Cnct</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pb_add_connector_2">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>+Jnt</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pb_add_connector_3">
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="text">
<string>-Jnt</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">