Skip to content

Commit

Permalink
Adjusted the default values of the LMP88959 filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Oct 16, 2023
1 parent 46ec6b8 commit f2638cd
Show file tree
Hide file tree
Showing 14 changed files with 340 additions and 248 deletions.
55 changes: 41 additions & 14 deletions src/gui/designer/wdgPALLMP88959Filter.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</widget>
</item>
<item row="4" column="5" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_SMV">
<layout class="QHBoxLayout" name="horizontalLayout_SV">
<item>
<widget class="QCheckBox" name="checkBox_Scanline">
<property name="layoutDirection">
Expand All @@ -64,16 +64,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_Merge_Fields">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>MFields</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_Vertical_Blend">
<property name="layoutDirection">
Expand Down Expand Up @@ -229,7 +219,7 @@
</widget>
</item>
<item row="4" column="8">
<widget class="QPushButton" name="pushButton_Scanline_MFields_VBlend">
<widget class="QPushButton" name="pushButton_Scanline_VBlend">
<property name="text">
<string notr="true"/>
</property>
Expand Down Expand Up @@ -426,6 +416,41 @@
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_CM">
<item>
<widget class="QCheckBox" name="checkBox_Chroma_Correction">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Chroma Correction</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_Merge_Fields">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>MFields</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="3">
<widget class="QPushButton" name="pushButton_Chroma_Correction_MFields">
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icon/icons/default.svgz</normaloff>:/icon/icons/default.svgz</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
Expand Down Expand Up @@ -454,6 +479,9 @@
<tabstop>horizontalSlider_Chroma_Lag</tabstop>
<tabstop>spinBox_Chroma_Lag</tabstop>
<tabstop>pushButton_Chroma_Lag</tabstop>
<tabstop>checkBox_Chroma_Correction</tabstop>
<tabstop>checkBox_Merge_Fields</tabstop>
<tabstop>pushButton_Chroma_Correction_MFields</tabstop>
<tabstop>horizontalSlider_Noise</tabstop>
<tabstop>spinBox_Noise</tabstop>
<tabstop>pushButton_Noise</tabstop>
Expand All @@ -467,9 +495,8 @@
<tabstop>spinBox_Color_Phase</tabstop>
<tabstop>pushButton_Color_Phase</tabstop>
<tabstop>checkBox_Scanline</tabstop>
<tabstop>checkBox_Merge_Fields</tabstop>
<tabstop>checkBox_Vertical_Blend</tabstop>
<tabstop>pushButton_Scanline_MFields_VBlend</tabstop>
<tabstop>pushButton_Scanline_VBlend</tabstop>
<tabstop>pushButton_PAL_Parameters_reset</tabstop>
</tabstops>
<resources>
Expand Down
Loading

0 comments on commit f2638cd

Please sign in to comment.