summaryrefslogtreecommitdiff
path: root/src/modinfodialog.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-08 10:37:46 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-08 10:44:46 -0600
commitc501b5cca081e1b3697904a3b4e1e236ea9c4e69 (patch)
tree01e2f84719dac045e5ebb57b6081ad9e6eeda5ce /src/modinfodialog.ui
parentc87d97de8c4e15c91f17ab35173ec6f22e80c8e5 (diff)
Add notes column to mod list
Diffstat (limited to 'src/modinfodialog.ui')
-rw-r--r--src/modinfodialog.ui25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui
index b3873bf3..671c7f31 100644
--- a/src/modinfodialog.ui
+++ b/src/modinfodialog.ui
@@ -782,7 +782,30 @@ p, li { white-space: pre-wrap; }
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
- <widget class="QTextEdit" name="notesEdit"/>
+ <widget class="QLineEdit" name="commentsEdit">
+ <property name="toolTip">
+ <string>Enter comments about the mod here. These are displayed in the notes column of the mod list.</string>
+ </property>
+ <property name="whatsThis">
+ <string>Enter comments about the mod here. These are displayed in the notes column of the mod list.</string>
+ </property>
+ <property name="placeholderText">
+ <string>Enter comments about the mod here. These are displayed in the notes column of the mod list.</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QTextEdit" name="notesEdit">
+ <property name="toolTip">
+ <string>Enter notes about the mod here. These can be viewed in the mod list by hovering over the notes column or the flags column.</string>
+ </property>
+ <property name="whatsThis">
+ <string>Enter notes about the mod here. These can be viewed in the mod list by hovering over the notes column or the flags column.</string>
+ </property>
+ <property name="placeholderText">
+ <string>Enter notes about the mod here. These can be viewed in the mod list by hovering over the notes column or the flags column.</string>
+ </property>
+ </widget>
</item>
</layout>
</widget>