Search code examples
cocoaqtnstokenfield

Qt Equivalent of NSTokenField


Is there an equivalent class/method for use in Qt that resembles Cocoa's NSTokenField?

Dan;


Solution

  • Not really. Here's the Qt widget gallery:

    http://doc.trolltech.com/4.6/gallery.html

    You might be able to achieve a similar effect with a QTextEdit and a QSyntaxHighlighter, but it's not the same as an NSTokenField.