Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 authored Nov 22, 2020
1 parent b2b7951 commit 3bff5cf
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions MegaPixel-Qt/form.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,22 @@ p, li { white-space: pre-wrap; }
<string>License: https://doc.qt.io/qt-5/lgpl.html</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxBatchAddSubfolders">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>181</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Include Subfolders in Batch Mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="pushButtonSaveTo">
Expand Down Expand Up @@ -1701,19 +1717,6 @@ p, li { white-space: pre-wrap; }
<string>Encoder:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxBatchAddSubfolders">
<property name="geometry">
<rect>
<x>260</x>
<y>20</y>
<width>111</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>with subfolders</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
Expand Down

0 comments on commit 3bff5cf

Please sign in to comment.