]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HyperlinkUi.ui
use cheaper includes in ui files
[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>426</width>
9     <height>177</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="2" column="1" >
26     <widget class="QGroupBox" name="typeGB" >
27      <property name="toolTip" >
28       <string>Specify the link target</string>
29      </property>
30      <property name="title" >
31       <string>Link type</string>
32      </property>
33      <layout class="QHBoxLayout" >
34       <property name="margin" >
35        <number>9</number>
36       </property>
37       <property name="spacing" >
38        <number>6</number>
39       </property>
40       <item>
41        <widget class="QRadioButton" name="webRB" >
42         <property name="toolTip" >
43          <string>Link to the web or to every other target</string>
44         </property>
45         <property name="text" >
46          <string>&amp;Web</string>
47         </property>
48        </widget>
49       </item>
50       <item>
51        <widget class="QRadioButton" name="emailRB" >
52         <property name="toolTip" >
53          <string>Link to an email address</string>
54         </property>
55         <property name="text" >
56          <string>&amp;Email</string>
57         </property>
58        </widget>
59       </item>
60       <item>
61        <widget class="QRadioButton" name="fileRB" >
62         <property name="toolTip" >
63          <string>Link to a file</string>
64         </property>
65         <property name="text" >
66          <string>&amp;File</string>
67         </property>
68        </widget>
69       </item>
70      </layout>
71     </widget>
72    </item>
73    <item row="0" column="1" >
74     <widget class="QLineEdit" name="targetED" >
75      <property name="toolTip" >
76       <string>URL</string>
77      </property>
78     </widget>
79    </item>
80    <item row="1" column="1" >
81     <widget class="QLineEdit" name="nameED" >
82      <property name="toolTip" >
83       <string>Name associated with the URL</string>
84      </property>
85     </widget>
86    </item>
87    <item row="0" column="0" >
88     <widget class="QLabel" name="targetLA" >
89      <property name="toolTip" >
90       <string>URL</string>
91      </property>
92      <property name="text" >
93       <string>&amp;Target:</string>
94      </property>
95      <property name="buddy" >
96       <cstring>targetED</cstring>
97      </property>
98     </widget>
99    </item>
100    <item row="1" column="0" >
101     <widget class="QLabel" name="nameLA" >
102      <property name="toolTip" >
103       <string>Name associated with the URL</string>
104      </property>
105      <property name="text" >
106       <string>&amp;Name:</string>
107      </property>
108      <property name="buddy" >
109       <cstring>nameED</cstring>
110      </property>
111     </widget>
112    </item>
113    <item row="3" column="0" colspan="2" >
114     <layout class="QHBoxLayout" >
115      <property name="margin" >
116       <number>0</number>
117      </property>
118      <property name="spacing" >
119       <number>6</number>
120      </property>
121      <item>
122       <spacer>
123        <property name="orientation" >
124         <enum>Qt::Horizontal</enum>
125        </property>
126        <property name="sizeType" >
127         <enum>QSizePolicy::Expanding</enum>
128        </property>
129        <property name="sizeHint" >
130         <size>
131          <width>20</width>
132          <height>20</height>
133         </size>
134        </property>
135       </spacer>
136      </item>
137      <item>
138       <widget class="QPushButton" name="okPB" >
139        <property name="text" >
140         <string>&amp;OK</string>
141        </property>
142        <property name="default" >
143         <bool>true</bool>
144        </property>
145       </widget>
146      </item>
147      <item>
148       <widget class="QPushButton" name="closePB" >
149        <property name="text" >
150         <string>&amp;Close</string>
151        </property>
152       </widget>
153      </item>
154     </layout>
155    </item>
156   </layout>
157  </widget>
158  <tabstops>
159   <tabstop>targetED</tabstop>
160   <tabstop>nameED</tabstop>
161   <tabstop>webRB</tabstop>
162   <tabstop>emailRB</tabstop>
163   <tabstop>fileRB</tabstop>
164   <tabstop>okPB</tabstop>
165   <tabstop>closePB</tabstop>
166  </tabstops>
167  <includes>
168   <include location="local" >qt_i18n.h</include>
169  </includes>
170  <resources/>
171  <connections/>
172 </ui>