summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-29 23:50:33 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-29 23:50:33 -0500
commit93318a1474031035da5e61ad199171cad5803c2f (patch)
treeddde0238c4453784949f3c6ee454675c953e6825 /src/mainwindow.ui
parent4bbdbb000fd5051fe80b5dca21dda60910284333 (diff)
moved all remaining filter stuff to FilterList
renamed some widgets
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 7e11c70e..ed35f783 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -66,7 +66,7 @@
<number>1</number>
</property>
<item>
- <widget class="QTreeWidget" name="categoriesList">
+ <widget class="QTreeWidget" name="filters">
<property name="minimumSize">
<size>
<width>120</width>
@@ -96,7 +96,7 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="clickBlankButton">
+ <widget class="QPushButton" name="filtersClear">
<property name="enabled">
<bool>false</bool>
</property>
@@ -130,7 +130,7 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
- <widget class="QRadioButton" name="categoriesAndBtn">
+ <widget class="QRadioButton" name="filtersAnd">
<property name="toolTip">
<string>Display mods that match all selected categories.</string>
</property>
@@ -143,7 +143,7 @@
</widget>
</item>
<item>
- <widget class="QRadioButton" name="categoriesOrBtn">
+ <widget class="QRadioButton" name="filtersOr">
<property name="toolTip">
<string>Display mods that match at least one of the selected categories</string>
</property>
@@ -153,7 +153,7 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="categoriesNotBtn">
+ <widget class="QCheckBox" name="filtersNot">
<property name="toolTip">
<string>Invert each selected category</string>
</property>
@@ -163,7 +163,7 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="categoriesSeparators">
+ <widget class="QCheckBox" name="filtersSeparators">
<property name="toolTip">
<string>Include separators</string>
</property>