File size: 887 Bytes
985c397 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Gui::TaskView::TaskEditControl</class>
<widget class="QWidget" name="Gui::TaskView::TaskEditControl">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>193</width>
<height>41</height>
</rect>
</property>
<property name="windowTitle">
<string>Edit</string>
</property>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
|