Skip to content

Commit

Permalink
feat: change the layout of the "format conversion" options
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Feb 3, 2024
1 parent 147cac2 commit 703e067
Showing 1 changed file with 45 additions and 51 deletions.
96 changes: 45 additions & 51 deletions src/gui/src/settings/options-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>743</width>
<height>619</height>
<width>747</width>
<height>628</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -1181,8 +1181,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>473</width>
<height>466</height>
<width>476</width>
<height>493</height>
</rect>
</property>
<layout class="QVBoxLayout" name="scrollAreaWidgetLayout">
Expand Down Expand Up @@ -1435,42 +1435,58 @@
</layout>
</widget>
<widget class="QWidget" name="pageFormatConversion">
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<layout class="QFormLayout" name="formLayout_28">
<item row="0" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>FFmpeg version</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="groupConversionFFmpeg">
<property name="title">
<string>FFmpeg</string>
<string>Video conversion</string>
</property>
<layout class="QFormLayout" name="formLayout_27">
<item row="0" column="0">
<widget class="QLabel" name="labelConversionFFmpegVersionLabel">
<property name="text">
<string>Version</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="labelConversionFFmpegVersion">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="checkConversionFFmpegRemuxWebmToMp4">
<property name="text">
<string>Loading...</string>
<string>Remux WEBM files to MP4</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="checkConversionFFmpegRemuxWebmToMp4">
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="labelConversionFFmpegVersion">
<property name="text">
<string>Loading...</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Ugoira (ZIP) conversion</string>
</property>
<layout class="QFormLayout" name="formLayout_29">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="checkConversionUgoiraEnabled">
<property name="text">
<string>Remux WEBM files to MP4</string>
<string>Convert ugoira ZIP files</string>
</property>
</widget>
</item>
<item row="3" column="0">
<item row="1" column="0">
<widget class="QLabel" name="labelConversionUgoiraTargetExtension">
<property name="text">
<string>Target format</string>
</property>
</widget>
</item>
<item row="3" column="1">
<item row="1" column="1">
<widget class="QComboBox" name="comboConversionUgoiraTargetExtension">
<item>
<property name="text">
Expand Down Expand Up @@ -1499,36 +1515,16 @@
</item>
</widget>
</item>
<item row="4" column="0" colspan="2">
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="checkConversionUgoiraDelete">
<property name="text">
<string>Delete original ugoira ZIP files</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="checkConversionUgoiraEnabled">
<property name="text">
<string>Convert ugoira ZIP files</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="spacerFormatConversion">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="pageInterface">
Expand Down Expand Up @@ -1981,8 +1977,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>682</height>
<width>261</width>
<height>622</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
Expand Down Expand Up @@ -2691,8 +2687,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>710</height>
<width>329</width>
<height>660</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
Expand Down Expand Up @@ -4141,8 +4137,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>840</height>
<width>194</width>
<height>765</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
Expand Down Expand Up @@ -4980,8 +4976,6 @@
<zorder>labelColoringSpecies</zorder>
<zorder>labelColoringKeptForLater</zorder>
<zorder>labelColoringMetas</zorder>
<zorder>formLayoutWidget</zorder>
<zorder>formLayoutWidget_2</zorder>
<zorder>labelColoringBlacklisteds</zorder>
</widget>
<widget class="QWidget" name="pageInterfaceMargins">
Expand Down

0 comments on commit 703e067

Please sign in to comment.