]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/AskForTextUi.ui
Typos etc.
[lyx.git] / src / frontends / qt4 / ui / AskForTextUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>AskForTextUi</class>
6  <widget class="QDialog" name="AskForTextUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>269</width>
12     <height>116</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>LyX: Enter text</string>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item>
29     <spacer>
30      <property name="orientation" >
31       <enum>Qt::Vertical</enum>
32      </property>
33      <property name="sizeType" >
34       <enum>QSizePolicy::Expanding</enum>
35      </property>
36      <property name="sizeHint" >
37       <size>
38        <width>20</width>
39        <height>20</height>
40       </size>
41      </property>
42     </spacer>
43    </item>
44    <item>
45     <widget class="QLabel" name="askLA" >
46      <property name="text" >
47       <string>&amp;Dummy</string>
48      </property>
49      <property name="buddy" >
50       <cstring>askLE</cstring>
51      </property>
52     </widget>
53    </item>
54    <item>
55     <widget class="QLineEdit" name="askLE" />
56    </item>
57    <item>
58     <spacer>
59      <property name="orientation" >
60       <enum>Qt::Vertical</enum>
61      </property>
62      <property name="sizeType" >
63       <enum>QSizePolicy::Expanding</enum>
64      </property>
65      <property name="sizeHint" >
66       <size>
67        <width>20</width>
68        <height>20</height>
69       </size>
70      </property>
71     </spacer>
72    </item>
73    <item>
74     <layout class="QHBoxLayout" >
75      <property name="margin" >
76       <number>0</number>
77      </property>
78      <property name="spacing" >
79       <number>6</number>
80      </property>
81      <item>
82       <widget class="QPushButton" name="okPB" >
83        <property name="text" >
84         <string>&amp;OK</string>
85        </property>
86        <property name="default" >
87         <bool>true</bool>
88        </property>
89       </widget>
90      </item>
91      <item>
92       <widget class="QPushButton" name="closePB" >
93        <property name="text" >
94         <string>&amp;Cancel</string>
95        </property>
96        <property name="default" >
97         <bool>false</bool>
98        </property>
99       </widget>
100      </item>
101     </layout>
102    </item>
103   </layout>
104  </widget>
105  <pixmapfunction></pixmapfunction>
106  <includes>
107   <include location="local" >qt_i18n.h</include>
108  </includes>
109  <resources/>
110  <connections/>
111 </ui>