diff options
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"> |
