1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KPlato::GanttPrintingOptionsWidget</class>
4 <widget class="QWidget" name="KPlato::GanttPrintingOptionsWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>547</width>
10    <height>382</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_2">
14   <item>
15    <widget class="QGroupBox" name="groupBox_3">
16     <property name="title">
17      <string comment="@title:group">Headers</string>
18     </property>
19     <layout class="QHBoxLayout" name="horizontalLayout_3">
20      <item>
21       <widget class="QCheckBox" name="ui_printRowLabels">
22        <property name="text">
23         <string comment="@option:check">Print task names</string>
24        </property>
25       </widget>
26      </item>
27      <item>
28       <widget class="QCheckBox" name="ui_printColumnLabels">
29        <property name="text">
30         <string comment="@option:check">Print time scale</string>
31        </property>
32       </widget>
33      </item>
34     </layout>
35    </widget>
36   </item>
37   <item>
38    <widget class="QGroupBox" name="groupBox_2">
39     <property name="title">
40      <string comment="@title:group">Scaling</string>
41     </property>
42     <layout class="QVBoxLayout" name="verticalLayout">
43      <item>
44       <widget class="QRadioButton" name="ui_noFitting">
45        <property name="text">
46         <string comment="@option:radio">Divide chart on multiple pages</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QRadioButton" name="ui_fitVertical">
52        <property name="text">
53         <string comment="@option:radio">Fit chart to page height</string>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QRadioButton" name="ui_fitSingle">
59        <property name="text">
60         <string comment="@option:radio">Fit chart to a single page</string>
61        </property>
62        <property name="checked">
63         <bool>true</bool>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </widget>
69   </item>
70   <item>
71    <widget class="QGroupBox" name="groupBox_5">
72     <property name="title">
73      <string comment="@title:group">Range</string>
74     </property>
75     <layout class="QHBoxLayout" name="horizontalLayout">
76      <item>
77       <widget class="QFrame" name="frame">
78        <property name="frameShape">
79         <enum>QFrame::StyledPanel</enum>
80        </property>
81        <property name="frameShadow">
82         <enum>QFrame::Raised</enum>
83        </property>
84        <layout class="QGridLayout" name="gridLayout_2">
85         <item row="0" column="0">
86          <widget class="QRadioButton" name="ui_projectStartBtn">
87           <property name="text">
88            <string comment="@option:radio">Chart start:</string>
89           </property>
90          </widget>
91         </item>
92         <item row="0" column="1">
93          <widget class="QDateTimeEdit" name="ui_chartStartTime">
94           <property name="enabled">
95            <bool>true</bool>
96           </property>
97           <property name="buttonSymbols">
98            <enum>QAbstractSpinBox::NoButtons</enum>
99           </property>
100          </widget>
101         </item>
102         <item row="1" column="0">
103          <widget class="QRadioButton" name="ui_startTimeBtn">
104           <property name="text">
105            <string comment="@option:radio">Start:</string>
106           </property>
107          </widget>
108         </item>
109         <item row="1" column="1">
110          <widget class="QDateTimeEdit" name="ui_startTime">
111           <property name="enabled">
112            <bool>true</bool>
113           </property>
114           <property name="readOnly">
115            <bool>false</bool>
116           </property>
117           <property name="calendarPopup">
118            <bool>true</bool>
119           </property>
120          </widget>
121         </item>
122        </layout>
123       </widget>
124      </item>
125      <item>
126       <widget class="QFrame" name="frame_2">
127        <property name="frameShape">
128         <enum>QFrame::StyledPanel</enum>
129        </property>
130        <property name="frameShadow">
131         <enum>QFrame::Raised</enum>
132        </property>
133        <layout class="QGridLayout" name="gridLayout">
134         <item row="0" column="0">
135          <widget class="QRadioButton" name="ui_projectEndBtn">
136           <property name="text">
137            <string comment="@option:radio">Chart end:</string>
138           </property>
139          </widget>
140         </item>
141         <item row="0" column="1">
142          <widget class="QDateTimeEdit" name="ui_chartEndTime">
143           <property name="enabled">
144            <bool>true</bool>
145           </property>
146           <property name="buttonSymbols">
147            <enum>QAbstractSpinBox::NoButtons</enum>
148           </property>
149          </widget>
150         </item>
151         <item row="1" column="0">
152          <widget class="QRadioButton" name="ui_endTimeBtn">
153           <property name="text">
154            <string comment="@option:radio">End:</string>
155           </property>
156          </widget>
157         </item>
158         <item row="1" column="1">
159          <widget class="QDateTimeEdit" name="ui_endTime">
160           <property name="calendarPopup">
161            <bool>true</bool>
162           </property>
163          </widget>
164         </item>
165        </layout>
166       </widget>
167      </item>
168     </layout>
169    </widget>
170   </item>
171   <item>
172    <spacer name="verticalSpacer">
173     <property name="orientation">
174      <enum>Qt::Vertical</enum>
175     </property>
176     <property name="sizeHint" stdset="0">
177      <size>
178       <width>20</width>
179       <height>40</height>
180      </size>
181     </property>
182    </spacer>
183   </item>
184  </layout>
185 </widget>
186 <resources/>
187 <connections/>
188</ui>
189