diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 12 |
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> |
