aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_welcome.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-31 22:25:51 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-31 22:25:51 +0000
commit5c715fcc193851bc981ac99340b8ba59db9bbc22 (patch)
treeec130ef97e299246d7298ffc5696e1eb09eb4cbd /ui/qt/main_welcome.ui
parent94cbe0ce2c0a7de0a36755e94ca285606b2644ed (diff)
It ain't Wireshark unless we can capture.
Implement basic capture start and stop. Add a lot of menu items and enable and disable them when appropriate. Rename a few variables. Next step: Let the user select an interface (we just use the default for now). svn path=/trunk/; revision=44714
Diffstat (limited to 'ui/qt/main_welcome.ui')
-rw-r--r--ui/qt/main_welcome.ui10
1 files changed, 8 insertions, 2 deletions
diff --git a/ui/qt/main_welcome.ui b/ui/qt/main_welcome.ui
index d648e8000e..115fe5e1c5 100644
--- a/ui/qt/main_welcome.ui
+++ b/ui/qt/main_welcome.ui
@@ -44,9 +44,15 @@
</sizepolicy>
</property>
<property name="currentIndex">
- <number>0</number>
+ <number>1</number>
</property>
<widget class="InterfaceTree" name="interfaceTree">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
@@ -69,7 +75,7 @@
</widget>
<widget class="QListWidget" name="recentList">
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>