Re: [Interest] Massive flickering while resizing Qt Quick application while resizing the window (Windows only)

2022-07-18 Thread Shantanu Tushar
Hi, YMMV but I have generally seen the resize performance get better after forcing QtQuick to use ANGLE for rendering. You could try and see if that works for you. Cheers Shantanu On Mon, Jul 18, 2022, 4:36 PM Nuno Santos wrote: > Hi, > > I have never realised until today that there is a

Re: [Interest] Why Repeater.count increases before the item is actually created?

2022-06-30 Thread Shantanu Tushar
dler, start a 0-interval single-shot Timer and do your calculation there? -- Shantanu Tushar shantanu.io > > An additional consideration: is the for-loop approach relying on signal > order? No, eventually there will be more property changes and the application > will settle to the final (correc

Re: [Interest] Why Repeater.count increases before the item is actually created?

2022-06-30 Thread Shantanu Tushar
gt; snippet above, which is not particularly declarative ^.^...) > > Is there a "declarative" reason for behaving the way it behaves now? > > > Cheers, > > Federico Ferri > > ___ > Interest mailing list > Interest@qt-p

Re: [Interest] QtQuick Controls 2 and Designer: Should I use Styles or Customize?

2018-04-13 Thread Shantanu Tushar
s.ca> wrote: > Look nice, but what exactly does the function > SoStronk.contextPropertyForQmlObject(obj, string) does ? > > > > > From: Shantanu Tushar <shaan...@gmail.com> > Sent: April 11, 2018 9:29 AM > To: Jérôme Godbout >

Re: [Interest] QtQuick Controls 2 and Designer: Should I use Styles or Customize?

2018-04-11 Thread Shantanu Tushar
> { > property string customTheme: 'mainTheme' > } > > As for loading a multiple different template I think it would be impossible. > > > From: Interest <interest-bounces+godboutj=amotus...@qt-project.org> on > behalf of Shantanu Tush

Re: [Interest] QtQuick Controls 2 and Designer: Should I use Styles or Customize?

2018-04-09 Thread Shantanu Tushar
ssets/tilt-a780c798bf78e6c5.png Now, because Theme is a singleton, there is no way for me to define a different set of colors for a Dialog. Any suggestions on how to achieve this? Thanks, On 26 March 2018 at 19:37, Shantanu Tushar <shaan...@gmail.com> wrote: > Hi Thomas, > > I've tr

Re: [Interest] QtQuick Controls 2 and Designer: Should I use Styles or Customize?

2018-03-26 Thread Shantanu Tushar
Quick Controls 2 implementation for > reference. > > > I hope this solves your issue. > > > Kind Regards, > > Thomas Hartmann > > > > ___ > Interest mailing list > Interest

[Interest] QtQuick Controls 2 and Designer: Should I use Styles or Customize?

2018-03-15 Thread Shantanu Tushar
uggestions/workarounds on how I can use a custom look'n'feel but still be able to use the Designer and its Property section? [1] https://www.sostronk.com/app [2] https://i.imgur.com/cZrtqkR.png Thanks! -- Shantanu Tushar(UTC +0530) shantanu.io ___

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-15 Thread Shantanu Tushar
appear perfectly. >> >> What is the rule of thumb to use QtQuick Image element on on retina >> displays? >> >> Thx! >> >> Regards, >> >> Nuno >> >> ___ Interest mailing list >> Interest@qt-project.org http://lists.qt-project.org/ma >> ilman/listinfo/interest >> >> ___ >> Interest mailing list >> Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest >> >> > > > -- > Xavier > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QFile fails on Windows when screen is locked with message "device not open"?

2017-12-06 Thread Shantanu Tushar
xists()) qDebug() << “File Does not exist”; > and it outputs “device not open” before “File Does not exist”. > So it fails on new QFile(“some.txt”) > > Best Regards, > Emre Besirik > ___ > Interest mailing list > Interest@qt-project.org >

Re: [Interest] Updating NumberAnimation from/to at runtime

