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

174 lines
5.0 KiB
Plaintext
Raw Permalink Normal View History

2025-04-30 01:26:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DirectAccessDialog</class>
<widget class="QDialog" name="DirectAccessDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>439</width>
<height>160</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>160</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>160</height>
</size>
</property>
<property name="windowTitle">
<string>Direct Access</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>9</x>
<y>10</y>
<width>421</width>
<height>144</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="RegAccessError_Label">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QLabel" name="RegAdd_Label">
<property name="text">
<string>Register Address:</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="RegAddEditPrefix_Label">
<property name="text">
<string>0x</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="RegData_Label">
<property name="text">
<string>Data:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="RegDataEditPrefix_Label">
<property name="text">
<string>0x</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLineEdit" name="RegData_Edit">
<property name="toolTip">
<string>The register content shown in endianess of the device</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="RegDataDec_Label">
<property name="text">
<string>Data:</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="RegDataDecEditPrefix_Label">
<property name="text">
<string>Dec</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QLineEdit" name="RegDataDec_Edit">
<property name="toolTip">
<string>The decimal representation of the register content</string>
</property>
</widget>
</item>
<item row="2" column="5">
<widget class="QCheckBox" name="CheckBoxEndianess">
<property name="toolTip">
<string>Convert the decimal value to little endian</string>
</property>
<property name="text">
<string>Little endian device</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLineEdit" name="RegAdd_Edit">
<property name="toolTip">
<string>The register address</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="RegRead_Button">
<property name="text">
<string>READ</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="RegWrite_Button">
<property name="text">
<string>WRITE</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>