##// END OF EJS Templates
Wait for the end of an acquisition to validate an operation (3)...
Wait for the end of an acquisition to validate an operation (3) If an operation is to validate, waits the end of the acquisition

File last commit:

r1195:800f227572ac
r1248:7541b71e5b78
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>