Skip to content

Commit 12b9f66

Browse files
author
Tim Walsh
committed
Update GUI for option to keep files in analysis mode
1 parent 6c41f28 commit 12b9f66

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

design.py

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ def setupUi(self, MainWindow):
6262
self.label = QtGui.QLabel(self.centralwidget)
6363
self.label.setObjectName(_fromUtf8("label"))
6464
self.verticalLayout.addWidget(self.label)
65+
self.label_8 = QtGui.QLabel(self.centralwidget)
66+
self.label_8.setObjectName(_fromUtf8("label_8"))
67+
self.verticalLayout.addWidget(self.label_8)
68+
self.checkBox_2 = QtGui.QCheckBox(self.centralwidget)
69+
self.checkBox_2.setObjectName(_fromUtf8("checkBox_2"))
70+
self.verticalLayout.addWidget(self.checkBox_2)
71+
self.label_9 = QtGui.QLabel(self.centralwidget)
72+
self.label_9.setObjectName(_fromUtf8("label_9"))
73+
self.verticalLayout.addWidget(self.label_9)
6574
self.checkBox = QtGui.QCheckBox(self.centralwidget)
6675
self.checkBox.setObjectName(_fromUtf8("checkBox"))
6776
self.verticalLayout.addWidget(self.checkBox)
@@ -120,11 +129,14 @@ def retranslateUi(self, MainWindow):
120129
self.label_6.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">Mode</span></p></body></html>", None))
121130
self.analysisBtn.setText(_translate("MainWindow", "Analysis", None))
122131
self.processingBtn.setText(_translate("MainWindow", "Processing", None))
123-
self.label.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">General options (Processing mode)</span></p></body></html>", None))
132+
self.label.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">General options</span></p></body></html>", None))
133+
self.label_8.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600; font-style:italic;\">Analysis</span></p></body></html>", None))
134+
self.checkBox_2.setText(_translate("MainWindow", "Retain logical files at end of process", None))
135+
self.label_9.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600; font-style:italic;\">Processing</span></p></body></html>", None))
124136
self.checkBox.setText(_translate("MainWindow", "Bag SIPs", None))
125137
self.filesonlyBtn.setText(_translate("MainWindow", "Make SIPs from logical files only (no disk images)", None))
126138
self.checkBox_3.setText(_translate("MainWindow", "Run bulk_extractor", None))
127-
self.label_5.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">File export options (Processing mode)</span></p></body></html>", None))
139+
self.label_5.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">File export options</span></p></body></html>", None))
128140
self.exportAllBtn.setText(_translate("MainWindow", "Include deleted/unallocated files (except HFS-formatted disks)", None))
129141
self.resforksBtn.setText(_translate("MainWindow", "Include AppleDouble resource forks (HFS-formatted disks)", None))
130142
self.label_7.setText(_translate("MainWindow", "<html><head/><body><p><span style=\" font-weight:600;\">Detailed output</span></p></body></html>", None))

design.ui

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,28 @@
8787
<item>
8888
<widget class="QLabel" name="label">
8989
<property name="text">
90-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;General options (Processing mode)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
90+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;General options&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
91+
</property>
92+
</widget>
93+
</item>
94+
<item>
95+
<widget class="QLabel" name="label_8">
96+
<property name="text">
97+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Analysis&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
98+
</property>
99+
</widget>
100+
</item>
101+
<item>
102+
<widget class="QCheckBox" name="checkBox_2">
103+
<property name="text">
104+
<string>Retain logical files at end of process</string>
105+
</property>
106+
</widget>
107+
</item>
108+
<item>
109+
<widget class="QLabel" name="label_9">
110+
<property name="text">
111+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; font-style:italic;&quot;&gt;Processing&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
91112
</property>
92113
</widget>
93114
</item>
@@ -115,7 +136,7 @@
115136
<item>
116137
<widget class="QLabel" name="label_5">
117138
<property name="text">
118-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;File export options (Processing mode)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
139+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;File export options&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
119140
</property>
120141
</widget>
121142
</item>

0 commit comments

Comments
 (0)