mainwindow

class camelot.view.mainwindow.MainWindow(app_admin, parent=None)[source]

Main window GUI

exportToExcel()[source]

creates an excel file from the view

exportToWord()[source]

Use windows COM to export the active child window to MS word, by using its to_html function

merge_document()[source]

Run the merge document wizard on the selection in the current table view

updateMenus()[source]

Toggle the status of the menus, depending on the active view

viewFirst()[source]

selects view’s first row

viewLast()[source]

selects view’s last row

viewNext()[source]

selects view’s next row

viewPrevious()[source]

selects view’s previous row

camelot.view.mainwindow.addActions(target, actions)[source]

add action objects to menus, menubars, and toolbars if action is None, add a separator.

Previous topic

main

Next topic

model_thread

This Page


Comments
blog comments powered by Disqus