(Add notes from web exp meeting) |
(→Unsorted) |
||
| Line 54: | Line 54: | ||
* Can do embedded kparts using QtWebKitPluginFactory. Need to pass it a list of the available plugins so that the navigator.plugins javascript list will be populated. Is the factory queried for every load or not, simon thinks it might be only called once. thiago thinks we need a notification when we get asked to load something. We need a method to force a refresh() to ensure the list is valid if we install new kparts. | * Can do embedded kparts using QtWebKitPluginFactory. Need to pass it a list of the available plugins so that the navigator.plugins javascript list will be populated. Is the factory queried for every load or not, simon thinks it might be only called once. thiago thinks we need a notification when we get asked to load something. We need a method to force a refresh() to ensure the list is valid if we install new kparts. | ||
| + | |||
| + | ** I've written an example plugin and put it online at http://gitorious.org/qt-examples/qt-examples/trees/master/qtwebkitplugins which shows we should be able to embed widgets and hence kparts quite easily (rich). | ||
* State saving/loading for eg 'Undo Close Tab' | * State saving/loading for eg 'Undo Close Tab' | ||
Contents |