Пример #1
0
void RssIcon::iconClicked()
{
    if (!m_view) {
        return;
    }

    RSSWidget* rss = new RSSWidget(m_view, parentWidget());
    rss->showAt(parentWidget());
}
Пример #2
0
void LocationBar::rssIconClicked()
{
    RSSWidget* rss = new RSSWidget(m_webView, this);
    rss->showAt(this);
}