Re: [PyQt] New member (Drag and Drop)

2012-03-08 Thread David Boddie
On Thu Mar 8 15:59:20 GMT 2012, Shoemaker, Ronnie A wrote: > Okay, I will narrow the scope of this question for now. > > I am playing with the draggablewidgets demo in PyQt4. What is the secret to > getting different images into that app or how do I create a PNG image that > it will load? First,

Re: [PyQt] New member (Drag and Drop)

2012-03-08 Thread Shoemaker, Ronnie A (N-UNITED SPACE ALLIANCE, LLC)
Okay, I will narrow the scope of this question for now. I am playing with the draggablewidgets demo in PyQt4. What is the secret to getting different images into that app or how do I create a PNG image that it will load? From: Shoemaker, Ronnie A (N-UNITED SPACE ALLIANCE, LLC) Sent: Wednesday,

[PyQt] New member

2012-03-07 Thread Shoemaker, Ronnie A (N-UNITED SPACE ALLIANCE, LLC)
Hi. I am a new member of this mailing list. I am writing a GUI in PyQt4 that will use drag and drop of images to put a simulation together. I found one drag and drop example that uses QLabels loaded with png files. I need to be able to draw my own images or at least load other types onto my GUI.