summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorProject579 <star579avatar@gmail.com>2018-08-20 12:55:02 -0500
committerLostDragonist <lost.dragonist@gmail.com>2018-12-12 20:16:54 -0600
commit57178f898838afed6e7a50413899d6082aad9989 (patch)
treef4c7a00c5aa141225c2c2d6c4b6172761cd13b40 /src/mainwindow.ui
parent49159de5d7084bf1ac159e3e37e2b406cdd87dbf (diff)
Added button to disable Archives in Data Tree and entirely.
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui46
1 files changed, 33 insertions, 13 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 41365768..fba246f5 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1152,19 +1152,39 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</item>
- <item>
- <widget class="QCheckBox" name="conflictsCheckBox">
- <property name="toolTip">
- <string>Filter the above list so that only conflicts are displayed.</string>
- </property>
- <property name="whatsThis">
- <string>Filter the above list so that only conflicts are displayed.</string>
- </property>
- <property name="text">
- <string>Show only conflicts</string>
- </property>
- </widget>
- </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_12">
+ <item>
+ <widget class="QCheckBox" name="conflictsCheckBox">
+ <property name="toolTip">
+ <string>Filters the above list so that only conflicts are displayed.</string>
+ </property>
+ <property name="whatsThis">
+ <string>Filters the above list so that only conflicts are displayed.</string>
+ </property>
+ <property name="text">
+ <string>Show only conflicts</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="showArchiveDataCheckBox">
+ <property name="toolTip">
+ <string>Filters the above list so that files from archives are not shown</string>
+ </property>
+ <property name="statusTip">
+ <string />
+ </property>
+ <property name="whatsThis">
+ <string>Filters the above list so that files from archives are not shown</string>
+ </property>
+ <property name="text">
+ <string>Show files from Archives</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
</layout>
</widget>
<widget class="QWidget" name="savesTab">