[SOLVED] Reset Examples
-
wrote on 9 Oct 2014, 12:29 last edited by
Hi,
is there a way to reset a example? I was looking throw the "qabstractitemmodel" example and edited the code... the problem is everytime if I open the example with qt creator again I can see my changes.
How can I reset the example?
Cheers,
Josef -
well as far as i know the examples are just normal projects on the hard drive and if you change a file and save then there is no turning back.
Except of cause to re-install :)
-
wrote on 9 Oct 2014, 13:40 last edited by
damm... I didn't find a way to download a example? Just to open it via qt creator
-
-
wrote on 9 Oct 2014, 13:59 last edited by
nope ;-(
in my project folder I can find the example under:
C:\Qt\Examples\Qt-5.3\quick\models\abstractitemmodel
Is there another repo where I can find it maybe?
Thanks
Josef -
Sorry , pretty new here so I do not know.
But if you are on windows, why not just download the installer and see if you can install only samples?
-
wrote on 9 Oct 2014, 14:28 last edited by
[quote author="morker" date="1412863142"]Is there another repo where I can find it maybe? [/quote]
Yes, if you go to the link that mrjj sent then you can select "Qt root repo":https://qt.gitorious.org/qt and from there you can find "QtDeclarative sub-repo":https://qt.gitorious.org/qt/qtdeclarative/source/5a9f0131f8c0b7424a4d323b0f65237206be45ea: which contains your "example":https://qt.gitorious.org/qt/qtdeclarative/source/5a9f0131f8c0b7424a4d323b0f65237206be45ea:examples/quick/models/abstractitemmodel
1/7