Fix missing icons and rework some UI stuff

This commit is contained in:
Jonas Kvinge
2018-08-09 21:04:30 +02:00
parent 4ca99dde43
commit 57f6f40e7d
37 changed files with 470 additions and 154 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>608</width>
<height>412</height>
<height>434</height>
</rect>
</property>
<property name="sizePolicy">
@@ -79,14 +79,14 @@
<item>
<widget class="QRadioButton" name="overwriteAll">
<property name="text">
<string>Overwrite all</string>
<string>O&amp;verwrite all</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="overwriteSmaller">
<property name="text">
<string>Overwrite smaller ones only</string>
<string>Overwrite s&amp;maller ones only</string>
</property>
</widget>
</item>