forked from openlp/openlp
88 lines
2.0 KiB
XML
88 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AuditDeleteDialog</class>
|
|
<widget class="QWidget" name="AuditDeleteDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>291</width>
|
|
<height>202</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Audit Delete </string>
|
|
</property>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>10</y>
|
|
<width>247</width>
|
|
<height>181</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QCalendarWidget" name="DeleteCalendar">
|
|
<property name="firstDayOfWeek">
|
|
<enum>Qt::Sunday</enum>
|
|
</property>
|
|
<property name="gridVisible">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="verticalHeaderFormat">
|
|
<enum>QCalendarWidget::NoVerticalHeader</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>AuditDeleteDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>133</x>
|
|
<y>178</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>125</x>
|
|
<y>374</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>AuditDeleteDialog</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>200</x>
|
|
<y>175</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>189</x>
|
|
<y>393</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<slot>accept()</slot>
|
|
</slots>
|
|
</ui>
|