summaryrefslogtreecommitdiffstats
path: root/ui/qt/io_graph_dialog.ui
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
commit9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch)
tree2784370cda9bbf2da9114d70f05399c0b229d28c /ui/qt/io_graph_dialog.ui
parentAdding debian version 4.2.6-1. (diff)
downloadwireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz
wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ui/qt/io_graph_dialog.ui')
-rw-r--r--ui/qt/io_graph_dialog.ui54
1 files changed, 22 insertions, 32 deletions
diff --git a/ui/qt/io_graph_dialog.ui b/ui/qt/io_graph_dialog.ui
index 91f071ee..25cc41c7 100644
--- a/ui/qt/io_graph_dialog.ui
+++ b/ui/qt/io_graph_dialog.ui
@@ -72,7 +72,7 @@
</item>
</layout>
</widget>
- <widget class="TabnavTreeView" name="graphUat">
+ <widget class="RowMoveTreeView" name="graphUat">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
@@ -97,14 +97,14 @@
<item>
<widget class="StockIconToolButton" name="deleteToolButton">
<property name="toolTip">
- <string>Remove this graph.</string>
+ <string>Remove the selected graph(s).</string>
</property>
</widget>
</item>
<item>
<widget class="StockIconToolButton" name="copyToolButton">
<property name="toolTip">
- <string>Duplicate this graph.</string>
+ <string>Duplicate the selected graph(s).</string>
</property>
<property name="text">
<string/>
@@ -112,32 +112,32 @@
</widget>
</item>
<item>
- <widget class="StockIconToolButton" name="clearToolButton">
+ <widget class="StockIconToolButton" name="moveUpwardsToolButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Clear all graphs.</string>
+ <string>Move the selected graph(s) upwards.</string>
</property>
</widget>
</item>
<item>
- <widget class="StockIconToolButton" name="moveUpwardsToolButton">
+ <widget class="StockIconToolButton" name="moveDownwardsToolButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Move this graph upwards.</string>
+ <string>Move the selected graph(s) downwards.</string>
</property>
</widget>
</item>
<item>
- <widget class="StockIconToolButton" name="moveDownwardsToolButton">
+ <widget class="StockIconToolButton" name="clearToolButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
- <string>Move this graph downwards.</string>
+ <string>Clear all graphs.</string>
</property>
</widget>
</item>
@@ -290,26 +290,6 @@
</property>
</widget>
</item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="resetButton">
- <property name="text">
- <string>Reset</string>
- </property>
- </widget>
- </item>
</layout>
</item>
<item>
@@ -318,7 +298,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
- <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save</set>
+ <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save|QDialogButtonBox::Reset</set>
</property>
</widget>
</item>
@@ -540,9 +520,14 @@
<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>ResizeHeaderView</class>
+ <extends>QHeaderView</extends>
+ <header>widgets/resize_header_view.h</header>
</customwidget>
<customwidget>
<class>StockIconToolButton</class>
@@ -555,6 +540,11 @@
<header>widgets/qcustomplot.h</header>
<container>1</container>
</customwidget>
+ <customwidget>
+ <class>QCPStringLegendItem</class>
+ <extends>QCPAbstractLegendItem</extends>
+ <header>widgets/qcp_string_legend_item.h</header>
+ </customwidget>
</customwidgets>
<resources/>
<connections>