icons reverted
This commit is contained in:
@@ -108,12 +108,10 @@ class Browser: public QMainWindow, protected Ui::Browser {
|
||||
sp.setHorizontalPolicy(QSizePolicy::Minimum);
|
||||
_progress->setSizePolicy(sp);
|
||||
QPushButton* btn(0);
|
||||
statusBar()->addPermanentWidget
|
||||
(btn=new QPushButton(QIcon(":/icons/16x16/butt16_09.png"), ""));
|
||||
statusBar()->addPermanentWidget(btn=new QPushButton("-"));
|
||||
assert(connect(btn, SIGNAL(clicked(bool)), SLOT(smaller())));
|
||||
statusBar()->addPermanentWidget(_zoom = new QSlider(Qt::Horizontal));
|
||||
statusBar()->addPermanentWidget
|
||||
(btn=new QPushButton(QIcon(":/icons/16x16/butt16_10.png"), ""));
|
||||
statusBar()->addPermanentWidget(btn=new QPushButton("+"));
|
||||
assert(connect(btn, SIGNAL(clicked(bool)), SLOT(larger())));
|
||||
sp = _zoom->sizePolicy();
|
||||
sp.setHorizontalPolicy(QSizePolicy::Minimum);
|
||||
|
@@ -135,7 +135,7 @@
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/32x32/butt32_02.png</normaloff>:/icons/32x32/butt32_02.png</iconset>
|
||||
<normaloff>:/icons/reload.png</normaloff>:/icons/reload.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>neu laden</string>
|
||||
@@ -150,7 +150,7 @@
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/32x32/butt32_05.png</normaloff>:/icons/32x32/butt32_05.png</iconset>
|
||||
<normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>stoppen</string>
|
||||
@@ -400,7 +400,7 @@
|
||||
<action name="actionClearLocation">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/32x32/butt32_06.png</normaloff>:/icons/32x32/butt32_06.png</iconset>
|
||||
<normaloff>:/icons/clearlocation.svg</normaloff>:/icons/clearlocation.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clear Location</string>
|
||||
@@ -412,7 +412,7 @@
|
||||
<action name="actionAddBookmark">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/32x32/butt32_08.png</normaloff>:/icons/32x32/butt32_08.png</iconset>
|
||||
<normaloff>:/icons/addbookmark.svg</normaloff>:/icons/addbookmark.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add Bookmark</string>
|
||||
@@ -466,7 +466,7 @@
|
||||
<action name="actionSearch">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/16x16/butt16_49.png</normaloff>:/icons/16x16/butt16_49.png</iconset>
|
||||
<normaloff>:/icons/find.svg</normaloff>:/icons/find.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Search</string>
|
||||
@@ -475,7 +475,7 @@
|
||||
<action name="actionClearSearch">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/32x32/butt32_06.png</normaloff>:/icons/32x32/butt32_06.png</iconset>
|
||||
<normaloff>:/icons/clearlocation.svg</normaloff>:/icons/clearlocation.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clear Search</string>
|
||||
|
BIN
src/resources/surfer.png
Normal file
BIN
src/resources/surfer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user