diff options
Diffstat (limited to 'src/browsertab.ui')
| -rw-r--r-- | src/browsertab.ui | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui index 7be4d3c..46ff31f 100644 --- a/src/browsertab.ui +++ b/src/browsertab.ui @@ -51,6 +51,9 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="toolTip"> + <string>Navigate back</string> + </property> <property name="text"> <string/> </property> @@ -65,6 +68,9 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="toolTip"> + <string>Navigate forward</string> + </property> <property name="text"> <string>...</string> </property> @@ -79,6 +85,9 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="toolTip"> + <string>Stop loading</string> + </property> <property name="text"> <string/> </property> @@ -93,6 +102,9 @@ <property name="enabled"> <bool>true</bool> </property> + <property name="toolTip"> + <string>Refresh current location</string> + </property> <property name="text"> <string/> </property> @@ -114,6 +126,9 @@ <property name="enabled"> <bool>false</bool> </property> + <property name="toolTip"> + <string>Add/remove from favourites</string> + </property> <property name="text"> <string/> </property> @@ -130,6 +145,24 @@ </property> </widget> </item> + <item> + <widget class="QToolButton" name="enable_client_cert_button"> + <property name="toolTip"> + <string>Enable/disable client certificate for this tab</string> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/shield-outline.svg</normaloff> + <normalon>:/icons/shield-lock.svg</normalon>:/icons/shield-outline.svg</iconset> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </item> <item> |
