##// 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:

r1195:800f227572ac
r1337:3acf26407503
Show More
CreateEventDialog.ui
55 lines | 1.4 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CreateEventDialog.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CreateEventDialog</class>
<widget class="QDialog" name="CreateEventDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>324</width>
<height>93</height>
</rect>
</property>
<property name="windowTitle">
<string>New Event</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Event Name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leEvent"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblCatalogue">
<property name="text">
<string>Catalogue</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cbCatalogue">
<property name="editable">
<bool>true</bool>
</property>
<property name="insertPolicy">
<enum>QComboBox::NoInsert</enum>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>