]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HyperlinkUi.ui
More GuiInfo usability work
[lyx.git] / src / frontends / qt4 / ui / HyperlinkUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HyperlinkUi</class>
4  <widget class="QWidget" name="HyperlinkUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>290</width>
10     <height>188</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="2">
18     <layout class="QHBoxLayout" name="horizontalLayout_2">
19      <item>
20       <layout class="QVBoxLayout" name="verticalLayout_2">
21        <item>
22         <widget class="QLabel" name="targetLA">
23          <property name="toolTip">
24           <string>URL</string>
25          </property>
26          <property name="text">
27           <string>&amp;Target:</string>
28          </property>
29          <property name="buddy">
30           <cstring>targetED</cstring>
31          </property>
32         </widget>
33        </item>
34        <item>
35         <widget class="QLabel" name="nameLA">
36          <property name="toolTip">
37           <string>Name associated with the URL</string>
38          </property>
39          <property name="text">
40           <string>&amp;Name:</string>
41          </property>
42          <property name="buddy">
43           <cstring>nameED</cstring>
44          </property>
45         </widget>
46        </item>
47        <item>
48         <widget class="QLabel" name="label">
49          <property name="text">
50           <string/>
51          </property>
52         </widget>
53        </item>
54       </layout>
55      </item>
56      <item>
57       <layout class="QVBoxLayout" name="verticalLayout">
58        <item>
59         <widget class="QLineEdit" name="targetED">
60          <property name="toolTip">
61           <string>URL</string>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="QLineEdit" name="nameED">
67          <property name="toolTip">
68           <string>Name associated with the URL</string>
69          </property>
70         </widget>
71        </item>
72        <item>
73         <layout class="QHBoxLayout" name="horizontalLayout">
74          <item>
75           <widget class="QCheckBox" name="literalCB">
76            <property name="toolTip">
77             <string>Pass content of the `Name' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
78            </property>
79            <property name="text">
80             <string>Li&amp;teral</string>
81            </property>
82           </widget>
83          </item>
84          <item>
85           <spacer name="horizontalSpacer_2">
86            <property name="orientation">
87             <enum>Qt::Horizontal</enum>
88            </property>
89            <property name="sizeHint" stdset="0">
90             <size>
91              <width>40</width>
92              <height>20</height>
93             </size>
94            </property>
95           </spacer>
96          </item>
97         </layout>
98        </item>
99       </layout>
100      </item>
101     </layout>
102    </item>
103    <item row="1" column="0">
104     <widget class="QGroupBox" name="typeGB">
105      <property name="toolTip">
106       <string>Specify the link target</string>
107      </property>
108      <property name="title">
109       <string>Link type</string>
110      </property>
111      <layout class="QHBoxLayout">
112       <property name="spacing">
113        <number>6</number>
114       </property>
115       <property name="leftMargin">
116        <number>9</number>
117       </property>
118       <property name="topMargin">
119        <number>9</number>
120       </property>
121       <property name="rightMargin">
122        <number>9</number>
123       </property>
124       <property name="bottomMargin">
125        <number>9</number>
126       </property>
127       <item>
128        <widget class="QRadioButton" name="webRB">
129         <property name="toolTip">
130          <string>Link to the web or to every other target</string>
131         </property>
132         <property name="text">
133          <string>&amp;Web</string>
134         </property>
135         <property name="checked">
136          <bool>true</bool>
137         </property>
138        </widget>
139       </item>
140       <item>
141        <widget class="QRadioButton" name="emailRB">
142         <property name="toolTip">
143          <string>Link to an email address</string>
144         </property>
145         <property name="text">
146          <string>E&amp;mail</string>
147         </property>
148        </widget>
149       </item>
150       <item>
151        <widget class="QRadioButton" name="fileRB">
152         <property name="toolTip">
153          <string>Link to a file</string>
154         </property>
155         <property name="text">
156          <string>Fi&amp;le</string>
157         </property>
158        </widget>
159       </item>
160      </layout>
161     </widget>
162    </item>
163    <item row="1" column="1">
164     <spacer name="horizontalSpacer">
165      <property name="orientation">
166       <enum>Qt::Horizontal</enum>
167      </property>
168      <property name="sizeHint" stdset="0">
169       <size>
170        <width>112</width>
171        <height>20</height>
172       </size>
173      </property>
174     </spacer>
175    </item>
176   </layout>
177  </widget>
178  <tabstops>
179   <tabstop>targetED</tabstop>
180   <tabstop>nameED</tabstop>
181   <tabstop>webRB</tabstop>
182   <tabstop>emailRB</tabstop>
183   <tabstop>fileRB</tabstop>
184  </tabstops>
185  <includes>
186   <include location="local">qt_i18n.h</include>
187  </includes>
188  <resources/>
189  <connections/>
190 </ui>