[PyQt] [SOLVED]Re: pylupdate4 issue

2012-02-27 Thread admin
On 26/02/2012 06:54 م, Detlev Offenbach wrote: Am Sonntag, 26. Februar 2012, 15:56:54 schrieb Vincent Vande Vyvre: Le 26/02/12 15:16, ad...@mbnoimi.net a écrit : On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: Le 19/02/12 19:55, ad...@mbnoimi.net a éc

Re: [PyQt] pylupdate4 issue

2012-02-26 Thread admin
On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: Le 19/02/12 19:55, ad...@mbnoimi.net a écrit : On 19/02/2012 08:22 م, ad...@mbnoimi.net wrote:

Re: [PyQt] pylupdate4 issue

2012-02-20 Thread admin
On 19/02/2012 09:55 م, Vincent Vande Vyvre wrote: Le 19/02/12 19:55, ad...@mbnoimi.net a écrit : On 19/02/2012 08:22 م, ad...@mbnoimi.net wrote:

Re: [PyQt] pylupdate4 issue

2012-02-19 Thread admin
On 19/02/2012 08:22 م, ad...@mbnoimi.net wrote: Hi all, I tried to create *.ts file for my project by using pylupdate4 so I tried the following commad but it didn't work! pylupdate4 *.py -ts %C

[PyQt] pylupdate4 issue

2012-02-19 Thread admin
Hi all, I tried to create *.ts file for my project by using pylupdate4 so I tried the following commad but it didn't work! pylupdate4 *.py -ts %CD%\ui\l10n\ar.ts pylupdate4 error: Cannot open file '*.py': No error Could you please guide me

Re: [PyQt] Instant translation on PyQt 4.8.6

2012-01-01 Thread admin
On 31/12/2011 04:42 م, Phil Thompson wrote: On Sat, 31 Dec 2011 14:57:29 +0200, ad...@mbnoimi.net wrote: On 29/12/2011 12:12 م, Phil Thompson wrote: Then that implies that there is a second problem. Attached is the pyuic4 output from your .ui file. You need

Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-28 Thread admin
On 21/12/2011 07:12 م, Phil Thompson wrote: On Wed, 21 Dec 2011 19:03:56 +0200, ad...@mbnoimi.net wrote: On 10/12/2011 03:15 م, Phil Thompson wrote: On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net [1] wrote: On 10/12/2011 12:47 م, Phil Thompson wrote:

Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-21 Thread admin
On 21/12/2011 07:12 م, Phil Thompson wrote: On Wed, 21 Dec 2011 19:03:56 +0200, ad...@mbnoimi.net wrote: On 10/12/2011 03:15 م, Phil Thompson wrote: On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net [1] wrote: On 10/12/2011 12:47 م, Phil Thompson wrote:

Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-21 Thread admin
On 10/12/2011 03:15 م, Phil Thompson wrote: On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net wrote: On 10/12/2011 12:47 م, Phil Thompson wrote: I think there might be a pyuic4 regression related to retranslation. What version were you using that s

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-10 Thread admin
On 10/12/2011 03:17 م, Phil Thompson wrote: Maybe not, but it's still related to your installation. There was one message that implied that the version of the Python header files did not match the version of the Python interpreter. I downloa

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-10 Thread admin
On 10/12/2011 02:03 م, Phil Thompson wrote: Probably still something hanging around from your previous installation. I have retested this specific case in the last day or two without problems. I don't think this related to previous installation because I

Re: [PyQt] Instant translation on PyQt 4.8.6

2011-12-10 Thread admin
On 10/12/2011 12:47 م, Phil Thompson wrote: I think there might be a pyuic4 regression related to retranslation. What version were you using that seemed to work? Can you send me a .ui file that seems to have the problem? By the way, I didn't fa

[PyQt] Instant translation on PyQt 4.8.6

2011-12-10 Thread admin
Hi guys, I was using the following function for re-translate my application at runtime but after compiling my application with new PyQt version it became need to be restarted... do you know what's wrong? PS Layout changing works perfectly

Re: [PyQt] setCornerWidget for QMenuBar & build Snapshots

2011-12-07 Thread admin
On 06/12/2011 09:32 م, Phil Thompson wrote: Snapshots are only provided as source packages I tried to build the snapshots as following but I failed... could you please help me in building process? Build steps: Downloaded sip-4.13.1-snapshot-82af71f0adcb

