Add stamp layer buttons

This commit is contained in:
Marcus Huderle
2023-03-12 17:21:56 -05:00
parent 95a1da1930
commit 3ad9af34a6
8 changed files with 86 additions and 81 deletions

View File

@@ -645,7 +645,7 @@
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="tab_blocks">
<property name="sizePolicy">
@@ -1291,6 +1291,38 @@
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_stampLayer">
<property name="title">
<string>Stamp Layer</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QRadioButton" name="radioButton_stampTopLayer">
<property name="text">
<string>Top Layer</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_stampLayer</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_stampBottomLayer">
<property name="text">
<string>Bottom Layer</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_stampLayer</string>
</attribute>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
@@ -1371,7 +1403,7 @@
<x>0</x>
<y>0</y>
<width>411</width>
<height>468</height>
<height>392</height>
</rect>
</property>
<property name="sizePolicy">
@@ -1808,8 +1840,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>83</width>
<height>16</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
@@ -1902,8 +1934,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>83</width>
<height>16</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
@@ -1996,8 +2028,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>83</width>
<height>16</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
@@ -2096,8 +2128,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>83</width>
<height>16</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
@@ -2190,8 +2222,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>83</width>
<height>16</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<property name="sizePolicy">
@@ -3553,4 +3585,7 @@
<include location="../resources/images.qrc"/>
</resources>
<connections/>
<buttongroups>
<buttongroup name="buttonGroup_stampLayer"/>
</buttongroups>
</ui>