[Interest] Qt 5.x internationalization.

2013-10-11 Thread Ramesh Nelakuditi
Dear All, I would like to use following languages in my Qt5.x application , English, German, French, Spanish, Italian, Chinese, and Japanese. Could you let us know, if there are any restriction on these languages for Qt5.x framework. Thanks, Ramesh.

Re: [Interest] Looking for third party Qt libraries

2013-10-11 Thread André Somers
Op 10-10-2013 19:04, Konstantin Tokarev schreef: 09.10.2013, 10:21, André Somers an...@familiesomers.nl: Op 9-10-2013 7:34, Cornelius Schumacher schreef: On Tuesday 08 October 2013 06:48:38 BRM wrote: Cool - I don't have any at this time, but it's good information to have and I'm

Re: [Interest] serialization of QStateMachine for recovery mode

2013-10-11 Thread IWegner
IWegner iweg...@gmx.de schrieb: Hi mandeep, thank you for your quick comments and suggestions. I was also thinking of sub states for tasks as each task will have its own logic. It will be activated by the overall application state machine. Great to hear, that this is

Re: [Interest] Looking for third party Qt libraries

2013-10-11 Thread Joseph Crowell
On 07/10/2013 07:43 PM, Cornelius Schumacher wrote: We all know that Qt is great, but we also know that it can't possibly cover all use cases. Fortunately there are plenty of third party libraries based on Qt, which fill a lot of gaps, so you don't have to develop everything yourself.

[Interest] Fwd: QT Quick Controls - Menu

2013-10-11 Thread Ola Røer Thorsen
I agree that the documentation is slightly misleading. There is private API to position the menu at any position, but for the moment it’s still… private. We may make it public in a way or another if we see demand for that. BTW, what is your exact use case? There is definitely a need for

[Interest] QUIloader corrupted file

2013-10-11 Thread Manuele Conti
Hi All, I looking for a way to handle or get error information whether a file ui is currupted using qt 4.8.3. Do you have any idea? Cheers, Manuele ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Interest Digest, Vol 25, Issue 32

2013-10-11 Thread Mandeep Sandhu
P.S. ..second try again because of this horrible HTML mail mess most of the apps produce... Actually all your mails are coming through to this ML even the HTML formatted ones! :) -mandeep ___ Interest mailing list Interest@qt-project.org

[Interest] Custom Url in a QML ToolButton

2013-10-11 Thread Bruno Tezine
Hi, How can I use a custom url to load an image in a Qml ToolButton? The following code works for the Image Element, but not for the ToolButton: import QtQuick 2.1 import QtQuick.Controls 1.0 Image{ source: 'image://eimageprovider/5' //ok } ToolButton{ iconSource:

Re: [Interest] Qt 5.x internationalization.

2013-10-11 Thread Mitch Curtis
On 10/11/2013 09:13 AM, Ramesh Nelakuditi wrote: Dear All, I would like to use following languages in my Qt5.x application , *English, German, French, Spanish, Italian, Chinese, and Japanese.* Could you let us know, if there are any restriction on these languages for Qt5.x framework.

[Interest] Coding a spin box

2013-10-11 Thread Etienne Sandré-Chardonnal
Dear all, I would like to implement a scientific spin box, with features such as: 1 - Automatic switch to scientific notation if required, but not for simple numbers 2 - Number precision not limited by display (the edited number can have much more digits than displayed in non-edit mode) 3 -

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-11 Thread Mark
On Fri, Oct 11, 2013 at 2:37 PM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Of course it should not crash. I get an ASSERT: mo in file qml\qqmlvme.cpp, line 849 (this is with current stable branch though). I'm a bit curious to know why do you want to animate that property?

[Interest] Making screenshot of a primary screen. Qt 4.8.4, openSUSE 12.3

2013-10-11 Thread Alexander Syvak
Hello, the code below makes a screenshot of all screens QPixmap http://harmattan-dev.nokia.com/docs/library/html/qt4/qpixmap.html::grabWindow(QApplication http://harmattan-dev.nokia.com/docs/library/html/qt4/qapplication.html::desktop()-winId()); How to make a screenshot of a primary screen?

Re: [Interest] serialization of QStateMachine for recovery mode

2013-10-11 Thread K. Frank
Hi Mandeep (and Ingmar)! On Fri, Oct 11, 2013 at 12:37 PM, Mandeep Sandhu wrote: Adding Ingmar to the loop... :-) On Oct 11, 2013 6:59 PM, K. Frank wrote: Hello Mandeep and Ingmar! On Fri, Oct 11, 2013 at 1:04 AM, Mandeep Sandhu wrote: ... I don't think QSM provides this feature. The

