Skip to content

Commit

Permalink
Update settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Sep 26, 2023
1 parent f69aa8c commit 3f1c7c7
Showing 1 changed file with 15 additions and 78 deletions.
93 changes: 15 additions & 78 deletions YUViewLib/ui/settingsDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="tabGeneral">
<attribute name="title">
Expand Down Expand Up @@ -1202,80 +1202,13 @@
<string>Specify the individual FFmpeg libraries to use. These will always be tried first.</string>
</property>
<property name="title">
<string>FFmpeg Libraries</string>
<string>FFmpeg Path</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QGridLayout" name="gridLayout_5">
<item row="4" column="0">
<widget class="QLabel" name="labelAVCodec">
<property name="text">
<string>libAVCodec</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="labelAVFormat">
<property name="text">
<string>libAVFormat</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelAVUtil">
<property name="text">
<string>libAVUtil</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelSWResample">
<property name="text">
<string>libSWResample</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEditAVFormat">
<property name="toolTip">
<string>The libAVFormat library to use.</string>
</property>
<property name="whatsThis">
<string>The libAVFormat library to use.</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEditAVCodec">
<property name="toolTip">
<string>The libAVCodec library to use.</string>
</property>
<property name="whatsThis">
<string>The libAVCodec library to use.</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEditSWResample">
<property name="toolTip">
<string>The libSWResample library to use.</string>
</property>
<property name="whatsThis">
<string>The libSWResample library to use.</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEditAVUtil">
<widget class="QLineEdit" name="lineEditFFmpegPath">
<property name="toolTip">
<string>The libAVUtil library to use.</string>
</property>
Expand All @@ -1287,10 +1220,17 @@
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelFFmpegPath">
<property name="text">
<string>FFmpeg Path</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="pushButtonFFMpegSelectFile">
<widget class="QPushButton" name="pushButtonFFMpegSelectPath">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand All @@ -1313,7 +1253,7 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonFFMpegClearFile">
<widget class="QPushButton" name="pushButtonFFMpegClearPath">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -1416,12 +1356,9 @@
<tabstop>lineEditDecoderPath</tabstop>
<tabstop>pushButtonDecoderSelectPath</tabstop>
<tabstop>pushButtonDecoderClearPath</tabstop>
<tabstop>lineEditAVUtil</tabstop>
<tabstop>lineEditSWResample</tabstop>
<tabstop>lineEditAVCodec</tabstop>
<tabstop>lineEditAVFormat</tabstop>
<tabstop>pushButtonFFMpegSelectFile</tabstop>
<tabstop>pushButtonFFMpegClearFile</tabstop>
<tabstop>lineEditFFmpegPath</tabstop>
<tabstop>pushButtonFFMpegSelectPath</tabstop>
<tabstop>pushButtonFFMpegClearPath</tabstop>
<tabstop>pushButtonSave</tabstop>
<tabstop>pushButtonCancel</tabstop>
</tabstops>
Expand Down

0 comments on commit 3f1c7c7

Please sign in to comment.