This is a configuration and maintanence application for the iwlocator. Why is this a QApplication and not a KDE application ? The ultimate goal is to make the iwear framework as portable as possible, so we decided to build this app on qt to be independent from special kde needs. subdirs : gui - contains the qt gui code src - contains the non-qt backend code (plus the main function with qt stuff) include - include files for all of them