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
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?
>
> **
>
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
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
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