Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MimeTypesPage</class> <widget class="QWidget" name="MimeTypesPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>480</width> <height>515</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Text Mimetypes</b></string> </property> </widget> </item> <item> <widget class="Line" name="line9"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Files of the mime types configured below are opened in an eric editor (in addition to all 'text' mime types).</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="E5StringListEditWidget" name="textMimeTypesList" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::WheelFocus</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="resetButton"> <property name="toolTip"> <string>Press to reset the list to default values</string> </property> <property name="text"> <string>Reset to Defaults</string> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>E5StringListEditWidget</class> <extends>QWidget</extends> <header>E5Gui/E5StringListEditWidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>