diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 21:38:05 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 21:38:05 +0200 |
| commit | ab3e5ad5f25862985c17ba557163a1902b54747f (patch) | |
| tree | ab91f5b8a245a6b506a00e9b0533b096d0753ea4 /src/browsertab.ui | |
| parent | feb37f7d6b8730e94821fc6d70fb742ff393517d (diff) | |
| download | kristall-ab3e5ad5f25862985c17ba557163a1902b54747f.tar.gz | |
Adds install target to makefile, adds support for transient client certificates.
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> |
