Package pyforms :: Package gui :: Package Controls :: Module ControlFile :: Class ControlFile
[hide private]
[frames] | no frames]

Class ControlFile

source code


Instance Methods [hide private]
 
initForm(self)
Load Control and initiate the events
source code
 
pushButton_clicked(self) source code
 
parent(self, value)
Returns or set the parent basewidget where the Control is
source code

Inherited from ControlText.ControlText: finishEditing, label, value

Inherited from ControlBase.ControlBase: __init__, aboutToShowContextMenuEvent, addPopupMenuOption, addPopupSubMenuOption, changed, enabled, form, help, hide, load, name, save, show

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

initForm(self)

source code 

Load Control and initiate the events

Overrides: ControlBase.ControlBase.initForm
(inherited documentation)

parent(self, value)

source code 

Returns or set the parent basewidget where the Control is

Decorators:
  • @parent.setter
Overrides: ControlBase.ControlBase.parent
(inherited documentation)