summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-01-30 19:31:25 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-01-30 19:34:36 -0600
commitcfc0b3c05551a5fb612258a3afe81fbcfca5c645 (patch)
tree662477cf8a48ffc3d82b0c333af9f74fa32705c7 /src/mainwindow.ui
parentd3f1006a51f0eb1e5ded5b96d2877f00b1736bd6 (diff)
Rename problems to notifications
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index e30466ac..72cfa21b 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1106,7 +1106,7 @@ p, li { white-space: pre-wrap; }
</layout>
</item>
<item>
- <widget class="MOBase::SortableTreeWidget" name="bsaList">
+ <widget class="MOBase::SortableTreeWidget" name="bsaList" native="true">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
@@ -1478,7 +1478,7 @@ p, li { white-space: pre-wrap; }
<addaction name="actionSettings"/>
<addaction name="separator"/>
<addaction name="actionEndorseMO"/>
- <addaction name="actionProblems"/>
+ <addaction name="actionNotifications"/>
<addaction name="actionUpdate"/>
<addaction name="actionHelp"/>
</widget>
@@ -1603,7 +1603,7 @@ p, li { white-space: pre-wrap; }
<string>Mod Organizer is up-to-date</string>
</property>
</action>
- <action name="actionProblems">
+ <action name="actionNotifications">
<property name="enabled">
<bool>false</bool>
</property>
@@ -1612,13 +1612,10 @@ p, li { white-space: pre-wrap; }
<normaloff>:/MO/gui/warning</normaloff>:/MO/gui/warning</iconset>
</property>
<property name="text">
- <string>No Problems</string>
+ <string>No Notifications</string>
</property>
<property name="whatsThis">
- <string>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
-
-!Work in progress!
-Right now this has very limited functionality</string>
+ <string>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.</string>
</property>
</action>
<action name="actionHelp">
@@ -1693,6 +1690,11 @@ Right now this has very limited functionality</string>
<extends>QTreeView</extends>
<header>downloadlistwidget.h</header>
</customwidget>
+ <customwidget>
+ <class>MOBase::SortableTreeWidget</class>
+ <extends>QWidget</extends>
+ <header>sortabletreewidget.h</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>