krop's commit fixes my problem in a better way, reverting
[kdepim.git] / korganizer / template_management_dialog_base.ui
blobd5e77e0af4a22d82e62436a0a56309b84274ad59
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TemplateManagementDialog_base</class>
4 <widget class="QWidget" name="TemplateManagementDialog_base">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>403</width>
10 <height>362</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Template Management</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="2">
18 <widget class="QLabel" name="m_introLabel">
19 <property name="frameShape">
20 <enum>QFrame::NoFrame</enum>
21 </property>
22 <property name="text">
23 <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;
24 &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;
25 p, li { white-space: pre-wrap; }
26 &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;
27 &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;Select a template and click &lt;span style=&quot; font-weight:600;&quot;&gt;Apply&lt;/span&gt; to apply it to this item. Click &lt;span style=&quot; font-weight:600;&quot;&gt;New&lt;/span&gt; to create a new template based on the current item settings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
28 </property>
29 <property name="textFormat">
30 <enum>Qt::RichText</enum>
31 </property>
32 <property name="wordWrap">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="0">
38 <widget class="QListWidget" name="m_listBox">
39 <property name="sizePolicy">
40 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
41 <horstretch>0</horstretch>
42 <verstretch>0</verstretch>
43 </sizepolicy>
44 </property>
45 <property name="minimumSize">
46 <size>
47 <width>300</width>
48 <height>250</height>
49 </size>
50 </property>
51 <property name="toolTip">
52 <string>The list of managed templates</string>
53 </property>
54 <property name="whatsThis">
55 <string>This is a list of all the templates you have currently accessible for creating new calendar items.</string>
56 </property>
57 </widget>
58 </item>
59 <item row="1" column="1">
60 <layout class="QVBoxLayout" name="verticalLayout_2">
61 <item>
62 <layout class="QVBoxLayout" name="verticalLayout">
63 <item>
64 <widget class="QPushButton" name="m_buttonAdd">
65 <property name="toolTip">
66 <string>Create a new template from the current settings</string>
67 </property>
68 <property name="whatsThis">
69 <string>Click on this button to create a new template based on the current settings in the editor. You can use this template to quickly add new items in the future.</string>
70 </property>
71 <property name="text">
72 <string>&amp;New...</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QPushButton" name="m_buttonRemove">
78 <property name="enabled">
79 <bool>false</bool>
80 </property>
81 <property name="toolTip">
82 <string>Remove the currently selected template</string>
83 </property>
84 <property name="whatsThis">
85 <string>Clicking this button will permanently remove the selected template from your list of managed templates.</string>
86 </property>
87 <property name="text">
88 <string>&amp;Remove</string>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QPushButton" name="m_buttonApply">
94 <property name="toolTip">
95 <string>Apply the selected template settings</string>
96 </property>
97 <property name="whatsThis">
98 <string>Clicking this button will apply the settings from the selected template to the item you are currently editing.</string>
99 </property>
100 <property name="text">
101 <string>Apply</string>
102 </property>
103 </widget>
104 </item>
105 </layout>
106 </item>
107 <item>
108 <spacer name="verticalSpacer">
109 <property name="orientation">
110 <enum>Qt::Vertical</enum>
111 </property>
112 <property name="sizeHint" stdset="0">
113 <size>
114 <width>20</width>
115 <height>108</height>
116 </size>
117 </property>
118 </spacer>
119 </item>
120 </layout>
121 </item>
122 </layout>
123 </widget>
124 <resources/>
125 <connections/>
126 </ui>