imported icons, see open points in ticket; refs #113
This commit is contained in:
@@ -75,6 +75,8 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
||||
_home = "about:blank";
|
||||
if (urls.size()) _home = urls.at(0);
|
||||
setupUi(this);
|
||||
actionStop->setVisible(false);
|
||||
actionReload->setVisible(false);
|
||||
show();
|
||||
try {
|
||||
_networkManager.scAuth(new SmartCardAuth(actlib, this, login));
|
||||
@@ -87,9 +89,11 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
||||
_find->hide();
|
||||
statusBar()->addPermanentWidget(_progress = new QProgressBar());
|
||||
_progress -> setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
||||
statusBar()->addPermanentWidget(new QLabel("-"));
|
||||
statusBar()->addPermanentWidget
|
||||
(new QLabel("<img src=\":/icons/16x16/butt16_09.png\"/>"));
|
||||
statusBar()->addPermanentWidget(_zoom = new QSlider(Qt::Horizontal));
|
||||
statusBar()->addPermanentWidget(new QLabel("+"));
|
||||
statusBar()->addPermanentWidget
|
||||
(new QLabel("<img src=\":/icons/16x16/butt16_10.png\"/>"));
|
||||
_zoom->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
||||
_zoom->setMinimum(10);
|
||||
_zoom->setMaximum(190);
|
||||
|
||||
Reference in New Issue
Block a user