Initial commit
[keepassx] / src / forms / CustomizeDetailViewDlg.ui
1 <ui version="4.0" >
2  <class>CustomizeDetailViewDialog</class>
3  <widget class="QDialog" name="CustomizeDetailViewDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>531</width>
9     <height>402</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item>
20     <widget class="QTabWidget" name="TabWidget" >
21      <property name="currentIndex" >
22       <number>0</number>
23      </property>
24      <widget class="QWidget" name="tab" >
25       <property name="geometry" >
26        <rect>
27         <x>0</x>
28         <y>0</y>
29         <width>509</width>
30         <height>324</height>
31        </rect>
32       </property>
33       <attribute name="title" >
34        <string>Rich Text Editor</string>
35       </attribute>
36       <layout class="QVBoxLayout" >
37        <property name="spacing" >
38         <number>6</number>
39        </property>
40        <item>
41         <layout class="QHBoxLayout" >
42          <property name="spacing" >
43           <number>6</number>
44          </property>
45          <item>
46           <widget class="QToolButton" name="BtnBold" >
47            <property name="toolTip" >
48             <string>Bold</string>
49            </property>
50            <property name="text" >
51             <string>B</string>
52            </property>
53            <property name="iconSize" >
54             <size>
55              <width>16</width>
56              <height>16</height>
57             </size>
58            </property>
59            <property name="checkable" >
60             <bool>true</bool>
61            </property>
62           </widget>
63          </item>
64          <item>
65           <widget class="QToolButton" name="BtnItalic" >
66            <property name="toolTip" >
67             <string>Italic</string>
68            </property>
69            <property name="text" >
70             <string>I</string>
71            </property>
72            <property name="checkable" >
73             <bool>true</bool>
74            </property>
75           </widget>
76          </item>
77          <item>
78           <widget class="QToolButton" name="BtnUnderline" >
79            <property name="toolTip" >
80             <string>Underlined</string>
81            </property>
82            <property name="text" >
83             <string>U</string>
84            </property>
85            <property name="checkable" >
86             <bool>true</bool>
87            </property>
88           </widget>
89          </item>
90          <item>
91           <widget class="QToolButton" name="BtnAlignLeft" >
92            <property name="toolTip" >
93             <string>Left-Aligned</string>
94            </property>
95            <property name="text" >
96             <string>L</string>
97            </property>
98            <property name="checkable" >
99             <bool>true</bool>
100            </property>
101           </widget>
102          </item>
103          <item>
104           <widget class="QToolButton" name="BtnAlignCenter" >
105            <property name="toolTip" >
106             <string>Centered</string>
107            </property>
108            <property name="text" >
109             <string>C</string>
110            </property>
111            <property name="checkable" >
112             <bool>true</bool>
113            </property>
114           </widget>
115          </item>
116          <item>
117           <widget class="QToolButton" name="BtnAlignRight" >
118            <property name="toolTip" >
119             <string>Right-Aligned</string>
120            </property>
121            <property name="text" >
122             <string>R</string>
123            </property>
124            <property name="checkable" >
125             <bool>true</bool>
126            </property>
127           </widget>
128          </item>
129          <item>
130           <widget class="QToolButton" name="BtnAlignBlock" >
131            <property name="toolTip" >
132             <string>Justified</string>
133            </property>
134            <property name="text" >
135             <string>B</string>
136            </property>
137            <property name="checkable" >
138             <bool>true</bool>
139            </property>
140           </widget>
141          </item>
142          <item>
143           <widget class="QToolButton" name="BtnColor" >
144            <property name="toolTip" >
145             <string>Text Color</string>
146            </property>
147            <property name="text" >
148             <string>C</string>
149            </property>
150           </widget>
151          </item>
152          <item>
153           <widget class="QComboBox" name="FontSize" >
154            <property name="toolTip" >
155             <string>Font Size</string>
156            </property>
157            <property name="editable" >
158             <bool>true</bool>
159            </property>
160            <item>
161             <property name="text" >
162              <string>6</string>
163             </property>
164            </item>
165            <item>
166             <property name="text" >
167              <string>7</string>
168             </property>
169            </item>
170            <item>
171             <property name="text" >
172              <string>8</string>
173             </property>
174            </item>
175            <item>
176             <property name="text" >
177              <string>9</string>
178             </property>
179            </item>
180            <item>
181             <property name="text" >
182              <string>10</string>
183             </property>
184            </item>
185            <item>
186             <property name="text" >
187              <string>11</string>
188             </property>
189            </item>
190            <item>
191             <property name="text" >
192              <string>12</string>
193             </property>
194            </item>
195            <item>
196             <property name="text" >
197              <string>14</string>
198             </property>
199            </item>
200            <item>
201             <property name="text" >
202              <string>16</string>
203             </property>
204            </item>
205            <item>
206             <property name="text" >
207              <string>18</string>
208             </property>
209            </item>
210            <item>
211             <property name="text" >
212              <string>20</string>
213             </property>
214            </item>
215            <item>
216             <property name="text" >
217              <string>22</string>
218             </property>
219            </item>
220            <item>
221             <property name="text" >
222              <string>24</string>
223             </property>
224            </item>
225            <item>
226             <property name="text" >
227              <string>26</string>
228             </property>
229            </item>
230            <item>
231             <property name="text" >
232              <string>28</string>
233             </property>
234            </item>
235            <item>
236             <property name="text" >
237              <string>36</string>
238             </property>
239            </item>
240            <item>
241             <property name="text" >
242              <string>42</string>
243             </property>
244            </item>
245            <item>
246             <property name="text" >
247              <string>78</string>
248             </property>
249            </item>
250           </widget>
251          </item>
252          <item>
253           <widget class="QToolButton" name="BtnTemplates" >
254            <property name="toolTip" >
255             <string>Templates</string>
256            </property>
257            <property name="text" >
258             <string>T</string>
259            </property>
260            <property name="popupMode" >
261             <enum>QToolButton::InstantPopup</enum>
262            </property>
263            <property name="arrowType" >
264             <enum>Qt::NoArrow</enum>
265            </property>
266           </widget>
267          </item>
268          <item>
269           <spacer>
270            <property name="orientation" >
271             <enum>Qt::Horizontal</enum>
272            </property>
273            <property name="sizeHint" stdset="0" >
274             <size>
275              <width>40</width>
276              <height>20</height>
277             </size>
278            </property>
279           </spacer>
280          </item>
281         </layout>
282        </item>
283        <item>
284         <widget class="QTextEdit" name="RichEdit" />
285        </item>
286       </layout>
287      </widget>
288      <widget class="QWidget" name="tab_2" >
289       <property name="geometry" >
290        <rect>
291         <x>0</x>
292         <y>0</y>
293         <width>509</width>
294         <height>324</height>
295        </rect>
296       </property>
297       <attribute name="title" >
298        <string>HTML</string>
299       </attribute>
300       <layout class="QVBoxLayout" >
301        <property name="spacing" >
302         <number>6</number>
303        </property>
304        <item>
305         <widget class="QTextEdit" name="HtmlEdit" >
306          <property name="acceptRichText" >
307           <bool>false</bool>
308          </property>
309         </widget>
310        </item>
311       </layout>
312      </widget>
313     </widget>
314    </item>
315    <item>
316     <widget class="QDialogButtonBox" name="ButtonBox" >
317      <property name="standardButtons" >
318       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
319      </property>
320     </widget>
321    </item>
322   </layout>
323  </widget>
324  <tabstops>
325   <tabstop>TabWidget</tabstop>
326   <tabstop>BtnBold</tabstop>
327   <tabstop>BtnItalic</tabstop>
328   <tabstop>BtnUnderline</tabstop>
329   <tabstop>BtnAlignLeft</tabstop>
330   <tabstop>BtnAlignCenter</tabstop>
331   <tabstop>BtnAlignRight</tabstop>
332   <tabstop>BtnAlignBlock</tabstop>
333   <tabstop>BtnColor</tabstop>
334   <tabstop>FontSize</tabstop>
335   <tabstop>BtnTemplates</tabstop>
336   <tabstop>RichEdit</tabstop>
337   <tabstop>HtmlEdit</tabstop>
338   <tabstop>ButtonBox</tabstop>
339  </tabstops>
340  <resources/>
341  <connections/>
342 </ui>