2017-07-16 Thread Shantanu Tushar
:* Interest [mailto:interest-bounces+mark.tucker= >> airborne.a...@qt-project.org] *On Behalf Of *Kristoffersen, Even (NO14) >> *Sent:* 14 July 2017 14:00 >> *To:* interest@qt-project.org >> *Subject:* Re: [Interest] Updating NumberAnimation from/to at runtime >> >>

[Interest] Updating NumberAnimation from/to at runtime

2017-07-14 Thread Shantanu Tushar
hat the `console.log(to)` does prove the binding is working. (Screenshot at http://i.imgur.com/yDTYbv9.png ) Is this a limitation of NumberAnimation? Or am I using it wrong? -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest

Re: [Interest] JS numbers to qint64

2017-07-13 Thread Shantanu Tushar
Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] JS numbers to qint64

2017-07-12 Thread Shantanu Tushar
Hi On Wed, Jul 12, 2017 at 3:30 PM, Konrad Rosenbaum <kon...@silmor.de> wrote: > On Wed, July 12, 2017 11:53, Shantanu Tushar wrote: > > and I see this output- > > > > qml: Opening 5762702576189441 > > Opening 5762702576189442 > > > > As you can

[Interest] JS numbers to qint64

2017-07-12 Thread Shantanu Tushar
foo.open(userId); } and I see this output- qml: Opening 5762702576189441 Opening 5762702576189442 As you can see the number changes. What am I doing wrong? -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread Shantanu Tushar
ime. > > - Somehow some way magically not use loads of JavaScript for all the > sizing > > and manipulation of cells. > > > Thanks to everyone for their time and ESPECIALLY to TeamQT! > > ❤ > > > > > > > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Mocking Network calls in code using QNetworkAccessManager

2017-05-18 Thread Shantanu Tushar
Hi, That works well, thanks! On Thu, May 18, 2017 at 5:16 PM, Richard Moore <r...@kde.org> wrote: > On 18 May 2017 at 11:35, Shantanu Tushar <shaan...@gmail.com> wrote: >> >> Any recommendations on how to do I achieve the unit test without >> needing networ

[Interest] Mocking Network calls in code using QNetworkAccessManager

2017-05-18 Thread Shantanu Tushar
network access? Cheers, -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] DropArea doesn't work if I change Item width

2017-04-29 Thread Shantanu Tushar
this behavior is happening? (Note that there are places where I've x/y instead of anchors. This is because in the real app's case, I need to animate parent+anchor changes of the whole component). [1] Such as http://talk.sostronk.com/t/map-selector-isnt-working/46777 Cheers, -- Shantanu Tushar(UTC

Re: [Interest] Align text to top of Text

2017-03-28 Thread Shantanu Tushar
Jason > > > > > *Jason Allen *m: > *703-868-5306 <070386%2085306>*w: www.jasoncaryallen.com > <https://twitter.com/jasonallen127> > <https://www.linkedin.com/in/jasonallen127> > > On Tue, Mar 28, 2017 at 2:51 PM, Shantanu Tushar <shaan...@gmail.co

[Interest] Align text to top of Text

