eric7.TrayStarter.TrayStarterMenuItemEditDialog
Module implementing a dialog to edit the data of a menu entry.
Global Attributes
Classes
Functions
TrayStarterMenuItemEditDialog
Class implementing a dialog to edit the data of a menu entry.
Derived from
QDialog, Ui_TrayStarterMenuItemEditDialog
Class Attributes
Class Methods
Methods
Static Methods
TrayStarterMenuItemEditDialog (Constructor)
TrayStarterMenuItemEditDialog(menuItem, parent=None)
Constructor
- menuItem (TrayStarterMenu)
-
menu entry to be edited
- parent (QWidget (optional))
-
reference to the parent widget (defaults to None)
TrayStarterMenuItemEditDialog.__updateOk
__updateOk()
Private slot to update the enabled state of the OK button.
TrayStarterMenuItemEditDialog.getEntry
getEntry()
Public method to get the edited menu entry.
- Return:
-
edited menu entry
- Return Type:
-
TrayStarterMenu