Jean-Marc Lasgouttes c293be56bd Rename frontend qt4 to qt
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.
2019-07-20 23:39:40 +02:00

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>&amp;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&amp;pen</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>