Radiation-resistantCamera/Vimba_6_0/VimbaCPP/Examples/VimbaViewer/Source/OpenByID.ui

160 lines
4.1 KiB
Plaintext
Raw Normal View History

2025-04-30 01:26:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OpenByIDDialog</class>
<widget class="QDialog" name="OpenByIDDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>96</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>296</width>
<height>87</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>96</height>
</size>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>Open camera by IP</string>
</property>
<property name="windowIcon">
<iconset resource="VimbaViewer.qrc">
<normaloff>:/VimbaViewer/Images/stripes_256.png</normaloff>:/VimbaViewer/Images/stripes_256.png</iconset>
</property>
<property name="modal">
<bool>false</bool>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>281</width>
<height>82</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>IP address:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Access:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLineEdit" name="LineEdit_ID">
<property name="toolTip">
<string>Enter the ID of the camera as shown by Vimba, the IP or 12 digit MAC address</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="ComboBox_Access">
<property name="minimumSize">
<size>
<width>72</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>99999</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Select the access mode the camera shall be opened in. Only GigE cameras can be opened in Config Mode.</string>
</property>
<item>
<property name="text">
<string>Open FULL ACCESS</string>
</property>
</item>
<item>
<property name="text">
<string>Open READ ONLY</string>
</property>
</item>
<item>
<property name="text">
<string>Open CONFIG</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="VimbaViewer.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>OpenByIDDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>OpenByIDDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>