diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 16:21:41 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-05 16:21:41 -0500 |
| commit | 34b022a2297b869c7be306e3f6bf8e124adaf1a7 (patch) | |
| tree | 8d77d9b3b34a1436f93f29aa032848e32b92d027 /src/mainwindow.ui | |
| parent | 6f107023498cb00f268f55232e5f16254df9e79b (diff) | |
fixed warning when comparing empty strings
filter in data tab
fixed some bad iterators when removing rows
fixed empty directories not being marked as such when refreshing
always sort directories first even when reversing the sort order
fixed children not being sorted
fixed errors about file sizes for directories
remember state of checkboxes in data tab
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index f0887f56..8bd22ff1 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1058,7 +1058,7 @@ p, li { white-space: pre-wrap; } <item> <layout class="QHBoxLayout" name="horizontalLayout_12"> <item> - <widget class="QPushButton" name="btnRefreshData"> + <widget class="QPushButton" name="dataTabRefresh"> <property name="toolTip"> <string>refresh data-directory overview</string> </property> @@ -1088,7 +1088,7 @@ p, li { white-space: pre-wrap; } </spacer> </item> <item> - <widget class="QCheckBox" name="conflictsCheckBox"> + <widget class="QCheckBox" name="dataTabShowOnlyConflicts"> <property name="toolTip"> <string>Filters the above list so that only conflicts are displayed.</string> </property> @@ -1101,7 +1101,7 @@ p, li { white-space: pre-wrap; } </widget> </item> <item> - <widget class="QCheckBox" name="showArchiveDataCheckBox"> + <widget class="QCheckBox" name="dataTabShowFromArchives"> <property name="toolTip"> <string>Filters the above list so that files from archives are not shown</string> </property> @@ -1147,6 +1147,13 @@ p, li { white-space: pre-wrap; } </item> </layout> </item> + <item> + <layout class="QHBoxLayout" name="dataTreeFilterBox"> + <item> + <widget class="QLineEdit" name="dataTabFilter"/> + </item> + </layout> + </item> </layout> </widget> <widget class="QWidget" name="savesTab"> |
