Added Renumbering Steps to add gaps between renumbered photos

This commit is contained in:
2025-01-09 00:31:28 +01:00
parent 1079814dd3
commit d1da0f36ce
8 changed files with 850 additions and 8 deletions

View File

@@ -429,7 +429,7 @@
</property>
<property name="minimumSize">
<size>
<width>150</width>
<width>110</width>
<height>20</height>
</size>
</property>
@@ -451,6 +451,32 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lbl_Step">
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Numbering Steps</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmb_Step">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_Renumber">
<property name="minimumSize">