Re: [Interest] Looking for third party Qt libraries

2013-10-11 Thread Cornelius Schumacher
Thanks for the list. I added manifests for the projects which have releases to the git repo. For the libraries which haven't been released yet, where just a source code repository exists I intend to add a special section in Inqlude. This needs a few changes in the format and tooling, so it

Re: [Interest] Looking for third party Qt libraries

2013-10-11 Thread Cornelius Schumacher
Thanks for the list. I added manifests for most of them to the git repository now. The proprietary libraries I added to the Wiki (https://github.com/cornelius/inqlude-data/wiki) for now, so we can include them, when we have implemented showing them in a separate category. A few questions on

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-11 Thread Mark
On Fri, Oct 11, 2013 at 5:08 PM, Mark mark...@gmail.com wrote: On Fri, Oct 11, 2013 at 2:37 PM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Of course it should not crash. I get an ASSERT: mo in file qml\qqmlvme.cpp, line 849 (this is with current stable branch though).

Re: [Interest] serialization of QStateMachine for recovery mode

2013-10-11 Thread Wegner
Hi Mandeep and K.Frank! ... Let's take a over-simplified SM. A-B-C-D now if the app crashed while it was state C, on restarting the app, I don't see a legal way of directly taking the SM to C, other than replaying the events that caused transitions to it. Or is there some other trick to

Re: [Interest] Making screenshot of a primary screen. Qt 4.8.4, openSUSE 12.3

2013-10-11 Thread Thiago Macieira
On sexta-feira, 11 de outubro de 2013 19:51:53, Alexander Syvak wrote: Hello, the code below makes a screenshot of all screens QPixmap http://harmattan-dev.nokia.com/docs/library/html/qt4/qpixmap.html::grabWi ndow(QApplication

Re: [Interest] serialization of QStateMachine for recovery mode

2013-10-11 Thread K. Frank
Hi Ingmar! On Fri, Oct 11, 2013 at 3:51 PM, Wegner wrote: Hi Mandeep and K.Frank! ... Let's take a over-simplified SM. A-B-C-D now if the app crashed while it was state C, on restarting the app, I don't see a legal way of directly taking the SM to C, other than replaying the events

[Interest] How to get word that was clicked on in a table view or table widget?

2013-10-11 Thread Alexei Vinidiktov
Hello, I need to get the word that was clicked on in a table widget or table view cell. Is it possible? If so, how would I do that? Thanks. -- Alexei Vinidiktov ___ Interest mailing list Interest@qt-project.org

Re: [Interest] How to get word that was clicked on in a table view or table widget?

2013-10-11 Thread Alexei Vinidiktov
I forgot to mention that the table view or table widget is not editable. On Sat, Oct 12, 2013 at 11:21 AM, Alexei Vinidiktov alexei.vinidik...@gmail.com wrote: Hello, I need to get the word that was clicked on in a table widget or table view cell. Is it possible? If so, how would I do

Re: [Interest] How to get word that was clicked on in a table view or table widget?

2013-10-11 Thread Tony Rietwyk
Hi Alexei, Interesting question. How does your model get the display text? I assume your model (or the QTableWidget model) is storing a QString. In the cell click handler you can theoretically: - push the display text into a QTextEdit (hidden for release builds) - format it with the