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

pull/6/head
cbwu 7 months ago
parent 9c694fa004
commit df3ef2bb7b

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

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

Loading…
Cancel
Save