New Appointment -> New Task
[kdepim.git] / ktimetracker / edittaskdialog.ui
blob2549ea3b0fb4d5d2948beeadf9b99880b42cebb8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditTaskDialog</class>
4 <widget class="QDialog" name="EditTaskDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="tasknamelabel">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
21 <horstretch>0</horstretch>
22 <verstretch>0</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="text">
26 <string>Task Name:</string>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1" colspan="2">
31 <widget class="QLineEdit" name="tasknamelineedit">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="whatsThis">
39 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
40 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
41 p, li { white-space: pre-wrap; }
42 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
43 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Enter the name of the task here. You can choose it freely.&lt;/p&gt;
44 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Example:&lt;/span&gt; phone with mother&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="0" colspan="3">
49 <widget class="QPushButton" name="edittimespushbutton">
50 <property name="sizePolicy">
51 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
52 <horstretch>0</horstretch>
53 <verstretch>0</verstretch>
54 </sizepolicy>
55 </property>
56 <property name="whatsThis">
57 <string>To change this task's time, you have to edit its event history.</string>
58 </property>
59 <property name="text">
60 <string>Edit Times</string>
61 </property>
62 </widget>
63 </item>
64 <item row="2" column="0" colspan="2">
65 <widget class="QLabel" name="label">
66 <property name="sizePolicy">
67 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
68 <horstretch>0</horstretch>
69 <verstretch>0</verstretch>
70 </sizepolicy>
71 </property>
72 <property name="text">
73 <string>Change time (in minutes, e.g. -60)</string>
74 </property>
75 </widget>
76 </item>
77 <item row="2" column="2">
78 <widget class="QLineEdit" name="letimechange">
79 <property name="sizePolicy">
80 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
81 <horstretch>0</horstretch>
82 <verstretch>0</verstretch>
83 </sizepolicy>
84 </property>
85 </widget>
86 </item>
87 <item row="3" column="0" colspan="3">
88 <widget class="QGroupBox" name="autotrackinggroupbox">
89 <property name="title">
90 <string>Auto Tracking</string>
91 </property>
92 <property name="checkable">
93 <bool>true</bool>
94 </property>
95 <property name="checked">
96 <bool>false</bool>
97 </property>
98 <layout class="QGridLayout" name="gridLayout_2"/>
99 </widget>
100 </item>
101 <item row="4" column="0" colspan="2">
102 <widget class="QDialogButtonBox" name="buttonBox">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="standardButtons">
107 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
108 </property>
109 </widget>
110 </item>
111 </layout>
112 </widget>
113 <resources/>
114 <connections>
115 <connection>
116 <sender>buttonBox</sender>
117 <signal>accepted()</signal>
118 <receiver>EditTaskDialog</receiver>
119 <slot>accept()</slot>
120 <hints>
121 <hint type="sourcelabel">
122 <x>248</x>
123 <y>254</y>
124 </hint>
125 <hint type="destinationlabel">
126 <x>157</x>
127 <y>274</y>
128 </hint>
129 </hints>
130 </connection>
131 <connection>
132 <sender>buttonBox</sender>
133 <signal>rejected()</signal>
134 <receiver>EditTaskDialog</receiver>
135 <slot>reject()</slot>
136 <hints>
137 <hint type="sourcelabel">
138 <x>316</x>
139 <y>260</y>
140 </hint>
141 <hint type="destinationlabel">
142 <x>286</x>
143 <y>274</y>
144 </hint>
145 </hints>
146 </connection>
147 </connections>
148 </ui>