<ui version="4.0" > <class>Preferences</class> <widget class="QDialog" name="Preferences" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>164</height> </rect> </property> <property name="windowTitle" > <string>Preferences</string> </property> <property name="windowIcon" > <iconset resource="ostinato.qrc" >:/icons/preferences.png</iconset> </property> <layout class="QVBoxLayout" > <item> <widget class="QFrame" name="frame" > <property name="frameShape" > <enum>QFrame::Box</enum> </property> <property name="frameShadow" > <enum>QFrame::Sunken</enum> </property> <layout class="QVBoxLayout" > <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="label" > <property name="text" > <string>Wireshark Path</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="wiresharkPathEdit" /> </item> <item> <widget class="QToolButton" name="wiresharkPathButton" > <property name="text" > <string>...</string> </property> </widget> </item> </layout> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources> <include location="ostinato.qrc" /> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Preferences</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>Preferences</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>