Questions tagged [qmovie]
19 questions
0
votes
0 answers
How to make animation in *.gif run only once in Qt?
Is that possible in Qt? I did have a search here but no answer.

songvan
- 369
- 5
- 21
0
votes
0 answers
Fails loading gif files using QMovie
I have around 1600+ gif files to run depending on condition. I am using QMovie to play the gif files. I am getting below error in few conditions (random, not every time)
#0 0x00007fb88d74c621 in _int_malloc () at /lib64/libc.so.6
#1 …

Swapna
- 1
- 2
0
votes
1 answer
Display gif only once
I'm using gifs in my app. I'd like to only show my gif once and then make it disappear. But it keeps looping and showing again and again.
Here's what I've tried:
movie = new QMovie(":/in_game/src/countdown.gif");
processLabel = new…

Dom
- 51
- 7
-1
votes
1 answer
PyQt5 display animated gif in label
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'C:\Users\Χρήστος\Desktop\Papinhio player\project\main\ui files\Menu 1\Sound files\Import sound file\Loading image\loading.ui'
#
# Created by: PyQt5 UI code generator…

Chris P
- 2,059
- 4
- 34
- 68