Qt: Use better title for capture file name format

pull/3732/head
Stenzek 2 months ago
parent 00908b1b10
commit 86fd69332e
No known key found for this signature in database

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>633</width>
<height>500</height>
<height>502</height>
</rect>
</property>
<property name="windowTitle">
@ -31,7 +31,7 @@
<property name="title">
<string>Screenshots</string>
</property>
<layout class="QGridLayout" name="screenshotsLayout" columnstretch="0,1">
<layout class="QGridLayout" name="screenshotsLayout" columnstretch="0,1" columnminimumwidth="110,0">
<item row="0" column="0">
<widget class="QLabel" name="screenshotSizeLabel">
<property name="text">
@ -72,7 +72,7 @@
<item row="1" column="0">
<widget class="QLabel" name="screenshotNameLabel">
<property name="text">
<string>Save Name:</string>
<string>File Name Format:</string>
</property>
</widget>
</item>
@ -131,7 +131,7 @@
<property name="title">
<string>Media Capture</string>
</property>
<layout class="QGridLayout" name="captureLayout" columnstretch="0,1">
<layout class="QGridLayout" name="captureLayout" columnstretch="0,1" columnminimumwidth="110,0">
<item row="0" column="0">
<widget class="QLabel" name="mediaCaptureBackendLabel">
<property name="text">
@ -155,7 +155,7 @@
<item row="2" column="0">
<widget class="QLabel" name="mediaCaptureSaveNameLabel">
<property name="text">
<string>Save Name:</string>
<string>File Name Format:</string>
</property>
</widget>
</item>

Loading…
Cancel
Save