groakat / AudioTagger

5 stars 2 forks source link

Display filename of current file in gui window #14

Closed ali-fairbrass closed 10 years ago

groakat commented 10 years ago

you can use

self.setWindowTitle(filename)

To change the "name" of the program. That is a quick and easy solution.