1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Dag Andersen &lt;danders@get2net.dk&gt;</author>
4 <class>KPlato::SummaryTaskGeneralPanelBase</class>
5 <widget class="QWidget" name="KPlato::SummaryTaskGeneralPanelBase">
6  <property name="geometry">
7   <rect>
8    <x>0</x>
9    <y>0</y>
10    <width>400</width>
11    <height>165</height>
12   </rect>
13  </property>
14  <property name="minimumSize">
15   <size>
16    <width>400</width>
17    <height>0</height>
18   </size>
19  </property>
20  <layout class="QVBoxLayout" name="verticalLayout">
21   <item>
22    <layout class="QGridLayout" name="gridLayout">
23     <item row="0" column="0">
24      <widget class="QLabel" name="wbslabel">
25       <property name="toolTip">
26        <string>Work Breakdown Structure</string>
27       </property>
28       <property name="text">
29        <string>WBS:</string>
30       </property>
31       <property name="alignment">
32        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33       </property>
34       <property name="wordWrap">
35        <bool>false</bool>
36       </property>
37      </widget>
38     </item>
39     <item row="0" column="1">
40      <widget class="QLabel" name="wbsfield">
41       <property name="frameShape">
42        <enum>QFrame::StyledPanel</enum>
43       </property>
44       <property name="frameShadow">
45        <enum>QFrame::Sunken</enum>
46       </property>
47       <property name="text">
48        <string/>
49       </property>
50       <property name="wordWrap">
51        <bool>false</bool>
52       </property>
53      </widget>
54     </item>
55     <item row="1" column="0">
56      <widget class="QLabel" name="namelabel">
57       <property name="whatsThis">
58        <string>The name of the Task.</string>
59       </property>
60       <property name="text">
61        <string>Name:</string>
62       </property>
63       <property name="alignment">
64        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
65       </property>
66       <property name="wordWrap">
67        <bool>false</bool>
68       </property>
69       <property name="buddy">
70        <cstring>namefield</cstring>
71       </property>
72      </widget>
73     </item>
74     <item row="1" column="1" colspan="2">
75      <widget class="KLineEdit" name="namefield">
76       <property name="sizePolicy">
77        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
78         <horstretch>0</horstretch>
79         <verstretch>0</verstretch>
80        </sizepolicy>
81       </property>
82       <property name="focusPolicy">
83        <enum>Qt::WheelFocus</enum>
84       </property>
85       <property name="whatsThis">
86        <string>The name of the Task.</string>
87       </property>
88      </widget>
89     </item>
90     <item row="2" column="0">
91      <widget class="QLabel" name="leaderlabel">
92       <property name="whatsThis">
93        <string>The person responsible for this task.
94
95This is not limited to persons available in a resource group but can be anyone. You can even directly access your address book with the Choose button.</string>
96       </property>
97       <property name="text">
98        <string>Responsible:</string>
99       </property>
100       <property name="alignment">
101        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
102       </property>
103       <property name="wordWrap">
104        <bool>false</bool>
105       </property>
106       <property name="buddy">
107        <cstring>leaderfield</cstring>
108       </property>
109      </widget>
110     </item>
111     <item row="2" column="1" colspan="2">
112      <layout class="QHBoxLayout">
113       <property name="leftMargin">
114        <number>0</number>
115       </property>
116       <property name="topMargin">
117        <number>0</number>
118       </property>
119       <property name="rightMargin">
120        <number>0</number>
121       </property>
122       <property name="bottomMargin">
123        <number>0</number>
124       </property>
125       <item>
126        <widget class="KLineEdit" name="leaderfield">
127         <property name="focusPolicy">
128          <enum>Qt::WheelFocus</enum>
129         </property>
130         <property name="whatsThis">
131          <string>The person responsible for this task.
132
133This is not limited to persons available in a resource group but can be anyone. You can even directly access your address book with the Choose button.</string>
134         </property>
135        </widget>
136       </item>
137       <item>
138        <widget class="QPushButton" name="chooseLeader">
139         <property name="toolTip">
140          <string>Insert a person from your address book</string>
141         </property>
142         <property name="text">
143          <string>Choose...</string>
144         </property>
145         <property name="shortcut">
146          <string/>
147         </property>
148        </widget>
149       </item>
150      </layout>
151     </item>
152     <item row="3" column="0">
153      <widget class="QLabel" name="label">
154       <property name="text">
155        <string>Priority:</string>
156       </property>
157      </widget>
158     </item>
159     <item row="3" column="2">
160      <layout class="QHBoxLayout" name="horizontalLayout">
161       <item>
162        <widget class="QSpinBox" name="ui_priority"/>
163       </item>
164       <item>
165        <spacer name="horizontalSpacer">
166         <property name="orientation">
167          <enum>Qt::Horizontal</enum>
168         </property>
169         <property name="sizeHint" stdset="0">
170          <size>
171           <width>40</width>
172           <height>20</height>
173          </size>
174         </property>
175        </spacer>
176       </item>
177      </layout>
178     </item>
179    </layout>
180   </item>
181   <item>
182    <widget class="Line" name="line">
183     <property name="orientation">
184      <enum>Qt::Horizontal</enum>
185     </property>
186    </widget>
187   </item>
188  </layout>
189 </widget>
190 <customwidgets>
191  <customwidget>
192   <class>KLineEdit</class>
193   <extends>QLineEdit</extends>
194   <header>klineedit.h</header>
195   <container>1</container>
196  </customwidget>
197 </customwidgets>
198 <tabstops>
199  <tabstop>namefield</tabstop>
200  <tabstop>leaderfield</tabstop>
201  <tabstop>chooseLeader</tabstop>
202  <tabstop>wbsfield</tabstop>
203 </tabstops>
204 <resources/>
205 <connections/>
206</ui>
207