mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 16:18:22 +00:00
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>InfoUi</class>
|
||
|
<widget class="QDialog" name="InfoUi" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>161</width>
|
||
|
<height>121</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="sizeGripEnabled" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout" >
|
||
|
<item row="0" column="0" >
|
||
|
<spacer name="spacer" >
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeType" >
|
||
|
<enum>QSizePolicy::Expanding</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0" >
|
||
|
<size>
|
||
|
<width>84</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="0" column="1" >
|
||
|
<widget class="QPushButton" name="closePB" >
|
||
|
<property name="text" >
|
||
|
<string>&Close</string>
|
||
|
</property>
|
||
|
<property name="default" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<includes>
|
||
|
<include location="local" >qt_i18n.h</include>
|
||
|
</includes>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|