]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/HyperlinkUi.ui
Use qt422 version of the ui file
[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>332</width>
9     <height>109</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="urlLA" >
27      <property name="toolTip" >
28       <string>URL</string>
29      </property>
30      <property name="text" >
31       <string>&amp;URL:</string>
32      </property>
33      <property name="buddy" >
34       <cstring>urlED</cstring>
35      </property>
36     </widget>
37    </item>
38    <item row="1" column="0" >
39     <widget class="QLabel" name="nameLA" >
40      <property name="toolTip" >
41       <string>Name associated with the URL</string>
42      </property>
43      <property name="text" >
44       <string>&amp;Name:</string>
45      </property>
46      <property name="buddy" >
47       <cstring>nameED</cstring>
48      </property>
49     </widget>
50    </item>
51    <item row="1" column="1" >
52     <widget class="QLineEdit" name="nameED" >
53      <property name="toolTip" >
54       <string>Name associated with the URL</string>
55      </property>
56     </widget>
57    </item>
58    <item row="0" column="1" >
59     <widget class="QLineEdit" name="urlED" >
60      <property name="toolTip" >
61       <string>URL</string>
62      </property>
63     </widget>
64    </item>
65    <item row="2" column="0" colspan="2" >
66     <layout class="QHBoxLayout" >
67      <property name="margin" >
68       <number>0</number>
69      </property>
70      <property name="spacing" >
71       <number>6</number>
72      </property>
73      <item>
74       <spacer>
75        <property name="orientation" >
76         <enum>Qt::Horizontal</enum>
77        </property>
78        <property name="sizeType" >
79         <enum>QSizePolicy::Expanding</enum>
80        </property>
81        <property name="sizeHint" >
82         <size>
83          <width>20</width>
84          <height>20</height>
85         </size>
86        </property>
87       </spacer>
88      </item>
89      <item>
90       <widget class="QPushButton" name="okPB" >
91        <property name="text" >
92         <string>&amp;OK</string>
93        </property>
94        <property name="default" >
95         <bool>true</bool>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QPushButton" name="closePB" >
101        <property name="text" >
102         <string>&amp;Close</string>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </item>
108   </layout>
109  </widget>
110  <tabstops>
111   <tabstop>urlED</tabstop>
112   <tabstop>nameED</tabstop>
113   <tabstop>okPB</tabstop>
114   <tabstop>closePB</tabstop>
115  </tabstops>
116  <includes>
117   <include location="local" >qt_helpers.h</include>
118  </includes>
119  <resources/>
120  <connections/>
121 </ui>