Re: [Interest] [Qt4] QNetwork and bearer plugins

2013-07-15 Thread Thiago Macieira
On segunda-feira, 15 de julho de 2013 17.30.59, Christian Gagneraud wrote: Hi all, If I build Qt with several bearer plugin (says, linux-generic, connman and NM), how would Qt decide on which plugin it needs to load? Can Qt auto-detect which plugin is the best? It will load all of them and

[Interest] Localization in Chinese, Japanese, Hindi, Korean languages

2013-07-15 Thread Archana Khetan
Hello All, I am facing an issue in localizing the strings in Chinese,Japanese,Hindi,Korean languages. Please find attached the title of a QDialog which is trying to be localized in Korean language. The strings are not translated programmatically, that is, the linguist tool is used to

Re: [Interest] Localization in Chinese, Japanese, Hindi, Korean languages

2013-07-15 Thread Friedemann Kleint
Hi, I am facing an issue in localizing the strings in Chinese,Japanese,Hindi,Korean languages. Please find attached the title of a QDialog which is trying to be localized in Korean language. If this affects Qt 5 on Windows, it might be related to

[Interest] qmake on Windows producing odd library names

2013-07-15 Thread Phil Hannent
Hi, I've recently downloaded Qt 5.1.0 and am attempting to build a project of mine on a Windows 7 PC using QtCreator. The problem is that I cannot compile the application because it cannot find the library's to link against:

[Interest] Modifying the font metrics (leading and tracking) everywhere

2013-07-15 Thread Atlant Schmidt
Folks: We've got a classic-QT (C++) application that runs under Qt 4.8.4 using QWS. One of the fonts we use appears to have excessive interline spacing (leading) and (perhaps) excessive inter-character spacing (its tracking could be tighter). We'd like to affect these parameters

[Interest] macdeployqt broken in Qt 5.1

2013-07-15 Thread qtnext
Hi, it seems that macdeployqt (at least with qt quick 2 on 5.1) is not working : http://qt-project.org/forums/viewthread/29805/P15. I have tryed to copy Qt.Quick2 in the exe folder : it works on my development computer but don't works on a mac of my customer (where qt is not installed). Is

Re: [Interest] macdeployqt broken in Qt 5.1

2013-07-15 Thread Vincent Boucher
Hi, I successfully deployed applications on Mac with Qt 5.1 but after having your message I checked the path of my macseployqt and it points to 4.8 binary! So if you need a quick fix: use a former version of this util. Note that I'm not using Qt Quick2. Vincent Le lundi 15 juillet 2013,

Re: [Interest] Modifying the font metrics (leading and tracking) everywhere

2013-07-15 Thread Ruth Ivimey-Cook
Atlant Schmidt wrote: I'd appreciate your help and especially an example! It sounds to me as if your best bet is to create a derived version of the font file with characteristics better suited to you. The open source program fontforge is a good starting point for such things, and leading

Re: [Interest] Qt build system

2013-07-15 Thread Mandeep Sandhu
On Tue, Jul 16, 2013 at 2:38 AM, Christian Gagneraud chg...@gna.org wrote: On 16/07/13 08:57, Carl Schumann wrote: Hi, I am using Qt in an environment where there is already a build infrastructure in place. Because of the amount of per-existing non-Qt code it is not feasible to build