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