Module implementing a dialog to enter the parameters for eric6_doc.
None |
EricdocConfigDialog | Class implementing a dialog to enter the parameters for eric6_doc. |
None |
Class implementing a dialog to enter the parameters for eric6_doc.
None |
None |
EricdocConfigDialog | Constructor |
__checkQtHelpOptions | Private slot to check the QtHelp options and set the ok button accordingly. |
__initializeDefaults | Private method to set the default values. |
__selectColor | Private method to select a color. |
accept | Public slot called by the Ok button. |
generateParameters | Public method that generates the commandline parameters. |
on_addButton_clicked | Private slot to add the directory displayed to the listview. |
on_bodyBgButton_clicked | Private slot to select the body background color. |
on_bodyFgButton_clicked | Private slot to select the body foreground color. |
on_cfBgButton_clicked | Private slot to select the class/function header background color. |
on_cfFgButton_clicked | Private slot to select the class/function header foreground color. |
on_cssPicker_pathSelected | Private slot handling the selection of a css style sheet. |
on_deleteButton_clicked | Private slot to delete the currently selected directory of the listbox. |
on_ignoreDirPicker_pathSelected | Private slot handling the selection of a directory to be ignored. |
on_l1BgButton_clicked | Private slot to select the level 1 header background color. |
on_l1FgButton_clicked | Private slot to select the level 1 header foreground color. |
on_l2BgButton_clicked | Private slot to select the level 2 header background color. |
on_l2FgButton_clicked | Private slot to select the level 2 header foreground color. |
on_linkFgButton_clicked | Private slot to select the foreground color of links. |
on_outputDirPicker_pathSelected | Private slot handling the selection of an output directory. |
on_qtHelpDirPicker_pathSelected | Private slot handling the selection of the output directory for the QtHelp files. |
on_qtHelpFolderEdit_textChanged | Private slot to check the virtual folder. |
on_qtHelpGroup_toggled | Private slot to toggle the generation of QtHelp files. |
on_qtHelpNamespaceEdit_textChanged | Private slot to check the namespace. |
on_qtHelpTitleEdit_textChanged | Private slot to check the title. |
None |
Constructor
Private slot to check the QtHelp options and set the ok button accordingly.
Private method to set the default values.
These are needed later on to generate the commandline parameters.
Private method to select a color.
Public slot called by the Ok button.
It saves the values in the parameters dictionary.
Public method that generates the commandline parameters.
It generates a list of strings to be used to set the QProcess arguments for the ericdoc call and a dictionary containing the non default parameters. This dictionary can be passed back upon object generation to overwrite the default settings.
Private slot to add the directory displayed to the listview.
The directory in the ignore directories line edit is moved to the listbox above and the edit is cleared.
Private slot to select the body background color.
Private slot to select the body foreground color.
Private slot to select the class/function header background color.
Private slot to select the class/function header foreground color.
Private slot handling the selection of a css style sheet.
Private slot to delete the currently selected directory of the listbox.
Private slot handling the selection of a directory to be ignored.
Private slot to select the level 1 header background color.
Private slot to select the level 1 header foreground color.
Private slot to select the level 2 header background color.
Private slot to select the level 2 header foreground color.
Private slot to select the foreground color of links.
Private slot handling the selection of an output directory.
Private slot handling the selection of the output directory for the QtHelp files.
Private slot to check the virtual folder.
Private slot to toggle the generation of QtHelp files.
Private slot to check the namespace.
Private slot to check the title.