eric7.Preferences.ConfigurationPages.PdfViewerPage

Module implementing the PDF Viewer configuration page.

Global Attributes

None

Classes

PdfViewerPage Class implementing the PDF Viewer configuration page.

Functions

create Module function to create the configuration page.


PdfViewerPage

Class implementing the PDF Viewer configuration page.

Derived from

ConfigurationPageBase, Ui_PdfViewerPage

Class Attributes

None

Class Methods

None

Methods

PdfViewerPage Constructor
save Public slot to save the IRC configuration.

Static Methods

None

PdfViewerPage (Constructor)

PdfViewerPage()

Constructor

PdfViewerPage.save

save()

Public slot to save the IRC configuration.

Up


create

create(dlg)

Module function to create the configuration page.

dlg
reference to the configuration dialog
Return:
reference to the instantiated page
Return Type:
ConfigurationPageBase
Up