15 changed files with 614 additions and 80 deletions
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 24 KiB |
@ -0,0 +1,42 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<ui version="4.0"> |
||||||
|
<class>menu5</class> |
||||||
|
<widget class="QWidget" name="menu5"> |
||||||
|
<property name="geometry"> |
||||||
|
<rect> |
||||||
|
<x>0</x> |
||||||
|
<y>0</y> |
||||||
|
<width>480</width> |
||||||
|
<height>640</height> |
||||||
|
</rect> |
||||||
|
</property> |
||||||
|
<property name="windowTitle"> |
||||||
|
<string>Form</string> |
||||||
|
</property> |
||||||
|
<layout class="QGridLayout" name="gridLayout"> |
||||||
|
<item row="0" column="0"> |
||||||
|
<widget class="QPushButton" name="pushButton"> |
||||||
|
<property name="text"> |
||||||
|
<string>存32帧亮度</string> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
</item> |
||||||
|
<item row="1" column="0"> |
||||||
|
<widget class="QPushButton" name="pushButton_2"> |
||||||
|
<property name="text"> |
||||||
|
<string>开始计算</string> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
</item> |
||||||
|
<item row="2" column="0"> |
||||||
|
<widget class="QPushButton" name="pushButton_3"> |
||||||
|
<property name="text"> |
||||||
|
<string>保存数据</string> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
</item> |
||||||
|
</layout> |
||||||
|
</widget> |
||||||
|
<resources/> |
||||||
|
<connections/> |
||||||
|
</ui> |
Loading…
Reference in new issue