wireshark/ui/qt/extcap_options_dialog.ui

35 lines
799 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ExtcapOptionsDialog</class>
<widget class="QDialog" name="ExtcapOptionsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>49</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<layout class="QVBoxLayout" name="verticalLayout"/>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>