]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HyperlinkUi.ui
HyperlinkUi.ui:
[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" colspan="2">
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" colspan="2">
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         <property name="checked">
80          <bool>true</bool>
81         </property>
82        </widget>
83       </item>
84       <item>
85        <widget class="QRadioButton" name="emailRB">
86         <property name="toolTip">
87          <string>Link to an email address</string>
88         </property>
89         <property name="text">
90          <string>&amp;Email</string>
91         </property>
92        </widget>
93       </item>
94       <item>
95        <widget class="QRadioButton" name="fileRB">
96         <property name="toolTip">
97          <string>Link to a file</string>
98         </property>
99         <property name="text">
100          <string>&amp;File</string>
101         </property>
102        </widget>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item row="2" column="2">
108     <spacer name="horizontalSpacer">
109      <property name="orientation">
110       <enum>Qt::Horizontal</enum>
111      </property>
112      <property name="sizeHint" stdset="0">
113       <size>
114        <width>112</width>
115        <height>20</height>
116       </size>
117      </property>
118     </spacer>
119    </item>
120   </layout>
121  </widget>
122  <tabstops>
123   <tabstop>targetED</tabstop>
124   <tabstop>nameED</tabstop>
125   <tabstop>webRB</tabstop>
126   <tabstop>emailRB</tabstop>
127   <tabstop>fileRB</tabstop>
128  </tabstops>
129  <includes>
130   <include location="local">qt_i18n.h</include>
131  </includes>
132  <resources/>
133  <connections/>
134 </ui>