Re: [Interest] QXcbConnection error

2013-04-21 Thread Ramakanthreddy_Kesireddy
Could you please let me know how can we verify if XServer is running or not? Best Regards, Ramakanth From: interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org

Re: [Interest] Building qt4 on mac with -no-webkit

2013-04-21 Thread Michael Jackson
This is what I use on OS X 10.6.8 and 10.8 builds using the Qt 4.8.4 everywhere source package. ./configure -opensource -nomake demos -nomake examples -debug-and-release -shared -fast -exceptions -stl -no-qt3support -no-webkit -no-phonon -largefile -arch x86_64 -prefix

Re: [Interest] QXcbConnection error

2013-04-21 Thread Thiago Macieira
On domingo, 21 de abril de 2013 10.38.36, Ramakanthreddy_Kesireddy wrote: Could you please let me know how can we verify if XServer is running or not? Sorry, that's not really a Qt question. Please look at your system's configuration settings, boot scripts, etc. and check whether you started

Re: [Interest] error with building project that contain webview

2013-04-21 Thread hhenry.cui
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thanks a lot,it works. henry cui 2013.04.21 - -- *From*: Thiago Macieira thiago.macie...@intel.com *Sent*: Sat, 20 Apr 2013 09:47 -0700 *To*: interest@qt-project.org *Cc*:

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-21 Thread Diego Iastrubni
I cannot reproduce this on Windows. However... the Windows theme has some issues with RTL :) It seems the bug is specific to X11. On Sun, Apr 21, 2013 at 12:12 AM, Muhammad Bashir Al-Noimi mbno...@gmail.com wrote: On 04/16/2013 12:40 PM, Muhammad Bashir Al-Noimi wrote: On 04/16/2013 09:30

Re: [Interest] QCompleter::currentIndex issue

2013-04-21 Thread Tony Rietwyk
Hi Muhammad, I haven't used QCompleter, and I agree that the documentation is vague and crying out for a diagram. From my reading, the currentIndex only relates to the proxy completionModel, not your original model. Nowhere does it show how to get the matching entry in your model. I

Re: [Interest] QCompleter::currentIndex issue

2013-04-21 Thread Muhammad Bashir Al-Noimi
On 04/22/2013 03:33 AM, Tony Rietwyk wrote: Hi Muhammad, I haven't used QCompleter, and I agree that the documentation is vague and crying out for a diagram. From my reading, the

Re: [Interest] Building qt4 on mac with -no-webkit

2013-04-21 Thread Tony Rietwyk
Thanks for the response Mike, My configure used against expanded qt-everywhere-commercial-src-4.8.4.tar.gz is: ./configure -arch x86 -no-qt3support -no-webkit -nomake examples -nomake demos -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Develop

Re: [Interest] QMenu RightToLeft layout direction issue

2013-04-21 Thread Muhammad Bashir Al-Noimi
On 04/21/2013 09:54 PM, Diego Iastrubni wrote: I cannot reproduce this on Windows. However... the Windows theme has some issues with RTL :) It seems the bug is specific to X11. I think that so as mentioned in bug ticket https://bugreports.qt-project.org/browse/QTBUG-30595. Now I'm looking

Re: [Interest] QXcbConnection error

2013-04-21 Thread Ramakanthreddy_Kesireddy
Dear Thiago, Now XServer is running. The platform plugin being used is Xcb. However, when I run qt application, it throws below error: Xlib: extension GLX missing on display :0. Couldnot Initialize glx Aborted. Please let me know if there is a workaround or patch in Qt? Thanks and Regards,

Re: [Interest] QXcbConnection error

2013-04-21 Thread preeteesh kakkar
This seems like an issue with your graphics card or probably not correct driver installed. Google for more (for ex: http://askubuntu.com/questions/67567/extension-glx-missing-on-display) On Mon, Apr 22, 2013 at 12:10 AM, Ramakanthreddy_Kesireddy ramakanthreddy_kesire...@mahindrasatyam.com

Re: [Interest] QXcbConnection error

2013-04-21 Thread Ramakanthreddy_Kesireddy
Does the below error got to do with https://bugreports.qt-project.org/browse/QTBUG-21880. or the patch mentioned in this bug would help? Iam using Qt5.0.2 on Ubuntu 11.04 with Nvidia drivers installed on target board. From:

Re: [Interest] QXcbConnection error

2013-04-21 Thread Samuel Rødal
On 04/22/2013 07:40 AM, Ramakanthreddy_Kesireddy wrote: Does the below error got to do with https://bugreports.qt-project.org/browse/QTBUG-21880. or the patch mentioned in this bug would help? Iam using Qt5.0.2 on Ubuntu 11.04 with Nvidia drivers installed on target board. Does glxgears run

[Interest] Calenderdar Popup year QSpinbox to small

2013-04-21 Thread Thomas Meyer
Hi, is it possible to change the size of the year spinbox from the QDateEdit (calendarPopup)? I can see only the first two digits (Qt Designer and own program). Is it a 'bug'? Thanks, Thomas Meyer ___ Interest mailing list Interest@qt-project.org