diff options
Diffstat (limited to 'ui/qt/packet_dialog.ui')
-rw-r--r-- | ui/qt/packet_dialog.ui | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/ui/qt/packet_dialog.ui b/ui/qt/packet_dialog.ui index 0473fa12..83442828 100644 --- a/ui/qt/packet_dialog.ui +++ b/ui/qt/packet_dialog.ui @@ -35,14 +35,29 @@ </widget> </item> <item> - <widget class="QCheckBox" name="chkShowByteView"> - <property name="text"> - <string>Show packet bytes</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> + <layout class="QHBoxLayout" name="prefsLayout"> + <item> + <widget class="QCheckBox" name="chkShowByteView"> + <property name="text"> + <string>Show packet bytes</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="layoutLabel"> + <property name="text"> + <string>Layout:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="layoutComboBox"> + </widget> + </item> + </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> |