blob: b2455cf71ef3d0c3f7d8d386567364e83b818754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>DTDSelectDialog</class>
<comment>/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; version 2 of the License. *
* *
***************************************************************************/
</comment>
<author>(C) 2002, 2003 Andras Mantia <amantia@kde.org></author>
<widget class="TQWidget">
<property name="name">
<cstring>DTDSelectDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>440</width>
<height>161</height>
</rect>
</property>
<property name="tqminimumSize">
<size>
<width>440</width>
<height>160</height>
</size>
</property>
<property name="caption">
<string>DTD Selector</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>messageLabel</cstring>
</property>
<property name="text">
<string>Dialog message:
Dialog message2:</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="tqalignment">
<set>WordBreak|AlignVCenter</set>
</property>
</widget>
<widget class="TQComboBox" row="1" column="1">
<property name="name">
<cstring>dtdCombo</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel</cstring>
</property>
<property name="text">
<string>Current DTD:</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>comboLabel</cstring>
</property>
<property name="text">
<string>Select DTD:</string>
</property>
</widget>
<widget class="TQLineEdit" row="2" column="1">
<property name="name">
<cstring>currentDTD</cstring>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>convertDTD</cstring>
</property>
<property name="text">
<string>Conver&t the document to the selected DTD</string>
</property>
</widget>
<widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>useClosestMatching</cstring>
</property>
<property name="text">
<string>Do not show this dialog, use the closest matching DTD</string>
</property>
</widget>
</grid>
</widget>
<tabstops>
<tabstop>dtdCombo</tabstop>
<tabstop>currentDTD</tabstop>
<tabstop>convertDTD</tabstop>
<tabstop>useClosestMatching</tabstop>
</tabstops>
<includes>
<include location="local" impldecl="in implementation">dtdselectdialog.ui.h</include>
</includes>
<Q_SLOTS>
<slot>init()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
</UI>
|