Skip to content

Commit

Permalink
guisynth: report app version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Sep 24, 2024
1 parent 8c2d53b commit 4a89206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions guisynth/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ MainWindow::MainWindow(QWidget *parent) :
ui->combo_Chorus->setCurrentIndex(4);

ui->libSonivoxVersion->setText(m_synth->renderer()->libVersion());
setWindowTitle(windowTitle() + " v" + qApp->applicationVersion());

connect(ui->combo_Reverb, SIGNAL(currentIndexChanged(int)), SLOT(reverbTypeChanged(int)));
connect(ui->combo_Chorus, SIGNAL(currentIndexChanged(int)), SLOT(chorusTypeChanged(int)));
Expand Down
8 changes: 4 additions & 4 deletions guisynth/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>273</width>
<height>289</height>
<width>280</width>
<height>290</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>273</width>
<height>289</height>
<width>280</width>
<height>290</height>
</size>
</property>
<property name="windowTitle">
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a89206

Please sign in to comment.