Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 中打开网页时WebView,我看到的是“获取 Adobe Flash Player”按钮,而不是 Flash 播放器对象。然而,Flash 在 Konqueror 和 Rekonq 中运行良好。是否可以在 中激活 Adobe Flash 插件WebView?
WebView
我的代码如下所示:
from PyKDE4.plasma import Plasma webView = Plasma.WebView() webView.setUrl(KUrl(url))