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