aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-18 23:39:47 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-18 23:39:47 +0000
commit45fc7b65e089a12cbb5778825b065a16bf419303 (patch)
tree191e1190134f5ef916e0be0c184f2bac5fed71e0 /ui/qt/follow_stream_dialog.ui
parentfe2cd1d08a0cf3777b75e3e5ca35e3075ca5ab28 (diff)
Follow dialog data display improvements.
Change the "Raw" character type to UTF-8. I'm not sure it's possible to show true raw data in a QTextEdit widget and calling it UTF-8 more accurately repesents what happens when you pass a char * to a QString. Add a YAML display. Hopefully Scapy users will find it useful. Sort the the character display items alphabetically. Make sure we go back to the top of the buffer when we change the direction or character set. Be less aggressive about setting focus on the "find text" entry. svn path=/trunk/; revision=53421
Diffstat (limited to 'ui/qt/follow_stream_dialog.ui')
-rw-r--r--ui/qt/follow_stream_dialog.ui31
1 files changed, 3 insertions, 28 deletions
diff --git a/ui/qt/follow_stream_dialog.ui b/ui/qt/follow_stream_dialog.ui
index 364646da57..0e7eefb97e 100644
--- a/ui/qt/follow_stream_dialog.ui
+++ b/ui/qt/follow_stream_dialog.ui
@@ -58,40 +58,15 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
- <string>Charset</string>
+ <string>Show data as</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbCharset">
<property name="currentIndex">
- <number>4</number>
+ <number>-1</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>
<item>
@@ -134,7 +109,7 @@
<item>
<widget class="QPushButton" name="bFind">
<property name="text">
- <string>&amp;Next</string>
+ <string>Find &amp;Next</string>
</property>
</widget>
</item>