1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KPlato::GanttChartDisplayOptions</class>
4 <widget class="QWidget" name="KPlato::GanttChartDisplayOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>325</width>
10    <height>454</height>
11   </rect>
12  </property>
13  <property name="toolTip">
14   <string/>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QGroupBox" name="groupBox_3">
19     <property name="title">
20      <string>Timeline</string>
21     </property>
22     <layout class="QVBoxLayout" name="verticalLayout_2">
23      <item>
24       <layout class="QGridLayout" name="gridLayout_4">
25        <item row="0" column="0">
26         <widget class="QRadioButton" name="ui_timeLineHide">
27          <property name="toolTip">
28           <string>Do not show the timeline</string>
29          </property>
30          <property name="text">
31           <string>Hide</string>
32          </property>
33         </widget>
34        </item>
35        <item row="0" column="1">
36         <widget class="QRadioButton" name="ui_timeLineForeground">
37          <property name="toolTip">
38           <string>Show timeline in the foreground</string>
39          </property>
40          <property name="text">
41           <string>Foreground</string>
42          </property>
43         </widget>
44        </item>
45        <item row="0" column="2">
46         <widget class="QRadioButton" name="ui_timeLineBackground">
47          <property name="toolTip">
48           <string>Show timeline in the background</string>
49          </property>
50          <property name="text">
51           <string>Background</string>
52          </property>
53         </widget>
54        </item>
55        <item row="1" column="0" colspan="2">
56         <layout class="QHBoxLayout" name="horizontalLayout_3">
57          <item>
58           <widget class="QLabel" name="label_3">
59            <property name="toolTip">
60             <string>Update interval in minutes, 0 disables update</string>
61            </property>
62            <property name="text">
63             <string>Interval:</string>
64            </property>
65            <property name="buddy">
66             <cstring>ui_timeLineInterval</cstring>
67            </property>
68           </widget>
69          </item>
70          <item>
71           <widget class="QSpinBox" name="ui_timeLineInterval">
72            <property name="toolTip">
73             <string/>
74            </property>
75           </widget>
76          </item>
77         </layout>
78        </item>
79       </layout>
80      </item>
81      <item>
82       <widget class="Line" name="line">
83        <property name="orientation">
84         <enum>Qt::Horizontal</enum>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <layout class="QGridLayout" name="gridLayout_3">
90        <item row="0" column="0">
91         <widget class="QCheckBox" name="ui_timeLineUseCustom">
92          <property name="text">
93           <string>Use custom line</string>
94          </property>
95         </widget>
96        </item>
97        <item row="1" column="0">
98         <layout class="QHBoxLayout" name="horizontalLayout">
99          <item>
100           <widget class="QLabel" name="label_2">
101            <property name="toolTip">
102             <string>Line width</string>
103            </property>
104            <property name="text">
105             <string>Stroke:</string>
106            </property>
107            <property name="buddy">
108             <cstring>ui_timeLineStroke</cstring>
109            </property>
110           </widget>
111          </item>
112          <item>
113           <widget class="QSpinBox" name="ui_timeLineStroke">
114            <property name="toolTip">
115             <string/>
116            </property>
117           </widget>
118          </item>
119         </layout>
120        </item>
121        <item row="1" column="1">
122         <layout class="QHBoxLayout" name="horizontalLayout_2">
123          <item>
124           <widget class="QLabel" name="label">
125            <property name="toolTip">
126             <string>Line color</string>
127            </property>
128            <property name="text">
129             <string>Color:</string>
130            </property>
131            <property name="buddy">
132             <cstring>ui_timeLineColor</cstring>
133            </property>
134           </widget>
135          </item>
136          <item>
137           <widget class="KColorCombo" name="ui_timeLineColor">
138            <property name="toolTip">
139             <string/>
140            </property>
141           </widget>
142          </item>
143         </layout>
144        </item>
145       </layout>
146      </item>
147     </layout>
148    </widget>
149   </item>
150   <item>
151    <widget class="QGroupBox" name="groupBox">
152     <property name="title">
153      <string>Additional text information</string>
154     </property>
155     <layout class="QGridLayout" name="gridLayout_2">
156      <item row="0" column="0">
157       <widget class="QCheckBox" name="ui_showTaskName">
158        <property name="text">
159         <string>Task name</string>
160        </property>
161       </widget>
162      </item>
163      <item row="0" column="1">
164       <widget class="QCheckBox" name="ui_showResourceNames">
165        <property name="text">
166         <string>Resource names</string>
167        </property>
168       </widget>
169      </item>
170     </layout>
171    </widget>
172   </item>
173   <item>
174    <widget class="QGroupBox" name="groupBox_2">
175     <property name="title">
176      <string>Additional graphics information</string>
177     </property>
178     <property name="flat">
179      <bool>false</bool>
180     </property>
181     <layout class="QGridLayout" name="gridLayout">
182      <item row="0" column="0">
183       <widget class="QCheckBox" name="ui_showDependencies">
184        <property name="text">
185         <string>Task dependencies</string>
186        </property>
187       </widget>
188      </item>
189      <item row="1" column="0">
190       <widget class="QCheckBox" name="ui_showCompletion">
191        <property name="text">
192         <string>Task completion</string>
193        </property>
194       </widget>
195      </item>
196      <item row="3" column="1">
197       <widget class="QCheckBox" name="ui_showTimeConstraint">
198        <property name="text">
199         <string>Time constraints</string>
200        </property>
201       </widget>
202      </item>
203      <item row="7" column="0" colspan="2">
204       <spacer name="verticalSpacer">
205        <property name="orientation">
206         <enum>Qt::Vertical</enum>
207        </property>
208        <property name="sizeHint" stdset="0">
209         <size>
210          <width>20</width>
211          <height>40</height>
212         </size>
213        </property>
214       </spacer>
215      </item>
216      <item row="1" column="1">
217       <widget class="QCheckBox" name="ui_showPositiveFloat">
218        <property name="text">
219         <string>Positive float</string>
220        </property>
221       </widget>
222      </item>
223      <item row="2" column="1">
224       <widget class="QCheckBox" name="ui_showNegativeFloat">
225        <property name="text">
226         <string>Negative float</string>
227        </property>
228       </widget>
229      </item>
230      <item row="2" column="0">
231       <widget class="QCheckBox" name="ui_showCriticalPath">
232        <property name="text">
233         <string>Critical path</string>
234        </property>
235       </widget>
236      </item>
237      <item row="3" column="0">
238       <widget class="QCheckBox" name="ui_showCriticalTasks">
239        <property name="text">
240         <string>Critical tasks</string>
241        </property>
242       </widget>
243      </item>
244      <item row="0" column="1">
245       <widget class="QCheckBox" name="ui_showSchedulingError">
246        <property name="text">
247         <string>Scheduling errors</string>
248        </property>
249       </widget>
250      </item>
251     </layout>
252    </widget>
253   </item>
254  </layout>
255 </widget>
256 <customwidgets>
257  <customwidget>
258   <class>KColorCombo</class>
259   <extends>QComboBox</extends>
260   <header location="global">KColorCombo</header>
261  </customwidget>
262 </customwidgets>
263 <resources/>
264 <connections/>
265</ui>
266