forked from Kitware/VeloView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vvColorToolbar.ui
94 lines (94 loc) · 2.95 KB
/
vvColorToolbar.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>vvColorToolbar</class>
<widget class="QToolBar" name="variableToolbar" >
<property name="windowTitle" >
<string>Active Variable Controls</string>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<attribute name="toolBarArea" >
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak" >
<bool>false</bool>
</attribute>
<action name="actionScalarBarVisibility" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="enabled" >
<bool>false</bool>
</property>
<property name="icon" >
<iconset resource="../../../Components/Resources/pqComponents.qrc" >:/pqWidgets/Icons/pqScalarBar24.png</iconset>
</property>
<property name="text" >
<string>Show Color Legend</string>
</property>
<property name="toolTip" >
<string>Toggle Color Legend Visibility</string>
</property>
<property name="statusTip" >
<string>Toggle Color Legend Visibility</string>
</property>
</action>
<action name="actionEditColorMap" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="icon" >
<iconset resource="../../../Components/Resources/pqComponents.qrc" >:/pqWidgets/Icons/pqEditColor24.png</iconset>
</property>
<property name="text" >
<string>Edit Color Map</string>
</property>
<property name="statusTip" >
<string>Edit Color Map</string>
</property>
</action>
<action name="actionResetRange" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="icon" >
<iconset resource="../../../Components/Resources/pqComponents.qrc" >:/pqWidgets/Icons/pqResetRange24.png</iconset>
</property>
<property name="text" >
<string>Reset Range</string>
</property>
<property name="toolTip" >
<string>Rescale to Data Range</string>
</property>
<property name="statusTip" >
<string>Rescale to Data Range</string>
</property>
</action>
<action name="actionRescaleCustomRange" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="icon" >
<iconset resource="../../../Components/Resources/pqComponents.qrc" >:/pqWidgets/Icons/pqResetRangeCustom24.png</iconset>
</property>
<property name="text" >
<string>Rescale Custom Range</string>
</property>
<property name="toolTip" >
<string>Rescale to Custom Data Range</string>
</property>
<property name="statusTip" >
<string>Rescale to Custom Data Range</string>
</property>
</action>
<addaction name="actionScalarBarVisibility" />
<addaction name="actionEditColorMap" />
<addaction name="actionResetRange" />
<addaction name="actionRescaleCustomRange" />
</widget>
<resources>
<include location="../../../Components/Resources/pqComponents.qrc"/>
</resources>
<connections/>
</ui>