Please download "Quad pack small games" sources and look at evexed source to know about 'playing with qwallpaper.h'![]()
ok now i've been playing with this one for the whole day and i can't figure it out...this is purely related to Qt and EZX...now if i display a qpopupmenu, the default one gives a popup with a solid background and a raised frame, meaning that there is not a single apparent seperator between any two items...once i change the frame style however, the menu's ugly side shows up...there's a color seperator (not a real menu seperator) between any two items...i can't get rid of it for the life of me and it looks ugly...i need this kind of menu and any help is really appreciated...just what's up with everything having a transparent look?? even a label if i want to place it on a scrollview is transparent and i can't make it solid color without using an image that has the color i need...as if i just set the color to the one i want it's still transparent! too bad i can't do just that with the qpopupmenu...i need a popupmenu that i can change its frame style without losing the solid background...please advise...
Please download "Quad pack small games" sources and look at evexed source to know about 'playing with qwallpaper.h'![]()
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
ok so i took a look at the source code and although "qwallpaper.h" will prove to be useful, i don't see that u made changes to the default qpopupmenu (no changes to the frame style) provided by the phone...meaning u're using the same default look of the popup menu...and that's exactly what i don't want...try changing the style of the default qpopupmenu and u'll see what i mean...
You have to make your own popupmenu by subclassing qpopupmenu, then you need to modify paintEvent() function.
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
ok then...i thought maybe i could avoid doing that somehow...thanks anyway