summaryrefslogtreecommitdiff
path: root/ui/qt/search_frame.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-02-18 20:48:23 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2016-02-19 12:16:16 +0000
commit61f73a3262fe724b7b31f14e842a80c5121301dd (patch)
treec1e0ac7f8c52b76392e5c329c408e17a1c72c849 /ui/qt/search_frame.ui
parent4c1869f4871211b3c7518e4858b8372c27013acc (diff)
downloadwireshark-61f73a3262fe724b7b31f14e842a80c5121301dd.tar.gz
Qt: Update AccordionFrame widgets to use common layout
- Use QPushButton for buttons and set the "Find" button as default in SearchFrame. - Use QPushButton for buttons, added a "Packet:" label, and set the "Go to packet" button as default in GoToFrame. - Set Qt::WA_MacSmallSize in OS X for FilterExpressionFrame and PreferenceEditorFrame. - Removed QFrame::StyledPanel and QFrame::Raised from ColumnEditorFrame. - Update ui files to reflect that AccordionFrame is used for AddressEditorFrame, FilterExpressionFrame and PreferenceEditorFrame. Change-Id: Icfbfff973535317997109a1020dfe24ba932e098 Reviewed-on: https://code.wireshark.org/review/13995 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/search_frame.ui')
-rw-r--r--ui/qt/search_frame.ui10
1 files changed, 7 insertions, 3 deletions
diff --git a/ui/qt/search_frame.ui b/ui/qt/search_frame.ui
index d2b9056118..917badf1f1 100644
--- a/ui/qt/search_frame.ui
+++ b/ui/qt/search_frame.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1026</width>
- <height>30</height>
+ <height>34</height>
</rect>
</property>
<property name="windowTitle">
@@ -141,14 +141,17 @@
</widget>
</item>
<item>
- <widget class="QToolButton" name="findButton">
+ <widget class="QPushButton" name="findButton">
<property name="text">
<string>Find</string>
</property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
</widget>
</item>
<item>
- <widget class="QToolButton" name="cancelButton">
+ <widget class="QPushButton" name="cancelButton">
<property name="text">
<string>Cancel</string>
</property>
@@ -169,5 +172,6 @@
<header>syntax_line_edit.h</header>
</customwidget>
</customwidgets>
+ <resources/>
<connections/>
</ui>