"Fossies" - the Fresh Open Source Software Archive 
Member "fet-5.41.0/src/interface/addactivityform_template.ui" (18 Jun 2019, 90704 Bytes) of package /linux/privat/fet-5.41.0.tar.bz2:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "addactivityform_template.ui":
5.38.0_vs_5.38.1.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AddActivityForm_template</class>
4 <widget class="QDialog" name="AddActivityForm_template">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>575</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string extracomment="This is the title of the add activity dialog">Add activity</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout_5">
17 <item row="0" column="0">
18 <layout class="QVBoxLayout" name="verticalLayout_8">
19 <item>
20 <layout class="QHBoxLayout" name="horizontalLayout_8">
21 <item>
22 <layout class="QVBoxLayout" name="verticalLayout_2">
23 <item>
24 <widget class="QLabel" name="allTeachersTextLabel">
25 <property name="text">
26 <string>Teachers</string>
27 </property>
28 <property name="wordWrap">
29 <bool>false</bool>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QListWidget" name="allTeachersListWidget"/>
35 </item>
36 </layout>
37 </item>
38 <item>
39 <layout class="QVBoxLayout" name="verticalLayout">
40 <item>
41 <widget class="QLabel" name="selectedTeachersTextLabel">
42 <property name="text">
43 <string comment="It refers to a list of selected teachers">Selected</string>
44 </property>
45 <property name="wordWrap">
46 <bool>false</bool>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QListWidget" name="selectedTeachersListWidget"/>
52 </item>
53 <item>
54 <widget class="QPushButton" name="clearTeacherPushButton">
55 <property name="text">
56 <string>Clear</string>
57 </property>
58 </widget>
59 </item>
60 </layout>
61 </item>
62 </layout>
63 </item>
64 <item>
65 <layout class="QHBoxLayout" name="horizontalLayout_79">
66 <item>
67 <widget class="QRadioButton" name="allTeachersRadioButton">
68 <property name="text">
69 <string comment="It refers to teachers. It will show all the teachers.">All</string>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QRadioButton" name="qualifiedTeachersRadioButton">
75 <property name="text">
76 <string comment="It refers to teachers. It will show only the teachers qualified for the selected subject.">Qualified</string>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </item>
82 <item>
83 <layout class="QHBoxLayout" name="horizontalLayout_9">
84 <item>
85 <layout class="QVBoxLayout" name="verticalLayout_5">
86 <item>
87 <widget class="QLabel" name="allStudentsTextLabel">
88 <property name="text">
89 <string comment="It refers to sets of students, but I want to keep text short">Students</string>
90 </property>
91 <property name="wordWrap">
92 <bool>false</bool>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <widget class="QListWidget" name="allStudentsListWidget"/>
98 </item>
99 </layout>
100 </item>
101 <item>
102 <layout class="QVBoxLayout" name="verticalLayout_4">
103 <item>
104 <widget class="QLabel" name="selectedStudentsTextLabel">
105 <property name="text">
106 <string comment="It refers to a list of selected students (in fact, students sets, but translate selected as in 'selected students')">Selected</string>
107 </property>
108 <property name="wordWrap">
109 <bool>false</bool>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QListWidget" name="selectedStudentsListWidget"/>
115 </item>
116 <item>
117 <widget class="QPushButton" name="clearStudentsPushButton">
118 <property name="text">
119 <string>Clear</string>
120 </property>
121 </widget>
122 </item>
123 </layout>
124 </item>
125 </layout>
126 </item>
127 <item>
128 <layout class="QHBoxLayout" name="horizontalLayout">
129 <item>
130 <widget class="QCheckBox" name="yearsCheckBox">
131 <property name="text">
132 <string>Years</string>
133 </property>
134 <property name="checked">
135 <bool>true</bool>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <widget class="QCheckBox" name="groupsCheckBox">
141 <property name="text">
142 <string>Groups</string>
143 </property>
144 <property name="checked">
145 <bool>true</bool>
146 </property>
147 </widget>
148 </item>
149 <item>
150 <widget class="QCheckBox" name="subgroupsCheckBox">
151 <property name="text">
152 <string>Subgroups</string>
153 </property>
154 <property name="checked">
155 <bool>false</bool>
156 </property>
157 </widget>
158 </item>
159 </layout>
160 </item>
161 </layout>
162 </item>
163 <item row="0" column="1">
164 <layout class="QVBoxLayout" name="verticalLayout_3">
165 <item>
166 <layout class="QHBoxLayout" name="horizontalLayout_6">
167 <item>
168 <layout class="QVBoxLayout" name="verticalLayout_6">
169 <item>
170 <widget class="QLabel" name="allActivityTagsTextLabel">
171 <property name="text">
172 <string>Activity tags</string>
173 </property>
174 <property name="wordWrap">
175 <bool>false</bool>
176 </property>
177 </widget>
178 </item>
179 <item>
180 <widget class="QListWidget" name="allActivityTagsListWidget"/>
181 </item>
182 </layout>
183 </item>
184 <item>
185 <layout class="QVBoxLayout" name="verticalLayout_7">
186 <item>
187 <widget class="QLabel" name="selectedActivityTagsTextLabel">
188 <property name="text">
189 <string comment="It refers to a list of selected activity tags">Selected</string>
190 </property>
191 <property name="wordWrap">
192 <bool>false</bool>
193 </property>
194 </widget>
195 </item>
196 <item>
197 <widget class="QListWidget" name="selectedActivityTagsListWidget"/>
198 </item>
199 <item>
200 <widget class="QPushButton" name="clearActivityTagPushButton">
201 <property name="text">
202 <string>Clear</string>
203 </property>
204 </widget>
205 </item>
206 </layout>
207 </item>
208 </layout>
209 </item>
210 <item>
211 <widget class="QFrame" name="subjectsFrame">
212 <property name="frameShape">
213 <enum>QFrame::StyledPanel</enum>
214 </property>
215 <property name="frameShadow">
216 <enum>QFrame::Raised</enum>
217 </property>
218 <layout class="QGridLayout" name="gridLayout">
219 <item row="0" column="0">
220 <widget class="QLabel" name="subjectsTextLabel">
221 <property name="text">
222 <string>Subject</string>
223 </property>
224 <property name="wordWrap">
225 <bool>false</bool>
226 </property>
227 </widget>
228 </item>
229 <item row="1" column="0">
230 <widget class="QComboBox" name="subjectsComboBox">
231 <property name="editable">
232 <bool>false</bool>
233 </property>
234 <property name="insertPolicy">
235 <enum>QComboBox::NoInsert</enum>
236 </property>
237 <property name="duplicatesEnabled">
238 <bool>false</bool>
239 </property>
240 </widget>
241 </item>
242 </layout>
243 </widget>
244 </item>
245 <item>
246 <layout class="QHBoxLayout" name="horizontalLayout_2">
247 <item>
248 <widget class="QGroupBox" name="numberOfStudentsGroupBox">
249 <property name="title">
250 <string comment="It refers to the number of students, but I want to keep text small">Students</string>
251 </property>
252 <layout class="QGridLayout" name="gridLayout_3">
253 <item row="0" column="0">
254 <widget class="QSpinBox" name="nStudentsSpinBox">
255 <property name="minimum">
256 <number>-1</number>
257 </property>
258 <property name="maximum">
259 <number>1000</number>
260 </property>
261 <property name="value">
262 <number>-1</number>
263 </property>
264 </widget>
265 </item>
266 </layout>
267 </widget>
268 </item>
269 <item>
270 <widget class="QGroupBox" name="splitGroupBox">
271 <property name="title">
272 <string comment="Refers to the number of components in an activity split into more components">Split</string>
273 </property>
274 <layout class="QGridLayout" name="gridLayout_2">
275 <item row="0" column="0">
276 <widget class="QSpinBox" name="splitSpinBox">
277 <property name="minimum">
278 <number>1</number>
279 </property>
280 <property name="maximum">
281 <number>35</number>
282 </property>
283 </widget>
284 </item>
285 </layout>
286 </widget>
287 </item>
288 </layout>
289 </item>
290 <item>
291 <layout class="QHBoxLayout" name="horizontalLayout_4">
292 <item>
293 <widget class="QTabWidget" name="subactivitiesTabWidget">
294 <property name="currentIndex">
295 <number>0</number>
296 </property>
297 <property name="usesScrollButtons">
298 <bool>true</bool>
299 </property>
300 <widget class="QWidget" name="TabPage1">
301 <attribute name="title">
302 <string>1</string>
303 </attribute>
304 <layout class="QGridLayout" name="gridLayout_6">
305 <item row="0" column="0">
306 <layout class="QHBoxLayout" name="horizontalLayout_7">
307 <item>
308 <widget class="QLabel" name="duration1TextLabel">
309 <property name="enabled">
310 <bool>true</bool>
311 </property>
312 <property name="text">
313 <string>Duration</string>
314 </property>
315 <property name="wordWrap">
316 <bool>false</bool>
317 </property>
318 </widget>
319 </item>
320 <item>
321 <widget class="QSpinBox" name="duration1SpinBox">
322 <property name="enabled">
323 <bool>true</bool>
324 </property>
325 <property name="minimum">
326 <number>1</number>
327 </property>
328 </widget>
329 </item>
330 </layout>
331 </item>
332 <item row="1" column="0">
333 <layout class="QHBoxLayout" name="horizontalLayout_10">
334 <item>
335 <spacer name="horizontalSpacer_2">
336 <property name="orientation">
337 <enum>Qt::Horizontal</enum>
338 </property>
339 <property name="sizeHint" stdset="0">
340 <size>
341 <width>40</width>
342 <height>20</height>
343 </size>
344 </property>
345 </spacer>
346 </item>
347 <item>
348 <widget class="QCheckBox" name="active1CheckBox">
349 <property name="enabled">
350 <bool>true</bool>
351 </property>
352 <property name="text">
353 <string comment="It refers to a subactivity">Active</string>
354 </property>
355 <property name="checked">
356 <bool>true</bool>
357 </property>
358 </widget>
359 </item>
360 </layout>
361 </item>
362 </layout>
363 </widget>
364 <widget class="QWidget" name="TabPage2">
365 <attribute name="title">
366 <string>2</string>
367 </attribute>
368 <layout class="QGridLayout" name="gridLayout_7">
369 <item row="0" column="0">
370 <layout class="QHBoxLayout" name="horizontalLayout_11">
371 <item>
372 <widget class="QLabel" name="duration2TextLabel">
373 <property name="enabled">
374 <bool>true</bool>
375 </property>
376 <property name="text">
377 <string>Duration</string>
378 </property>
379 <property name="wordWrap">
380 <bool>false</bool>
381 </property>
382 </widget>
383 </item>
384 <item>
385 <widget class="QSpinBox" name="duration2SpinBox">
386 <property name="enabled">
387 <bool>true</bool>
388 </property>
389 <property name="minimum">
390 <number>1</number>
391 </property>
392 </widget>
393 </item>
394 </layout>
395 </item>
396 <item row="1" column="0">
397 <layout class="QHBoxLayout" name="horizontalLayout_12">
398 <item>
399 <spacer name="horizontalSpacer_3">
400 <property name="orientation">
401 <enum>Qt::Horizontal</enum>
402 </property>
403 <property name="sizeHint" stdset="0">
404 <size>
405 <width>40</width>
406 <height>20</height>
407 </size>
408 </property>
409 </spacer>
410 </item>
411 <item>
412 <widget class="QCheckBox" name="active2CheckBox">
413 <property name="enabled">
414 <bool>true</bool>
415 </property>
416 <property name="text">
417 <string comment="It refers to a subactivity">Active</string>
418 </property>
419 <property name="checked">
420 <bool>true</bool>
421 </property>
422 </widget>
423 </item>
424 </layout>
425 </item>
426 </layout>
427 </widget>
428 <widget class="QWidget" name="TabPage3">
429 <attribute name="title">
430 <string>3</string>
431 </attribute>
432 <layout class="QGridLayout" name="gridLayout_8">
433 <item row="0" column="0">
434 <layout class="QHBoxLayout" name="horizontalLayout_13">
435 <item>
436 <widget class="QLabel" name="duration3TextLabel">
437 <property name="enabled">
438 <bool>true</bool>
439 </property>
440 <property name="text">
441 <string>Duration</string>
442 </property>
443 <property name="wordWrap">
444 <bool>false</bool>
445 </property>
446 </widget>
447 </item>
448 <item>
449 <widget class="QSpinBox" name="duration3SpinBox">
450 <property name="enabled">
451 <bool>true</bool>
452 </property>
453 <property name="minimum">
454 <number>1</number>
455 </property>
456 </widget>
457 </item>
458 </layout>
459 </item>
460 <item row="1" column="0">
461 <layout class="QHBoxLayout" name="horizontalLayout_14">
462 <item>
463 <spacer name="horizontalSpacer_4">
464 <property name="orientation">
465 <enum>Qt::Horizontal</enum>
466 </property>
467 <property name="sizeHint" stdset="0">
468 <size>
469 <width>40</width>
470 <height>20</height>
471 </size>
472 </property>
473 </spacer>
474 </item>
475 <item>
476 <widget class="QCheckBox" name="active3CheckBox">
477 <property name="enabled">
478 <bool>true</bool>
479 </property>
480 <property name="text">
481 <string comment="It refers to a subactivity">Active</string>
482 </property>
483 <property name="checked">
484 <bool>true</bool>
485 </property>
486 </widget>
487 </item>
488 </layout>
489 </item>
490 </layout>
491 </widget>
492 <widget class="QWidget" name="TabPage4">
493 <attribute name="title">
494 <string>4</string>
495 </attribute>
496 <layout class="QGridLayout" name="gridLayout_9">
497 <item row="0" column="0">
498 <layout class="QHBoxLayout" name="horizontalLayout_15">
499 <item>
500 <widget class="QLabel" name="duration4TextLabel">
501 <property name="enabled">
502 <bool>true</bool>
503 </property>
504 <property name="text">
505 <string>Duration</string>
506 </property>
507 <property name="wordWrap">
508 <bool>false</bool>
509 </property>
510 </widget>
511 </item>
512 <item>
513 <widget class="QSpinBox" name="duration4SpinBox">
514 <property name="enabled">
515 <bool>true</bool>
516 </property>
517 <property name="minimum">
518 <number>1</number>
519 </property>
520 </widget>
521 </item>
522 </layout>
523 </item>
524 <item row="1" column="0">
525 <layout class="QHBoxLayout" name="horizontalLayout_16">
526 <item>
527 <spacer name="horizontalSpacer_5">
528 <property name="orientation">
529 <enum>Qt::Horizontal</enum>
530 </property>
531 <property name="sizeHint" stdset="0">
532 <size>
533 <width>40</width>
534 <height>20</height>
535 </size>
536 </property>
537 </spacer>
538 </item>
539 <item>
540 <widget class="QCheckBox" name="active4CheckBox">
541 <property name="enabled">
542 <bool>true</bool>
543 </property>
544 <property name="text">
545 <string comment="It refers to a subactivity">Active</string>
546 </property>
547 <property name="checked">
548 <bool>true</bool>
549 </property>
550 </widget>
551 </item>
552 </layout>
553 </item>
554 </layout>
555 </widget>
556 <widget class="QWidget" name="TabPage5">
557 <attribute name="title">
558 <string>5</string>
559 </attribute>
560 <layout class="QGridLayout" name="gridLayout_10">
561 <item row="0" column="0">
562 <layout class="QHBoxLayout" name="horizontalLayout_18">
563 <item>
564 <widget class="QLabel" name="duration5TextLabel">
565 <property name="enabled">
566 <bool>true</bool>
567 </property>
568 <property name="text">
569 <string>Duration</string>
570 </property>
571 <property name="wordWrap">
572 <bool>false</bool>
573 </property>
574 </widget>
575 </item>
576 <item>
577 <widget class="QSpinBox" name="duration5SpinBox">
578 <property name="enabled">
579 <bool>true</bool>
580 </property>
581 <property name="minimum">
582 <number>1</number>
583 </property>
584 </widget>
585 </item>
586 </layout>
587 </item>
588 <item row="1" column="0">
589 <layout class="QHBoxLayout" name="horizontalLayout_17">
590 <item>
591 <spacer name="horizontalSpacer_6">
592 <property name="orientation">
593 <enum>Qt::Horizontal</enum>
594 </property>
595 <property name="sizeHint" stdset="0">
596 <size>
597 <width>40</width>
598 <height>20</height>
599 </size>
600 </property>
601 </spacer>
602 </item>
603 <item>
604 <widget class="QCheckBox" name="active5CheckBox">
605 <property name="enabled">
606 <bool>true</bool>
607 </property>
608 <property name="text">
609 <string comment="It refers to a subactivity">Active</string>
610 </property>
611 <property name="checked">
612 <bool>true</bool>
613 </property>
614 </widget>
615 </item>
616 </layout>
617 </item>
618 </layout>
619 </widget>
620 <widget class="QWidget" name="TabPage6">
621 <attribute name="title">
622 <string>6</string>
623 </attribute>
624 <layout class="QGridLayout" name="gridLayout_11">
625 <item row="0" column="0">
626 <layout class="QHBoxLayout" name="horizontalLayout_19">
627 <item>
628 <widget class="QLabel" name="duration6TextLabel">
629 <property name="enabled">
630 <bool>true</bool>
631 </property>
632 <property name="text">
633 <string>Duration</string>
634 </property>
635 <property name="wordWrap">
636 <bool>false</bool>
637 </property>
638 </widget>
639 </item>
640 <item>
641 <widget class="QSpinBox" name="duration6SpinBox">
642 <property name="enabled">
643 <bool>true</bool>
644 </property>
645 <property name="minimum">
646 <number>1</number>
647 </property>
648 </widget>
649 </item>
650 </layout>
651 </item>
652 <item row="1" column="0">
653 <layout class="QHBoxLayout" name="horizontalLayout_20">
654 <item>
655 <spacer name="horizontalSpacer_7">
656 <property name="orientation">
657 <enum>Qt::Horizontal</enum>
658 </property>
659 <property name="sizeHint" stdset="0">
660 <size>
661 <width>40</width>
662 <height>20</height>
663 </size>
664 </property>
665 </spacer>
666 </item>
667 <item>
668 <widget class="QCheckBox" name="active6CheckBox">
669 <property name="enabled">
670 <bool>true</bool>
671 </property>
672 <property name="text">
673 <string comment="It refers to a subactivity">Active</string>
674 </property>
675 <property name="checked">
676 <bool>true</bool>
677 </property>
678 </widget>
679 </item>
680 </layout>
681 </item>
682 </layout>
683 </widget>
684 <widget class="QWidget" name="TabPage7">
685 <attribute name="title">
686 <string>7</string>
687 </attribute>
688 <layout class="QGridLayout" name="gridLayout_12">
689 <item row="0" column="0">
690 <layout class="QHBoxLayout" name="horizontalLayout_22">
691 <item>
692 <widget class="QLabel" name="duration7TextLabel">
693 <property name="enabled">
694 <bool>true</bool>
695 </property>
696 <property name="text">
697 <string>Duration</string>
698 </property>
699 <property name="wordWrap">
700 <bool>false</bool>
701 </property>
702 </widget>
703 </item>
704 <item>
705 <widget class="QSpinBox" name="duration7SpinBox">
706 <property name="enabled">
707 <bool>true</bool>
708 </property>
709 <property name="minimum">
710 <number>1</number>
711 </property>
712 </widget>
713 </item>
714 </layout>
715 </item>
716 <item row="1" column="0">
717 <layout class="QHBoxLayout" name="horizontalLayout_21">
718 <item>
719 <spacer name="horizontalSpacer_8">
720 <property name="orientation">
721 <enum>Qt::Horizontal</enum>
722 </property>
723 <property name="sizeHint" stdset="0">
724 <size>
725 <width>40</width>
726 <height>20</height>
727 </size>
728 </property>
729 </spacer>
730 </item>
731 <item>
732 <widget class="QCheckBox" name="active7CheckBox">
733 <property name="enabled">
734 <bool>true</bool>
735 </property>
736 <property name="text">
737 <string comment="It refers to a subactivity">Active</string>
738 </property>
739 <property name="checked">
740 <bool>true</bool>
741 </property>
742 </widget>
743 </item>
744 </layout>
745 </item>
746 </layout>
747 </widget>
748 <widget class="QWidget" name="TabPage8">
749 <attribute name="title">
750 <string>8</string>
751 </attribute>
752 <layout class="QGridLayout" name="gridLayout_13">
753 <item row="0" column="0">
754 <layout class="QHBoxLayout" name="horizontalLayout_23">
755 <item>
756 <widget class="QLabel" name="duration8TextLabel">
757 <property name="enabled">
758 <bool>true</bool>
759 </property>
760 <property name="text">
761 <string>Duration</string>
762 </property>
763 <property name="wordWrap">
764 <bool>false</bool>
765 </property>
766 </widget>
767 </item>
768 <item>
769 <widget class="QSpinBox" name="duration8SpinBox">
770 <property name="enabled">
771 <bool>true</bool>
772 </property>
773 <property name="minimum">
774 <number>1</number>
775 </property>
776 </widget>
777 </item>
778 </layout>
779 </item>
780 <item row="1" column="0">
781 <layout class="QHBoxLayout" name="horizontalLayout_24">
782 <item>
783 <spacer name="horizontalSpacer_9">
784 <property name="orientation">
785 <enum>Qt::Horizontal</enum>
786 </property>
787 <property name="sizeHint" stdset="0">
788 <size>
789 <width>40</width>
790 <height>20</height>
791 </size>
792 </property>
793 </spacer>
794 </item>
795 <item>
796 <widget class="QCheckBox" name="active8CheckBox">
797 <property name="enabled">
798 <bool>true</bool>
799 </property>
800 <property name="text">
801 <string comment="It refers to a subactivity">Active</string>
802 </property>
803 <property name="checked">
804 <bool>true</bool>
805 </property>
806 </widget>
807 </item>
808 </layout>
809 </item>
810 </layout>
811 </widget>
812 <widget class="QWidget" name="TabPage9">
813 <attribute name="title">
814 <string>9</string>
815 </attribute>
816 <layout class="QGridLayout" name="gridLayout_14">
817 <item row="0" column="0">
818 <layout class="QHBoxLayout" name="horizontalLayout_25">
819 <item>
820 <widget class="QLabel" name="duration9TextLabel">
821 <property name="enabled">
822 <bool>true</bool>
823 </property>
824 <property name="text">
825 <string>Duration</string>
826 </property>
827 <property name="wordWrap">
828 <bool>false</bool>
829 </property>
830 </widget>
831 </item>
832 <item>
833 <widget class="QSpinBox" name="duration9SpinBox">
834 <property name="enabled">
835 <bool>true</bool>
836 </property>
837 <property name="minimum">
838 <number>1</number>
839 </property>
840 </widget>
841 </item>
842 </layout>
843 </item>
844 <item row="1" column="0">
845 <layout class="QHBoxLayout" name="horizontalLayout_26">
846 <item>
847 <spacer name="horizontalSpacer_10">
848 <property name="orientation">
849 <enum>Qt::Horizontal</enum>
850 </property>
851 <property name="sizeHint" stdset="0">
852 <size>
853 <width>40</width>
854 <height>20</height>
855 </size>
856 </property>
857 </spacer>
858 </item>
859 <item>
860 <widget class="QCheckBox" name="active9CheckBox">
861 <property name="enabled">
862 <bool>true</bool>
863 </property>
864 <property name="text">
865 <string comment="It refers to a subactivity">Active</string>
866 </property>
867 <property name="checked">
868 <bool>true</bool>
869 </property>
870 </widget>
871 </item>
872 </layout>
873 </item>
874 </layout>
875 </widget>
876 <widget class="QWidget" name="TabPage10">
877 <attribute name="title">
878 <string>10</string>
879 </attribute>
880 <layout class="QGridLayout" name="gridLayout_15">
881 <item row="0" column="0">
882 <layout class="QHBoxLayout" name="horizontalLayout_28">
883 <item>
884 <widget class="QLabel" name="duration10TextLabel">
885 <property name="enabled">
886 <bool>true</bool>
887 </property>
888 <property name="text">
889 <string>Duration</string>
890 </property>
891 <property name="wordWrap">
892 <bool>false</bool>
893 </property>
894 </widget>
895 </item>
896 <item>
897 <widget class="QSpinBox" name="duration10SpinBox">
898 <property name="enabled">
899 <bool>true</bool>
900 </property>
901 <property name="minimum">
902 <number>1</number>
903 </property>
904 </widget>
905 </item>
906 </layout>
907 </item>
908 <item row="1" column="0">
909 <layout class="QHBoxLayout" name="horizontalLayout_27">
910 <item>
911 <spacer name="horizontalSpacer_11">
912 <property name="orientation">
913 <enum>Qt::Horizontal</enum>
914 </property>
915 <property name="sizeHint" stdset="0">
916 <size>
917 <width>40</width>
918 <height>20</height>
919 </size>
920 </property>
921 </spacer>
922 </item>
923 <item>
924 <widget class="QCheckBox" name="active10CheckBox">
925 <property name="enabled">
926 <bool>true</bool>
927 </property>
928 <property name="text">
929 <string comment="It refers to a subactivity">Active</string>
930 </property>
931 <property name="checked">
932 <bool>true</bool>
933 </property>
934 </widget>
935 </item>
936 </layout>
937 </item>
938 </layout>
939 </widget>
940 <widget class="QWidget" name="TabPage11">
941 <attribute name="title">
942 <string>11</string>
943 </attribute>
944 <layout class="QGridLayout" name="gridLayout_16">
945 <item row="0" column="0">
946 <layout class="QHBoxLayout" name="horizontalLayout_29">
947 <item>
948 <widget class="QLabel" name="duration11TextLabel">
949 <property name="enabled">
950 <bool>true</bool>
951 </property>
952 <property name="text">
953 <string>Duration</string>
954 </property>
955 <property name="wordWrap">
956 <bool>false</bool>
957 </property>
958 </widget>
959 </item>
960 <item>
961 <widget class="QSpinBox" name="duration11SpinBox">
962 <property name="enabled">
963 <bool>true</bool>
964 </property>
965 <property name="minimum">
966 <number>1</number>
967 </property>
968 </widget>
969 </item>
970 </layout>
971 </item>
972 <item row="1" column="0">
973 <layout class="QHBoxLayout" name="horizontalLayout_30">
974 <item>
975 <spacer name="horizontalSpacer_12">
976 <property name="orientation">
977 <enum>Qt::Horizontal</enum>
978 </property>
979 <property name="sizeHint" stdset="0">
980 <size>
981 <width>40</width>
982 <height>20</height>
983 </size>
984 </property>
985 </spacer>
986 </item>
987 <item>
988 <widget class="QCheckBox" name="active11CheckBox">
989 <property name="enabled">
990 <bool>true</bool>
991 </property>
992 <property name="text">
993 <string comment="It refers to a subactivity">Active</string>
994 </property>
995 <property name="checked">
996 <bool>true</bool>
997 </property>
998 </widget>
999 </item>
1000 </layout>
1001 </item>
1002 </layout>
1003 </widget>
1004 <widget class="QWidget" name="TabPage12">
1005 <attribute name="title">
1006 <string>12</string>
1007 </attribute>
1008 <layout class="QGridLayout" name="gridLayout_17">
1009 <item row="0" column="0">
1010 <layout class="QHBoxLayout" name="horizontalLayout_31">
1011 <item>
1012 <widget class="QLabel" name="duration12TextLabel">
1013 <property name="enabled">
1014 <bool>true</bool>
1015 </property>
1016 <property name="text">
1017 <string>Duration</string>
1018 </property>
1019 <property name="wordWrap">
1020 <bool>false</bool>
1021 </property>
1022 </widget>
1023 </item>
1024 <item>
1025 <widget class="QSpinBox" name="duration12SpinBox">
1026 <property name="enabled">
1027 <bool>true</bool>
1028 </property>
1029 <property name="minimum">
1030 <number>1</number>
1031 </property>
1032 </widget>
1033 </item>
1034 </layout>
1035 </item>
1036 <item row="1" column="0">
1037 <layout class="QHBoxLayout" name="horizontalLayout_32">
1038 <item>
1039 <spacer name="horizontalSpacer_13">
1040 <property name="orientation">
1041 <enum>Qt::Horizontal</enum>
1042 </property>
1043 <property name="sizeHint" stdset="0">
1044 <size>
1045 <width>40</width>
1046 <height>20</height>
1047 </size>
1048 </property>
1049 </spacer>
1050 </item>
1051 <item>
1052 <widget class="QCheckBox" name="active12CheckBox">
1053 <property name="enabled">
1054 <bool>true</bool>
1055 </property>
1056 <property name="text">
1057 <string comment="It refers to a subactivity">Active</string>
1058 </property>
1059 <property name="checked">
1060 <bool>true</bool>
1061 </property>
1062 </widget>
1063 </item>
1064 </layout>
1065 </item>
1066 </layout>
1067 </widget>
1068 <widget class="QWidget" name="TabPage13">
1069 <attribute name="title">
1070 <string>13</string>
1071 </attribute>
1072 <layout class="QGridLayout" name="gridLayout_18">
1073 <item row="0" column="0">
1074 <layout class="QHBoxLayout" name="horizontalLayout_34">
1075 <item>
1076 <widget class="QLabel" name="duration13TextLabel">
1077 <property name="enabled">
1078 <bool>true</bool>
1079 </property>
1080 <property name="text">
1081 <string>Duration</string>
1082 </property>
1083 <property name="wordWrap">
1084 <bool>false</bool>
1085 </property>
1086 </widget>
1087 </item>
1088 <item>
1089 <widget class="QSpinBox" name="duration13SpinBox">
1090 <property name="enabled">
1091 <bool>true</bool>
1092 </property>
1093 <property name="minimum">
1094 <number>1</number>
1095 </property>
1096 </widget>
1097 </item>
1098 </layout>
1099 </item>
1100 <item row="1" column="0">
1101 <layout class="QHBoxLayout" name="horizontalLayout_33">
1102 <item>
1103 <spacer name="horizontalSpacer_14">
1104 <property name="orientation">
1105 <enum>Qt::Horizontal</enum>
1106 </property>
1107 <property name="sizeHint" stdset="0">
1108 <size>
1109 <width>40</width>
1110 <height>20</height>
1111 </size>
1112 </property>
1113 </spacer>
1114 </item>
1115 <item>
1116 <widget class="QCheckBox" name="active13CheckBox">
1117 <property name="enabled">
1118 <bool>true</bool>
1119 </property>
1120 <property name="text">
1121 <string comment="It refers to a subactivity">Active</string>
1122 </property>
1123 <property name="checked">
1124 <bool>true</bool>
1125 </property>
1126 </widget>
1127 </item>
1128 </layout>
1129 </item>
1130 </layout>
1131 </widget>
1132 <widget class="QWidget" name="TabPage14">
1133 <attribute name="title">
1134 <string>14</string>
1135 </attribute>
1136 <layout class="QGridLayout" name="gridLayout_19">
1137 <item row="0" column="0">
1138 <layout class="QHBoxLayout" name="horizontalLayout_36">
1139 <item>
1140 <widget class="QLabel" name="duration14TextLabel">
1141 <property name="enabled">
1142 <bool>true</bool>
1143 </property>
1144 <property name="text">
1145 <string>Duration</string>
1146 </property>
1147 <property name="wordWrap">
1148 <bool>false</bool>
1149 </property>
1150 </widget>
1151 </item>
1152 <item>
1153 <widget class="QSpinBox" name="duration14SpinBox">
1154 <property name="enabled">
1155 <bool>true</bool>
1156 </property>
1157 <property name="minimum">
1158 <number>1</number>
1159 </property>
1160 </widget>
1161 </item>
1162 </layout>
1163 </item>
1164 <item row="1" column="0">
1165 <layout class="QHBoxLayout" name="horizontalLayout_35">
1166 <item>
1167 <spacer name="horizontalSpacer_15">
1168 <property name="orientation">
1169 <enum>Qt::Horizontal</enum>
1170 </property>
1171 <property name="sizeHint" stdset="0">
1172 <size>
1173 <width>40</width>
1174 <height>20</height>
1175 </size>
1176 </property>
1177 </spacer>
1178 </item>
1179 <item>
1180 <widget class="QCheckBox" name="active14CheckBox">
1181 <property name="enabled">
1182 <bool>true</bool>
1183 </property>
1184 <property name="text">
1185 <string comment="It refers to a subactivity">Active</string>
1186 </property>
1187 <property name="checked">
1188 <bool>true</bool>
1189 </property>
1190 </widget>
1191 </item>
1192 </layout>
1193 </item>
1194 </layout>
1195 </widget>
1196 <widget class="QWidget" name="TabPage15">
1197 <attribute name="title">
1198 <string>15</string>
1199 </attribute>
1200 <layout class="QGridLayout" name="gridLayout_20">
1201 <item row="0" column="0">
1202 <layout class="QHBoxLayout" name="horizontalLayout_38">
1203 <item>
1204 <widget class="QLabel" name="duration15TextLabel">
1205 <property name="enabled">
1206 <bool>true</bool>
1207 </property>
1208 <property name="text">
1209 <string>Duration</string>
1210 </property>
1211 <property name="wordWrap">
1212 <bool>false</bool>
1213 </property>
1214 </widget>
1215 </item>
1216 <item>
1217 <widget class="QSpinBox" name="duration15SpinBox">
1218 <property name="enabled">
1219 <bool>true</bool>
1220 </property>
1221 <property name="minimum">
1222 <number>1</number>
1223 </property>
1224 </widget>
1225 </item>
1226 </layout>
1227 </item>
1228 <item row="1" column="0">
1229 <layout class="QHBoxLayout" name="horizontalLayout_37">
1230 <item>
1231 <spacer name="horizontalSpacer_16">
1232 <property name="orientation">
1233 <enum>Qt::Horizontal</enum>
1234 </property>
1235 <property name="sizeHint" stdset="0">
1236 <size>
1237 <width>40</width>
1238 <height>20</height>
1239 </size>
1240 </property>
1241 </spacer>
1242 </item>
1243 <item>
1244 <widget class="QCheckBox" name="active15CheckBox">
1245 <property name="enabled">
1246 <bool>true</bool>
1247 </property>
1248 <property name="text">
1249 <string comment="It refers to a subactivity">Active</string>
1250 </property>
1251 <property name="checked">
1252 <bool>true</bool>
1253 </property>
1254 </widget>
1255 </item>
1256 </layout>
1257 </item>
1258 </layout>
1259 </widget>
1260 <widget class="QWidget" name="TabPage16">
1261 <attribute name="title">
1262 <string>16</string>
1263 </attribute>
1264 <layout class="QGridLayout" name="gridLayout_21">
1265 <item row="0" column="0">
1266 <layout class="QHBoxLayout" name="horizontalLayout_39">
1267 <item>
1268 <widget class="QLabel" name="duration16TextLabel">
1269 <property name="enabled">
1270 <bool>true</bool>
1271 </property>
1272 <property name="text">
1273 <string>Duration</string>
1274 </property>
1275 <property name="wordWrap">
1276 <bool>false</bool>
1277 </property>
1278 </widget>
1279 </item>
1280 <item>
1281 <widget class="QSpinBox" name="duration16SpinBox">
1282 <property name="enabled">
1283 <bool>true</bool>
1284 </property>
1285 <property name="minimum">
1286 <number>1</number>
1287 </property>
1288 </widget>
1289 </item>
1290 </layout>
1291 </item>
1292 <item row="1" column="0">
1293 <layout class="QHBoxLayout" name="horizontalLayout_40">
1294 <item>
1295 <spacer name="horizontalSpacer_17">
1296 <property name="orientation">
1297 <enum>Qt::Horizontal</enum>
1298 </property>
1299 <property name="sizeHint" stdset="0">
1300 <size>
1301 <width>40</width>
1302 <height>20</height>
1303 </size>
1304 </property>
1305 </spacer>
1306 </item>
1307 <item>
1308 <widget class="QCheckBox" name="active16CheckBox">
1309 <property name="enabled">
1310 <bool>true</bool>
1311 </property>
1312 <property name="text">
1313 <string comment="It refers to a subactivity">Active</string>
1314 </property>
1315 <property name="checked">
1316 <bool>true</bool>
1317 </property>
1318 </widget>
1319 </item>
1320 </layout>
1321 </item>
1322 </layout>
1323 </widget>
1324 <widget class="QWidget" name="TabPage17">
1325 <attribute name="title">
1326 <string>17</string>
1327 </attribute>
1328 <layout class="QGridLayout" name="gridLayout_22">
1329 <item row="0" column="0">
1330 <layout class="QHBoxLayout" name="horizontalLayout_42">
1331 <item>
1332 <widget class="QLabel" name="duration17TextLabel">
1333 <property name="enabled">
1334 <bool>true</bool>
1335 </property>
1336 <property name="text">
1337 <string>Duration</string>
1338 </property>
1339 <property name="wordWrap">
1340 <bool>false</bool>
1341 </property>
1342 </widget>
1343 </item>
1344 <item>
1345 <widget class="QSpinBox" name="duration17SpinBox">
1346 <property name="enabled">
1347 <bool>true</bool>
1348 </property>
1349 <property name="minimum">
1350 <number>1</number>
1351 </property>
1352 </widget>
1353 </item>
1354 </layout>
1355 </item>
1356 <item row="1" column="0">
1357 <layout class="QHBoxLayout" name="horizontalLayout_41">
1358 <item>
1359 <spacer name="horizontalSpacer_18">
1360 <property name="orientation">
1361 <enum>Qt::Horizontal</enum>
1362 </property>
1363 <property name="sizeHint" stdset="0">
1364 <size>
1365 <width>40</width>
1366 <height>20</height>
1367 </size>
1368 </property>
1369 </spacer>
1370 </item>
1371 <item>
1372 <widget class="QCheckBox" name="active17CheckBox">
1373 <property name="enabled">
1374 <bool>true</bool>
1375 </property>
1376 <property name="text">
1377 <string comment="It refers to a subactivity">Active</string>
1378 </property>
1379 <property name="checked">
1380 <bool>true</bool>
1381 </property>
1382 </widget>
1383 </item>
1384 </layout>
1385 </item>
1386 </layout>
1387 </widget>
1388 <widget class="QWidget" name="TabPage18">
1389 <attribute name="title">
1390 <string>18</string>
1391 </attribute>
1392 <layout class="QGridLayout" name="gridLayout_23">
1393 <item row="0" column="0">
1394 <layout class="QHBoxLayout" name="horizontalLayout_43">
1395 <item>
1396 <widget class="QLabel" name="duration18TextLabel">
1397 <property name="enabled">
1398 <bool>true</bool>
1399 </property>
1400 <property name="text">
1401 <string>Duration</string>
1402 </property>
1403 <property name="wordWrap">
1404 <bool>false</bool>
1405 </property>
1406 </widget>
1407 </item>
1408 <item>
1409 <widget class="QSpinBox" name="duration18SpinBox">
1410 <property name="enabled">
1411 <bool>true</bool>
1412 </property>
1413 <property name="minimum">
1414 <number>1</number>
1415 </property>
1416 </widget>
1417 </item>
1418 </layout>
1419 </item>
1420 <item row="1" column="0">
1421 <layout class="QHBoxLayout" name="horizontalLayout_44">
1422 <item>
1423 <spacer name="horizontalSpacer_19">
1424 <property name="orientation">
1425 <enum>Qt::Horizontal</enum>
1426 </property>
1427 <property name="sizeHint" stdset="0">
1428 <size>
1429 <width>40</width>
1430 <height>20</height>
1431 </size>
1432 </property>
1433 </spacer>
1434 </item>
1435 <item>
1436 <widget class="QCheckBox" name="active18CheckBox">
1437 <property name="enabled">
1438 <bool>true</bool>
1439 </property>
1440 <property name="text">
1441 <string comment="It refers to a subactivity">Active</string>
1442 </property>
1443 <property name="checked">
1444 <bool>true</bool>
1445 </property>
1446 </widget>
1447 </item>
1448 </layout>
1449 </item>
1450 </layout>
1451 </widget>
1452 <widget class="QWidget" name="TabPage19">
1453 <attribute name="title">
1454 <string>19</string>
1455 </attribute>
1456 <layout class="QGridLayout" name="gridLayout_24">
1457 <item row="0" column="0">
1458 <layout class="QHBoxLayout" name="horizontalLayout_45">
1459 <item>
1460 <widget class="QLabel" name="duration19TextLabel">
1461 <property name="enabled">
1462 <bool>true</bool>
1463 </property>
1464 <property name="text">
1465 <string>Duration</string>
1466 </property>
1467 <property name="wordWrap">
1468 <bool>false</bool>
1469 </property>
1470 </widget>
1471 </item>
1472 <item>
1473 <widget class="QSpinBox" name="duration19SpinBox">
1474 <property name="enabled">
1475 <bool>true</bool>
1476 </property>
1477 <property name="minimum">
1478 <number>1</number>
1479 </property>
1480 </widget>
1481 </item>
1482 </layout>
1483 </item>
1484 <item row="1" column="0">
1485 <layout class="QHBoxLayout" name="horizontalLayout_46">
1486 <item>
1487 <spacer name="horizontalSpacer_20">
1488 <property name="orientation">
1489 <enum>Qt::Horizontal</enum>
1490 </property>
1491 <property name="sizeHint" stdset="0">
1492 <size>
1493 <width>40</width>
1494 <height>20</height>
1495 </size>
1496 </property>
1497 </spacer>
1498 </item>
1499 <item>
1500 <widget class="QCheckBox" name="active19CheckBox">
1501 <property name="enabled">
1502 <bool>true</bool>
1503 </property>
1504 <property name="text">
1505 <string comment="It refers to a subactivity">Active</string>
1506 </property>
1507 <property name="checked">
1508 <bool>true</bool>
1509 </property>
1510 </widget>
1511 </item>
1512 </layout>
1513 </item>
1514 </layout>
1515 </widget>
1516 <widget class="QWidget" name="TabPage20">
1517 <attribute name="title">
1518 <string>20</string>
1519 </attribute>
1520 <layout class="QGridLayout" name="gridLayout_25">
1521 <item row="0" column="0">
1522 <layout class="QHBoxLayout" name="horizontalLayout_48">
1523 <item>
1524 <widget class="QLabel" name="duration20TextLabel">
1525 <property name="enabled">
1526 <bool>true</bool>
1527 </property>
1528 <property name="text">
1529 <string>Duration</string>
1530 </property>
1531 <property name="wordWrap">
1532 <bool>false</bool>
1533 </property>
1534 </widget>
1535 </item>
1536 <item>
1537 <widget class="QSpinBox" name="duration20SpinBox">
1538 <property name="enabled">
1539 <bool>true</bool>
1540 </property>
1541 <property name="minimum">
1542 <number>1</number>
1543 </property>
1544 </widget>
1545 </item>
1546 </layout>
1547 </item>
1548 <item row="1" column="0">
1549 <layout class="QHBoxLayout" name="horizontalLayout_47">
1550 <item>
1551 <spacer name="horizontalSpacer_21">
1552 <property name="orientation">
1553 <enum>Qt::Horizontal</enum>
1554 </property>
1555 <property name="sizeHint" stdset="0">
1556 <size>
1557 <width>40</width>
1558 <height>20</height>
1559 </size>
1560 </property>
1561 </spacer>
1562 </item>
1563 <item>
1564 <widget class="QCheckBox" name="active20CheckBox">
1565 <property name="enabled">
1566 <bool>true</bool>
1567 </property>
1568 <property name="text">
1569 <string comment="It refers to a subactivity">Active</string>
1570 </property>
1571 <property name="checked">
1572 <bool>true</bool>
1573 </property>
1574 </widget>
1575 </item>
1576 </layout>
1577 </item>
1578 </layout>
1579 </widget>
1580 <widget class="QWidget" name="TabPage21">
1581 <attribute name="title">
1582 <string>21</string>
1583 </attribute>
1584 <layout class="QGridLayout" name="gridLayout_26">
1585 <item row="0" column="0">
1586 <layout class="QHBoxLayout" name="horizontalLayout_49">
1587 <item>
1588 <widget class="QLabel" name="duration21TextLabel">
1589 <property name="enabled">
1590 <bool>true</bool>
1591 </property>
1592 <property name="text">
1593 <string>Duration</string>
1594 </property>
1595 <property name="wordWrap">
1596 <bool>false</bool>
1597 </property>
1598 </widget>
1599 </item>
1600 <item>
1601 <widget class="QSpinBox" name="duration21SpinBox">
1602 <property name="enabled">
1603 <bool>true</bool>
1604 </property>
1605 <property name="minimum">
1606 <number>1</number>
1607 </property>
1608 </widget>
1609 </item>
1610 </layout>
1611 </item>
1612 <item row="1" column="0">
1613 <layout class="QHBoxLayout" name="horizontalLayout_50">
1614 <item>
1615 <spacer name="horizontalSpacer_22">
1616 <property name="orientation">
1617 <enum>Qt::Horizontal</enum>
1618 </property>
1619 <property name="sizeHint" stdset="0">
1620 <size>
1621 <width>40</width>
1622 <height>20</height>
1623 </size>
1624 </property>
1625 </spacer>
1626 </item>
1627 <item>
1628 <widget class="QCheckBox" name="active21CheckBox">
1629 <property name="enabled">
1630 <bool>true</bool>
1631 </property>
1632 <property name="text">
1633 <string comment="It refers to a subactivity">Active</string>
1634 </property>
1635 <property name="checked">
1636 <bool>true</bool>
1637 </property>
1638 </widget>
1639 </item>
1640 </layout>
1641 </item>
1642 </layout>
1643 </widget>
1644 <widget class="QWidget" name="TabPage22">
1645 <attribute name="title">
1646 <string>22</string>
1647 </attribute>
1648 <layout class="QGridLayout" name="gridLayout_27">
1649 <item row="0" column="0">
1650 <layout class="QHBoxLayout" name="horizontalLayout_52">
1651 <item>
1652 <widget class="QLabel" name="duration22TextLabel">
1653 <property name="enabled">
1654 <bool>true</bool>
1655 </property>
1656 <property name="text">
1657 <string>Duration</string>
1658 </property>
1659 <property name="wordWrap">
1660 <bool>false</bool>
1661 </property>
1662 </widget>
1663 </item>
1664 <item>
1665 <widget class="QSpinBox" name="duration22SpinBox">
1666 <property name="enabled">
1667 <bool>true</bool>
1668 </property>
1669 <property name="minimum">
1670 <number>1</number>
1671 </property>
1672 </widget>
1673 </item>
1674 </layout>
1675 </item>
1676 <item row="1" column="0">
1677 <layout class="QHBoxLayout" name="horizontalLayout_51">
1678 <item>
1679 <spacer name="horizontalSpacer_23">
1680 <property name="orientation">
1681 <enum>Qt::Horizontal</enum>
1682 </property>
1683 <property name="sizeHint" stdset="0">
1684 <size>
1685 <width>40</width>
1686 <height>20</height>
1687 </size>
1688 </property>
1689 </spacer>
1690 </item>
1691 <item>
1692 <widget class="QCheckBox" name="active22CheckBox">
1693 <property name="enabled">
1694 <bool>true</bool>
1695 </property>
1696 <property name="text">
1697 <string comment="It refers to a subactivity">Active</string>
1698 </property>
1699 <property name="checked">
1700 <bool>true</bool>
1701 </property>
1702 </widget>
1703 </item>
1704 </layout>
1705 </item>
1706 </layout>
1707 </widget>
1708 <widget class="QWidget" name="TabPage23">
1709 <attribute name="title">
1710 <string>23</string>
1711 </attribute>
1712 <layout class="QGridLayout" name="gridLayout_28">
1713 <item row="0" column="0">
1714 <layout class="QHBoxLayout" name="horizontalLayout_54">
1715 <item>
1716 <widget class="QLabel" name="duration23TextLabel">
1717 <property name="enabled">
1718 <bool>true</bool>
1719 </property>
1720 <property name="text">
1721 <string>Duration</string>
1722 </property>
1723 <property name="wordWrap">
1724 <bool>false</bool>
1725 </property>
1726 </widget>
1727 </item>
1728 <item>
1729 <widget class="QSpinBox" name="duration23SpinBox">
1730 <property name="enabled">
1731 <bool>true</bool>
1732 </property>
1733 <property name="minimum">
1734 <number>1</number>
1735 </property>
1736 </widget>
1737 </item>
1738 </layout>
1739 </item>
1740 <item row="1" column="0">
1741 <layout class="QHBoxLayout" name="horizontalLayout_53">
1742 <item>
1743 <spacer name="horizontalSpacer_24">
1744 <property name="orientation">
1745 <enum>Qt::Horizontal</enum>
1746 </property>
1747 <property name="sizeHint" stdset="0">
1748 <size>
1749 <width>40</width>
1750 <height>20</height>
1751 </size>
1752 </property>
1753 </spacer>
1754 </item>
1755 <item>
1756 <widget class="QCheckBox" name="active23CheckBox">
1757 <property name="enabled">
1758 <bool>true</bool>
1759 </property>
1760 <property name="text">
1761 <string comment="It refers to a subactivity">Active</string>
1762 </property>
1763 <property name="checked">
1764 <bool>true</bool>
1765 </property>
1766 </widget>
1767 </item>
1768 </layout>
1769 </item>
1770 </layout>
1771 </widget>
1772 <widget class="QWidget" name="TabPage24">
1773 <attribute name="title">
1774 <string>24</string>
1775 </attribute>
1776 <layout class="QGridLayout" name="gridLayout_29">
1777 <item row="0" column="0">
1778 <layout class="QHBoxLayout" name="horizontalLayout_56">
1779 <item>
1780 <widget class="QLabel" name="duration24TextLabel">
1781 <property name="enabled">
1782 <bool>true</bool>
1783 </property>
1784 <property name="text">
1785 <string>Duration</string>
1786 </property>
1787 <property name="wordWrap">
1788 <bool>false</bool>
1789 </property>
1790 </widget>
1791 </item>
1792 <item>
1793 <widget class="QSpinBox" name="duration24SpinBox">
1794 <property name="enabled">
1795 <bool>true</bool>
1796 </property>
1797 <property name="minimum">
1798 <number>1</number>
1799 </property>
1800 </widget>
1801 </item>
1802 </layout>
1803 </item>
1804 <item row="1" column="0">
1805 <layout class="QHBoxLayout" name="horizontalLayout_55">
1806 <item>
1807 <spacer name="horizontalSpacer_25">
1808 <property name="orientation">
1809 <enum>Qt::Horizontal</enum>
1810 </property>
1811 <property name="sizeHint" stdset="0">
1812 <size>
1813 <width>40</width>
1814 <height>20</height>
1815 </size>
1816 </property>
1817 </spacer>
1818 </item>
1819 <item>
1820 <widget class="QCheckBox" name="active24CheckBox">
1821 <property name="enabled">
1822 <bool>true</bool>
1823 </property>
1824 <property name="text">
1825 <string comment="It refers to a subactivity">Active</string>
1826 </property>
1827 <property name="checked">
1828 <bool>true</bool>
1829 </property>
1830 </widget>
1831 </item>
1832 </layout>
1833 </item>
1834 </layout>
1835 </widget>
1836 <widget class="QWidget" name="TabPage25">
1837 <attribute name="title">
1838 <string>25</string>
1839 </attribute>
1840 <layout class="QGridLayout" name="gridLayout_30">
1841 <item row="0" column="0">
1842 <layout class="QHBoxLayout" name="horizontalLayout_57">
1843 <item>
1844 <widget class="QLabel" name="duration25TextLabel">
1845 <property name="enabled">
1846 <bool>true</bool>
1847 </property>
1848 <property name="text">
1849 <string>Duration</string>
1850 </property>
1851 <property name="wordWrap">
1852 <bool>false</bool>
1853 </property>
1854 </widget>
1855 </item>
1856 <item>
1857 <widget class="QSpinBox" name="duration25SpinBox">
1858 <property name="enabled">
1859 <bool>true</bool>
1860 </property>
1861 <property name="minimum">
1862 <number>1</number>
1863 </property>
1864 </widget>
1865 </item>
1866 </layout>
1867 </item>
1868 <item row="1" column="0">
1869 <layout class="QHBoxLayout" name="horizontalLayout_58">
1870 <item>
1871 <spacer name="horizontalSpacer_26">
1872 <property name="orientation">
1873 <enum>Qt::Horizontal</enum>
1874 </property>
1875 <property name="sizeHint" stdset="0">
1876 <size>
1877 <width>40</width>
1878 <height>20</height>
1879 </size>
1880 </property>
1881 </spacer>
1882 </item>
1883 <item>
1884 <widget class="QCheckBox" name="active25CheckBox">
1885 <property name="enabled">
1886 <bool>true</bool>
1887 </property>
1888 <property name="text">
1889 <string comment="It refers to a subactivity">Active</string>
1890 </property>
1891 <property name="checked">
1892 <bool>true</bool>
1893 </property>
1894 </widget>
1895 </item>
1896 </layout>
1897 </item>
1898 </layout>
1899 </widget>
1900 <widget class="QWidget" name="TabPage26">
1901 <attribute name="title">
1902 <string>26</string>
1903 </attribute>
1904 <layout class="QGridLayout" name="gridLayout_31">
1905 <item row="0" column="0">
1906 <layout class="QHBoxLayout" name="horizontalLayout_60">
1907 <item>
1908 <widget class="QLabel" name="duration26TextLabel">
1909 <property name="enabled">
1910 <bool>true</bool>
1911 </property>
1912 <property name="text">
1913 <string>Duration</string>
1914 </property>
1915 <property name="wordWrap">
1916 <bool>false</bool>
1917 </property>
1918 </widget>
1919 </item>
1920 <item>
1921 <widget class="QSpinBox" name="duration26SpinBox">
1922 <property name="enabled">
1923 <bool>true</bool>
1924 </property>
1925 <property name="minimum">
1926 <number>1</number>
1927 </property>
1928 </widget>
1929 </item>
1930 </layout>
1931 </item>
1932 <item row="1" column="0">
1933 <layout class="QHBoxLayout" name="horizontalLayout_59">
1934 <item>
1935 <spacer name="horizontalSpacer_27">
1936 <property name="orientation">
1937 <enum>Qt::Horizontal</enum>
1938 </property>
1939 <property name="sizeHint" stdset="0">
1940 <size>
1941 <width>40</width>
1942 <height>20</height>
1943 </size>
1944 </property>
1945 </spacer>
1946 </item>
1947 <item>
1948 <widget class="QCheckBox" name="active26CheckBox">
1949 <property name="enabled">
1950 <bool>true</bool>
1951 </property>
1952 <property name="text">
1953 <string comment="It refers to a subactivity">Active</string>
1954 </property>
1955 <property name="checked">
1956 <bool>true</bool>
1957 </property>
1958 </widget>
1959 </item>
1960 </layout>
1961 </item>
1962 </layout>
1963 </widget>
1964 <widget class="QWidget" name="TabPage27">
1965 <attribute name="title">
1966 <string>27</string>
1967 </attribute>
1968 <layout class="QGridLayout" name="gridLayout_32">
1969 <item row="0" column="0">
1970 <layout class="QHBoxLayout" name="horizontalLayout_62">
1971 <item>
1972 <widget class="QLabel" name="duration27TextLabel">
1973 <property name="enabled">
1974 <bool>true</bool>
1975 </property>
1976 <property name="text">
1977 <string>Duration</string>
1978 </property>
1979 <property name="wordWrap">
1980 <bool>false</bool>
1981 </property>
1982 </widget>
1983 </item>
1984 <item>
1985 <widget class="QSpinBox" name="duration27SpinBox">
1986 <property name="enabled">
1987 <bool>true</bool>
1988 </property>
1989 <property name="minimum">
1990 <number>1</number>
1991 </property>
1992 </widget>
1993 </item>
1994 </layout>
1995 </item>
1996 <item row="1" column="0">
1997 <layout class="QHBoxLayout" name="horizontalLayout_61">
1998 <item>
1999 <spacer name="horizontalSpacer_28">
2000 <property name="orientation">
2001 <enum>Qt::Horizontal</enum>
2002 </property>
2003 <property name="sizeHint" stdset="0">
2004 <size>
2005 <width>40</width>
2006 <height>20</height>
2007 </size>
2008 </property>
2009 </spacer>
2010 </item>
2011 <item>
2012 <widget class="QCheckBox" name="active27CheckBox">
2013 <property name="enabled">
2014 <bool>true</bool>
2015 </property>
2016 <property name="text">
2017 <string comment="It refers to a subactivity">Active</string>
2018 </property>
2019 <property name="checked">
2020 <bool>true</bool>
2021 </property>
2022 </widget>
2023 </item>
2024 </layout>
2025 </item>
2026 </layout>
2027 </widget>
2028 <widget class="QWidget" name="TabPage28">
2029 <attribute name="title">
2030 <string>28</string>
2031 </attribute>
2032 <layout class="QGridLayout" name="gridLayout_33">
2033 <item row="0" column="0">
2034 <layout class="QHBoxLayout" name="horizontalLayout_64">
2035 <item>
2036 <widget class="QLabel" name="duration28TextLabel">
2037 <property name="enabled">
2038 <bool>true</bool>
2039 </property>
2040 <property name="text">
2041 <string>Duration</string>
2042 </property>
2043 <property name="wordWrap">
2044 <bool>false</bool>
2045 </property>
2046 </widget>
2047 </item>
2048 <item>
2049 <widget class="QSpinBox" name="duration28SpinBox">
2050 <property name="enabled">
2051 <bool>true</bool>
2052 </property>
2053 <property name="minimum">
2054 <number>1</number>
2055 </property>
2056 </widget>
2057 </item>
2058 </layout>
2059 </item>
2060 <item row="1" column="0">
2061 <layout class="QHBoxLayout" name="horizontalLayout_63">
2062 <item>
2063 <spacer name="horizontalSpacer_29">
2064 <property name="orientation">
2065 <enum>Qt::Horizontal</enum>
2066 </property>
2067 <property name="sizeHint" stdset="0">
2068 <size>
2069 <width>40</width>
2070 <height>20</height>
2071 </size>
2072 </property>
2073 </spacer>
2074 </item>
2075 <item>
2076 <widget class="QCheckBox" name="active28CheckBox">
2077 <property name="enabled">
2078 <bool>true</bool>
2079 </property>
2080 <property name="text">
2081 <string comment="It refers to a subactivity">Active</string>
2082 </property>
2083 <property name="checked">
2084 <bool>true</bool>
2085 </property>
2086 </widget>
2087 </item>
2088 </layout>
2089 </item>
2090 </layout>
2091 </widget>
2092 <widget class="QWidget" name="TabPage29">
2093 <attribute name="title">
2094 <string>29</string>
2095 </attribute>
2096 <layout class="QGridLayout" name="gridLayout_34">
2097 <item row="0" column="0">
2098 <layout class="QHBoxLayout" name="horizontalLayout_66">
2099 <item>
2100 <widget class="QLabel" name="duration29TextLabel">
2101 <property name="enabled">
2102 <bool>true</bool>
2103 </property>
2104 <property name="text">
2105 <string>Duration</string>
2106 </property>
2107 <property name="wordWrap">
2108 <bool>false</bool>
2109 </property>
2110 </widget>
2111 </item>
2112 <item>
2113 <widget class="QSpinBox" name="duration29SpinBox">
2114 <property name="enabled">
2115 <bool>true</bool>
2116 </property>
2117 <property name="minimum">
2118 <number>1</number>
2119 </property>
2120 </widget>
2121 </item>
2122 </layout>
2123 </item>
2124 <item row="1" column="0">
2125 <layout class="QHBoxLayout" name="horizontalLayout_65">
2126 <item>
2127 <spacer name="horizontalSpacer_30">
2128 <property name="orientation">
2129 <enum>Qt::Horizontal</enum>
2130 </property>
2131 <property name="sizeHint" stdset="0">
2132 <size>
2133 <width>40</width>
2134 <height>20</height>
2135 </size>
2136 </property>
2137 </spacer>
2138 </item>
2139 <item>
2140 <widget class="QCheckBox" name="active29CheckBox">
2141 <property name="enabled">
2142 <bool>true</bool>
2143 </property>
2144 <property name="text">
2145 <string comment="It refers to a subactivity">Active</string>
2146 </property>
2147 <property name="checked">
2148 <bool>true</bool>
2149 </property>
2150 </widget>
2151 </item>
2152 </layout>
2153 </item>
2154 </layout>
2155 </widget>
2156 <widget class="QWidget" name="TabPage30">
2157 <attribute name="title">
2158 <string>30</string>
2159 </attribute>
2160 <layout class="QGridLayout" name="gridLayout_35">
2161 <item row="0" column="0">
2162 <layout class="QHBoxLayout" name="horizontalLayout_68">
2163 <item>
2164 <widget class="QLabel" name="duration30TextLabel">
2165 <property name="enabled">
2166 <bool>true</bool>
2167 </property>
2168 <property name="text">
2169 <string>Duration</string>
2170 </property>
2171 <property name="wordWrap">
2172 <bool>false</bool>
2173 </property>
2174 </widget>
2175 </item>
2176 <item>
2177 <widget class="QSpinBox" name="duration30SpinBox">
2178 <property name="enabled">
2179 <bool>true</bool>
2180 </property>
2181 <property name="minimum">
2182 <number>1</number>
2183 </property>
2184 </widget>
2185 </item>
2186 </layout>
2187 </item>
2188 <item row="1" column="0">
2189 <layout class="QHBoxLayout" name="horizontalLayout_67">
2190 <item>
2191 <spacer name="horizontalSpacer_31">
2192 <property name="orientation">
2193 <enum>Qt::Horizontal</enum>
2194 </property>
2195 <property name="sizeHint" stdset="0">
2196 <size>
2197 <width>40</width>
2198 <height>20</height>
2199 </size>
2200 </property>
2201 </spacer>
2202 </item>
2203 <item>
2204 <widget class="QCheckBox" name="active30CheckBox">
2205 <property name="enabled">
2206 <bool>true</bool>
2207 </property>
2208 <property name="text">
2209 <string comment="It refers to a subactivity">Active</string>
2210 </property>
2211 <property name="checked">
2212 <bool>true</bool>
2213 </property>
2214 </widget>
2215 </item>
2216 </layout>
2217 </item>
2218 </layout>
2219 </widget>
2220 <widget class="QWidget" name="TabPage31">
2221 <attribute name="title">
2222 <string>31</string>
2223 </attribute>
2224 <layout class="QGridLayout" name="gridLayout_36">
2225 <item row="0" column="0">
2226 <layout class="QHBoxLayout" name="horizontalLayout_70">
2227 <item>
2228 <widget class="QLabel" name="duration31TextLabel">
2229 <property name="enabled">
2230 <bool>true</bool>
2231 </property>
2232 <property name="text">
2233 <string>Duration</string>
2234 </property>
2235 <property name="wordWrap">
2236 <bool>false</bool>
2237 </property>
2238 </widget>
2239 </item>
2240 <item>
2241 <widget class="QSpinBox" name="duration31SpinBox">
2242 <property name="enabled">
2243 <bool>true</bool>
2244 </property>
2245 <property name="minimum">
2246 <number>1</number>
2247 </property>
2248 </widget>
2249 </item>
2250 </layout>
2251 </item>
2252 <item row="1" column="0">
2253 <layout class="QHBoxLayout" name="horizontalLayout_69">
2254 <item>
2255 <spacer name="horizontalSpacer_32">
2256 <property name="orientation">
2257 <enum>Qt::Horizontal</enum>
2258 </property>
2259 <property name="sizeHint" stdset="0">
2260 <size>
2261 <width>40</width>
2262 <height>20</height>
2263 </size>
2264 </property>
2265 </spacer>
2266 </item>
2267 <item>
2268 <widget class="QCheckBox" name="active31CheckBox">
2269 <property name="enabled">
2270 <bool>true</bool>
2271 </property>
2272 <property name="text">
2273 <string comment="It refers to a subactivity">Active</string>
2274 </property>
2275 <property name="checked">
2276 <bool>true</bool>
2277 </property>
2278 </widget>
2279 </item>
2280 </layout>
2281 </item>
2282 </layout>
2283 </widget>
2284 <widget class="QWidget" name="TabPage32">
2285 <attribute name="title">
2286 <string>32</string>
2287 </attribute>
2288 <layout class="QGridLayout" name="gridLayout_37">
2289 <item row="0" column="0">
2290 <layout class="QHBoxLayout" name="horizontalLayout_72">
2291 <item>
2292 <widget class="QLabel" name="duration32TextLabel">
2293 <property name="enabled">
2294 <bool>true</bool>
2295 </property>
2296 <property name="text">
2297 <string>Duration</string>
2298 </property>
2299 <property name="wordWrap">
2300 <bool>false</bool>
2301 </property>
2302 </widget>
2303 </item>
2304 <item>
2305 <widget class="QSpinBox" name="duration32SpinBox">
2306 <property name="enabled">
2307 <bool>true</bool>
2308 </property>
2309 <property name="minimum">
2310 <number>1</number>
2311 </property>
2312 </widget>
2313 </item>
2314 </layout>
2315 </item>
2316 <item row="1" column="0">
2317 <layout class="QHBoxLayout" name="horizontalLayout_71">
2318 <item>
2319 <spacer name="horizontalSpacer_33">
2320 <property name="orientation">
2321 <enum>Qt::Horizontal</enum>
2322 </property>
2323 <property name="sizeHint" stdset="0">
2324 <size>
2325 <width>40</width>
2326 <height>20</height>
2327 </size>
2328 </property>
2329 </spacer>
2330 </item>
2331 <item>
2332 <widget class="QCheckBox" name="active32CheckBox">
2333 <property name="enabled">
2334 <bool>true</bool>
2335 </property>
2336 <property name="text">
2337 <string comment="It refers to a subactivity">Active</string>
2338 </property>
2339 <property name="checked">
2340 <bool>true</bool>
2341 </property>
2342 </widget>
2343 </item>
2344 </layout>
2345 </item>
2346 </layout>
2347 </widget>
2348 <widget class="QWidget" name="TabPage33">
2349 <attribute name="title">
2350 <string>33</string>
2351 </attribute>
2352 <layout class="QGridLayout" name="gridLayout_38">
2353 <item row="0" column="0">
2354 <layout class="QHBoxLayout" name="horizontalLayout_74">
2355 <item>
2356 <widget class="QLabel" name="duration33TextLabel">
2357 <property name="enabled">
2358 <bool>true</bool>
2359 </property>
2360 <property name="text">
2361 <string>Duration</string>
2362 </property>
2363 <property name="wordWrap">
2364 <bool>false</bool>
2365 </property>
2366 </widget>
2367 </item>
2368 <item>
2369 <widget class="QSpinBox" name="duration33SpinBox">
2370 <property name="enabled">
2371 <bool>true</bool>
2372 </property>
2373 <property name="minimum">
2374 <number>1</number>
2375 </property>
2376 </widget>
2377 </item>
2378 </layout>
2379 </item>
2380 <item row="1" column="0">
2381 <layout class="QHBoxLayout" name="horizontalLayout_73">
2382 <item>
2383 <spacer name="horizontalSpacer_34">
2384 <property name="orientation">
2385 <enum>Qt::Horizontal</enum>
2386 </property>
2387 <property name="sizeHint" stdset="0">
2388 <size>
2389 <width>40</width>
2390 <height>20</height>
2391 </size>
2392 </property>
2393 </spacer>
2394 </item>
2395 <item>
2396 <widget class="QCheckBox" name="active33CheckBox">
2397 <property name="enabled">
2398 <bool>true</bool>
2399 </property>
2400 <property name="text">
2401 <string comment="It refers to a subactivity">Active</string>
2402 </property>
2403 <property name="checked">
2404 <bool>true</bool>
2405 </property>
2406 </widget>
2407 </item>
2408 </layout>
2409 </item>
2410 </layout>
2411 </widget>
2412 <widget class="QWidget" name="TabPage34">
2413 <attribute name="title">
2414 <string>34</string>
2415 </attribute>
2416 <layout class="QGridLayout" name="gridLayout_39">
2417 <item row="0" column="0">
2418 <layout class="QHBoxLayout" name="horizontalLayout_76">
2419 <item>
2420 <widget class="QLabel" name="duration34TextLabel">
2421 <property name="enabled">
2422 <bool>true</bool>
2423 </property>
2424 <property name="text">
2425 <string>Duration</string>
2426 </property>
2427 <property name="wordWrap">
2428 <bool>false</bool>
2429 </property>
2430 </widget>
2431 </item>
2432 <item>
2433 <widget class="QSpinBox" name="duration34SpinBox">
2434 <property name="enabled">
2435 <bool>true</bool>
2436 </property>
2437 <property name="minimum">
2438 <number>1</number>
2439 </property>
2440 </widget>
2441 </item>
2442 </layout>
2443 </item>
2444 <item row="1" column="0">
2445 <layout class="QHBoxLayout" name="horizontalLayout_75">
2446 <item>
2447 <spacer name="horizontalSpacer_35">
2448 <property name="orientation">
2449 <enum>Qt::Horizontal</enum>
2450 </property>
2451 <property name="sizeHint" stdset="0">
2452 <size>
2453 <width>40</width>
2454 <height>20</height>
2455 </size>
2456 </property>
2457 </spacer>
2458 </item>
2459 <item>
2460 <widget class="QCheckBox" name="active34CheckBox">
2461 <property name="enabled">
2462 <bool>true</bool>
2463 </property>
2464 <property name="text">
2465 <string comment="It refers to a subactivity">Active</string>
2466 </property>
2467 <property name="checked">
2468 <bool>true</bool>
2469 </property>
2470 </widget>
2471 </item>
2472 </layout>
2473 </item>
2474 </layout>
2475 </widget>
2476 <widget class="QWidget" name="TabPage35">
2477 <attribute name="title">
2478 <string>35</string>
2479 </attribute>
2480 <layout class="QGridLayout" name="gridLayout_40">
2481 <item row="0" column="0">
2482 <layout class="QHBoxLayout" name="horizontalLayout_78">
2483 <item>
2484 <widget class="QLabel" name="duration35TextLabel">
2485 <property name="enabled">
2486 <bool>true</bool>
2487 </property>
2488 <property name="text">
2489 <string>Duration</string>
2490 </property>
2491 <property name="wordWrap">
2492 <bool>false</bool>
2493 </property>
2494 </widget>
2495 </item>
2496 <item>
2497 <widget class="QSpinBox" name="duration35SpinBox">
2498 <property name="enabled">
2499 <bool>true</bool>
2500 </property>
2501 <property name="minimum">
2502 <number>1</number>
2503 </property>
2504 </widget>
2505 </item>
2506 </layout>
2507 </item>
2508 <item row="1" column="0">
2509 <layout class="QHBoxLayout" name="horizontalLayout_77">
2510 <item>
2511 <spacer name="horizontalSpacer_36">
2512 <property name="orientation">
2513 <enum>Qt::Horizontal</enum>
2514 </property>
2515 <property name="sizeHint" stdset="0">
2516 <size>
2517 <width>40</width>
2518 <height>20</height>
2519 </size>
2520 </property>
2521 </spacer>
2522 </item>
2523 <item>
2524 <widget class="QCheckBox" name="active35CheckBox">
2525 <property name="enabled">
2526 <bool>true</bool>
2527 </property>
2528 <property name="text">
2529 <string comment="It refers to a subactivity">Active</string>
2530 </property>
2531 <property name="checked">
2532 <bool>true</bool>
2533 </property>
2534 </widget>
2535 </item>
2536 </layout>
2537 </item>
2538 </layout>
2539 </widget>
2540 </widget>
2541 </item>
2542 <item>
2543 <layout class="QGridLayout" name="gridLayout_4">
2544 <item row="0" column="0">
2545 <widget class="QLabel" name="minDayDistanceTextLabel">
2546 <property name="enabled">
2547 <bool>true</bool>
2548 </property>
2549 <property name="text">
2550 <string comment="Refers to min days between the components of a larger split activity. Please keep translation short">Min days</string>
2551 </property>
2552 </widget>
2553 </item>
2554 <item row="0" column="1">
2555 <widget class="QSpinBox" name="minDayDistanceSpinBox">
2556 <property name="enabled">
2557 <bool>true</bool>
2558 </property>
2559 <property name="value">
2560 <number>1</number>
2561 </property>
2562 </widget>
2563 </item>
2564 <item row="1" column="0">
2565 <widget class="QLabel" name="percentageTextLabel">
2566 <property name="enabled">
2567 <bool>true</bool>
2568 </property>
2569 <property name="text">
2570 <string comment="Please keep translation short">Weight %</string>
2571 </property>
2572 </widget>
2573 </item>
2574 <item row="1" column="1">
2575 <widget class="QLineEdit" name="percentageLineEdit">
2576 <property name="text">
2577 <string notr="true">95.0</string>
2578 </property>
2579 </widget>
2580 </item>
2581 <item row="2" column="0" colspan="2">
2582 <layout class="QHBoxLayout" name="horizontalLayout_5">
2583 <item>
2584 <spacer name="horizontalSpacer">
2585 <property name="orientation">
2586 <enum>Qt::Horizontal</enum>
2587 </property>
2588 <property name="sizeHint" stdset="0">
2589 <size>
2590 <width>40</width>
2591 <height>20</height>
2592 </size>
2593 </property>
2594 </spacer>
2595 </item>
2596 <item>
2597 <widget class="QCheckBox" name="forceConsecutiveCheckBox">
2598 <property name="text">
2599 <string comment="Refers to forcing component activities consecutive if they are in the same day. Please keep translation short">Consecutive</string>
2600 </property>
2601 <property name="checked">
2602 <bool>true</bool>
2603 </property>
2604 </widget>
2605 </item>
2606 </layout>
2607 </item>
2608 </layout>
2609 </item>
2610 </layout>
2611 </item>
2612 <item>
2613 <widget class="QFrame" name="buttonsFrame">
2614 <property name="frameShape">
2615 <enum>QFrame::StyledPanel</enum>
2616 </property>
2617 <property name="frameShadow">
2618 <enum>QFrame::Raised</enum>
2619 </property>
2620 <layout class="QHBoxLayout" name="horizontalLayout_3">
2621 <item>
2622 <widget class="QPushButton" name="addActivityPushButton">
2623 <property name="text">
2624 <string>Add</string>
2625 </property>
2626 </widget>
2627 </item>
2628 <item>
2629 <widget class="QPushButton" name="helpPushButton">
2630 <property name="text">
2631 <string>Help</string>
2632 </property>
2633 </widget>
2634 </item>
2635 <item>
2636 <widget class="QPushButton" name="closePushButton">
2637 <property name="text">
2638 <string>Close</string>
2639 </property>
2640 </widget>
2641 </item>
2642 </layout>
2643 </widget>
2644 </item>
2645 </layout>
2646 </item>
2647 </layout>
2648 </widget>
2649 <layoutdefault spacing="6" margin="11"/>
2650 <resources/>
2651 <connections/>
2652 </ui>