1 | <ui version="4.0" > |
---|
2 | <class>EventDialog</class> |
---|
3 | <widget class="QDialog" name="EventDialog" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>339</width> |
---|
9 | <height>250</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Dialog</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" name="gridLayout" > |
---|
16 | <item row="0" column="0" > |
---|
17 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
18 | <item> |
---|
19 | <widget class="QLabel" name="title" > |
---|
20 | <property name="text" > |
---|
21 | <string>Here goes title</string> |
---|
22 | </property> |
---|
23 | </widget> |
---|
24 | </item> |
---|
25 | <item> |
---|
26 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
27 | <item row="1" column="1" > |
---|
28 | <widget class="QLabel" name="label_2" > |
---|
29 | <property name="text" > |
---|
30 | <string>Presenter(s):</string> |
---|
31 | </property> |
---|
32 | </widget> |
---|
33 | </item> |
---|
34 | <item row="1" column="2" > |
---|
35 | <widget class="QLabel" name="persons" > |
---|
36 | <property name="text" > |
---|
37 | <string>Here go persons</string> |
---|
38 | </property> |
---|
39 | </widget> |
---|
40 | </item> |
---|
41 | <item row="2" column="1" > |
---|
42 | <widget class="QLabel" name="label_3" > |
---|
43 | <property name="text" > |
---|
44 | <string>Abstract:</string> |
---|
45 | </property> |
---|
46 | </widget> |
---|
47 | </item> |
---|
48 | <item row="2" column="2" > |
---|
49 | <widget class="QPlainTextEdit" name="abstract" /> |
---|
50 | </item> |
---|
51 | <item row="3" column="1" > |
---|
52 | <widget class="QLabel" name="label" > |
---|
53 | <property name="text" > |
---|
54 | <string>Description:</string> |
---|
55 | </property> |
---|
56 | </widget> |
---|
57 | </item> |
---|
58 | <item row="3" column="2" > |
---|
59 | <widget class="QPlainTextEdit" name="description" /> |
---|
60 | </item> |
---|
61 | </layout> |
---|
62 | </item> |
---|
63 | <item> |
---|
64 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
65 | <item> |
---|
66 | <spacer name="horizontalSpacer" > |
---|
67 | <property name="orientation" > |
---|
68 | <enum>Qt::Horizontal</enum> |
---|
69 | </property> |
---|
70 | <property name="sizeHint" stdset="0" > |
---|
71 | <size> |
---|
72 | <width>40</width> |
---|
73 | <height>20</height> |
---|
74 | </size> |
---|
75 | </property> |
---|
76 | </spacer> |
---|
77 | </item> |
---|
78 | <item> |
---|
79 | <widget class="QPushButton" name="okButton" > |
---|
80 | <property name="text" > |
---|
81 | <string>OK</string> |
---|
82 | </property> |
---|
83 | </widget> |
---|
84 | </item> |
---|
85 | </layout> |
---|
86 | </item> |
---|
87 | </layout> |
---|
88 | </item> |
---|
89 | </layout> |
---|
90 | </widget> |
---|
91 | <resources/> |
---|
92 | <connections> |
---|
93 | <connection> |
---|
94 | <sender>okButton</sender> |
---|
95 | <signal>clicked()</signal> |
---|
96 | <receiver>EventDialog</receiver> |
---|
97 | <slot>close()</slot> |
---|
98 | <hints> |
---|
99 | <hint type="sourcelabel" > |
---|
100 | <x>287</x> |
---|
101 | <y>84</y> |
---|
102 | </hint> |
---|
103 | <hint type="destinationlabel" > |
---|
104 | <x>169</x> |
---|
105 | <y>53</y> |
---|
106 | </hint> |
---|
107 | </hints> |
---|
108 | </connection> |
---|
109 | </connections> |
---|
110 | </ui> |
---|