Skip to content

InterTag, Continued

Monday, 13 March 2006  |  scott wheeler

This weekend I've done a bit more playing around with InterTag, a small application I mentioned recently.

The goal is to provide something of a demo app for some of the Qt 4 Interview related stuff and as a bonus come up with some classes that can become central to JuK in KDE 4. I've now got alternating background colors, a status bar and a very small file menu ("Open" and "Quit").

Right now I have:

  • Interview working with QAbstractModelItem and QTreeView subclasses
  • Alternating backgrounds in the QTreeView
  • Background loading of model information in a separate thread
  • Appropriate tree view headers

I still want to get:

  • Inline search
  • Inline tag editing
  • Automatic scaling of column widths
  • Column sorting
  • Column hiding

And then I'll basically consider it done; those are kind of the essentials for list-centric apps. I'm not really trying to make a real app, but something that will be just a couple thousand lines of code that other application developers can look at and also that will help me decide how to fold some of this stuff into kdelibs.

Probably with the next update I'll put a tarball along with it. For now it's just in my local CVS.