mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-17 21:36:00 +00:00
c293be56bd
In particular, the directory frontends/qt4 is renamed to frontends/qt. Many configurations file have to be updated. All mentions of qt4 in the source have been audited, and changed to qt if necessary. The only part that has not been updated is the CMake build system.
68 lines
1.5 KiB
XML
68 lines
1.5 KiB
XML
<ui version="4.0">
|
|
<class>ERTUi</class>
|
|
<widget class="QWidget" name="ERTUi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>175</width>
|
|
<height>99</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string/>
|
|
</property>
|
|
<property name="sizeGripEnabled" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QGroupBox" name="ertBG">
|
|
<property name="title">
|
|
<string>Display</string>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QRadioButton" name="collapsedRB">
|
|
<property name="toolTip">
|
|
<string>Show ERT button only</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Collapsed</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="openRB">
|
|
<property name="toolTip">
|
|
<string>Show ERT contents</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>O&pen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<includes>
|
|
<include location="local">qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|