Re: [PyQt] setCornerWidget for QMenuBar

2011-12-06 Thread admin
On 06/12/2011 07:54 م, Phil Thompson wrote: It's fixed in the current snapshot. Thx Phil Do I need to build the snapshot or it's available as Windows binary somewhere? -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net

[PyQt] setCornerWidget for QMenuBar

2011-12-06 Thread admin
Hi PyQt Gurus, I tried to use setCornerWidget in QMenuBar but I got a compiler error as mentioned below: Does QMenuBar supports Corner Widget? ---log--- AttributeError "QMenuBar" object no attribute "setCornerWidget" -

Re: [PyQt] [Eric] No module named

2011-10-12 Thread admin
Hi All, I've created a project by Eric its structure as following: http://i.stack.imgur.com/fgpFa.jpg I can run it successfully in the IDE by specifying (http://i.stack.imgur.com/vskbO.jpg):  - "c:\trunk" as working directory  - "MyProject\main

[PyQt] No module named

2011-10-12 Thread admin
Hi All, I've created a project by Eric its structure as following: http://i.stack.imgur.com/fgpFa.jpg I can run it successfully in the IDE by specifying (http://i.stack.imgur.com/vskbO.jpg):  - "c:\trunk" as working directory  - "MyProject\m

[PyQt] Loading default language

2011-09-21 Thread admin
Hi All, I tried to use multi-language for my application but after loading any language the default language (English) didn't appear!? Do I need to create en.qm/ts just like any other language or I can load the default language by some command?

Re: [PyQt] PlastiqueStyle issue

2011-09-18 Thread admin
On 18/09/2011 05:18 م, Tayfun Kayhan wrote: It seems there is no QPlastiqueStyle class in PyQt Class Ref, whereas there exists one in Qt Class Ref : http://www.riverbankcomputing.co.uk/stat

Re: [PyQt] PlastiqueStyle issue

2011-09-18 Thread admin
On 18/09/2011 04:27 م, Vincent Vande Vyvre wrote: Le 18/09/11 15:19, ad...@mbnoimi.net a écrit : Hi, No specific import is required for style     app = QtGui.QApplication(sys.argv)     app.setStyle(QtGui.QStyleFactory.

[PyQt] PlastiqueStyle issue

2011-09-18 Thread admin
Hi, Where can I find QPlastiqueStyle class? I tried to use from PyQt4.QtGui import QPlastiqueStyle and app.setStyle("Plastique") sty = QPlastiqueStyle() app.setPalette(sty.standardPalette()) but I got import error. what's wrong?

Re: [PyQt] Professional IDE

2011-09-07 Thread admin
On 07/09/2011 04:53 م, Mailing List SVR wrote: Il 07/09/2011 15:20, ad...@mbnoimi.net ha scritto: On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide: http://wingware.com/

Re: [PyQt] Professional IDE

2011-09-07 Thread admin
On 07/09/2011 03:18 م, 机械唯物主义 : linjunhalida wrote: I use emacs... you can try wing ide: http://wingware.com/ Actually I found eclipse better than wing but both of them don't have PyQt integration just like eric. The only missing thing in eric is good aut

Re: [PyQt] Delaying splash screen

2011-09-07 Thread admin
On 07/09/2011 03:57 م, Nick Gaens wrote: Can you please specify what line this AttributeError is pointing at? self.QFrame(self, Qt.FramelessWindowHint|Qt.WindowStaysOnTopHint) -- Best Regards Muhammad Bashir Al-Noimi My Blog: http://mbnoimi.net _

[PyQt] Professional IDE

2011-09-07 Thread admin
Hi guys, I know this is traditional question but I really didn't find any alternatives to Qt Creator or eclipse for PyQt do you know any IDE works fine just like eclipse or Qt Creator? PS I tried to use eric but I found its auto completion so bad spe

[PyQt] Delaying splash screen

2011-09-07 Thread admin
Hi guys, I wrote a tiny class for delaying splash screen in C++ but when I tired to re-write it in python it didn't work! I got "AttributeError TeSplashScreen object has no attribut QFrate" although TeSplashScreen inherited from QFrame C