This package contains all the pyqode specific dialogs.
Bases: PyQt5.QtWidgets.QDialog
This dialog is used to edit the preferred encodings that appears in the encodings menu/combo box.
Static helper method that shows the encoding editor dialog If the dialog was accepted the new encodings are added to the settings.
Parameters: | parent – parent widget |
---|---|
Returns: | True in case of succes, False otherwise |
Gets the list of preferred encodings. :return: list
Bases: PyQt5.QtWidgets.QDialog, pyqode.core._forms.dlg_goto_line_ui.Ui_Dialog
Goto line dialog.
Gets user selected line.
Parameters: |
|
---|---|
Returns: | tuple(line, status) status is False if the dialog has been rejected. |
Bases: PyQt5.QtWidgets.QDialog, pyqode.core._forms.dlg_unsaved_files_ui.Ui_Dialog
This dialog shows the list of unsaved file in the CodeEditTabWidget.
Use can choose to: - cancel: nothing changed, no tab will be closed - save all/save selected: save the selected files or all files - discard all changes: nothing will be saved but all tabs will be closed.