buttons are now actions with images too; url-bar height is now not minimum but preferred; refs #91

This commit is contained in:
Marc Wäckerlin
2011-06-30 13:12:21 +00:00
parent ec19a77f44
commit bcc4afba7d
9 changed files with 737 additions and 11 deletions

View File

@@ -321,6 +321,33 @@
<string>&amp;Proxy ...</string>
</property>
</action>
<action name="actionClearLocation">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/clearlocation</normaloff>:/icons/clearlocation</iconset>
</property>
<property name="text">
<string>Clear Location</string>
</property>
<property name="toolTip">
<string>clear location bar</string>
</property>
</action>
<action name="actionAddBookmark">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/addbookmark</normaloff>:/icons/addbookmark</iconset>
</property>
<property name="text">
<string>Add Bookmark</string>
</property>
<property name="toolTip">
<string>add bookmark to location bar</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>