aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/profile_dialog.ui
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-07-11 00:25:45 +0200
committerRoland Knall <rknall@gmail.com>2019-07-17 18:25:11 +0000
commit390071ed0bc8aaf378c3468989ccde1c93817542 (patch)
tree2e7abfd67e050a42bdd739a105fdf4032782cf9f /ui/qt/profile_dialog.ui
parent0696d9349524ae06d17e774f5590a0b94ebae1c9 (diff)
Qt: Import Profile information
Allow easy import of profiles. Profiles must be stored inside a zip file, with no additional hierarchy. Change-Id: I0ae77460c20ef6b3e447906e671b0cefa6b9b032 Reviewed-on: https://code.wireshark.org/review/33881 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/profile_dialog.ui')
-rw-r--r--ui/qt/profile_dialog.ui25
1 files changed, 4 insertions, 21 deletions
diff --git a/ui/qt/profile_dialog.ui b/ui/qt/profile_dialog.ui
index 0a4f14716d..63da77d532 100644
--- a/ui/qt/profile_dialog.ui
+++ b/ui/qt/profile_dialog.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>470</width>
+ <width>557</width>
<height>386</height>
</rect>
</property>
@@ -51,7 +51,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0">
+ <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0">
<item>
<widget class="StockIconToolButton" name="newToolButton">
<property name="toolTip">
@@ -93,21 +93,9 @@
</spacer>
</item>
<item>
- <widget class="ElidedLabel" name="infoLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>1</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
+ <widget class="QPushButton" name="btnImport">
<property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- <property name="openExternalLinks">
- <bool>true</bool>
+ <string>Import</string>
</property>
</widget>
</item>
@@ -127,11 +115,6 @@
</widget>
<customwidgets>
<customwidget>
- <class>ElidedLabel</class>
- <extends>QLabel</extends>
- <header>widgets/elided_label.h</header>
- </customwidget>
- <customwidget>
<class>StockIconToolButton</class>
<extends>QToolButton</extends>
<header>widgets/stock_icon_tool_button.h</header>