Skip to content

Commit f9ad7cc

Browse files
authored
add buttons to load/save table display setting
1 parent beff8b7 commit f9ad7cc

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

src/GUI_UIs/ui_dialog_manage_files.ui

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>794</width>
9+
<width>805</width>
1010
<height>538</height>
1111
</rect>
1212
</property>
@@ -84,7 +84,7 @@ Text files (from any source) are exported from the text stored in the database a
8484
<widget class="QPushButton" name="pushButton_delete">
8585
<property name="geometry">
8686
<rect>
87-
<x>590</x>
87+
<x>670</x>
8888
<y>3</y>
8989
<width>30</width>
9090
<height>30</height>
@@ -245,7 +245,7 @@ Cannot export text transcription file associated with an audio or video as a lin
245245
<widget class="QPushButton" name="pushButton_bulk_rename">
246246
<property name="geometry">
247247
<rect>
248-
<x>630</x>
248+
<x>700</x>
249249
<y>3</y>
250250
<width>30</width>
251251
<height>30</height>
@@ -258,6 +258,38 @@ Cannot export text transcription file associated with an audio or video as a lin
258258
<string/>
259259
</property>
260260
</widget>
261+
<widget class="QPushButton" name="pushButton_display_save">
262+
<property name="geometry">
263+
<rect>
264+
<x>610</x>
265+
<y>3</y>
266+
<width>30</width>
267+
<height>30</height>
268+
</rect>
269+
</property>
270+
<property name="toolTip">
271+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save table display settings. &lt;/p&gt;&lt;p&gt;(Hidden rows and columns and column sizing)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
272+
</property>
273+
<property name="text">
274+
<string/>
275+
</property>
276+
</widget>
277+
<widget class="QPushButton" name="pushButton_display_load">
278+
<property name="geometry">
279+
<rect>
280+
<x>580</x>
281+
<y>3</y>
282+
<width>30</width>
283+
<height>30</height>
284+
</rect>
285+
</property>
286+
<property name="toolTip">
287+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Load saved table display setting.&lt;/p&gt;&lt;p&gt;(Hidden rows and columns and column sizing)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
288+
</property>
289+
<property name="text">
290+
<string/>
291+
</property>
292+
</widget>
261293
</widget>
262294
</item>
263295
<item row="3" column="0">

0 commit comments

Comments
 (0)