61 | | settings.ui.summary = [{"name": "table", # the section name, must be unique |
62 | | "label": "Table", # the section label, will automatically be translated |
63 | | "common": False, # show this section on all tabs |
64 | | "translate": True, # turn automatic label translation on/off (default=True) |
65 | | "widgets": [...], # list of widgets for this section |
| 61 | settings.ui.summary = [{"name": "table", # Section name, must be unique |
| 62 | "label": "Table", # Section label (for the tab), will automatically be translated |
| 63 | "common": False, # Show this section on all tabs (default=False) |
| 64 | "translate": True, # Turn automatic label translation on/off (default=True) |
| 65 | "widgets": [...], # List of widgets for this section |