2021-12-11 06:41:53 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2015-04-16 11:50:07 -05:00
|
|
|
<class>PcapFileImport</class>
|
2021-12-11 06:41:53 -06:00
|
|
|
<widget class="QDialog" name="PcapFileImport">
|
|
|
|
<property name="geometry">
|
2015-04-16 11:50:07 -05:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>326</width>
|
|
|
|
<height>93</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2021-12-11 06:41:53 -06:00
|
|
|
<property name="windowTitle">
|
2015-04-16 11:50:07 -05:00
|
|
|
<string>PCAP import options</string>
|
|
|
|
</property>
|
2021-12-11 06:41:53 -06:00
|
|
|
<layout class="QVBoxLayout">
|
2015-04-16 11:50:07 -05:00
|
|
|
<item>
|
2021-12-11 06:41:53 -06:00
|
|
|
<widget class="QCheckBox" name="viaPdml">
|
|
|
|
<property name="text">
|
2015-04-16 11:50:07 -05:00
|
|
|
<string>Intelligent Import (via PDML)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-12-11 06:41:53 -06:00
|
|
|
<layout class="QHBoxLayout">
|
2015-04-16 11:50:07 -05:00
|
|
|
<item>
|
2021-12-11 06:41:53 -06:00
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2015-04-16 11:50:07 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2021-12-11 06:41:53 -06:00
|
|
|
<property name="minimumSize">
|
2015-04-16 11:50:07 -05:00
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-12-11 06:41:53 -06:00
|
|
|
<widget class="QCheckBox" name="doDiff">
|
|
|
|
<property name="enabled">
|
2015-04-16 11:50:07 -05:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2021-12-11 06:41:53 -06:00
|
|
|
<property name="text">
|
2015-04-16 11:50:07 -05:00
|
|
|
<string>Do a diff after import</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-12-11 06:41:53 -06:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
2015-04-16 11:50:07 -05:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2021-12-11 06:41:53 -06:00
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2015-04-16 11:50:07 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>PcapFileImport</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="sourcelabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>249</x>
|
|
|
|
<y>81</y>
|
|
|
|
</hint>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="destinationlabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>157</x>
|
|
|
|
<y>90</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>PcapFileImport</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="sourcelabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>249</x>
|
|
|
|
<y>81</y>
|
|
|
|
</hint>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="destinationlabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>258</x>
|
|
|
|
<y>90</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>viaPdml</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>doDiff</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="sourcelabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>15</x>
|
|
|
|
<y>16</y>
|
|
|
|
</hint>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="destinationlabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>37</x>
|
|
|
|
<y>42</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>viaPdml</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>doDiff</receiver>
|
|
|
|
<slot>setChecked(bool)</slot>
|
|
|
|
<hints>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="sourcelabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>151</x>
|
|
|
|
<y>14</y>
|
|
|
|
</hint>
|
2021-12-11 06:41:53 -06:00
|
|
|
<hint type="destinationlabel">
|
2015-04-16 11:50:07 -05:00
|
|
|
<x>150</x>
|
|
|
|
<y>34</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|