123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>803</width>
- <height>556</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QLabel" name="DisplayLabel">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>581</width>
- <height>431</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width: 1px;border-style: solid;border-color: rgb(0, 0, 0);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- <property name="margin">
- <number>1</number>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>10</y>
- <width>791</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="EnumButton">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>50</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string> 查找设备</string>
- </property>
- </widget>
- <widget class="QPushButton" name="OpenButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>80</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>打开设备</string>
- </property>
- </widget>
- <widget class="QPushButton" name="CloseButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>80</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>关闭设备</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="ContinuesRadioButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>110</y>
- <width>81</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>连续模式</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QRadioButton" name="HardwareRadioButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>110</y>
- <width>81</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>触发模式</string>
- </property>
- </widget>
- <widget class="QPushButton" name="StartGrabbingButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>140</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>开始采集</string>
- </property>
- </widget>
- <widget class="QPushButton" name="StopGrabbingButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>140</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>停止采集</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SaveBmpButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>270</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>保存BMP</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="ExposureLineEdit">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>310</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="ExposureLabel">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>310</y>
- <width>51</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>曝光</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="GainLineEdit">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>340</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="GainLabel">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>340</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>增益</string>
- </property>
- </widget>
- <widget class="QLabel" name="FrameRateLabel">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>370</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>帧率</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="FrameRateLineEdit">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>370</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="GetParamButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>410</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>参数获取</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SetParamButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>410</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>设置参数</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SaveJpgButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>270</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>保存jpg</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox">
- <property name="geometry">
- <rect>
- <x>620</x>
- <y>170</y>
- <width>73</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>软触发</string>
- </property>
- </widget>
- <widget class="QPushButton" name="SoftwareButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>170</y>
- <width>80</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>软触发一次</string>
- </property>
- </widget>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|