views:

46

answers:

2

Hi -

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

Dan;

A: 

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.

RA
A: 

Has this maybe changed already? I'm also looking for a token field in Qt.