http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54052
User: gerald
Date: 2013/12/13 06:36 PM
Log:
Capture Interfaces dialog cleanup.
Apply layouts as needed to allow resizing. Select the interface list by
row. We might want to switch the interface list to a QTreeWidget. Today
I learned that you can make QGroupBox titles checkable. Do that where we
enable and disable groups of items. Flatten all of the group boxes.
Change the output format combo to radio buttons. There are only two
choices and we have lots of real estate available. Use a
QDialogButtonBox so Qt can size and order the buttons appropriately.
Directory: /trunk/ui/qt/
Changes Path Action
+34 -10 capture_interfaces_dialog.cpp Modified
+7 -2 capture_interfaces_dialog.h Modified
+588 -640 capture_interfaces_dialog.ui Modified