GUI: projectfiledialog.ui: Add note about addons requiring Python (#2364)
This fixes https://trac.cppcheck.net/ticket/9456 (Tell the user that the addons require Python) regarding the GUI. Whether it is useful/necessary to add something similar for the CLI must still be checked.
This commit is contained in:
parent
b089ba4e3b
commit
f9d5aec758
|
@ -563,6 +563,16 @@
|
||||||
<string>Addons</string>
|
<string>Addons</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_addons_require_python">
|
||||||
|
<property name="text">
|
||||||
|
<string>Note: Addons require <a href="https://www.python.org/">Python</a> beeing installed.</string>
|
||||||
|
</property>
|
||||||
|
<property name="openExternalLinks">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="mAddonY2038">
|
<widget class="QCheckBox" name="mAddonY2038">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Reference in New Issue