diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 01:53:09 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-30 01:53:09 -0500 |
| commit | e99dfe153c62f914ada0605430305fca81a332a9 (patch) | |
| tree | a197b9620fb681781e29e5d488621bfa6d2eeb27 /src/mainwindow.ui | |
| parent | 93318a1474031035da5e61ad199171cad5803c2f (diff) | |
renamed filters to criteria
merged categories and content, they can be distinguished using the type
added a not flag for criteria, not used yet
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index ed35f783..7cc7dca4 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -85,12 +85,26 @@ <property name="uniformRowHeights"> <bool>true</bool> </property> + <property name="headerHidden"> + <bool>false</bool> + </property> <attribute name="headerVisible"> + <bool>true</bool> + </attribute> + <attribute name="headerCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="headerStretchLastSection"> <bool>false</bool> </attribute> <column> <property name="text"> - <string notr="true">1</string> + <string notr="true">Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Invert</string> </property> </column> </widget> @@ -153,16 +167,6 @@ </widget> </item> <item> - <widget class="QCheckBox" name="filtersNot"> - <property name="toolTip"> - <string>Invert each selected category</string> - </property> - <property name="text"> - <string>Not</string> - </property> - </widget> - </item> - <item> <widget class="QCheckBox" name="filtersSeparators"> <property name="toolTip"> <string>Include separators</string> @@ -351,9 +355,6 @@ p, li { white-space: pre-wrap; } <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> - <property name="toolTip"> - <string>List of available mods.</string> - </property> <property name="whatsThis"> <string>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders.</string> </property> @@ -448,14 +449,7 @@ p, li { white-space: pre-wrap; } </widget> </item> <item> - <widget class="QLabel" name="currentCategoryLabel"> - <property name="font"> - <font> - <pointsize>8</pointsize> - <italic>true</italic> - </font> - </property> - </widget> + <widget class="QLabel" name="currentCategoryLabel"/> </item> <item> <spacer name="horizontalSpacer_5"> |
