Qt: Add help text section to settings dialog

This commit is contained in:
Connor McLaughlin
2020-03-22 13:16:56 +10:00
parent d5c76bf7d5
commit 4629cdfffc
3 changed files with 66 additions and 1 deletions

View File

@@ -115,6 +115,19 @@
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QTextEdit" name="helpText">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>