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>445</width> |
---|
9 | <height>298</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Dialog</string> |
---|
14 | </property> |
---|
15 | <property name="autoFillBackground" > |
---|
16 | <bool>false</bool> |
---|
17 | </property> |
---|
18 | <layout class="QGridLayout" name="gridLayout" > |
---|
19 | <item row="0" column="0" > |
---|
20 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
21 | <item> |
---|
22 | <widget class="QLabel" name="title" > |
---|
23 | <property name="text" > |
---|
24 | <string>Here goes title</string> |
---|
25 | </property> |
---|
26 | </widget> |
---|
27 | </item> |
---|
28 | <item> |
---|
29 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
30 | <item row="1" column="1" > |
---|
31 | <widget class="QLabel" name="label_2" > |
---|
32 | <property name="text" > |
---|
33 | <string>Presenter(s): </string> |
---|
34 | </property> |
---|
35 | </widget> |
---|
36 | </item> |
---|
37 | <item row="1" column="2" > |
---|
38 | <widget class="QLabel" name="persons" > |
---|
39 | <property name="text" > |
---|
40 | <string>persons go here</string> |
---|
41 | </property> |
---|
42 | </widget> |
---|
43 | </item> |
---|
44 | <item row="2" column="1" > |
---|
45 | <widget class="QLabel" name="label_3" > |
---|
46 | <property name="text" > |
---|
47 | <string>Abstract:</string> |
---|
48 | </property> |
---|
49 | <property name="alignment" > |
---|
50 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
---|
51 | </property> |
---|
52 | </widget> |
---|
53 | </item> |
---|
54 | <item row="2" column="2" > |
---|
55 | <widget class="QPlainTextEdit" name="abstract" > |
---|
56 | <property name="autoFillBackground" > |
---|
57 | <bool>false</bool> |
---|
58 | </property> |
---|
59 | <property name="frameShape" > |
---|
60 | <enum>QFrame::NoFrame</enum> |
---|
61 | </property> |
---|
62 | <property name="frameShadow" > |
---|
63 | <enum>QFrame::Plain</enum> |
---|
64 | </property> |
---|
65 | <property name="lineWidth" > |
---|
66 | <number>1</number> |
---|
67 | </property> |
---|
68 | <property name="readOnly" > |
---|
69 | <bool>true</bool> |
---|
70 | </property> |
---|
71 | <property name="backgroundVisible" > |
---|
72 | <bool>false</bool> |
---|
73 | </property> |
---|
74 | <property name="centerOnScroll" > |
---|
75 | <bool>false</bool> |
---|
76 | </property> |
---|
77 | </widget> |
---|
78 | </item> |
---|
79 | <item row="3" column="1" > |
---|
80 | <widget class="QLabel" name="label" > |
---|
81 | <property name="text" > |
---|
82 | <string>Description:</string> |
---|
83 | </property> |
---|
84 | <property name="alignment" > |
---|
85 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
---|
86 | </property> |
---|
87 | </widget> |
---|
88 | </item> |
---|
89 | <item row="3" column="2" > |
---|
90 | <widget class="QPlainTextEdit" name="description" > |
---|
91 | <property name="frameShape" > |
---|
92 | <enum>QFrame::NoFrame</enum> |
---|
93 | </property> |
---|
94 | <property name="frameShadow" > |
---|
95 | <enum>QFrame::Plain</enum> |
---|
96 | </property> |
---|
97 | <property name="readOnly" > |
---|
98 | <bool>true</bool> |
---|
99 | </property> |
---|
100 | </widget> |
---|
101 | </item> |
---|
102 | </layout> |
---|
103 | </item> |
---|
104 | <item> |
---|
105 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
106 | <item> |
---|
107 | <spacer name="horizontalSpacer" > |
---|
108 | <property name="orientation" > |
---|
109 | <enum>Qt::Horizontal</enum> |
---|
110 | </property> |
---|
111 | <property name="sizeHint" stdset="0" > |
---|
112 | <size> |
---|
113 | <width>40</width> |
---|
114 | <height>20</height> |
---|
115 | </size> |
---|
116 | </property> |
---|
117 | </spacer> |
---|
118 | </item> |
---|
119 | <item> |
---|
120 | <widget class="QPushButton" name="okButton" > |
---|
121 | <property name="text" > |
---|
122 | <string>OK</string> |
---|
123 | </property> |
---|
124 | </widget> |
---|
125 | </item> |
---|
126 | </layout> |
---|
127 | </item> |
---|
128 | </layout> |
---|
129 | </item> |
---|
130 | </layout> |
---|
131 | </widget> |
---|
132 | <resources/> |
---|
133 | <connections> |
---|
134 | <connection> |
---|
135 | <sender>okButton</sender> |
---|
136 | <signal>clicked()</signal> |
---|
137 | <receiver>EventDialog</receiver> |
---|
138 | <slot>close()</slot> |
---|
139 | <hints> |
---|
140 | <hint type="sourcelabel" > |
---|
141 | <x>287</x> |
---|
142 | <y>84</y> |
---|
143 | </hint> |
---|
144 | <hint type="destinationlabel" > |
---|
145 | <x>169</x> |
---|
146 | <y>53</y> |
---|
147 | </hint> |
---|
148 | </hints> |
---|
149 | </connection> |
---|
150 | </connections> |
---|
151 | </ui> |
---|