ApplicationDialog Qt::WindowModal 0 0 569 300 Add an application Here you can add applications that can open error files. Specify a name for the application and the application to execute. The following texts are replaced with appropriate values when application is executed: (file) - Filename containing the error (line) - Line number containing the error (message) - Error message (severity) - Error severity Example opening a file with Kate and make Kate scroll to the correct line: kate -l(line) (file) Qt::AutoText Application's name: mName Command to execute: mPath Qt::Horizontal 40 20 Browse Qt::Horizontal QDialogButtonBox::Cancel|QDialogButtonBox::Ok mName mPath mButtonBrowse mButtons mButtons accepted() ApplicationDialog accept() 248 254 157 274 mButtons rejected() ApplicationDialog reject() 316 260 286 274