summaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_dialog.ui
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:26 +0000
commitc4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch)
tree93d5c6aa93d9987680dd1adad5685e2ad698f223 /ui/qt/uat_dialog.ui
parentAdding upstream version 4.2.6. (diff)
downloadwireshark-upstream.tar.xz
wireshark-upstream.zip
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--ui/qt/uat_dialog.ui14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/qt/uat_dialog.ui b/ui/qt/uat_dialog.ui
index cdc8fbe6..3f373948 100644
--- a/ui/qt/uat_dialog.ui
+++ b/ui/qt/uat_dialog.ui
@@ -12,7 +12,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">
@@ -48,7 +48,7 @@
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Remove this entry.</string>
+ <string>Remove the selected entry(ies).</string>
</property>
</widget>
</item>
@@ -58,7 +58,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/>
@@ -71,7 +71,7 @@
<bool>false</bool>
</property>
<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 @@
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Move entry down.</string>
+ <string>Move the selected entry(ies) down.</string>
</property>
<property name="text">
<string/>
@@ -144,9 +144,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>