eric4.Preferences.ConfigurationPages.QtPage

Module implementing the Qt configuration page.

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

Methods

QtPage Constructor
on_qt4Button_clicked Private slot to handle the Qt4 directory selection.
on_qt4Edit_textChanged Private slot to handle a change in the entered Qt directory.
on_qt4TransButton_clicked Private slot to handle the Qt4 translations directory selection.
on_qtButton_clicked Private slot to handle the Qt3 directory selection.
on_qtEdit_textChanged Private slot to handle a change in the entered Qt3 directory.
save Public slot to save the Qt configuration.

QtPage (Constructor)

QtPage()

Constructor

QtPage.on_qt4Button_clicked

on_qt4Button_clicked()

Private slot to handle the Qt4 directory selection.

QtPage.on_qt4Edit_textChanged

on_qt4Edit_textChanged(dir)

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

dir
the entered string (QString)

QtPage.on_qt4TransButton_clicked

on_qt4TransButton_clicked()

Private slot to handle the Qt4 translations directory selection.

QtPage.on_qtButton_clicked

on_qtButton_clicked()

Private slot to handle the Qt3 directory selection.

QtPage.on_qtEdit_textChanged

on_qtEdit_textChanged(dir)

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

dir
the entered string (QString)

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
Up