fix: fix mnemonics in APIPage

This commit is contained in:
Sefa Eyeoglu 2022-05-27 14:50:06 +02:00
parent 3ff26d5cfe
commit 6fb5bb6a5e
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -36,13 +36,16 @@
<item> <item>
<widget class="QGroupBox" name="groupBox_paste"> <widget class="QGroupBox" name="groupBox_paste">
<property name="title"> <property name="title">
<string>Pastebin Service</string> <string>&amp;Pastebin Service</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<widget class="QLabel" name="pasteServiceTypeLabel"> <widget class="QLabel" name="pasteServiceTypeLabel">
<property name="text"> <property name="text">
<string>Paste Service Type</string> <string>Paste Service &amp;Type</string>
</property>
<property name="buddy">
<cstring>pasteTypeComboBox</cstring>
</property> </property>
</widget> </widget>
</item> </item>
@ -52,7 +55,10 @@
<item> <item>
<widget class="QLabel" name="baseURLLabel"> <widget class="QLabel" name="baseURLLabel">
<property name="text"> <property name="text">
<string>Base URL</string> <string>Base &amp;URL</string>
</property>
<property name="buddy">
<cstring>baseURLEntry</cstring>
</property> </property>
</widget> </widget>
</item> </item>