mirror of
https://github.com/modelec/ihm.git
synced 2026-01-18 16:47:32 +01:00
img
This commit is contained in:
@@ -123,7 +123,7 @@ MainWindow::MainWindow(const char *address, int port, QWidget *parent) : QMainWi
|
||||
});
|
||||
|
||||
gifLabel = new QLabel(this);
|
||||
gifMovie = new QMovie(":/tenor.gif");
|
||||
gifMovie = new QMovie(":/img/tenor.gif");
|
||||
|
||||
gifLabel->setMovie(gifMovie);
|
||||
gifMovie->start();
|
||||
|
||||
Reference in New Issue
Block a user