kdialog --version (return code: 0)
Qt: 4.8.7
KDE Development Platform: 4.14.16
KDialog: 1.0
kdialog --help (return code: 0)
Usage: kdialog [Qt-options] [KDE-options] [options] [arg]
KDialog can be used to show nice dialog boxes from shell scripts
Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options
Options:
--yesno <text> Question message box with yes/no buttons
--yesnocancel <text> Question message box with yes/no/cancel buttons
--warningyesno <text> Warning message box with yes/no buttons
--warningcontinuecancel <text> Warning message box with continue/cancel buttons
--warningyesnocancel <text> Warning message box with yes/no/cancel buttons
--yes-label <text> Use text as Yes button label
--no-label <text> Use text as No button label
--cancel-label <text> Use text as Cancel button label
--continue-label <text> Use text as Continue button label
--sorry <text> 'Sorry' message box
--detailedsorry <text> <details> 'Sorry' message box with expandable Details field
--error <text> 'Error' message box
--detailederror <text> <details> 'Error' message box with expandable Details field
--msgbox <text> Message Box dialog
--inputbox <text> <init> Input Box dialog
--password <text> Password dialog
--textbox <file> [width] [height] Text Box dialog
--textinputbox <text> <init> [width] [height] Text Input Box dialog
--combobox <text> item [item] [item] ... ComboBox dialog
--menu <text> [tag item] [tag item] ... Menu dialog
--checklist <text> [tag item status] ... Check List dialog
--radiolist <text> [tag item status] ... Radio List dialog
--passivepopup <text> <timeout> Passive Popup
--getopenfilename [startDir] [filter] File dialog to open an existing file
--getsavefilename [startDir] [filter] File dialog to save a file
--getexistingdirectory [startDir] File dialog to select an existing directory
--getopenurl [startDir] [filter] File dialog to open an existing URL
--getsaveurl [startDir] [filter] File dialog to save a URL
--geticon [group] [context] Icon chooser dialog
--progressbar <text> [totalsteps] Progress bar dialog, returns a D-Bus reference for communication
--getcolor Color dialog to select a color
--title <text> Dialog title
--default <text> Default entry to use for combobox, menu and color
--multiple Allows the --getopenurl and --getopenfilename options to return multiple files
--separate-output Return list items on separate lines (for checklist option and file open with --multiple)
--print-winid Outputs the winId of each dialog
--dontagain <file:entry> Config file and option name for saving the "do-not-show/ask-again" state
--slider <text> [minvalue] [maxvalue] [step] Slider dialog box, returns selected value
--calendar <text> Calendar dialog box, returns selected date
--attach <winid> Makes the dialog transient for an X app specified by winid
Arguments:
arg Arguments - depending on main option