[PyQt] [i18n] Can't understand contexts

2009-07-18 Thread Anonymous
Hi, I develop my application using PyQt4. First I've decided to put all messages those are subject to be translated into a separate file, let's call it msg.py like: ADD_ACTION = QCoreApplication.translate('here goes context', 'Add', '', 1) # ... and etc. and init QApplication and setup

Re: [PyQt] TreeWidget findItems function - Only applies to top-level items?

2009-01-16 Thread Anonymous
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qt.html#MatchFlag-enum --- On Wed, 1/14/09, Marc Nations mnations.li...@gmail.com wrote: From: Marc Nations mnations.li...@gmail.com Subject: [PyQt] TreeWidget findItems function - Only applies to top-level items? To:

Re: [PyQt] Detecting if a column has been resized by the user; auto-stretching columns.

2008-12-03 Thread Anonymous
--- On Mon, 12/1/08, simozack [EMAIL PROTECTED] wrote: From: simozack [EMAIL PROTECTED] Subject: Re: [PyQt] Detecting if a column has been resized by the user; auto-stretching columns. To: [EMAIL PROTECTED] Date: Monday, December 1, 2008, 2:09 AM 2008/11/28, Anonymous [EMAIL PROTECTED

[PyQt] Detecting if a column has been resized by the user; auto-stretching columns.

2008-11-28 Thread Anonymous
Concerning QTableWidget, i need to figure out all of the above. I couldn't find anything in the documentation, neither by Googling, that would allow me or provide insight on how to do any of these, so i come here as a last resort. Also, does it require subclassing a delegate or item in order to

Re: [PyQt] MdiSubWindows: what causes inactive (or hidden) subwindows?

2008-11-25 Thread Anonymous
I figured out the problem. Apparently the widget one wants to set for the MdiSubWindow requires a parent. Not sure why, though, but at least i can continue coding. ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] MdiSubWindows: what causes inactive (or hidden) subwindows?

2008-11-24 Thread Anonymous
Let's say i have an MdiArea whose ViewMode is set as TabbedView. It seems when i call a function that adds a new subwindow, the window doesn't show and i can't close the subwindow by right-clicking on the tab and close. Ironically, when i call the function before the main window appears, the

Re: [PyQt] MdiSubWindows: what causes inactive (or hidden) subwindows?

2008-11-24 Thread Anonymous
From: David Boddie [EMAIL PROTECTED] Subject: Re: [PyQt] MdiSubWindows: what causes inactive (or hidden) subwindows? To: pyqt@riverbankcomputing.com Date: Monday, November 24, 2008, 6:41 PM What happens when the QMdiArea is configured to use SubWindowView? The following messages show

Re: [PyQt] i kindly request for better support of PyQt4 on linux distributions...

2008-11-18 Thread Anonymous
That's interesting, as i found it easier to set up Qt4 Phonon support on Ubuntu than i did on Gentoo. On Gentoo, media-sound/phonon would always collide with qt4-phonon. Everytime i had to update my system, Gentoo would always inform me of this collision, forcing me to uninstall qt4-phonon,