]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HyperlinkUi.ui
Be compatible with Qt 4.2.
[lyx.git] / src / frontends / qt4 / ui / HyperlinkUi.ui
1 <ui version="4.0">
2  <class>HyperlinkUi</class>
3  <widget class="QWidget" name="HyperlinkUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>343</width>
9     <height>130</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout">
16    <item row="0" column="0">
17     <widget class="QLabel" name="targetLA">
18      <property name="toolTip">
19       <string>URL</string>
20      </property>
21      <property name="text">
22       <string>&amp;Target:</string>
23      </property>
24      <property name="buddy">
25       <cstring>targetED</cstring>
26      </property>
27     </widget>
28    </item>
29    <item row="0" column="1">
30     <widget class="QLineEdit" name="targetED">
31      <property name="toolTip">
32       <string>URL</string>
33      </property>
34     </widget>
35    </item>
36    <item row="1" column="0">
37     <widget class="QLabel" name="nameLA">
38      <property name="toolTip">
39       <string>Name associated with the URL</string>
40      </property>
41      <property name="text">
42       <string>&amp;Name:</string>
43      </property>
44      <property name="buddy">
45       <cstring>nameED</cstring>
46      </property>
47     </widget>
48    </item>
49    <item row="1" column="1">
50     <widget class="QLineEdit" name="nameED">
51      <property name="toolTip">
52       <string>Name associated with the URL</string>
53      </property>
54     </widget>
55    </item>
56    <item row="2" column="1">
57     <widget class="QGroupBox" name="typeGB">
58      <property name="toolTip">
59       <string>Specify the link target</string>
60      </property>
61      <property name="title">
62       <string>Link type</string>
63      </property>
64      <layout class="QHBoxLayout">
65       <property name="spacing">
66        <number>6</number>
67       </property>
68       <property name="margin">
69        <number>9</number>
70       </property>
71       <item>
72        <widget class="QRadioButton" name="webRB">
73         <property name="toolTip">
74          <string>Link to the web or to every other target</string>
75         </property>
76         <property name="text">
77          <string>&amp;Web</string>
78         </property>
79        </widget>
80       </item>
81       <item>
82        <widget class="QRadioButton" name="emailRB">
83         <property name="toolTip">
84          <string>Link to an email address</string>
85         </property>
86         <property name="text">
87          <string>&amp;Email</string>
88         </property>
89        </widget>
90       </item>
91       <item>
92        <widget class="QRadioButton" name="fileRB">
93         <property name="toolTip">
94          <string>Link to a file</string>
95         </property>
96         <property name="text">
97          <string>&amp;File</string>
98         </property>
99        </widget>
100       </item>
101      </layout>
102     </widget>
103    </item>
104   </layout>
105  </widget>
106  <tabstops>
107   <tabstop>targetED</tabstop>
108   <tabstop>nameED</tabstop>
109   <tabstop>webRB</tabstop>
110   <tabstop>emailRB</tabstop>
111   <tabstop>fileRB</tabstop>
112  </tabstops>
113  <includes>
114   <include location="local">qt_i18n.h</include>
115  </includes>
116  <resources/>
117  <connections/>
118 </ui>