##// END OF EJS Templates
Creates sync and desync operations and adds them to the fuzzing tests
Creates sync and desync operations and adds them to the fuzzing tests

File last commit:

r1163:800f227572ac
r1205:b0db13ba024e
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>