2017-03-28 Thread Shantanu Tushar
Padding: 0 verticalAlignment: Qt.AlignTop text: "HELLO WORLD" } } I am able to get the following result- As you can see there is still space between the text and the topmost edge of the Text. How do I eliminate this space? Cheers,​ -- Shantanu Tushar(UT

Re: [Interest] qsTranslate in QtQuick Designer

2017-02-09 Thread Shantanu Tushar
t > https://bugreports.qt.io > > With help from patch https://codereview.qt-project.org/#/c/143784/ to get > the right locations, it should not that difficult. > > > Von: Interest <interest-bounces+tim.jenssen=qt...@qt-project.org> im Auftrag >

[Interest] qsTranslate in QtQuick Designer

2017-02-08 Thread Shantanu Tushar
his works fine but qsTranslate is not supported (only qsTr and qsTrId are). Are there any plans to support qsTranslate as well? Or is there a technical limitation because of which it might never be possible? Cheers, -- Shantanu Tushar(UTC +0530) shantanu.io ___

Re: [Interest] Beautifier for QML

2017-02-08 Thread Shantanu Tushar
Hi, On Mon, Feb 6, 2017 at 11:53 AM, Shawn Rutledge <shawn.rutle...@qt.io> wrote: > > On Feb 5, 2017, at 10:18, Shantanu Tushar <shaan...@gmail.com> wrote: > >> Hey folks, >> >> In our project we use astyle with the Qt Creator beautifier plugin, >

Re: [Interest] Beautifier for QML

2017-02-08 Thread Shantanu Tushar
hat'd be so nice! > > >> Quite a lot of devs in our team are shying away from Qt/QML >> because of that reason. > Really? Modern times… in school we had to use cards and blackened squares on > it to program a wang computer ... >

[Interest] Beautifier for QML

2017-02-05 Thread Shantanu Tushar
Hey folks, In our project we use astyle with the Qt Creator beautifier plugin, its quite neat for C++. I was wondering if anything similar existed for QML? Quite a lot of devs in our team are shying away from Qt/QML because of that reason. Cheers, -- Shantanu Tushar(UTC +0530) shantanu.io

Re: [Interest] Attached properties with Namespaced imports

2017-01-28 Thread Shantanu Tushar
uld I file a bug? On Sat, Jan 28, 2017 at 12:15 AM, Shantanu Tushar <shaan...@gmail.com> wrote: > Hi, > > Ah I think I made a typo while preparing the code snippet. I tried > what you suggested as well, doesn't work. > > Also, something I just noticed in GammaRay,

[Interest] Attached properties with Namespaced imports

2017-01-27 Thread Shantanu Tushar
"StackView.onStatusChanged", the message is printed. The reason I need to do this is that we are still using QtQuick Controls 1 throughout our project and want to use StackView from QtQuick.Controls 2 because we need the "StackView.onRemoved" functionality. Any idea how to make

Re: [Interest] Memory consumption when starting QML application

2016-10-23 Thread Shantanu Tushar
usage. > Perhaps I need to double check if I can load each page only when requested > (i.e. w/ Loader?) > > Marco > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Fw: Translations in QML

2016-07-22 Thread Shantanu Tushar
nguist will suggest a > previous translation that you can accept with a single keystroke, but it is > up to the translater to verify it makes sense in the current context. > > André > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/

Re: [Interest] qsTr in components

2016-06-11 Thread Shantanu Tushar
guageChanged ) > > signals: > > void languageChanged(QString language); > > > > When you change the language, you emit that signal, that causes the > re-evaluation of all string with the langMgr.null added. > > EDIT: Not sure why I used C++, it should be possible with QML. I think I > us

[Interest] QtQuick Window visible property

2016-06-10 Thread Shantanu Tushar
again! Any idea why this happens? Did I understand bindings incorrectly or is it some other magic? [1] "However, if the property is later assigned a static value from a JavaScript statement, the binding will be removed." http://doc.qt.io/qt-5/qtqml-syntax-propertybinding.html Thank

Re: [Interest] Problems with graphics library auto-detect on Windows

2016-06-09 Thread Shantanu Tushar
not >> invalidate the binding effect of any digital or other electronic >> reproduction of a manual signature that is included in any attachment. >> >> _______ >> Interest mailing list >> Interest@qt-project.org >> h

Re: [Interest] ListView/ListModel optimization

2016-05-09 Thread Shantanu Tushar
gt; > console.log('request:', url) > > xhr.open('GET', modelData, true); > > xhr.setRequestHeader('accept','application/json') > > xhr.send(''); > > } > >

Re: [Interest] Preventing Multiple Instances of EXE

2016-04-24 Thread Shantanu Tushar
tum sit altum videtur" > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] CLion to replace QtCreator?

2016-04-07 Thread Shantanu Tushar
_ >> Interest mailing list >> Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest >> >> > > ___ > Interest mailing list > Interest@qt-project.or

