Hi,
I'm using QAbstaractListModel to show dynamic content in ListView (QML).
I'm passing list from Qt to QML View using QQuickView.This works fine.
If I'm using same code to show contents in a Pathview (if I'm changing
listview in QML to PathView) then the programs exits with error code.
On 25/10/12 18:21, Daniel Price wrote:
That's a very old project that relies on Qt extensions that I couldn't
find (QSingleApplication).
FWIW: QtSingleApplication started life as a "Qt Solution" (the oldies
will remember those). Originally for paying customers only, these got
open-sourced som
On 25-Oct-2012, at 9:24 AM, Till Oliver Knoll wrote:
> I take it that this was meant highly ironic, wasn't it. ;)
You take it correctly ;)
-John
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Am 25.10.2012 um 17:28 schrieb John Weeks :
>
> On 25-Oct-2012, at 1:02 AM, Till Oliver Knoll wrote:
>
>> But I lost more nerves when I mindlessly started to change video edits
>> in Final Cut Pro X, just to experiment a bit - simply to realise
>> moments later that -shit!- I just modified that
On 25-Oct-2012, at 1:02 AM, Till Oliver Knoll wrote:
> But I lost more nerves when I mindlessly started to change video edits
> in Final Cut Pro X, just to experiment a bit - simply to realise
> moments later that -shit!- I just modified that movie which was
> already good as it was! So keep pres
That's a very old project that relies on Qt extensions that I couldn't find
(QSingleApplication).
It's not too hard to implement a classic Cocoa-Doc style app with Qt although
it's still harder than it should be.
For example, I found this sample document-based app using Qt. It does not use
NS
Here is overview
http://developer.apple.com/library/mac/#documentation/DataManagement/Conceptual/DocBasedAppProgrammingGuideForOSX/StandardBehaviors/StandardBehaviors.html
Raul
On Oct 25, 2012, at 11:02 AM, Till Oliver Knoll
wrote:
> 2012/10/25 Lincoln Ramsay :
>> ...
>> If you want "Mac" doc
2012/10/25 Lincoln Ramsay :
> ...
> If you want "Mac" document handling (including Lion autosave/versions), you
> need to use NSDocument.
Absolutely correct.
To my surprise it was unexpectedly hard to find any useful information
about that matter, e.g. a google search "lion autosave tutorial" sho