1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Form</class>
4 <widget class="QWidget" name="Form">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>846</width>
10    <height>768</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_6">
17   <item row="0" column="0">
18    <widget class="QGroupBox" name="groupBox_b">
19     <property name="title">
20      <string>Weather</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_2">
23      <item row="1" column="0">
24       <widget class="QCheckBox" name="checkBox_5">
25        <property name="text">
26         <string>clouds</string>
27        </property>
28        <property name="shortcut">
29         <string notr="true"/>
30        </property>
31       </widget>
32      </item>
33      <item row="0" column="0">
34       <widget class="QCheckBox" name="checkBox">
35        <property name="text">
36         <string>sunny</string>
37        </property>
38        <property name="shortcut">
39         <string notr="true"/>
40        </property>
41       </widget>
42      </item>
43      <item row="1" column="2">
44       <widget class="QRadioButton" name="radioButton_2">
45        <property name="text">
46         <string>warm</string>
47        </property>
48        <property name="shortcut">
49         <string notr="true"/>
50        </property>
51       </widget>
52      </item>
53      <item row="2" column="0">
54       <widget class="QCheckBox" name="checkBox_6">
55        <property name="text">
56         <string>rain</string>
57        </property>
58        <property name="shortcut">
59         <string notr="true"/>
60        </property>
61       </widget>
62      </item>
63      <item row="3" column="2">
64       <widget class="QRadioButton" name="radioButton_4">
65        <property name="text">
66         <string>freezing</string>
67        </property>
68        <property name="shortcut">
69         <string notr="true"/>
70        </property>
71       </widget>
72      </item>
73      <item row="1" column="1">
74       <widget class="QCheckBox" name="checkBox_18">
75        <property name="text">
76         <string>windy</string>
77        </property>
78        <property name="shortcut">
79         <string notr="true"/>
80        </property>
81       </widget>
82      </item>
83      <item row="3" column="0">
84       <widget class="QCheckBox" name="checkBox_7">
85        <property name="text">
86         <string>snow</string>
87        </property>
88        <property name="shortcut">
89         <string notr="true"/>
90        </property>
91       </widget>
92      </item>
93      <item row="2" column="2">
94       <widget class="QRadioButton" name="radioButton_3">
95        <property name="text">
96         <string>cold</string>
97        </property>
98        <property name="shortcut">
99         <string notr="true"/>
100        </property>
101       </widget>
102      </item>
103      <item row="4" column="0" colspan="3">
104       <widget class="QLineEdit" name="lineEdit">
105        <property name="sizePolicy">
106         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
107          <horstretch>0</horstretch>
108          <verstretch>0</verstretch>
109         </sizepolicy>
110        </property>
111       </widget>
112      </item>
113      <item row="3" column="1">
114       <widget class="QCheckBox" name="checkBox_2">
115        <property name="text">
116         <string>hail/soft hail</string>
117        </property>
118       </widget>
119      </item>
120      <item row="0" column="2">
121       <widget class="QRadioButton" name="radioButton">
122        <property name="text">
123         <string>hot</string>
124        </property>
125        <property name="shortcut">
126         <string notr="true"/>
127        </property>
128       </widget>
129      </item>
130      <item row="2" column="1">
131       <widget class="QCheckBox" name="checkBox_11">
132        <property name="text">
133         <string>humid</string>
134        </property>
135        <property name="shortcut">
136         <string notr="true"/>
137        </property>
138       </widget>
139      </item>
140      <item row="0" column="1">
141       <widget class="QCheckBox" name="checkBox_20">
142        <property name="text">
143         <string>foggy</string>
144        </property>
145       </widget>
146      </item>
147     </layout>
148    </widget>
149   </item>
150   <item row="0" column="1">
151    <widget class="QGroupBox" name="groupBox_a">
152     <property name="title">
153      <string>Character</string>
154     </property>
155     <layout class="QGridLayout" name="gridLayout_3">
156      <item row="5" column="1">
157       <widget class="QComboBox" name="comboBox">
158        <item>
159         <property name="text">
160          <string/>
161         </property>
162        </item>
163        <item>
164         <property name="text">
165          <string>Rating 5 stars</string>
166         </property>
167        </item>
168        <item>
169         <property name="text">
170          <string>Rating 4 stars</string>
171         </property>
172        </item>
173        <item>
174         <property name="text">
175          <string>Rating 3 stars</string>
176         </property>
177        </item>
178        <item>
179         <property name="text">
180          <string>Rating 2 stars</string>
181         </property>
182        </item>
183        <item>
184         <property name="text">
185          <string>Rating 1 star</string>
186         </property>
187        </item>
188       </widget>
189      </item>
190      <item row="5" column="0">
191       <widget class="QLabel" name="label_2">
192        <property name="text">
193         <string>Rating</string>
194        </property>
195       </widget>
196      </item>
197      <item row="1" column="1">
198       <widget class="QCheckBox" name="checkBox_13">
199        <property name="text">
200         <string>long distance</string>
201        </property>
202       </widget>
203      </item>
204      <item row="3" column="1">
205       <widget class="QCheckBox" name="checkBox_15">
206        <property name="text">
207         <string>night</string>
208        </property>
209       </widget>
210      </item>
211      <item row="1" column="0">
212       <widget class="QRadioButton" name="radioButton_5">
213        <property name="text">
214         <string>trail running</string>
215        </property>
216       </widget>
217      </item>
218      <item row="6" column="0" colspan="2">
219       <widget class="QLineEdit" name="lineEdit_3"/>
220      </item>
221      <item row="2" column="0">
222       <widget class="QRadioButton" name="radioButton_17">
223        <property name="text">
224         <string>city/road</string>
225        </property>
226       </widget>
227      </item>
228      <item row="3" column="0">
229       <widget class="QRadioButton" name="radioButton_16">
230        <property name="text">
231         <string> track</string>
232        </property>
233       </widget>
234      </item>
235      <item row="2" column="1">
236       <widget class="QCheckBox" name="checkBox_4">
237        <property name="text">
238         <string>ultra long dist</string>
239        </property>
240       </widget>
241      </item>
242      <item row="0" column="1">
243       <widget class="QCheckBox" name="checkBox_14">
244        <property name="text">
245         <string>large ascend</string>
246        </property>
247       </widget>
248      </item>
249      <item row="0" column="0">
250       <widget class="QRadioButton" name="radioButton_6">
251        <property name="text">
252         <string>easy hiking</string>
253        </property>
254       </widget>
255      </item>
256     </layout>
257    </widget>
258   </item>
259   <item row="0" column="2" colspan="2">
260    <widget class="QGroupBox" name="groupBox_d">
261     <property name="title">
262      <string>Equipment</string>
263     </property>
264     <layout class="QGridLayout" name="gridLayout">
265      <item row="0" column="0">
266       <layout class="QHBoxLayout" name="horizontalLayout_3">
267        <item>
268         <widget class="QLabel" name="label_6">
269          <property name="text">
270           <string>shoes:</string>
271          </property>
272         </widget>
273        </item>
274        <item>
275         <widget class="QLineEdit" name="lineEdit_9"/>
276        </item>
277       </layout>
278      </item>
279      <item row="0" column="1">
280       <widget class="QCheckBox" name="checkBox_21">
281        <property name="text">
282         <string>backpack</string>
283        </property>
284       </widget>
285      </item>
286      <item row="1" column="0">
287       <widget class="QCheckBox" name="checkBox_19">
288        <property name="text">
289         <string>gloves</string>
290        </property>
291       </widget>
292      </item>
293      <item row="1" column="1">
294       <widget class="QCheckBox" name="checkBox_23">
295        <property name="text">
296         <string>hip pack</string>
297        </property>
298       </widget>
299      </item>
300      <item row="2" column="0">
301       <widget class="QCheckBox" name="checkBox_12">
302        <property name="text">
303         <string>poles</string>
304        </property>
305       </widget>
306      </item>
307      <item row="2" column="1">
308       <widget class="QCheckBox" name="checkBox_22">
309        <property name="text">
310         <string>crampon</string>
311        </property>
312       </widget>
313      </item>
314      <item row="3" column="0">
315       <widget class="QCheckBox" name="checkBox_10">
316        <property name="text">
317         <string>night gear</string>
318        </property>
319       </widget>
320      </item>
321      <item row="3" column="1">
322       <widget class="QCheckBox" name="checkBox_24">
323        <property name="text">
324         <string>calf guard comp.</string>
325        </property>
326       </widget>
327      </item>
328      <item row="4" column="0" colspan="2">
329       <widget class="QLineEdit" name="lineEdit_10">
330        <property name="sizePolicy">
331         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
332          <horstretch>0</horstretch>
333          <verstretch>0</verstretch>
334         </sizepolicy>
335        </property>
336       </widget>
337      </item>
338     </layout>
339    </widget>
340   </item>
341   <item row="1" column="0" colspan="4">
342    <layout class="QVBoxLayout" name="verticalLayout_6">
343     <item>
344      <widget class="QGroupBox" name="groupBox_da">
345       <property name="title">
346        <string>MIDE: Severity Environment</string>
347       </property>
348       <layout class="QVBoxLayout" name="verticalLayout_2">
349        <item>
350         <widget class="QComboBox" name="comboBox_6">
351          <property name="toolTip">
352           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
353          </property>
354          <item>
355           <property name="text">
356            <string/>
357           </property>
358          </item>
359          <item>
360           <property name="text">
361            <string>1. The environment is not risk free</string>
362           </property>
363          </item>
364          <item>
365           <property name="text">
366            <string>2. More than 1 risk factor</string>
367           </property>
368          </item>
369          <item>
370           <property name="text">
371            <string>3. Various risk factors</string>
372           </property>
373          </item>
374          <item>
375           <property name="text">
376            <string>4. Considerable risk factors</string>
377           </property>
378          </item>
379          <item>
380           <property name="text">
381            <string>5. Many risk factors</string>
382           </property>
383          </item>
384         </widget>
385        </item>
386       </layout>
387      </widget>
388     </item>
389     <item>
390      <widget class="QGroupBox" name="groupBox_db">
391       <property name="title">
392        <string>MIDE: Orientation</string>
393       </property>
394       <layout class="QVBoxLayout" name="verticalLayout_3">
395        <item>
396         <widget class="QComboBox" name="comboBox_2">
397          <item>
398           <property name="text">
399            <string/>
400           </property>
401          </item>
402          <item>
403           <property name="text">
404            <string>1. Paths and junctions well signed</string>
405           </property>
406          </item>
407          <item>
408           <property name="text">
409            <string>2. Footpaths or way marks which follow the route</string>
410           </property>
411          </item>
412          <item>
413           <property name="text">
414            <string>3. Demands orientation by identification of geographic features and compass points</string>
415           </property>
416          </item>
417          <item>
418           <property name="text">
419            <string>4. Requires advanced navigation techniques, beyond interpretation of features on the map and the ground</string>
420           </property>
421          </item>
422          <item>
423           <property name="text">
424            <string>5. Difficult navigation is interrupted by obstacles which must be avoided</string>
425           </property>
426          </item>
427         </widget>
428        </item>
429       </layout>
430      </widget>
431     </item>
432     <item>
433      <widget class="QGroupBox" name="groupBox_dc">
434       <property name="title">
435        <string>MIDE: Terrain underfoot</string>
436       </property>
437       <layout class="QVBoxLayout" name="verticalLayout_4">
438        <item>
439         <widget class="QComboBox" name="comboBox_5">
440          <property name="editable">
441           <bool>false</bool>
442          </property>
443          <item>
444           <property name="text">
445            <string/>
446           </property>
447          </item>
448          <item>
449           <property name="text">
450            <string>1. Easy walking</string>
451           </property>
452          </item>
453          <item>
454           <property name="text">
455            <string>2. Bridleways and well made footpaths</string>
456           </property>
457          </item>
458          <item>
459           <property name="text">
460            <string>3. Rocky stairways, rough ground and screes</string>
461           </property>
462          </item>
463          <item>
464           <property name="text">
465            <string>4. Contains sections where the use of hands is necessary for balance</string>
466           </property>
467          </item>
468          <item>
469           <property name="text">
470            <string>5. Scrambling, pulling on hands and arms for progress</string>
471           </property>
472          </item>
473         </widget>
474        </item>
475       </layout>
476      </widget>
477     </item>
478     <item>
479      <widget class="QGroupBox" name="groupBox_dd">
480       <property name="title">
481        <string>MIDE: Effort required </string>
482       </property>
483       <layout class="QVBoxLayout" name="verticalLayout_5">
484        <item>
485         <widget class="QComboBox" name="comboBox_3">
486          <item>
487           <property name="text">
488            <string/>
489           </property>
490          </item>
491          <item>
492           <property name="text">
493            <string>1. Less than one hour of continuous walking</string>
494           </property>
495          </item>
496          <item>
497           <property name="text">
498            <string>2. From 1 to 3 hours of continuous walking</string>
499           </property>
500          </item>
501          <item>
502           <property name="text">
503            <string>3. From 3 to 6 hours of continuous walking</string>
504           </property>
505          </item>
506          <item>
507           <property name="text">
508            <string>4. From 6 to 10 hours of continuous walking</string>
509           </property>
510          </item>
511          <item>
512           <property name="text">
513            <string>5. More than 10 hours of continuous walking</string>
514           </property>
515          </item>
516         </widget>
517        </item>
518       </layout>
519      </widget>
520     </item>
521    </layout>
522   </item>
523   <item row="2" column="0" rowspan="3">
524    <widget class="QGroupBox" name="groupBox_k">
525     <property name="title">
526      <string>Details</string>
527     </property>
528     <layout class="QGridLayout" name="gridLayout_5">
529      <item row="0" column="0">
530       <widget class="QTextEdit" name="textEdit"/>
531      </item>
532     </layout>
533    </widget>
534   </item>
535   <item row="2" column="1">
536    <widget class="QGroupBox" name="groupBox_f">
537     <property name="title">
538      <string>IBP Index (RNG)</string>
539     </property>
540     <property name="checkable">
541      <bool>false</bool>
542     </property>
543     <property name="checked">
544      <bool>false</bool>
545     </property>
546     <layout class="QHBoxLayout" name="horizontalLayout_2">
547      <item>
548       <widget class="QLineEdit" name="lineEdit_5">
549        <property name="sizePolicy">
550         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
551          <horstretch>0</horstretch>
552          <verstretch>0</verstretch>
553         </sizepolicy>
554        </property>
555       </widget>
556      </item>
557     </layout>
558    </widget>
559   </item>
560   <item row="2" column="3" rowspan="2">
561    <layout class="QGridLayout" name="gridLayout_4">
562     <item row="0" column="0">
563      <widget class="QGroupBox" name="groupBox_g_2">
564       <property name="title">
565        <string>Max. heart rate</string>
566       </property>
567       <layout class="QVBoxLayout" name="verticalLayout">
568        <item>
569         <widget class="QLineEdit" name="lineEdit_4"/>
570        </item>
571       </layout>
572      </widget>
573     </item>
574     <item row="0" column="1">
575      <widget class="QGroupBox" name="groupBox_h">
576       <property name="title">
577        <string>Avg. heart rate</string>
578       </property>
579       <layout class="QVBoxLayout" name="verticalLayout_10">
580        <item>
581         <widget class="QLineEdit" name="lineEdit_8"/>
582        </item>
583       </layout>
584      </widget>
585     </item>
586     <item row="1" column="0">
587      <widget class="QGroupBox" name="groupBox_i">
588       <property name="title">
589        <string>Min. heart rate</string>
590       </property>
591       <layout class="QVBoxLayout" name="verticalLayout_8">
592        <item>
593         <widget class="QLineEdit" name="lineEdit_6"/>
594        </item>
595       </layout>
596      </widget>
597     </item>
598     <item row="1" column="1">
599      <widget class="QGroupBox" name="groupBox_j">
600       <property name="title">
601        <string>Cal. consumption</string>
602       </property>
603       <layout class="QVBoxLayout" name="verticalLayout_9">
604        <item>
605         <widget class="QLineEdit" name="lineEdit_7"/>
606        </item>
607       </layout>
608      </widget>
609     </item>
610    </layout>
611   </item>
612   <item row="3" column="1">
613    <widget class="QGroupBox" name="groupBox_fb">
614     <property name="title">
615      <string>SAC scale</string>
616     </property>
617     <layout class="QVBoxLayout" name="verticalLayout_7">
618      <item>
619       <widget class="QComboBox" name="comboBox_4">
620        <item>
621         <property name="text">
622          <string/>
623         </property>
624        </item>
625        <item>
626         <property name="text">
627          <string>T-1</string>
628         </property>
629        </item>
630        <item>
631         <property name="text">
632          <string>T-2</string>
633         </property>
634        </item>
635        <item>
636         <property name="text">
637          <string>T-3</string>
638         </property>
639        </item>
640        <item>
641         <property name="text">
642          <string>T-4</string>
643         </property>
644        </item>
645        <item>
646         <property name="text">
647          <string>T-5</string>
648         </property>
649        </item>
650        <item>
651         <property name="text">
652          <string>T-6</string>
653         </property>
654        </item>
655       </widget>
656      </item>
657     </layout>
658    </widget>
659   </item>
660   <item row="4" column="1" colspan="3">
661    <widget class="QGroupBox" name="groupBox_c">
662     <property name="title">
663      <string>Participants</string>
664     </property>
665     <layout class="QHBoxLayout" name="horizontalLayout">
666      <item>
667       <widget class="QTextEdit" name="textEdit_2"/>
668      </item>
669     </layout>
670    </widget>
671   </item>
672  </layout>
673 </widget>
674 <tabstops>
675  <tabstop>checkBox</tabstop>
676  <tabstop>checkBox_5</tabstop>
677  <tabstop>checkBox_6</tabstop>
678  <tabstop>checkBox_7</tabstop>
679  <tabstop>checkBox_20</tabstop>
680  <tabstop>checkBox_18</tabstop>
681  <tabstop>checkBox_11</tabstop>
682  <tabstop>checkBox_2</tabstop>
683  <tabstop>radioButton</tabstop>
684  <tabstop>radioButton_2</tabstop>
685  <tabstop>radioButton_3</tabstop>
686  <tabstop>radioButton_4</tabstop>
687  <tabstop>lineEdit</tabstop>
688  <tabstop>radioButton_6</tabstop>
689  <tabstop>radioButton_5</tabstop>
690  <tabstop>radioButton_17</tabstop>
691  <tabstop>radioButton_16</tabstop>
692  <tabstop>checkBox_14</tabstop>
693  <tabstop>checkBox_13</tabstop>
694  <tabstop>checkBox_4</tabstop>
695  <tabstop>checkBox_15</tabstop>
696  <tabstop>comboBox</tabstop>
697  <tabstop>lineEdit_3</tabstop>
698  <tabstop>lineEdit_9</tabstop>
699  <tabstop>checkBox_19</tabstop>
700  <tabstop>checkBox_12</tabstop>
701  <tabstop>checkBox_10</tabstop>
702  <tabstop>checkBox_21</tabstop>
703  <tabstop>checkBox_23</tabstop>
704  <tabstop>checkBox_22</tabstop>
705  <tabstop>checkBox_24</tabstop>
706  <tabstop>lineEdit_10</tabstop>
707  <tabstop>comboBox_6</tabstop>
708  <tabstop>comboBox_2</tabstop>
709  <tabstop>comboBox_5</tabstop>
710  <tabstop>comboBox_3</tabstop>
711  <tabstop>textEdit</tabstop>
712  <tabstop>lineEdit_5</tabstop>
713  <tabstop>comboBox_4</tabstop>
714  <tabstop>lineEdit_4</tabstop>
715  <tabstop>lineEdit_6</tabstop>
716  <tabstop>lineEdit_8</tabstop>
717  <tabstop>lineEdit_7</tabstop>
718  <tabstop>textEdit_2</tabstop>
719 </tabstops>
720 <resources/>
721 <connections/>
722</ui>
723