]> SALOME platform Git repositories - modules/paravis.git/blob - src/Plugins/TableReader/ParaViewPlugin/Resources/UI/CustomXYChartDisplayPanel.ui
Salome HOME
Synchronize adm files
[modules/paravis.git] / src / Plugins / TableReader / ParaViewPlugin / Resources / UI / CustomXYChartDisplayPanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CustomXYChartDisplayPanel</class>
4  <widget class="QWidget" name="CustomXYChartDisplayPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>307</width>
10     <height>566</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0">
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>X Axis Data</string>
21      </property>
22      <layout class="QGridLayout" name="_2">
23       <item row="0" column="0" colspan="2">
24        <widget class="QRadioButton" name="UseArrayIndex">
25         <property name="whatsThis">
26          <string>Select this option to use the indexes of the y-axis array for the x-axis points.</string>
27         </property>
28         <property name="text">
29          <string>Use Array Index From Y Axis Data</string>
30         </property>
31         <property name="checked">
32          <bool>true</bool>
33         </property>
34         <property name="autoExclusive">
35          <bool>false</bool>
36         </property>
37        </widget>
38       </item>
39       <item row="1" column="0">
40        <widget class="QRadioButton" name="UseDataArray">
41         <property name="whatsThis">
42          <string>Select this option to use a data array to define the x-axis points.</string>
43         </property>
44         <property name="text">
45          <string>Use Data Array</string>
46         </property>
47         <property name="autoExclusive">
48          <bool>false</bool>
49         </property>
50        </widget>
51       </item>
52       <item row="1" column="1">
53        <widget class="QComboBox" name="XAxisArray">
54         <property name="enabled">
55          <bool>false</bool>
56         </property>
57         <property name="whatsThis">
58          <string>Choose the name of the x-axis data array.</string>
59         </property>
60        </widget>
61       </item>
62      </layout>
63     </widget>
64    </item>
65    <item row="1" column="0">
66     <widget class="QGroupBox" name="SeriesGroup">
67      <property name="sizePolicy">
68       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
69        <horstretch>0</horstretch>
70        <verstretch>0</verstretch>
71       </sizepolicy>
72      </property>
73      <property name="title">
74       <string>Line Series</string>
75      </property>
76      <layout class="QGridLayout" name="gridLayout">
77       <item row="0" column="0" colspan="2">
78        <widget class="pqTreeView" name="SeriesList">
79         <property name="sizePolicy">
80          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
81           <horstretch>0</horstretch>
82           <verstretch>0</verstretch>
83          </sizepolicy>
84         </property>
85         <property name="whatsThis">
86          <string>This displays the list of line series. You can use the list to edit the series options.</string>
87         </property>
88         <property name="editTriggers">
89          <set>QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
90         </property>
91         <property name="selectionMode">
92          <enum>QAbstractItemView::ExtendedSelection</enum>
93         </property>
94         <property name="selectionBehavior">
95          <enum>QAbstractItemView::SelectRows</enum>
96         </property>
97         <property name="rootIsDecorated">
98          <bool>false</bool>
99         </property>
100        </widget>
101       </item>
102       <item row="1" column="0" colspan="2">
103        <widget class="QCheckBox" name="AutoSelect">
104         <property name="text">
105          <string>Auto Select Items With The Same Units</string>
106         </property>
107        </widget>
108       </item>
109       <item row="2" column="0" colspan="2">
110        <widget class="QCheckBox" name="IgnoreUnits">
111         <property name="text">
112          <string>Ignore Units</string>
113         </property>
114        </widget>
115       </item>
116       <item row="3" column="0">
117        <widget class="QLabel" name="label_2">
118         <property name="text">
119          <string>Line Color</string>
120         </property>
121        </widget>
122       </item>
123       <item row="3" column="1">
124        <widget class="pqColorChooserButton" name="ColorButton">
125         <property name="whatsThis">
126          <string>Press this button to choose a new color for the line.</string>
127         </property>
128         <property name="text">
129          <string>Choose Color...</string>
130         </property>
131        </widget>
132       </item>
133       <item row="4" column="0">
134        <widget class="QLabel" name="ThicknessLabel">
135         <property name="text">
136          <string>Line Thickness</string>
137         </property>
138        </widget>
139       </item>
140       <item row="4" column="1">
141        <widget class="QSpinBox" name="Thickness">
142         <property name="whatsThis">
143          <string>Enter the thickness for the line.</string>
144         </property>
145         <property name="minimum">
146          <number>1</number>
147         </property>
148         <property name="maximum">
149          <number>10</number>
150         </property>
151         <property name="value">
152          <number>1</number>
153         </property>
154        </widget>
155       </item>
156       <item row="5" column="0">
157        <widget class="QLabel" name="StyleListLabel">
158         <property name="text">
159          <string>Line Style</string>
160         </property>
161        </widget>
162       </item>
163       <item row="5" column="1">
164        <widget class="QComboBox" name="StyleList">
165         <property name="whatsThis">
166          <string>Select the line style for the series.</string>
167         </property>
168         <item>
169          <property name="text">
170           <string>None</string>
171          </property>
172         </item>
173         <item>
174          <property name="text">
175           <string>Solid</string>
176          </property>
177         </item>
178         <item>
179          <property name="text">
180           <string>Dash</string>
181          </property>
182         </item>
183         <item>
184          <property name="text">
185           <string>Dot</string>
186          </property>
187         </item>
188         <item>
189          <property name="text">
190           <string>Dash Dot</string>
191          </property>
192         </item>
193         <item>
194          <property name="text">
195           <string>Dash Dot Dot</string>
196          </property>
197         </item>
198        </widget>
199       </item>
200       <item row="6" column="0">
201        <widget class="QLabel" name="MarkerStyleListLabel">
202         <property name="text">
203          <string>Marker Style</string>
204         </property>
205        </widget>
206       </item>
207       <item row="6" column="1">
208        <widget class="QComboBox" name="MarkerStyleList">
209         <item>
210          <property name="text">
211           <string>None</string>
212          </property>
213         </item>
214         <item>
215          <property name="text">
216           <string>Cross</string>
217          </property>
218         </item>
219         <item>
220          <property name="text">
221           <string>Plus</string>
222          </property>
223         </item>
224         <item>
225          <property name="text">
226           <string>Square</string>
227          </property>
228         </item>
229         <item>
230          <property name="text">
231           <string>Circle</string>
232          </property>
233         </item>
234         <item>
235          <property name="text">
236           <string>Diamond</string>
237          </property>
238         </item>
239        </widget>
240       </item>
241       <item row="7" column="0">
242        <widget class="QLabel" name="AxisListLabel">
243         <property name="text">
244          <string>Chart Axes</string>
245         </property>
246        </widget>
247       </item>
248       <item row="7" column="1">
249        <widget class="QComboBox" name="AxisList">
250         <property name="whatsThis">
251          <string>Select the chart axes for the line series.</string>
252         </property>
253         <item>
254          <property name="text">
255           <string>Bottom-Left</string>
256          </property>
257         </item>
258         <item>
259          <property name="text">
260           <string>Bottom-Right</string>
261          </property>
262         </item>
263         <item>
264          <property name="text">
265           <string>Top-Left</string>
266          </property>
267         </item>
268         <item>
269          <property name="text">
270           <string>Top-Right</string>
271          </property>
272         </item>
273        </widget>
274       </item>
275      </layout>
276     </widget>
277    </item>
278    <item row="2" column="0">
279     <widget class="QCheckBox" name="GenerateAxesTitles">
280      <property name="text">
281       <string>Generate Axes Titles </string>
282      </property>
283     </widget>
284    </item>
285   </layout>
286  </widget>
287  <customwidgets>
288   <customwidget>
289    <class>pqColorChooserButton</class>
290    <extends>QPushButton</extends>
291    <header>pqColorChooserButton.h</header>
292    <container>1</container>
293   </customwidget>
294   <customwidget>
295    <class>pqTreeView</class>
296    <extends>QTreeView</extends>
297    <header>pqTreeView.h</header>
298   </customwidget>
299  </customwidgets>
300  <resources/>
301  <connections>
302   <connection>
303    <sender>UseDataArray</sender>
304    <signal>toggled(bool)</signal>
305    <receiver>XAxisArray</receiver>
306    <slot>setEnabled(bool)</slot>
307    <hints>
308     <hint type="sourcelabel">
309      <x>104</x>
310      <y>362</y>
311     </hint>
312     <hint type="destinationlabel">
313      <x>178</x>
314      <y>361</y>
315     </hint>
316    </hints>
317   </connection>
318  </connections>
319 </ui>