GuiHyperlink: some minor fixes

* disambiguate "Other" label
* Add accelerator
* Add tooltip to "Other" widget
* Amend tooltip of "Web" widget (since "other" now seems to have taken
part of its function)
This commit is contained in:
Juergen Spitzmueller 2022-12-26 10:13:51 +01:00
parent b9b0ac1b6c
commit 5f8e41dc9b

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>306</width>
<width>319</width>
<height>226</height>
</rect>
</property>
@ -130,7 +130,7 @@
<item>
<widget class="QRadioButton" name="webRB">
<property name="toolTip">
<string>Link to the web or to every other target</string>
<string>Link to the web</string>
</property>
<property name="text">
<string>&amp;Web</string>
@ -162,8 +162,11 @@
</item>
<item>
<widget class="QRadioButton" name="noneRB">
<property name="toolTip">
<string>Link to an arbitrary other URI scheme (to be specified in the Target field above)</string>
</property>
<property name="text">
<string>Other</string>
<string>&amp;Other[[Link Type]]</string>
</property>
</widget>
</item>