Skip to content

Commit 9bd168b

Browse files
committed
qt: add missing tooltips to options menu settings
1 parent 6718fbe commit 9bd168b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/qt/forms/optionsdialog.ui

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
<layout class="QHBoxLayout" name="horizontalLayout_2_Main">
105105
<item>
106106
<widget class="QLabel" name="databaseCacheLabel">
107+
<property name="toolTip">
108+
<string extracomment="Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value.">Maximum database cache size. A larger cache can contribute to faster sync, after which the benefit is less pronounced for most use cases. Lowering the cache size will reduce memory usage. Unused mempool memory is shared for this cache.</string>
109+
</property>
107110
<property name="text">
108111
<string>Size of &amp;database cache</string>
109112
</property>
@@ -147,6 +150,9 @@
147150
<layout class="QHBoxLayout" name="horizontalLayout_Main_VerifyLabel">
148151
<item>
149152
<widget class="QLabel" name="threadsScriptVerifLabel">
153+
<property name="toolTip">
154+
<string extracomment="Tooltip text for Options window setting that sets the number of script verification threads. Explains that negative values mean to leave these many cores free to the system.">Set the number of script verification threads. Negative values correspond to the number of cores you want to leave free to the system.</string>
155+
</property>
150156
<property name="text">
151157
<string>Number of script &amp;verification threads</string>
152158
</property>

0 commit comments

Comments
 (0)