Re: [PyQt] Create an installer package

2012-04-05 Thread Tony Peña
hi, sorry by my english your better option is make an egg python installer with setup.py enviroment.. and the rest of process... in the internet exist many examples about it how to make it ... the way as you say "like windows" with similars wizard setup can use installjammer.. to make a .bin (bin

[PyQt] Strange behaviour of key_return

2012-04-05 Thread Kamp, Peter van der (IMARES)
Hello, In my application I have a tableview in which the user must be able to scroll through the (editable) cells by using Tab, Key_right and Return. Columns that are disabled must be skipped. When the lower right cell is reached, a new row must be created when one of the before mentioned keys

[PyQt] Getting system theme colors..

2012-04-05 Thread Jebagnana Das
Hello all, Is it possible to get the "Currently active" theme color gradient using PyQt? To be more specific i want to have the color values when an item is selected and hovered over (or if it's focused). For example in my Ubuntu when a item is focused it shows the color like this [image: Inline

[PyQt] Create an installer package

2012-04-05 Thread Vijayakumar
Hi, I have developed an application which has nearly 10 individual python files. These files are core of the application. Now i want to convert these files into an installer package. I also want to do something similar for windows compatibility as well. My application also uses MySQL. I use My