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.
211 lines
7.4 KiB
211 lines
7.4 KiB
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>KXECharDataDialogBase</class>
|
|
<widget class="TQDialog">
|
|
<property name="name">
|
|
<cstring>KXECharDataDialogBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>389</width>
|
|
<height>289</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>XML Character Data</string>
|
|
</property>
|
|
<property name="sizeGripEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQLayoutWidget" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>Layout4</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQLabel">
|
|
<property name="name">
|
|
<cstring>m_pLblInsert</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Insert:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>m_pComboInsert</cstring>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Insert</b>
|
|
<br/>
|
|
Choose, where to place this XML character data in the XML elements list of childnodes.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQComboBox">
|
|
<item>
|
|
<property name="text">
|
|
<string>at bottom</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>at top</string>
|
|
</property>
|
|
</item>
|
|
<property name="name">
|
|
<cstring>m_pComboInsert</cstring>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><b>Insert</b>
|
|
<br/>
|
|
Choose, where to place this XML character data in the XML elements list of childnodes.</string>
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Spacer6</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="TQTextEdit" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>m_pEditData</cstring>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>PlainText</enum>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<enum>NoWrap</enum>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string>You can edit the XML character data in this editor.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget" row="3" column="0">
|
|
<property name="name">
|
|
<cstring>Layout1</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Horizontal Spacing2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>m_pBtnOK</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&OK</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>m_pBtnCancel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Cancel</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="TQLabel" row="2" column="0">
|
|
<property name="name">
|
|
<cstring>m_pTextLabelMessage</cstring>
|
|
</property>
|
|
<property name="paletteForegroundColor">
|
|
<color>
|
|
<red>255</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>PlainText</enum>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>m_pBtnOK</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>KXECharDataDialogBase</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>m_pBtnCancel</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>KXECharDataDialogBase</receiver>
|
|
<slot>reject()</slot>
|
|
</connection>
|
|
</connections>
|
|
<tabstops>
|
|
<tabstop>m_pEditData</tabstop>
|
|
<tabstop>m_pBtnOK</tabstop>
|
|
<tabstop>m_pBtnCancel</tabstop>
|
|
<tabstop>m_pComboInsert</tabstop>
|
|
</tabstops>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|