##// END OF EJS Templates
Adds the ability to force an acquisition pending for an operation (2)...
Adds the ability to force an acquisition pending for an operation (2) Handles flag in the test

File last commit:

r1195:800f227572ac
r1250:a7d21961e1ef
Show More
CreateEventDialog.ui
55 lines | 1.4 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CreateEventDialog.ui
Zone actions to create a new event
r1195 <?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>