diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-04-29 22:13:09 +0200 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-04-29 22:13:09 +0200 |
| commit | bdd1e97d4f3a8b294a0691a7631c60cf24fffa90 (patch) | |
| tree | c9845642b6f048fa80edbc38285d78ee3bf0c3fa /src/modinfodialog.ui | |
| parent | 4d67365600383d739df5288612a347948d5506b3 (diff) | |
Add modinfodialog Notes Tab color selector.
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 869ae04e..f035d93b 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -1204,17 +1204,35 @@ p, li { white-space: pre-wrap; } </attribute>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
- <widget class="QLineEdit" name="comments">
- <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>
+ <layout class="QHBoxLayout" name="horizontalLayout_11">
+ <item>
+ <widget class="QLineEdit" name="comments">
+ <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="QPushButton" name="setColorButton">
+ <property name="text">
+ <string>Set Color</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="resetColorButton">
+ <property name="text">
+ <string>Reset Color</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
<item>
<widget class="HTMLEditor" name="notes">
|
