mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 09:35:39 +00:00
161 lines
4.8 KiB
Plaintext
161 lines
4.8 KiB
Plaintext
|
<!DOCTYPE UI><UI>
|
||
|
<class>QAskForTextDialog</class>
|
||
|
<include location="global">config.h</include>
|
||
|
<include location="local">gettext.h</include>
|
||
|
<widget>
|
||
|
<class>QDialog</class>
|
||
|
<property stdset="1">
|
||
|
<name>name</name>
|
||
|
<cstring>QAskForTextDialog</cstring>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>geometry</name>
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>277</width>
|
||
|
<height>116</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>caption</name>
|
||
|
<string>LyX: Enter text</string>
|
||
|
</property>
|
||
|
<vbox>
|
||
|
<property stdset="1">
|
||
|
<name>margin</name>
|
||
|
<number>11</number>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>spacing</name>
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<spacer>
|
||
|
<property>
|
||
|
<name>name</name>
|
||
|
<cstring>Spacer5</cstring>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>orientation</name>
|
||
|
<enum>Vertical</enum>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>sizeType</name>
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
|
<property>
|
||
|
<name>sizeHint</name>
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
<widget>
|
||
|
<class>QLabel</class>
|
||
|
<property stdset="1">
|
||
|
<name>name</name>
|
||
|
<cstring>askLA</cstring>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>text</name>
|
||
|
<string>&Dummy</string>
|
||
|
</property>
|
||
|
<property>
|
||
|
<name>buddy</name>
|
||
|
<cstring>askLE</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget>
|
||
|
<class>QLineEdit</class>
|
||
|
<property stdset="1">
|
||
|
<name>name</name>
|
||
|
<cstring>askLE</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<spacer>
|
||
|
<property>
|
||
|
<name>name</name>
|
||
|
<cstring>Spacer6</cstring>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>orientation</name>
|
||
|
<enum>Vertical</enum>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>sizeType</name>
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
|
<property>
|
||
|
<name>sizeHint</name>
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
<widget>
|
||
|
<class>QLayoutWidget</class>
|
||
|
<property stdset="1">
|
||
|
<name>name</name>
|
||
|
<cstring>Layout2</cstring>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property stdset="1">
|
||
|
<name>margin</name>
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>spacing</name>
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<widget>
|
||
|
<class>QPushButton</class>
|
||
|
<property stdset="1">
|
||
|
<name>name</name>
|
||
|
<cstring>okPB</cstring>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>text</name>
|
||
|
<string>OK</string>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>default</name>
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget>
|
||
|
<class>QPushButton</class>
|
||
|
<property stdset="1">
|
||
|
<name>name</name>
|
||
|
<cstring>cancelPB</cstring>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>text</name>
|
||
|
<string>&Cancel</string>
|
||
|
</property>
|
||
|
<property stdset="1">
|
||
|
<name>default</name>
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>okPB</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>QAskForTextDialog</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>cancelPB</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>QAskForTextDialog</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</UI>
|