summaryrefslogtreecommitdiff
path: root/ui/qt/main_welcome.ui
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2016-10-17 11:57:00 +0200
committerRoland Knall <rknall@gmail.com>2016-10-17 14:43:22 +0000
commit81904c70a85c5e335908b628667cac84e560beef (patch)
tree2d333c089f19a818b72e7ecaf835359bf2b5b1d6 /ui/qt/main_welcome.ui
parent0c4eb2779f5507c498f9f076a993f0d0f988f1cd (diff)
downloadwireshark-81904c70a85c5e335908b628667cac84e560beef.tar.gz
InterfaceList: Change Buttons to combobox
Change the buttons to a combobox selector, and move that selector to the right of the capture filter box. Bug: 12971 Change-Id: Ib85d51cca128ed76eb08886e92660ede51d5982f Reviewed-on: https://code.wireshark.org/review/18186 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/main_welcome.ui')
-rw-r--r--ui/qt/main_welcome.ui9
1 files changed, 8 insertions, 1 deletions
diff --git a/ui/qt/main_welcome.ui b/ui/qt/main_welcome.ui
index a820d0384f..e5c75ed032 100644
--- a/ui/qt/main_welcome.ui
+++ b/ui/qt/main_welcome.ui
@@ -158,7 +158,7 @@
</item>
<item>
<widget class="QWidget" name="captureFilterLayout" native="true">
- <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
+ <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
<property name="leftMargin">
<number>0</number>
</property>
@@ -188,6 +188,13 @@
</property>
</widget>
</item>
+ <item>
+ <widget class="QPushButton" name="btnInterfaceType">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>