ralsina / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 2 forks source link

Buttons not working on Win2k #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the main.py file
2. Click on any button (BG, FILE, SIZE)
3. Nothing happens

What is the expected output? What do you see instead?
I expect to see some change, it does nothing.
The only button working is Quit, it closes the program fine.

What version of the product are you using? On what operating system?
Rev. 11

Please provide any additional information below.
Win2k sp4, Python 2.5.2, PyQt 4.7.1

Original issue reported on code.google.com by fca...@gmail.com on 28 Jan 2010 at 9:37

GoogleCodeExporter commented 9 years ago
Those are not really buttons (the UI is not final yet), except for QUIT.
When you hover one of the others, other controls should fade in on their right 
side.

Those are the ones that are useful.

I tested in XP (only windows I have) as of r18 and that works, let me know if 
that's 
not the case for you.

Original comment by roberto.alsina on 29 Jan 2010 at 1:00

GoogleCodeExporter commented 9 years ago
I have reproduced this bug by using the windows style in Linux.

Original comment by roberto.alsina on 29 Jan 2010 at 4:19

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r32.

Original comment by roberto.alsina on 29 Jan 2010 at 4:25

GoogleCodeExporter commented 9 years ago
At least I think it' s fixed. It turns out QHoverEvent is not produced in all 
styles, noticeably it' s not produced in windows' default one.

So, enabling it manually should do the trick, at least it does using Windows 
style 
in Linux.

Original comment by roberto.alsina on 29 Jan 2010 at 4:26

GoogleCodeExporter commented 9 years ago
I confirm it, it works as it expected now.
Thanks a lot.

Original comment by fca...@gmail.com on 29 Jan 2010 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by roberto.alsina on 29 Jan 2010 at 8:18