Skip to content

Commit

Permalink
add tooltip about Resample to Export > Video
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 24, 2024
1 parent 1316d92 commit 32d0b76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/docks/encodedock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ EncodeDock::EncodeDock(QWidget *parent) :
LOG_DEBUG() << "begin";
initSpecialCodecLists();
ui->setupUi(this);
auto tip = ui->widthSpinner->toolTip();
ui->heightSpinner->setToolTip(tip);
ui->resolutionComboBox->setToolTip(tip);
ui->aspectNumSpinner->setToolTip(tip);
ui->aspectDenSpinner->setToolTip(tip);
ui->fpsSpinner->setToolTip(tip);
ui->fpsComboBox->setToolTip(tip);
ui->stopCaptureButton->hide();
ui->advancedButton->setChecked(Settings.encodeAdvanced());
ui->advancedCheckBox->setChecked(Settings.encodeAdvanced());
Expand Down
3 changes: 3 additions & 0 deletions src/docks/encodedock.ui
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,9 @@ with parallel processing enabled.</string>
<property name="value">
<number>1280</number>
</property>
<property name="toolTip">
<string>&lt;p&gt;Click &lt;b&gt;Resample&lt;/b&gt; to enable this&lt;/p&gt;</string>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 32d0b76

Please sign in to comment.