Re: [Interest] QList operator[]

2015-01-09 Thread Igor Grivko
Hi Brad, I think you hit the deep copy of the list. When you use list[i] the list itself is copied. To fix this problem in your current code, I think, you should use list.at(i) instead. Best regards, Igor Grivko On Fri, Jan 9, 2015 at 9:42 PM, Brad Pepers wrote: > I added a couple lines

[Interest] Calling Windows Managed Assembly (in DLL file) from Qt

2013-12-31 Thread Igor Grivko
Dear all, I want to ask you if you have any ideas how to call Windows Managed Assembly (in DLL file) from Qt. I tried in several ways, but failed. Is it possible at all? Or I should create some sort of C# wrapper? Any help would be much appreciated. Best regards, Igor Grivko

[Interest] Several targets in Android part of Qt project

2013-11-21 Thread Igor Grivko
ojects? I mean, I need another AndroidManifest file, another activities, etc. Best regards, Igor Grivko ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] problem with qml rendering

2013-03-27 Thread Igor Grivko
Hi Herlin, You provided very little information. Probably the problem is connected with wrong layout of the QML objects. Can you give a small self-consistent example that shows the problem? Best regards, Igor Grivko On Wed, Mar 27, 2013 at 10:20 PM, Herlin Matos Lastres wrote: > Hi all,

Re: [Interest] QMenu: remove icons

2013-03-20 Thread Igor Grivko
Hi Sensei, There is a property in QAction: iconVisibleInMenu : bool I suppose you need to use it. Best regards, Igor Grivko On Wed, Mar 20, 2013 at 2:46 PM, Sensei wrote: > Dear all, > > it should be easy, but I didn't find any way to do this. How do I remove > icons in

Re: [Interest] User interactions on webpage in Qtwebkit browser!

2012-07-19 Thread Igor Grivko
*QWebPage::linkDelegationPolicy (). This is a signal that is emitted when a user clicks a link in a WebView. You can add your own Event Filter, and then you can monitor all the Mouse events, for instance. Hope it helps. Best regards, Igor Grivko On 07/19/2012 05:41 PM, Lata Agrawal wrote: Hi all

[Interest] Google Prediction API Client

2012-07-03 Thread Igor Grivko
ed to name the same as TXT files. Here is the simple tutorial of how create models: https://developers.google.com/prediction/docs/hello_world Thanks for your interest in out work. Best regards, Igor Grivko

Re: [Interest] Question on qt-google-calendar from Qt-interest

2012-07-03 Thread Igor Grivko
n our work! Best regards, Igor Grivko On 07/03/2012 11:31 PM, Harri Pasanen wrote: Hi, I had no problems with Google docs, but I could not see how the ICS module obtained the authentication token. It seemed to use some hack/feature of QWebView? I ended up using a variation of

Re: [Interest] Question on qt-google-calendar from Qt-interest

2012-07-03 Thread Igor Grivko
.com/p/qt-google-calendar/wiki/HowToRegisterYourApplicationInGoogle Of course you do not need to create your own server. Hope it helps. Feel free to ask any questions! Best regards, Igor Grivko -- Forwarded message -- From: *Harri Pasanen* mailto:ha...@mpaja.com>> Date: Mon, Jun 25, 2012 at