Changed QComboBox to QEditText for kiosk mode; refs #102

This commit is contained in:
Marc Wäckerlin
2011-09-21 11:42:04 +00:00
parent c6de182cd7
commit 924990afb8
9 changed files with 464 additions and 334 deletions

View File

@@ -219,6 +219,9 @@
<property name="text">
<string>&amp;Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionProxySettings">
<property name="icon">
@@ -287,7 +290,7 @@
<string>Add New Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+T</string>
<string>Esc</string>
</property>
</action>
<action name="actionFind">
@@ -419,6 +422,18 @@
<string>&amp;Bookmarks</string>
</property>
</action>
<action name="actionClearFind">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/clearlocation</normaloff>:/icons/clearlocation</iconset>
</property>
<property name="text">
<string>Clear Find</string>
</property>
<property name="toolTip">
<string>clear find bar</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>