##// END OF EJS Templates
Adds the ability to force an acquisition pending for an operation (1)...
Adds the ability to force an acquisition pending for an operation (1) Creates struct that contains operation properties: - its weight - the flag to force acquisition waiting

File last commit:

r1163:800f227572ac
r1216:b9a47ff1b9cc
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>