aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-18 00:05:55 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-18 00:05:55 +0000
commita7f1c30a57f24466008aff1e1d290b802775cf49 (patch)
treefb75a5489300087fbe2f2d41b5fa57012fe135d8 /ui
parent9e338509f52b0005a8b56d090c81e9e886aa4bd3 (diff)
Adjust the Import Text dialog size policy, although it's still not
quite right. svn path=/trunk/; revision=44958
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/import_text_dialog.ui72
1 files changed, 39 insertions, 33 deletions
diff --git a/ui/qt/import_text_dialog.ui b/ui/qt/import_text_dialog.ui
index bde3b5845f..f65bf06531 100644
--- a/ui/qt/import_text_dialog.ui
+++ b/ui/qt/import_text_dialog.ui
@@ -7,15 +7,21 @@
<x>0</x>
<y>0</y>
<width>472</width>
- <height>600</height>
+ <height>486</height>
</rect>
</property>
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>486</height>
+ </size>
+ </property>
<property name="windowTitle">
<string>Wireshark: Import from Text</string>
</property>
@@ -170,6 +176,37 @@
</layout>
</widget>
</item>
+ <item row="2" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QLabel" name="label_11">
+ <property name="text">
+ <string>Maximum frame length:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="maxLengthLineEdit">
+ <property name="toolTip">
+ <string>The maximum size of the frames to write to the import capture file (max 64000)</string>
+ </property>
+ <property name="inputMask">
+ <string>90000; </string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="3" column="0" colspan="2">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
@@ -390,37 +427,6 @@
</layout>
</widget>
</item>
- <item row="3" column="0" colspan="2">
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <item>
- <widget class="QLabel" name="label_11">
- <property name="text">
- <string>Maximum frame length:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="maxLengthLineEdit">
- <property name="toolTip">
- <string>The maximum size of the frames to write to the import capture file (max 64000)</string>
- </property>
- <property name="inputMask">
- <string>90000; </string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
</layout>
</widget>
<resources/>