diff --git a/plugins/externalscript/editexternalscript.ui b/plugins/externalscript/editexternalscript.ui index ad8c81a51..125882a98 100644 --- a/plugins/externalscript/editexternalscript.ui +++ b/plugins/externalscript/editexternalscript.ui @@ -1,305 +1,303 @@ EditExternalScriptBase 0 0 521 400 - - - 500 - 0 - - - - - QFormLayout::ExpandingFieldsGrow - - - - - &Name: - - - nameEdit - - - - - - - <p>The name will also be used as the identifier during code completion.</p> -<p><b>Note:</b> No spaces allowed.</p> - - - please insert a name - - - - - - - - - - &Command: - - - commandEdit - - - - - - - please insert a command to execute - - - - - - - - - - &Input: - - - stdinCombo - - - - - - - - nothing - - - - - selection in current file or nothing - - - - - selection in current file or whole file - - - - - contents of current file - - - - - - - - - - - &Output: - - - stdoutCombo - - - - - - - - ignore - + + + + + + + &Name: + + + nameEdit + + - - - insert at cursor position of current file - + + + + <p>The name will also be used as the identifier during code completion.</p> + <p><b>Note:</b> No spaces allowed.</p> + + + please insert a name + + - - - replace selection of current file or insert at cursor position - + + + + + + + &Command: + + + commandEdit + + - - - replace selection of current file or whole file - + + + + please insert a command to execute + + - - - replace contents of current file - + + + + + + + &Input: + + + stdinCombo + + - - - create new file - + + + + + nothing + + + + + selection in current file or nothing + + + + + selection in current file or whole file + + + + + contents of current file + + + - - - - - - Errors: - - - stderrCombo - - - - - - - - ignore - + + + + + + + &Output: + + + stdoutCombo + + - - - merge with normal output - + + + + + ignore + + + + + insert at cursor position of current file + + + + + replace selection of current file or insert at cursor position + + + + + replace selection of current file or whole file + + + + + replace contents of current file + + + + + create new file + + + - - - insert at cursor position of current file - + + + + Errors: + + + stderrCombo + + - - - replace selection of current file or insert at cursor position - + + + + + ignore + + + + + merge with normal output + + + + + insert at cursor position of current file + + + + + replace selection of current file or insert at cursor position + + + + + replace selection of current file or whole file + + + + + replace contents of current file + + + + + create new file + + + - - - replace selection of current file or whole file - + + + + Save &mode: + + + saveCombo + + - - - replace contents of current file - + + + + + save nothing + + + + + save active document + + + + + save all open documents + + + - - - create new file - + + + + Show out&put: + + + showOutputBox + + - - - - - - Save &mode: - - - saveCombo - - - - - - - - save nothing - + + + + true + + - - - save active document - + + + + Output filter: + + + outputFilterCombo + + - - - save all open documents - + + + + + no filter + + + + + compiler filter + + + + + script error filter + + + + + static analysis error filter + + + - - - - - - <p>Defines shortcuts you can use to execute this script.</p> - - - Shortcut: - - - - - - - - - - - no filter - - - - - compiler filter - + + + + <p>Defines shortcuts you can use to execute this script.</p> + + + Shortcut: + + - - - script error filter - + + - - - static analysis error filter - - - - - - - - Output filter: - - - - - - - Show Out&put - - - true - - + - + QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok KShortcutWidget QWidget
kshortcutwidget.h
- - nameEdit - commandEdit - stdinCombo - stdoutCombo - saveCombo -