summaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_frame.ui
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /ui/qt/uat_frame.ui
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--ui/qt/uat_frame.ui14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/qt/uat_frame.ui b/ui/qt/uat_frame.ui
index 452ae65d..a49fc29c 100644
--- a/ui/qt/uat_frame.ui
+++ b/ui/qt/uat_frame.ui
@@ -18,7 +18,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="TabnavTreeView" name="uatTreeView"/>
+ <widget class="RowMoveTreeView" name="uatTreeView"/>
</item>
<item>
<widget class="QLabel" name="hintLabel">
@@ -54,7 +54,7 @@
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Remove this entry.</string>
+ <string>Remove the selected entry(ies).</string>
</property>
</widget>
</item>
@@ -64,7 +64,7 @@
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Copy this entry.</string>
+ <string>Copy the selected entry(ies).</string>
</property>
<property name="text">
<string/>
@@ -74,7 +74,7 @@
<item>
<widget class="StockIconToolButton" name="moveUpToolButton">
<property name="toolTip">
- <string>Move entry up.</string>
+ <string>Move the selected entry(ies) up.</string>
</property>
<property name="text">
<string/>
@@ -84,7 +84,7 @@
<item>
<widget class="StockIconToolButton" name="moveDownToolButton">
<property name="toolTip">
- <string>Move entry down.</string>
+ <string>Move the selected entry(ies) down.</string>
</property>
<property name="text">
<string/>
@@ -141,9 +141,9 @@
<header>widgets/elided_label.h</header>
</customwidget>
<customwidget>
- <class>TabnavTreeView</class>
+ <class>RowMoveTreeView</class>
<extends>QTreeView</extends>
- <header>widgets/tabnav_tree_view.h</header>
+ <header>widgets/rowmove_tree_view.h</header>
</customwidget>
<customwidget>
<class>StockIconToolButton</class>