Re: [Interest] Qml Loader initial property setter

2016-03-31 Thread Shantanu Tushar
me > > _______ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Maintenance Tool mirror selection

2016-03-19 Thread Shantanu Tushar
> > Hi, > > > You can use the QtSdkRepoChooser for the maintenance tool: > > https://github.com/JKSH/QtSdkRepoChooser > > Samuel > > Tip: Every time there is a new Qt release, you need to generate the repo files again using QtSdkRepoChooser or you won't see the update

Re: [Interest] QML undefined Reference if object is in a TabView

2015-12-13 Thread Shantanu Tushar
out > the network > // to gather data from the instruments and pass that data to the > Analysis Engine > // It should include all the elements from the "Item" above. > function makeJson() > { > return experimentParams.toJSON(); > } > > > } > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How to overcome QNetworkDiskCache limitation

2015-10-24 Thread Shantanu Tushar
___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How to overcome QNetworkDiskCache limitation

2015-10-24 Thread Shantanu Tushar
k > > cache ? > > Edit the Qt source code and modify QNetworkDiskCache. > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > ___ > Interest mailing list >

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Shantanu Tushar
nks, > > Mike > > > > *From:* Gunnar Roth [mailto:gunnar.r...@gmx.de] > *Sent:* Monday, October 19, 2015 9:04 AM > *To:* Michael R Nelson <mnel...@sutron.com> > *Cc:* Shantanu Tushar <shaan...@gmail.com>; interest@qt-project.org > *Subject:* Aw: RE: [Interes

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Shantanu Tushar
’ve lost track of > what may have been at issue originally, as it all works as it’s supposed to > now, but suspect perhaps I stumbled across a case where the driver > selection logic errantly proceeds with OpenGL. In any case, it’s working > now, thanks again for your input. > >

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-17 Thread Shantanu Tushar
oes not invalidate the > binding effect of any digital or other electronic reproduction of a manual > signature that is included in any attachment. > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.

Re: [Interest] img server error

2015-09-03 Thread Shantanu Tushar
__ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > > -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-13 Thread Shantanu Tushar
at 7:59 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: On Monday 06 July 2015, Shantanu Tushar wrote: Hi, As most of our userbase need it, we force our Qt app to use ANGLE on Windows machines - app.setAttribute(Qt::AA_UseOpenGLES); just after setting the app name, organization etc

Re: [Interest] Indie Mobil Program terminated?

2015-07-07 Thread Shantanu Tushar
Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-06 Thread Shantanu Tushar
cBlueShift=0 cDepthBits=24 cStencilBits=8 iLayerType=0 cAlphaBits=8 cAlphaShift=24 swap interval: 0 default: ContextFormat: v2.0 profile: 0 options: QFlags(0x4) HGLRC= 0x10002 Thanks, -- Shantanu Tushar(UTC +0530) shantanu.io

Re: [Interest] Extremely sluggish browser performance in Qt 5.5

2015-06-22 Thread Shantanu Tushar
+ozemale=ozemail.com...@qt-project.org] *On Behalf Of *John C. Turnbull *Sent:* Saturday, June 20, 2015 1:07 PM *To:* 'Shantanu Tushar' *Cc:* 'Interests Qt' *Subject:* Re: [Interest] Extremely sluggish browser performance in Qt 5.5 Thanks, I downloaded and tried it out and there is absolutely

Re: [Interest] Extremely sluggish browser performance in Qt 5.5

2015-06-18 Thread Shantanu Tushar
list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QML Listview delegate in C++

2015-06-06 Thread Shantanu Tushar
in advance Regards Simone ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing

Re: [Interest] QML WebEngine causes segfault when started through steam

2015-06-05 Thread Shantanu Tushar
. Any ideas what the problem could be? --Marenz ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io

Re: [Interest] QtQuickControls tests

2015-05-26 Thread Shantanu Tushar
/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Sorting QSortFilterProxyModel with QML

