[sc9k] Make song selector a QListWidget instead of QComboBox

This commit is contained in:
2022-07-24 00:35:11 -05:00
parent 68d963ab69
commit 7ca3b810fc
3 changed files with 19 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
move(0, 0);
setFixedSize(600, 555);
setFixedSize(590, 555);
setWindowTitle(tr("Slide Controller 9000"));
const auto mainWidget = new QWidget(this);
const auto rootLyt = new QVBoxLayout;