Re: [PyQt] Issue with selected cells in a QTableView

2011-03-17 Thread Vicent Mas
2011/3/11 Vicent Mas uve...@gmail.com: Hi, Your code works fine without the function 'updateView(self, *value):' Is it necessary to use it and why ? Sure it works fine without that method. But the script is just a simplified code that shows a problem present in a larger and more complex

[PyQt] Qtreeview with visible header but hidden columndata

2011-03-17 Thread F.A.Pinkse
Hi All, I have a Qtreeview with a QSortFilterProxyModel for filtering and sorting. I want to sort the data on more ways than there are columns visible. In order to do that I have the data to sort on in invisible columns adn a QButtonGroup to set the sorting column with

[PyQt] Plugin widget for designer

2011-03-17 Thread Entity Reborn
I have successfully managed to get my widget to show up in the designer. Unfortunately when I insert it into the form, there is no content. All that Is seen is the bounding box. My widget inherits qTreeView. Any ideas? ___ PyQt mailing list

[PyQt] Trying to import and use externally generated python script

2011-03-17 Thread James Polk
Greetings All, I have what appears to be an import phenomena that I can't seem to make work, and was hoping someone here can help solve and explain... The snippet below is output from Maya2011 as what's called a precomp script, but it is from top to bottom a Python script.  It is output from

[PyQt] Trying to import and use externally generated python script

2011-03-17 Thread James Polk
...am having some success in doing a from thisfile import * whereas before I was just doing... import thisfile ...the first method actually returns valid data when the functions are called... but when I try to get/print some array/list values...I get test_file.RenderPass instance at

[PyQt] Splash screen under linux

2011-03-17 Thread Hugo Léveillé
I have a problem displaying a splash screen under linux. The code above works perfecly under windows from either a IDE or a command line. But under linux, the code above will display the splash screen perfecly when it is run from the IDE (netbeans). But when it is lunched from a shell, it does not

[PyQt] Trying to import and use externally generated python script

2011-03-17 Thread James Polk
ok...just to wrap this up, lol... I've found that passing that odd instance memory address to the appropriate function, it'll return the data I need...strikes me as odd, but it works... Cheers, ___ PyQt mailing list