mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
parent
621753ac1b
commit
d59acd8dbb
@ -788,6 +788,13 @@ void WebView::createContextMenu(QMenu* menu, const QWebHitTestResult &hitTest, c
|
|||||||
pageAction(QWebPage::SelectAll)->setIcon(QIcon::fromTheme("edit-select-all"));
|
pageAction(QWebPage::SelectAll)->setIcon(QIcon::fromTheme("edit-select-all"));
|
||||||
pageAction(QWebPage::SelectAll)->setText(tr("Select All"));
|
pageAction(QWebPage::SelectAll)->setText(tr("Select All"));
|
||||||
|
|
||||||
|
pageAction(QWebPage::SetTextDirectionDefault)->setText(tr("Default"));
|
||||||
|
pageAction(QWebPage::SetTextDirectionLeftToRight)->setText(tr("Left to Right"));
|
||||||
|
pageAction(QWebPage::SetTextDirectionRightToLeft)->setText(tr("Right to Left"));
|
||||||
|
pageAction(QWebPage::ToggleBold)->setText(tr("Bold"));
|
||||||
|
pageAction(QWebPage::ToggleItalic)->setText(tr("Italic"));
|
||||||
|
pageAction(QWebPage::ToggleUnderline)->setText(tr("Underline"));
|
||||||
|
|
||||||
m_actionReload = new QAction(qIconProvider->standardIcon(QStyle::SP_BrowserReload), tr("&Reload"), this);
|
m_actionReload = new QAction(qIconProvider->standardIcon(QStyle::SP_BrowserReload), tr("&Reload"), this);
|
||||||
m_actionStop = new QAction(qIconProvider->standardIcon(QStyle::SP_BrowserStop), tr("S&top"), this);
|
m_actionStop = new QAction(qIconProvider->standardIcon(QStyle::SP_BrowserStop), tr("S&top"), this);
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user