2015-05-22 Thread Shantanu Tushar
___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-30 Thread Shantanu Tushar
:* interest-bounces+alexander.blasche=theqtcompany@qt-project.org interest-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Shantanu Tushar shaan...@gmail.com *Sent:* Wednesday, April 29, 2015 14:23 *To:* Interests Qt *Subject:* Re: [Interest] Q(Tcp/Udp)Socket stall

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-29 Thread Shantanu Tushar
/interest ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt

Re: [Interest] Q(Tcp/Udp)Socket stall

2015-04-29 Thread Shantanu Tushar
Funnily enough, I got that idea when cycling back home :P Anyway, thanks for that as people having the same problem will at least see the workaround. On Wed, Apr 29, 2015 at 9:18 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Wednesday 29 April 2015 17:53:52 Shantanu Tushar wrote

Re: [Interest] New Qt User

2015-04-21 Thread Shantanu Tushar
___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] New Qt User

2015-04-21 Thread Shantanu Tushar
am wrong here), it seems that QtQuick is somewhat like a rapid GUI prototyping class. Is there a specific class which can handle mutable GUI as I have shown in the mock-up? Best, Sarthak On 21 April 2015 at 08:50, Shantanu Tushar shaan...@gmail.com wrote: If I may suggest, using QtQuick

Re: [Interest] How to avoid QProcess polling

2015-04-16 Thread Shantanu Tushar
timer. BR, Joerg ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list

Re: [Interest] QML Text Item: how can I style a ul tag ?

2015-04-08 Thread Shantanu Tushar
mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] How to avoid QProcess polling

2015-04-08 Thread Shantanu Tushar
and they don't want to see 0% CPU usage when the app is idle from their perspective. Thanks, -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] porting Qt4 - 5, QDesktopServices::openUrl() fails

2015-04-08 Thread Shantanu Tushar
to open a path in the default shell? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io ___ Interest

Re: [Interest] How to avoid QProcess polling

2015-04-08 Thread Shantanu Tushar
, Joerg Bornemann joerg.bornem...@theqtcompany.com wrote: On 08-Apr-15 09:21, Shantanu Tushar wrote: Lets say I launch an external application on Windows using this code- [...polling in QProcess...] This polling code is there for historical reasons. It's a naive way to simulate a socket

Re: [Interest] QT QML Page Navigation

2015-04-01 Thread Shantanu Tushar
--- Screen3 and so on Are there any samples available? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Shantanu Tushar(UTC +0530) shantanu.io

Re: [Interest] QML TableView creating extra row delegates

2015-03-27 Thread Shantanu Tushar
. Gabriel de Dietrich Senior Software Developer The Qt Company — www.qt.io -- *From:* interest-bounces+gabriel.dedietrich= theqtcompany@qt-project.org interest-bounces+gabriel.dedietrich= theqtcompany@qt-project.org on behalf of Shantanu Tushar shaan

[Interest] QML TableView creating extra row delegates

2015-03-24 Thread Shantanu Tushar
} } The TableView that this gives looks like http://i.imgur.com/h1f1Q3F.png (apologies for the red :P) Is this expected behavior? If yes, how do I make sure not to handle interaction on the invalid rowDelegates? Cheers, -- Shantanu Tushar(UTC +0530) shantanu.io

Re: [Interest] ListView.currentIndex

2015-03-11 Thread Shantanu Tushar
Is there some example code you can share so that others can reproduce the problem? -- Shantanu Tushar(UTC +0530) shantanu.io On Tue, Mar 10, 2015 at 9:58 PM, Harri Pasanen ha...@mpaja.com wrote: ListView currentIndex behavior is bit of a mystery to me. I have a StackView where one page

[Interest] JSONListModel with Qt5

2014-10-24 Thread Shantanu Tushar
-in to the language, I am wondering if its faster to do it in QML/JS than doing it in a C++ model? Or is there another preferred way? Help me decide :) Cheers, -- Shantanu Tushar(UTC +0530) http://www.shantanutushar.com ___ Interest mailing list