Home ⌂Doc Index ◂Up ▴

eric6.Preferences.ConfigurationPages.QtPage

Module implementing the Qt configuration page.

Global Attributes

None

Classes

QtPage Class implementing the Qt configuration page.

Functions

create Module function to create the configuration page.


QtPage

Class implementing the Qt configuration page.

Derived from

ConfigurationPageBase, Ui_QtPage

Class Attributes

None

Class Methods

None

Methods

QtPage Constructor
__updateQtSample Private slot to update the Qt tools sample label.
on_qtPostfixEdit_textChanged Private slot to handle a change in the entered Qt directory.
on_qtPrefixEdit_textChanged Private slot to handle a change in the entered Qt directory.
save Public slot to save the Qt configuration.

Static Methods

None

QtPage (Constructor)

QtPage()

Constructor

QtPage.__updateQtSample

__updateQtSample()

Private slot to update the Qt tools sample label.

QtPage.on_qtPostfixEdit_textChanged

on_qtPostfixEdit_textChanged(txt)

Private slot to handle a change in the entered Qt directory.

txt
the entered string (string)

QtPage.on_qtPrefixEdit_textChanged

on_qtPrefixEdit_textChanged(txt)

Private slot to handle a change in the entered Qt directory.

txt
the entered string (string)

QtPage.save

save()

Public slot to save the Qt configuration.

Up


create

create(dlg)

Module function to create the configuration page.

dlg
reference to the configuration dialog
Returns:
reference to the instantiated page (ConfigurationPageBase)
Up



Home ⌂Doc Index ◂Up ▴