diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:05:20 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:05:20 -0500 |
| commit | d5e38fca6b3a8c7bf90c5a3d8ec779752a22c61d (patch) | |
| tree | 739a30efabfb7c3777f9781c8a735f4e53bec02d /src/mainwindow.ui | |
| parent | fb3c15094fded829b120274189b0b331a68b2afa (diff) | |
added not filter, not functional yet
fixed no mods being displayed for OR with no conditions
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 723b42fe..cd9cbc4b 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -152,6 +152,13 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="categoriesNotBtn"> + <property name="text"> + <string>Not</string> + </property> + </widget> + </item> </layout> </widget> </item> |
