Salome HOME
Porting to ParaView 5.8
[modules/paravis.git] / src / Plugins / TableReader / plugin / Resources / CustomLineChartDisplayPanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CustomLineChartDisplayPanel</class>
4  <widget class="QWidget" name="CustomLineChartDisplayPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>301</width>
10     <height>534</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout">
14    <item row="0" column="0" colspan="2">
15     <widget class="QCheckBox" name="ViewData">
16      <property name="toolTip">
17       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
18 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
19 p, li { white-space: pre-wrap; }
20 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
21 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';&quot;&gt;Toggle visibility of this display's series.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
22      </property>
23      <property name="whatsThis">
24       <string>Use this option to show/hide all the line series in the chart.</string>
25      </property>
26      <property name="text">
27       <string>Show Line Series in Chart</string>
28      </property>
29     </widget>
30    </item>
31    <item row="1" column="0" colspan="2">
32     <widget class="QGroupBox" name="groupBox">
33      <property name="title">
34       <string>X Axis Data</string>
35      </property>
36      <layout class="QGridLayout">
37       <item row="0" column="0" colspan="2">
38        <widget class="QRadioButton" name="UseArrayIndex">
39         <property name="whatsThis">
40          <string>Select this option to use the indexes of the y-axis array for the x-axis points.</string>
41         </property>
42         <property name="text">
43          <string>Use Array Index From Y Axis Data</string>
44         </property>
45         <property name="checked">
46          <bool>true</bool>
47         </property>
48         <property name="autoExclusive">
49          <bool>false</bool>
50         </property>
51        </widget>
52       </item>
53       <item row="1" column="0">
54        <widget class="QRadioButton" name="UseDataArray">
55         <property name="whatsThis">
56          <string>Select this option to use a data array to define the x-axis points.</string>
57         </property>
58         <property name="text">
59          <string>Use Data Array</string>
60         </property>
61         <property name="autoExclusive">
62          <bool>false</bool>
63         </property>
64        </widget>
65       </item>
66       <item row="1" column="1">
67        <widget class="QComboBox" name="XAxisArray">
68         <property name="enabled">
69          <bool>false</bool>
70         </property>
71         <property name="whatsThis">
72          <string>Choose the name of the x-axis data array.</string>
73         </property>
74        </widget>
75       </item>
76      </layout>
77     </widget>
78    </item>
79    <item row="2" column="0" colspan="2">
80     <widget class="QGroupBox" name="SeriesGroup">
81      <property name="sizePolicy">
82       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
83        <horstretch>0</horstretch>
84        <verstretch>0</verstretch>
85       </sizepolicy>
86      </property>
87      <property name="title">
88       <string>Line Series</string>
89      </property>
90      <layout class="QGridLayout">
91       <property name="margin">
92        <number>6</number>
93       </property>
94       <property name="spacing">
95        <number>6</number>
96       </property>
97       <item row="6" column="1">
98        <widget class="QComboBox" name="AxisList">
99         <property name="whatsThis">
100          <string>Select the chart axes for the line series.</string>
101         </property>
102         <item>
103          <property name="text">
104           <string>Bottom-Left</string>
105          </property>
106         </item>
107         <item>
108          <property name="text">
109           <string>Bottom-Right</string>
110          </property>
111         </item>
112         <item>
113          <property name="text">
114           <string>Top-Left</string>
115          </property>
116         </item>
117         <item>
118          <property name="text">
119           <string>Top-Right</string>
120          </property>
121         </item>
122        </widget>
123       </item>
124       <item row="4" column="1">
125        <widget class="QComboBox" name="StyleList">
126         <property name="whatsThis">
127          <string>Select the line style for the series.</string>
128         </property>
129         <item>
130          <property name="text">
131           <string>None</string>
132          </property>
133         </item>
134         <item>
135          <property name="text">
136           <string>Solid</string>
137          </property>
138         </item>
139         <item>
140          <property name="text">
141           <string>Dash</string>
142          </property>
143         </item>
144         <item>
145          <property name="text">
146           <string>Dot</string>
147          </property>
148         </item>
149         <item>
150          <property name="text">
151           <string>Dash Dot</string>
152          </property>
153         </item>
154         <item>
155          <property name="text">
156           <string>Dash Dot Dot</string>
157          </property>
158         </item>
159        </widget>
160       </item>
161       <item row="6" column="0">
162        <widget class="QLabel" name="label_5">
163         <property name="text">
164          <string>Chart Axes</string>
165         </property>
166        </widget>
167       </item>
168       <item row="4" column="0">
169        <widget class="QLabel" name="label_4">
170         <property name="text">
171          <string>Line Style</string>
172         </property>
173        </widget>
174       </item>
175       <item row="3" column="1">
176        <widget class="QSpinBox" name="Thickness">
177         <property name="whatsThis">
178          <string>Enter the thickness for the line.</string>
179         </property>
180         <property name="minimum">
181          <number>1</number>
182         </property>
183         <property name="maximum">
184          <number>10</number>
185         </property>
186         <property name="value">
187          <number>1</number>
188         </property>
189        </widget>
190       </item>
191       <item row="3" column="0">
192        <widget class="QLabel" name="label_3">
193         <property name="text">
194          <string>Line Thickness</string>
195         </property>
196        </widget>
197       </item>
198       <item row="2" column="1">
199        <widget class="pqColorChooserButton" name="ColorButton">
200         <property name="whatsThis">
201          <string>Press this button to choose a new color for the line.</string>
202         </property>
203         <property name="text">
204          <string>Choose Color...</string>
205         </property>
206        </widget>
207       </item>
208       <item row="2" column="0">
209        <widget class="QLabel" name="label_2">
210         <property name="text">
211          <string>Line Color</string>
212         </property>
213        </widget>
214       </item>
215       <item row="1" column="0" colspan="2">
216        <widget class="QCheckBox" name="SeriesEnabled">
217         <property name="whatsThis">
218          <string>Use this option to show/hide the line series in the chart.</string>
219         </property>
220         <property name="text">
221          <string>Enable Line Series</string>
222         </property>
223        </widget>
224       </item>
225       <item row="0" column="0" colspan="2">
226        <widget class="pqTreeView" name="SeriesList">
227         <property name="sizePolicy">
228          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
229           <horstretch>0</horstretch>
230           <verstretch>0</verstretch>
231          </sizepolicy>
232         </property>
233         <property name="whatsThis">
234          <string>This displays the list of line series. You can use the list to edit the series options.</string>
235         </property>
236         <property name="editTriggers">
237          <set>QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
238         </property>
239         <property name="selectionMode">
240          <enum>QAbstractItemView::ExtendedSelection</enum>
241         </property>
242         <property name="selectionBehavior">
243          <enum>QAbstractItemView::SelectRows</enum>
244         </property>
245         <property name="rootIsDecorated">
246          <bool>false</bool>
247         </property>
248        </widget>
249       </item>
250       <item row="5" column="0">
251        <widget class="QLabel" name="label_6">
252         <property name="text">
253          <string>Marker Style</string>
254         </property>
255        </widget>
256       </item>
257       <item row="5" column="1">
258        <widget class="QComboBox" name="MarkerStyleList">
259         <item>
260          <property name="text">
261           <string>None</string>
262          </property>
263         </item>
264         <item>
265          <property name="text">
266           <string>Cross</string>
267          </property>
268         </item>
269         <item>
270          <property name="text">
271           <string>Plus</string>
272          </property>
273         </item>
274         <item>
275          <property name="text">
276           <string>Square</string>
277          </property>
278         </item>
279         <item>
280          <property name="text">
281           <string>Circle</string>
282          </property>
283         </item>
284         <item>
285          <property name="text">
286           <string>Diamond</string>
287          </property>
288         </item>
289        </widget>
290       </item>
291      </layout>
292     </widget>
293    </item>
294   </layout>
295  </widget>
296  <customwidgets>
297   <customwidget>
298    <class>pqColorChooserButton</class>
299    <extends>QPushButton</extends>
300    <header>pqColorChooserButton.h</header>
301    <container>1</container>
302   </customwidget>
303   <customwidget>
304    <class>pqTreeView</class>
305    <extends>QTreeView</extends>
306    <header>pqTreeView.h</header>
307   </customwidget>
308  </customwidgets>
309  <tabstops>
310   <tabstop>ViewData</tabstop>
311   <tabstop>SeriesList</tabstop>
312   <tabstop>SeriesEnabled</tabstop>
313   <tabstop>ColorButton</tabstop>
314   <tabstop>Thickness</tabstop>
315   <tabstop>StyleList</tabstop>
316  </tabstops>
317  <connections>
318   <connection>
319    <sender>UseDataArray</sender>
320    <signal>toggled(bool)</signal>
321    <receiver>XAxisArray</receiver>
322    <slot>setEnabled(bool)</slot>
323    <hints>
324     <hint type="sourcelabel">
325      <x>80</x>
326      <y>363</y>
327     </hint>
328     <hint type="destinationlabel">
329      <x>209</x>
330      <y>363</y>
331     </hint>
332    </hints>
333   </connection>
334  </connections>
335 </ui>