Functions | |
| newbutton clicked | connect (randomClicked) |
| toolbox | layoutBoxInsertWidget (layout,-1, newbutton, 0, 0) |
| function | randomClicked () |
Variables | |
| var | btnDelete = mywindow.findChild("_delete") |
| var | layout = toolbox.widgetGetLayout(btnDelete) |
| var | newbutton = toolbox.createWidget("QPushButton", mywindow, "_scriptButton") |
| newbutton | text = "Random" |
| newbutton clicked connect | ( | randomClicked | ) |
| function randomClicked | ( | ) |
| var btnDelete = mywindow.findChild("_delete") |
| var newbutton = toolbox.createWidget("QPushButton", mywindow, "_scriptButton") |
| Generated on Mon Nov 30 09:57:18 2009 | xTuple ERP Programmer Reference, Version 3.4.0RC |
1.6.1
|