]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HyperlinkUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[lyx.git] / src / frontends / qt4 / ui / HyperlinkUi.ui
1 <ui version="4.0" >
2  <class>HyperlinkUi</class>
3  <widget class="QDialog" name="HyperlinkUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>336</width>
9     <height>155</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="0" column="0" >
26     <widget class="QLabel" name="targetLA" >
27      <property name="toolTip" >
28       <string>URL</string>
29      </property>
30      <property name="text" >
31       <string>&amp;Target:</string>
32      </property>
33      <property name="buddy" >
34       <cstring>targetED</cstring>
35      </property>
36     </widget>
37    </item>
38    <item row="0" column="1" colspan="2" >
39     <widget class="QLineEdit" name="targetED" >
40      <property name="toolTip" >
41       <string>URL</string>
42      </property>
43     </widget>
44    </item>
45    <item row="1" column="0" >
46     <widget class="QLabel" name="nameLA" >
47      <property name="toolTip" >
48       <string>Name associated with the URL</string>
49      </property>
50      <property name="text" >
51       <string>&amp;Name:</string>
52      </property>
53      <property name="buddy" >
54       <cstring>nameED</cstring>
55      </property>
56     </widget>
57    </item>
58    <item row="1" column="1" colspan="2" >
59     <widget class="QLineEdit" name="nameED" >
60      <property name="toolTip" >
61       <string>Name associated with the URL</string>
62      </property>
63     </widget>
64    </item>
65    <item row="2" column="1" >
66     <widget class="QGroupBox" name="typeGB" >
67      <property name="toolTip" >
68       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
69 p, li { white-space: pre-wrap; }
70 &lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
71 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specify the link target&lt;/p>&lt;/body>&lt;/html></string>
72      </property>
73      <property name="title" >
74       <string>Link type</string>
75      </property>
76      <layout class="QGridLayout" >
77       <property name="margin" >
78        <number>9</number>
79       </property>
80       <property name="spacing" >
81        <number>6</number>
82       </property>
83       <item row="0" column="0" >
84        <widget class="QRadioButton" name="webRB" >
85         <property name="toolTip" >
86          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
87 p, li { white-space: pre-wrap; }
88 &lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
89 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">Link to the web or to every other target&lt;/p>&lt;/body>&lt;/html></string>
90         </property>
91         <property name="text" >
92          <string>&amp;Web</string>
93         </property>
94        </widget>
95       </item>
96       <item row="0" column="1" >
97        <widget class="QRadioButton" name="emailRB" >
98         <property name="toolTip" >
99          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
100 p, li { white-space: pre-wrap; }
101 &lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
102 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">Link to an email address&lt;/p>&lt;/body>&lt;/html></string>
103         </property>
104         <property name="text" >
105          <string>&amp;Email</string>
106         </property>
107        </widget>
108       </item>
109       <item row="0" column="2" >
110        <widget class="QRadioButton" name="fileRB" >
111         <property name="toolTip" >
112          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
113 p, li { white-space: pre-wrap; }
114 &lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
115 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Link to a file&lt;/p>&lt;/body>&lt;/html></string>
116         </property>
117         <property name="text" >
118          <string>&amp;File</string>
119         </property>
120        </widget>
121       </item>
122      </layout>
123     </widget>
124    </item>
125    <item row="2" column="2" >
126     <spacer>
127      <property name="orientation" >
128       <enum>Qt::Horizontal</enum>
129      </property>
130      <property name="sizeHint" >
131       <size>
132        <width>40</width>
133        <height>20</height>
134       </size>
135      </property>
136     </spacer>
137    </item>
138    <item row="3" column="0" colspan="3" >
139     <layout class="QHBoxLayout" >
140      <property name="margin" >
141       <number>0</number>
142      </property>
143      <property name="spacing" >
144       <number>6</number>
145      </property>
146      <item>
147       <spacer>
148        <property name="orientation" >
149         <enum>Qt::Horizontal</enum>
150        </property>
151        <property name="sizeType" >
152         <enum>QSizePolicy::Expanding</enum>
153        </property>
154        <property name="sizeHint" >
155         <size>
156          <width>20</width>
157          <height>20</height>
158         </size>
159        </property>
160       </spacer>
161      </item>
162      <item>
163       <widget class="QPushButton" name="okPB" >
164        <property name="text" >
165         <string>&amp;OK</string>
166        </property>
167        <property name="default" >
168         <bool>true</bool>
169        </property>
170       </widget>
171      </item>
172      <item>
173       <widget class="QPushButton" name="closePB" >
174        <property name="text" >
175         <string>&amp;Close</string>
176        </property>
177       </widget>
178      </item>
179     </layout>
180    </item>
181   </layout>
182  </widget>
183  <tabstops>
184   <tabstop>targetED</tabstop>
185   <tabstop>nameED</tabstop>
186   <tabstop>webRB</tabstop>
187   <tabstop>emailRB</tabstop>
188   <tabstop>fileRB</tabstop>
189   <tabstop>okPB</tabstop>
190   <tabstop>closePB</tabstop>
191  </tabstops>
192  <includes>
193   <include location="local" >qt_helpers.h</include>
194  </includes>
195  <resources/>
196  <connections/>
197 </ui>