Let Qt lay out and size elements in FollowStreamDialog. Make it
authorGerald Combs <gerald@wireshark.org>
Mon, 14 Oct 2013 21:17:38 +0000 (21:17 -0000)
committerGerald Combs <gerald@wireshark.org>
Mon, 14 Oct 2013 21:17:38 +0000 (21:17 -0000)
commit0efe942aab7e985c825422e3f7a0d2e5aee9a5b9
treeac35d507b15f6d5596801f880c7beb29adc527c8
parent2e405d7261ee7a1ebfddbed468537de741b81571
Let Qt lay out and size elements in FollowStreamDialog. Make it
resizable. Get rid of the group box -- the OS X and Windows HIGs
discourage its use and I'm not sure if it fits the GNOME HIG in this
case either. Make the stream contents monospace. Set the cursor to the
beginning of the text when we follow a stream.

Continue the War On Unnecessary Dialogs. Move "Find"ing from a pop-up
window to the main Follow dialog. Wrap back to the beginning as needed.

Add a "Cancel" button. Make sure it and the escape key work as expected.

svn path=/trunk/; revision=52607
ui/qt/follow_stream_dialog.cpp
ui/qt/follow_stream_dialog.h
ui/qt/follow_stream_dialog.ui
ui/qt/main_window_slots.cpp