Andre Poenitz wrote: > On Wed, Feb 03, 2010 at 06:27:06PM +0100, Peter Kümmel wrote: >> Peter Kümmel wrote: >>> Peter Kümmel wrote: >>>> Originally it was the Model-View-Controller pattern, so isn't a >>>> controller the perfect candidate for the central dispatcher? >>>> >>> Wouldn't it be best to completely unlink the model and view like in >>> attached image, found as figue 4-6 in >>> http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaDesignPatterns/CocoaDesignPatterns.html >> Diving a little bit deeper into the Apple's docs I must admit: >> Documentation at it's best! >> Such docu I miss for Qt, most there is a extended doxygen API >> description only, no big-picture is given any where. >> >> By the way, being again off-topic-on-the wrong-list: >> Are there plans to create a "Qt Interface Builder" >> which exports .qib files? > > What's a .qib file? I only find http://filext.com/file-extension/QIP > which seems unrelated. > > Andre' >
.qib is analog to .nib "NeXT Interface Builder". The Interface Builder of the Mac still uses the .nib extension; they still follow their "NS ideology": NSObject, NSString, ... Peter
