qpixmap Questions

2

Solved

I would like to show an image within a QLabel widget. The image is located in the folder ./images/ relative to the resource.qrc file and included like the this: <RCC> <qresource prefix="...
Larock asked 14/6, 2013 at 7:30

1

Solved

Can anybody point me in the right direction on how to create a new QMovie "provider" in PySide? I have a video stream that I want to display as simply as possible (no audio, just a sequence of fra...
Flank asked 9/7, 2012 at 18:43

2

Solved

My program generate 3 different images and I'd like to combine them using some opacity settings. First I have the raw image, which I already converted into a QPixmap to display it in a QGraphicsVi...
Leia asked 20/6, 2012 at 14:46

4

Solved

I'm building a music player, that checks the status with SqueezePlay, which is a SqueezeBox controller app. To cut a long story short, I'm checking the status of Squeezeplay ever 5 seconds by using...
Juliettejulina asked 27/12, 2011 at 21:1

3

Solved

I have a splash screen image that I display with splash.showFullScreen() but it doesn't re size it to the screen resolution so it either comes out tiled or to large depending on the display. I have...
Ehrenburg asked 19/11, 2011 at 7:0

3

Solved

I have a byte array with the contents of an image (in png/bmp or some other format). How can I load it into a QPixmap?
Claytonclaytonia asked 26/7, 2011 at 7:29

1

Solved

I'm having trouble reading and writing QByteArray data to a file. My goal is to save QPixmap data into a QByteArray and save that QByteArray to a file (with the ability to read this QByteArray ba...
Frisket asked 12/3, 2010 at 6:17

3

Solved

I am writing a program using PyQt4 for front-end GUI and this program accesses a back-end database (which can be either MySQL or SQLite). I need to store some image data in the database and below i...
Bohannan asked 19/8, 2009 at 15:52

© 2022 - 2024 — McMap. All rights reserved.