]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/URLUi.ui
renaming in frontends/qt4/ui: s/Q//g
[lyx.git] / src / frontends / qt4 / ui / URLUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QURLUi</class>
6  <widget class="QDialog" name="QURLUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>332</width>
12     <height>109</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="0" column="0" >
29     <widget class="QLabel" name="urlLA" >
30      <property name="toolTip" >
31       <string>URL</string>
32      </property>
33      <property name="text" >
34       <string>&amp;URL:</string>
35      </property>
36      <property name="buddy" >
37       <cstring>urlED</cstring>
38      </property>
39     </widget>
40    </item>
41    <item row="1" column="0" >
42     <widget class="QLabel" name="nameLA" >
43      <property name="toolTip" >
44       <string>Name associated with the URL</string>
45      </property>
46      <property name="text" >
47       <string>&amp;Name:</string>
48      </property>
49      <property name="buddy" >
50       <cstring>nameED</cstring>
51      </property>
52     </widget>
53    </item>
54    <item row="1" column="1" >
55     <widget class="QLineEdit" name="nameED" >
56      <property name="toolTip" >
57       <string>Name associated with the URL</string>
58      </property>
59     </widget>
60    </item>
61    <item row="0" column="1" >
62     <widget class="QLineEdit" name="urlED" >
63      <property name="toolTip" >
64       <string>URL</string>
65      </property>
66     </widget>
67    </item>
68    <item row="2" column="0" colspan="2" >
69     <layout class="QHBoxLayout" >
70      <property name="margin" >
71       <number>0</number>
72      </property>
73      <property name="spacing" >
74       <number>6</number>
75      </property>
76      <item>
77       <widget class="QCheckBox" name="hyperlinkCB" >
78        <property name="toolTip" >
79         <string>Output as a hyperlink ?</string>
80        </property>
81        <property name="text" >
82         <string>&amp;Generate hyperlink</string>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <spacer>
88        <property name="orientation" >
89         <enum>Qt::Horizontal</enum>
90        </property>
91        <property name="sizeType" >
92         <enum>QSizePolicy::Expanding</enum>
93        </property>
94        <property name="sizeHint" >
95         <size>
96          <width>20</width>
97          <height>20</height>
98         </size>
99        </property>
100       </spacer>
101      </item>
102      <item>
103       <widget class="QPushButton" name="okPB" >
104        <property name="text" >
105         <string>&amp;OK</string>
106        </property>
107        <property name="default" >
108         <bool>true</bool>
109        </property>
110       </widget>
111      </item>
112      <item>
113       <widget class="QPushButton" name="closePB" >
114        <property name="text" >
115         <string>&amp;Close</string>
116        </property>
117       </widget>
118      </item>
119     </layout>
120    </item>
121   </layout>
122  </widget>
123  <pixmapfunction></pixmapfunction>
124  <includes>
125   <include location="local" >qt_helpers.h</include>
126  </includes>
127  <tabstops>
128   <tabstop>urlED</tabstop>
129   <tabstop>nameED</tabstop>
130   <tabstop>hyperlinkCB</tabstop>
131   <tabstop>okPB</tabstop>
132   <tabstop>closePB</tabstop>
133  </tabstops>
134  <resources/>
135  <connections/>
136 </ui>