fix: 拍照时间间隔最大设置为25s

pull/6/head
cbwu
parent 9c694fa004
commit df3ef2bb7b

@ -39,16 +39,16 @@
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
<number>2</number>
</property>
<property name="topMargin">
<number>0</number>
<number>2</number>
</property>
<property name="rightMargin">
<number>0</number>
<number>2</number>
</property>
<property name="bottomMargin">
<number>0</number>
<number>2</number>
</property>
<item>
<widget class="ffmpegvideoDlg" name="cameraVideoWidget" native="true">
@ -154,6 +154,9 @@
<property name="minimum">
<double>0.800000000000000</double>
</property>
<property name="maximum">
<double>25.000000000000000</double>
</property>
<property name="stepType">
<enum>QAbstractSpinBox::StepType::DefaultStepType</enum>
</property>

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1113</width>
<height>572</height>
<height>416</height>
</rect>
</property>
<property name="sizePolicy">
@ -196,7 +196,11 @@
<item row="0" column="1">
<widget class="QStackedWidget" name="stackedWidget">
<widget class="QWidget" name="Page1">
<layout class="QVBoxLayout" name="SubPage"/>
<layout class="QVBoxLayout" name="SubPage">
<property name="bottomMargin">
<number>2</number>
</property>
</layout>
</widget>
</widget>
</item>
@ -257,7 +261,7 @@
</action>
<action name="toolbar_action2">
<property name="icon">
<iconset>
<iconset resource="mainwindow.qrc">
<normaloff>:/res/GDDC.png</normaloff>:/res/GDDC.png</iconset>
</property>
<property name="text">
@ -269,7 +273,7 @@
</action>
<action name="toolbar_action3">
<property name="icon">
<iconset>
<iconset resource="mainwindow.qrc">
<normaloff>:/res/LChain.png</normaloff>:/res/LChain.png</iconset>
</property>
<property name="text">
@ -343,6 +347,8 @@
</property>
</action>
</widget>
<resources/>
<resources>
<include location="mainwindow.qrc"/>
</resources>
<connections/>
</ui>

Loading…
Cancel
Save