Changed QComboBox to QEditText for kiosk mode; refs #102
This commit is contained in:
@@ -219,6 +219,9 @@
|
||||
<property name="text">
|
||||
<string>&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>&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"/>
|
||||
|
||||
Reference in New Issue
Block a user