You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
3.9 KiB
113 lines
3.9 KiB
<!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="minimumSize">
|
|
<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="alignment">
|
|
<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>
|