Mercurial > minori
comparison src/gui/window.cc @ 241:06d6c351925c
*: reorganize resources, +docs, build translations with autotools
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Mon, 22 Jan 2024 16:36:19 -0500 |
| parents | a7d0d543b334 |
| children | c130f47f6f48 |
comparison
equal
deleted
inserted
replaced
| 240:6ffe42286978 | 241:06d6c351925c |
|---|---|
| 65 Track::Media::GetCurrentlyPlaying(files); | 65 Track::Media::GetCurrentlyPlaying(files); |
| 66 emit Done(files); | 66 emit Done(files); |
| 67 } | 67 } |
| 68 | 68 |
| 69 MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent) { | 69 MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent) { |
| 70 setWindowIcon(QIcon(":/favicon.png")); | 70 setWindowIcon(QIcon(":/icons/favicon.png")); |
| 71 | 71 |
| 72 main_widget.reset(new QWidget(this)); | 72 main_widget.reset(new QWidget(this)); |
| 73 new QHBoxLayout(main_widget.get()); | 73 new QHBoxLayout(main_widget.get()); |
| 74 | 74 |
| 75 AddMainWidgets(); | 75 AddMainWidgets(); |
