summaryrefslogtreecommitdiff
path: root/ui/qt/follow_stream_dialog.ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:30:30 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-09 19:30:30 +0000
commit80f9326b2fbf8857f221b6ee6d44c3982cdcbff9 (patch)
treed5dd5ce48d3da0595cc10da6319c729604511c23 /ui/qt/follow_stream_dialog.ui
parent41174fa490f141aaf1fdddfcb4f445ecd95888f7 (diff)
downloadwireshark-80f9326b2fbf8857f221b6ee6d44c3982cdcbff9.tar.gz
From Thomas ERSFELD (GSoC13)
Add TCP/UDP/SSL Follow feature to QtShark Known issue : * Duplicate code with GTK (function need follow_info_t struct but in GTK there is some GWidget variable in struct) * Sometimes TCP Follow fail... svn path=/trunk/; revision=51883
Diffstat (limited to 'ui/qt/follow_stream_dialog.ui')
-rw-r--r--ui/qt/follow_stream_dialog.ui125
1 files changed, 125 insertions, 0 deletions
diff --git a/ui/qt/follow_stream_dialog.ui b/ui/qt/follow_stream_dialog.ui
new file mode 100644
index 0000000000..bf9b1205ed
--- /dev/null
+++ b/ui/qt/follow_stream_dialog.ui
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>FollowStreamDialog</class>
+ <widget class="QDialog" name="FollowStreamDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>667</width>
+ <height>426</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle">
+ <string>Dialog</string>
+ </property>
+ <widget class="QGroupBox" name="groupBox">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>0</y>
+ <width>651</width>
+ <height>381</height>
+ </rect>
+ </property>
+ <property name="title">
+ <string>Stream contents</string>
+ </property>
+ <widget class="QComboBox" name="cbDirections">
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>352</y>
+ <width>461</width>
+ <height>27</height>
+ </rect>
+ </property>
+ </widget>
+ <widget class="QTextEdit" name="teStreamContent">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>20</y>
+ <width>631</width>
+ <height>321</height>
+ </rect>
+ </property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="QWidget" name="layoutWidget">
+ <property name="geometry">
+ <rect>
+ <x>480</x>
+ <y>350</y>
+ <width>158</width>
+ <height>29</height>
+ </rect>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>Charset</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="cbCharset">
+ <property name="currentIndex">
+ <number>4</number>
+ </property>
+ <item>
+ <property name="text">
+ <string>ASCII</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>EBCDIC</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>C Arrays</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Hex dump</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Raw</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>390</y>
+ <width>631</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Help</set>
+ </property>
+ </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>