1 | <ui version="4.0" > |
---|
2 | <class>ConflictsDialog</class> |
---|
3 | <widget class="QDialog" name="ConflictsDialog" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>471</width> |
---|
9 | <height>373</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Dialog</string> |
---|
14 | </property> |
---|
15 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
16 | <item> |
---|
17 | <widget class="QLabel" name="message" > |
---|
18 | <property name="text" > |
---|
19 | <string>Selected Event is in conflict with the following event(s):</string> |
---|
20 | </property> |
---|
21 | <property name="wordWrap" > |
---|
22 | <bool>true</bool> |
---|
23 | </property> |
---|
24 | </widget> |
---|
25 | </item> |
---|
26 | <item> |
---|
27 | <widget class="ConflictDialogContainer" native="1" name="container" > |
---|
28 | <property name="sizePolicy" > |
---|
29 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
---|
30 | <horstretch>0</horstretch> |
---|
31 | <verstretch>1</verstretch> |
---|
32 | </sizepolicy> |
---|
33 | </property> |
---|
34 | </widget> |
---|
35 | </item> |
---|
36 | <item> |
---|
37 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
38 | <item> |
---|
39 | <spacer name="horizontalSpacer" > |
---|
40 | <property name="orientation" > |
---|
41 | <enum>Qt::Horizontal</enum> |
---|
42 | </property> |
---|
43 | <property name="sizeHint" stdset="0" > |
---|
44 | <size> |
---|
45 | <width>40</width> |
---|
46 | <height>20</height> |
---|
47 | </size> |
---|
48 | </property> |
---|
49 | </spacer> |
---|
50 | </item> |
---|
51 | <item> |
---|
52 | <widget class="QPushButton" name="okButton" > |
---|
53 | <property name="text" > |
---|
54 | <string>OK</string> |
---|
55 | </property> |
---|
56 | </widget> |
---|
57 | </item> |
---|
58 | </layout> |
---|
59 | </item> |
---|
60 | </layout> |
---|
61 | </widget> |
---|
62 | <customwidgets> |
---|
63 | <customwidget> |
---|
64 | <class>ConflictDialogContainer</class> |
---|
65 | <extends>QWidget</extends> |
---|
66 | <header>conflictdialogcontainer.h</header> |
---|
67 | <container>1</container> |
---|
68 | </customwidget> |
---|
69 | </customwidgets> |
---|
70 | <resources/> |
---|
71 | <connections> |
---|
72 | <connection> |
---|
73 | <sender>okButton</sender> |
---|
74 | <signal>clicked()</signal> |
---|
75 | <receiver>ConflictsDialog</receiver> |
---|
76 | <slot>close()</slot> |
---|
77 | <hints> |
---|
78 | <hint type="sourcelabel" > |
---|
79 | <x>301</x> |
---|
80 | <y>156</y> |
---|
81 | </hint> |
---|
82 | <hint type="destinationlabel" > |
---|
83 | <x>175</x> |
---|
84 | <y>89</y> |
---|
85 | </hint> |
---|
86 | </hints> |
---|
87 | </connection> |
---|
88 | </connections> |
---|
89 | </ui> |
---|