##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r1123:230d2991736a
r1337:3acf26407503
Show More
VisualizationMultiZoneSelectionDialog.ui
50 lines | 1.3 KiB | text/plain | TextLexer
/ gui / ui / Visualization / VisualizationMultiZoneSelectionDialog.ui
Selection of stacked zone via a dialog box
r1120 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VisualizationMultiZoneSelectionDialog</class>
<widget class="QDialog" name="VisualizationMultiZoneSelectionDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Thibaud Rabillard
small tweak for mac
r1123 <width>303</width>
<height>139</height>
Selection of stacked zone via a dialog box
r1120 </rect>
</property>
<property name="windowTitle">
<string>Select...</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Thibaud Rabillard
small tweak for mac
r1123 <property name="spacing">
<number>6</number>
</property>
Selection of stacked zone via a dialog box
r1120 <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QListWidget" name="listWidget">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>