Show icons in vertical tab bar

TODO: use the correct icons, move vertical tab bar into separate widget
This commit is contained in:
Janek Bevendorff 2017-02-21 21:34:13 +01:00
parent 0064f5dcfd
commit 851c7b891e
6 changed files with 162 additions and 19 deletions

View file

@ -62,7 +62,7 @@ class HttpPlugin: public ISettingsPage
//delete m_service;
}
virtual QString name() {
return QObject::tr("Http");
return QObject::tr("Browser Integration");
}
virtual QWidget * createWidget() {
OptionDialog * dlg = new OptionDialog();