[PyQt] QToolBox question

2010-06-14 Thread Danny Shevitz
Howdy, I have been searching the archives and haven't found anything on QToolBox's that would help with the following question. I have a toolbox and want to allow several subwidgets to be displayed at the same time. The default implementation seems to maximize the contents of a single tool. Can

[PyQt] Qstring %L omit thousand separator

2010-06-14 Thread Samuele Carcagno
Hi, I would like to convert a number to a localized string without the thousands separator, I set the numberOptions to omit the group separator. This seems to work with the locale.toString() function, but not with the QString('%L1').arg() syntax. I'm attaching a short example below. Do you know

Re: [PyQt] "QT PropertyBrowser" support

2010-06-14 Thread Phil Thompson
On Mon, 14 Jun 2010 14:17:44 +0300, "Mosheyev, Dmitriy" wrote: > Thanks Phil, > > Can you please give me your effort estimation how difficult will it be to > implement it using sip? Not without spending some time looking at the API. Normally it would be relatively straightforward, but I can imag

[PyQt] PyQt installation problem

2010-06-14 Thread praveen koduru
Hi, I am trying to install PyQt on Fedora 12 Desktop machine. I have installed Qt-x11, sip, PyQt. 1. *qt-x11-opensource-src-4.5.3* tar xvfz qt-x11-opensource-src-4.5.3.tar.gz cd qt-x11-opensource-src-4.5.3 ./configure -fast -qt-sql-sqlite -no-qt3support make

Re: [PyQt] "QT PropertyBrowser" support

2010-06-14 Thread Phil Thompson
On Mon, 14 Jun 2010 13:50:58 +0300, Dmitriy Mosheyev wrote: > Hi, > > My question is about QT PropertyBrowser framework. > Reference: " > http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qtpropertybrowser/ > " > > Is it supported by PyQT packages? No. > If not -> i

[PyQt] "QT PropertyBrowser" support

2010-06-14 Thread Dmitriy Mosheyev
Hi, My question is about QT PropertyBrowser framework. Reference: " http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qtpropertybrowser/ " Is it supported by PyQT packages? If not -> is it going to be and when ? And in general how much time is it usually takes to add