lyx_mirror/src/frontends/qt3/ui/QURLDialogBase.ui

179 lines
6.0 KiB
Plaintext
Raw Normal View History

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QURLDialogBase</class>
<widget class="QDialog">
<property name="name">
<cstring>QURLDialogBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>353</width>
<height>113</height>
</rect>
</property>
<property name="caption">
<string>QURLDialogBase</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="QLabel" row="0" column="0">
<property name="name">
<cstring>urlLA</cstring>
</property>
<property name="text">
<string>&amp;URL:</string>
</property>
<property name="buddy" stdset="0">
<cstring>urlED</cstring>
</property>
<property name="toolTip" stdset="0">
<string>URL</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>nameLA</cstring>
</property>
<property name="text">
<string>&amp;Name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>nameED</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Name associated with the URL</string>
</property>
</widget>
<widget class="QLineEdit" row="1" column="1">
<property name="name">
<cstring>nameED</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Name associated with the URL</string>
</property>
</widget>
<widget class="QLineEdit" row="0" column="1">
<property name="name">
<cstring>urlED</cstring>
</property>
<property name="toolTip" stdset="0">
<string>URL</string>
</property>
</widget>
<widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout7</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="QCheckBox">
<property name="name">
<cstring>hyperlinkCB</cstring>
</property>
<property name="text">
<string>&amp;Generate hyperlink</string>
</property>
<property name="accel">
<string>Alt+G</string>
</property>
<property name="toolTip" stdset="0">
<string>Output as a hyperlink ?</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer16</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="QPushButton">
<property name="name">
<cstring>okPB</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>closePB</cstring>
</property>
<property name="text">
<string>&amp;Close</string>
</property>
</widget>
</hbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>urlED</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
<connection>
<sender>nameED</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
<connection>
<sender>hyperlinkCB</sender>
<signal>clicked()</signal>
<receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
</connections>
<tabstops>
<tabstop>urlED</tabstop>
<tabstop>nameED</tabstop>
<tabstop>hyperlinkCB</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in implementation">config.h</include>
<include location="local" impldecl="in implementation">qt_helpers.h</include>
</includes>
<slots>
<slot>changed_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>