59 lines
1.4 KiB
XML
59 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>DialogCamSet</class>
|
||
<widget class="QDialog" name="DialogCamSet">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>360</width>
|
||
<height>555</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Dialog</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="0" column="1">
|
||
<widget class="QComboBox" name="comboBox"/>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_2"/>
|
||
</item>
|
||
<item row="1" column="0" colspan="2">
|
||
<widget class="QPushButton" name="pushButton_2">
|
||
<property name="text">
|
||
<string>Connect</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label">
|
||
<property name="text">
|
||
<string>Camera Choose:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="text">
|
||
<string>Exposure :</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="text">
|
||
<string>Gain:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QLineEdit" name="lineEdit"/>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|