Functions | |
| newbutton clicked | connect (expandClicked) |
| function | expandClicked () |
| toolbox | layoutBoxInsertWidget (layout, 2, newbutton) |
Variables | |
| var | btnView = mywindow.findChild("_soitem") |
| var | layout = toolbox.widgetGetLayout(btnView) |
| var | newbutton = toolbox.createWidget("QPushButton", mywindow, "_expandButton") |
| newbutton | text = "E&xpand All" |
| newbutton clicked connect | ( | expandClicked | ) |
| function expandClicked | ( | ) |
| var btnView = mywindow.findChild("_soitem") |
| var newbutton = toolbox.createWidget("QPushButton", mywindow, "_expandButton") |
| Generated on Fri Sep 4 10:06:59 2009 | xTuple ERP Programmer Reference, Version 3.3.0 |
1.6.1
|