]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/HyperlinkUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / 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>402</width>
10     <height>226</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      <property name="flat">
112       <bool>true</bool>
113      </property>
114      <layout class="QHBoxLayout">
115       <property name="spacing">
116        <number>6</number>
117       </property>
118       <property name="leftMargin">
119        <number>9</number>
120       </property>
121       <property name="topMargin">
122        <number>9</number>
123       </property>
124       <property name="rightMargin">
125        <number>9</number>
126       </property>
127       <property name="bottomMargin">
128        <number>9</number>
129       </property>
130       <item>
131        <widget class="QRadioButton" name="webRB">
132         <property name="toolTip">
133          <string>Link to the web or any other target with an &quot;authority&quot; component (i.e., :// in the URI)</string>
134         </property>
135         <property name="text">
136          <string>&amp;Web</string>
137         </property>
138         <property name="checked">
139          <bool>true</bool>
140         </property>
141        </widget>
142       </item>
143       <item>
144        <widget class="QRadioButton" name="emailRB">
145         <property name="toolTip">
146          <string>Link to an email address</string>
147         </property>
148         <property name="text">
149          <string>E&amp;mail</string>
150         </property>
151        </widget>
152       </item>
153       <item>
154        <widget class="QRadioButton" name="fileRB">
155         <property name="toolTip">
156          <string>Link to a file</string>
157         </property>
158         <property name="text">
159          <string>Fi&amp;le</string>
160         </property>
161        </widget>
162       </item>
163       <item>
164        <widget class="QRadioButton" name="noneRB">
165         <property name="toolTip">
166          <string>Link to an arbitrary URI scheme not matched by the other three types (to be fully spelled out in the Target field above)</string>
167         </property>
168         <property name="text">
169          <string>&amp;Other[[Link Type]]</string>
170         </property>
171        </widget>
172       </item>
173      </layout>
174     </widget>
175    </item>
176    <item row="1" column="1">
177     <spacer name="horizontalSpacer">
178      <property name="orientation">
179       <enum>Qt::Horizontal</enum>
180      </property>
181      <property name="sizeHint" stdset="0">
182       <size>
183        <width>40</width>
184        <height>20</height>
185       </size>
186      </property>
187     </spacer>
188    </item>
189   </layout>
190  </widget>
191  <tabstops>
192   <tabstop>targetED</tabstop>
193   <tabstop>nameED</tabstop>
194   <tabstop>webRB</tabstop>
195   <tabstop>emailRB</tabstop>
196   <tabstop>fileRB</tabstop>
197  </tabstops>
198  <includes>
199   <include location="local">qt_i18n.h</include>
200  </includes>
201  <resources/>
202  <connections/>
203 </ui>