Functions | |
| taxlist valid | connect (newbutton,"setEnabled") |
| newbutton clicked | connect (copyClicked) |
| function | copyClicked () |
| toolbox | layoutBoxInsertWidget (layout, 3, newbutton) |
Variables | |
| var | btnView = mywindow.findChild("_view") |
| newbutton | enabled = false |
| var | layout = toolbox.widgetGetLayout(btnView) |
| var | newbutton = toolbox.createWidget("QPushButton", mywindow, "_copyButton") |
| var | taxlist = mywindow.findChild("_tax") |
| newbutton | text = "Cop&y" |
| newbutton clicked connect | ( | copyClicked | ) |
| function copyClicked | ( | ) |
| var btnView = mywindow.findChild("_view") |
| var newbutton = toolbox.createWidget("QPushButton", mywindow, "_copyButton") |
| var taxlist = mywindow.findChild("_tax") |
| Generated on Fri Sep 4 10:07:03 2009 | xTuple ERP Programmer Reference, Version 3.3.0 |
1.6.1
|