Re: [Interest] Qt Style Sheet problem under Windows 7

2012-04-05 Thread Tibold Kandrai
Hi! Check this example from Qt's website: http://doc.qt.nokia.com/4.7-snapshot/stylesheet-examples.html#customizing-qmenu What you need is probably: QMenu::item { background-color: transparent; } Cheers, Tibold On 06/04/2012 02:54, Andrea Borsic wrote: > Dear All, > > I am developing a PyQt b

Re: [Interest] Video Player Example

2012-04-05 Thread Josiah Bryan
On Thu, Apr 5, 2012 at 7:58 PM, Szalata, Zenon M. wrote: > > Given the nature of the data is the approach following the video player > example the right way to go? > > and > > How do I inform the “video” classes that the QByteArray represents a 2D > image of fixed dimensions? > > ** >

[Interest] Video Player Example

2012-04-05 Thread Szalata, Zenon M.
I am learning how to create an application to display gray scale byte data from a digital camera. The data is one dimensional array of unsigned char pixel values such that a value of 0 is black and 255 is white. I also know the dimensions of the camera CCD device, NX by NY pixels, so I know ho

Re: [Interest] About QPlatformInputContext in Qt5

2012-04-05 Thread Weng Xuetian
On Thu, Apr 5, 2012 at 3:28 PM, Pekka Vuorela wrote: > On Thu, 2012-04-05 at 09:59 +0800, ext Weng Xuetian wrote: >> Hi, >> Currently I'm trying to implement my own QPlatformInputContext, but it >> seems that QPlatformInputContextPlugin is in a private header of >> qtcore? >> So is there anyway to

Re: [Interest] About QPlatformInputContext in Qt5

2012-04-05 Thread Pekka Vuorela
On Thu, 2012-04-05 at 09:59 +0800, ext Weng Xuetian wrote: > Hi, > Currently I'm trying to implement my own QPlatformInputContext, but it > seems that QPlatformInputContextPlugin is in a private header of > qtcore? > So is there anyway to implement third party QPlatformInputContext and > export it