Skip to content

Instantly share code, notes, and snippets.

@madig
Created February 12, 2016 20:06
Show Gist options
  • Save madig/b95c4703bce8f2469d9a to your computer and use it in GitHub Desktop.
Save madig/b95c4703bce8f2469d9a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TabWidget</class>
<widget class="QTabWidget" name="TabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>816</width>
<height>845</height>
</rect>
</property>
<property name="windowTitle">
<string>TabWidget</string>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0">
<item>
<layout class="QFormLayout" name="formLayout_8">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="formAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_34">
<property name="text">
<string>Family name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_19"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_35">
<property name="text">
<string>Style name</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_25"/>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>Style map</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLineEdit" name="lineEdit_15">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_5">
<property name="enabled">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>regular</string>
</property>
</item>
<item>
<property name="text">
<string>italic</string>
</property>
</item>
<item>
<property name="text">
<string>bold</string>
</property>
</item>
<item>
<property name="text">
<string>bold italic</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_36">
<property name="text">
<string>Major version</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QSpinBox" name="spinBox_5"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_37">
<property name="text">
<string>Minor version</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="spinBox_6"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_38">
<property name="text">
<string>Date created</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QDateTimeEdit" name="dateTimeEdit_4"/>
</item>
</layout>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_19">
<property name="text">
<string>Units per Em</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<double>16.000000000000000</double>
</property>
<property name="maximum">
<double>16384.000000000000000</double>
</property>
<property name="value">
<double>1000.000000000000000</double>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
<string>Italic angle</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_2"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Ascender</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_3">
<property name="minimum">
<double>-8196.000000000000000</double>
</property>
<property name="maximum">
<double>8196.000000000000000</double>
</property>
<property name="value">
<double>750.000000000000000</double>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>Cap-height</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_4">
<property name="minimum">
<double>-8196.000000000000000</double>
</property>
<property name="maximum">
<double>8196.000000000000000</double>
</property>
<property name="value">
<double>750.000000000000000</double>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>x-height</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_5">
<property name="minimum">
<double>-8196.000000000000000</double>
</property>
<property name="maximum">
<double>8196.000000000000000</double>
</property>
<property name="value">
<double>500.000000000000000</double>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_39">
<property name="text">
<string>Descender</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_6">
<property name="minimum">
<double>-8196.000000000000000</double>
</property>
<property name="maximum">
<double>8196.000000000000000</double>
</property>
<property name="value">
<double>-250.000000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QFormLayout" name="formLayout_9">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="rowWrapPolicy">
<enum>QFormLayout::WrapAllRows</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="formAlignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Notes</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPlainTextEdit" name="plainTextEdit_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>10</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Legal</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Designer</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Designer URL</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Manufacturer</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_3"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Manufacturer URL</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_4"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Copyright</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>License</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QPlainTextEdit" name="plainTextEdit_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>License URL</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_7"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Trademark</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="lineEdit_8"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>OpenType</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Check fields to use custom values. Unchecked fields will use a default value that may be empty.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>779</width>
<height>3516</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>name table</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://www.microsoft.com/typography/otspec/name.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType name table specification&lt;/span&gt;&lt;/a&gt;. The UFO designer, manufacturer and license attributes will be derived.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout_4">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_7">
<property name="text">
<string>Pref. family name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_6"/>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_8">
<property name="text">
<string>Pref. subfamily name</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_9"/>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_9">
<property name="text">
<string>Compatible full name</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_10"/>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_10">
<property name="text">
<string>WWS family name</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_11"/>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox_11">
<property name="text">
<string>WWS subfamily name</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_12"/>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="checkBox_16">
<property name="text">
<string>Name records</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QTableWidget" name="tableWidget">
<column>
<property name="text">
<string>Name ID</string>
</property>
</column>
<column>
<property name="text">
<string>Platform ID</string>
</property>
</column>
<column>
<property name="text">
<string>Encoding ID</string>
</property>
</column>
<column>
<property name="text">
<string>Language ID</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="checkBox_12">
<property name="text">
<string>Version</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_16"/>
</item>
<item row="7" column="0">
<widget class="QCheckBox" name="checkBox_13">
<property name="text">
<string>Unique ID</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="lineEdit_20"/>
</item>
<item row="8" column="0">
<widget class="QCheckBox" name="checkBox_14">
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="lineEdit_21"/>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="checkBox_15">
<property name="text">
<string>Sample text</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="lineEdit_22"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="6" column="0">
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>OS/2 table</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QLabel" name="label_17">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/typography/otspec/os2.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType OS/2 table specification&lt;/span&gt;&lt;/a&gt;. Missing attributes will be derived, sFamilyClass is not supported.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout_12">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_32">
<property name="text">
<string>Vendor ID</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_26"/>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_29">
<property name="text">
<string>Width class</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBox"/>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_30">
<property name="text">
<string>Weight class</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox_2"/>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_31">
<property name="text">
<string>fsSelection</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QListWidget" name="listWidget_2">
<item>
<property name="text">
<string>Bit 1 UNDERSCORE</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 2 NEGATIVE</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 3 OUTLINED</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 4 STRIKEOUT</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 7 USE_TYPO_METRICS</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 8 WWS</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 9 OBLIQUE</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox_33">
<property name="text">
<string>Embedding</string>
</property>
</widget>
</item>
<item row="4" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="comboBox_6">
<item>
<property name="text">
<string>No embedding restrictions</string>
</property>
</item>
<item>
<property name="text">
<string>Restricted embedding</string>
</property>
</item>
<item>
<property name="text">
<string>Preview and print embedding allowed</string>
</property>
</item>
<item>
<property name="text">
<string>Editable embedding allowed</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_34">
<property name="text">
<string>Allow subsetting</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_35">
<property name="text">
<string>Allow only bitmap embedding</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="checkBox_36">
<property name="text">
<string>Panose</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QFormLayout" name="formLayout_13">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Family</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBox_7"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_40">
<property name="text">
<string>Serifs</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBox_10"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_41">
<property name="text">
<string>Weight</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox_8"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_42">
<property name="text">
<string>Proportion</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBox_9"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_43">
<property name="text">
<string>Contrast</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="comboBox_11"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_44">
<property name="text">
<string>Stroke variation</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="comboBox_12"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_45">
<property name="text">
<string>Arm style</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QComboBox" name="comboBox_13"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_46">
<property name="text">
<string>Letterform</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QComboBox" name="comboBox_14"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_47">
<property name="text">
<string>Midline</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QComboBox" name="comboBox_15"/>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_48">
<property name="text">
<string>x-Height</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QComboBox" name="comboBox_16"/>
</item>
</layout>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="checkBox_37">
<property name="text">
<string>Unicode ranges</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QListWidget" name="listWidget_3"/>
</item>
<item row="7" column="0">
<widget class="QCheckBox" name="checkBox_38">
<property name="text">
<string>Code page ranges</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QListWidget" name="listWidget_4"/>
</item>
<item row="12" column="0">
<widget class="QCheckBox" name="checkBox_39">
<property name="text">
<string>WinDescent</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="checkBox_40">
<property name="text">
<string>Descender</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QCheckBox" name="checkBox_41">
<property name="text">
<string>Ascender</string>
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QCheckBox" name="checkBox_42">
<property name="text">
<string>WinAscent</string>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QCheckBox" name="checkBox_43">
<property name="text">
<string>Line gap</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QSpinBox" name="spinBox_20"/>
</item>
<item row="9" column="1">
<widget class="QSpinBox" name="spinBox_21"/>
</item>
<item row="10" column="1">
<widget class="QSpinBox" name="spinBox_22"/>
</item>
<item row="11" column="1">
<widget class="QSpinBox" name="spinBox_23"/>
</item>
<item row="12" column="1">
<widget class="QSpinBox" name="spinBox_24"/>
</item>
<item row="22" column="0">
<widget class="QCheckBox" name="checkBox_44">
<property name="text">
<string>StrikeoutOffset</string>
</property>
</widget>
</item>
<item row="21" column="0">
<widget class="QCheckBox" name="checkBox_45">
<property name="text">
<string>StrikeoutSize</string>
</property>
</widget>
</item>
<item row="20" column="0">
<widget class="QCheckBox" name="checkBox_46">
<property name="text">
<string>SuperscriptYOffset</string>
</property>
</widget>
</item>
<item row="19" column="0">
<widget class="QCheckBox" name="checkBox_47">
<property name="text">
<string>SuperscriptXOffset</string>
</property>
</widget>
</item>
<item row="18" column="0">
<widget class="QCheckBox" name="checkBox_48">
<property name="text">
<string>SuperscriptYSize</string>
</property>
</widget>
</item>
<item row="17" column="0">
<widget class="QCheckBox" name="checkBox_49">
<property name="text">
<string>SuperscriptXSize</string>
</property>
</widget>
</item>
<item row="16" column="0">
<widget class="QCheckBox" name="checkBox_50">
<property name="text">
<string>SubscriptYOffset</string>
</property>
</widget>
</item>
<item row="15" column="0">
<widget class="QCheckBox" name="checkBox_51">
<property name="text">
<string>SubscriptXOffset</string>
</property>
</widget>
</item>
<item row="14" column="0">
<widget class="QCheckBox" name="checkBox_52">
<property name="text">
<string>SubscriptYSize</string>
</property>
</widget>
</item>
<item row="13" column="0">
<widget class="QCheckBox" name="checkBox_53">
<property name="text">
<string>SubscriptXSize</string>
</property>
</widget>
</item>
<item row="13" column="1">
<widget class="QSpinBox" name="spinBox_25"/>
</item>
<item row="14" column="1">
<widget class="QSpinBox" name="spinBox_26"/>
</item>
<item row="15" column="1">
<widget class="QSpinBox" name="spinBox_27"/>
</item>
<item row="16" column="1">
<widget class="QSpinBox" name="spinBox_28"/>
</item>
<item row="17" column="1">
<widget class="QSpinBox" name="spinBox_29"/>
</item>
<item row="18" column="1">
<widget class="QSpinBox" name="spinBox_30"/>
</item>
<item row="19" column="1">
<widget class="QSpinBox" name="spinBox_31"/>
</item>
<item row="20" column="1">
<widget class="QSpinBox" name="spinBox_32"/>
</item>
<item row="21" column="1">
<widget class="QSpinBox" name="spinBox_33"/>
</item>
<item row="22" column="1">
<widget class="QSpinBox" name="spinBox_34"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="4" column="0">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>vhea table</string>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/typography/otspec/vhea.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType vhea table specification&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<layout class="QFormLayout" name="formLayout_11">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_23">
<property name="text">
<string>V. ascender</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="spinBox_14"/>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="checkBox_24">
<property name="text">
<string>caretOffset</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_25">
<property name="text">
<string>V. descender</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_26">
<property name="text">
<string>V. LineGap</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_27">
<property name="text">
<string>caretSlopeRise</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox_28">
<property name="text">
<string>caretSlopeRun</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox_15"/>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="spinBox_16"/>
</item>
<item row="3" column="1">
<widget class="QSpinBox" name="spinBox_17"/>
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="spinBox_18"/>
</item>
<item row="5" column="1">
<widget class="QSpinBox" name="spinBox_19"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="5" column="0">
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>gasp table</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLabel" name="label_16">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://www.microsoft.com/typography/otspec/gasp.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType gasp table specification&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTableWidget" name="tableWidget_2">
<column>
<property name="text">
<string>Size range</string>
</property>
</column>
<column>
<property name="text">
<string>Behavior</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>head table</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/typography/otspec/head.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType head table specification&lt;/span&gt;&lt;/a&gt;. Missing attributes are derived.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout_3">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_2">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>Created</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_5">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_3">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>Lowest rec. PPEM</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox_7">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_4">
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>Flags</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QListWidget" name="listWidget">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="selectionRectVisible">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>Bit 0: Baseline for font at y=0.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 1: Left sidebearing point at x=0.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 2: Instructions may depend on point size.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 3: Force ppem to integer values for all internal scaler math.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 4: Instructions may alter advance width.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 11: Font data is 'lossless'.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 12: Font converted.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 13: Font optimized for ClearType™.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
<item>
<property name="text">
<string>Bit 14: Last Resort font.</string>
</property>
<property name="checkState">
<enum>Unchecked</enum>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>hhea table</string>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/typography/otspec/hhea.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType hhea table specification&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<layout class="QFormLayout" name="formLayout_10">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="1">
<widget class="QSpinBox" name="spinBox_8"/>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_17">
<property name="text">
<string>Ascender</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_18">
<property name="text">
<string>Descender</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_19">
<property name="text">
<string>LineGap</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_20">
<property name="text">
<string>caretSlopeRise</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox_21">
<property name="text">
<string>caretSlopeRun</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="checkBox_22">
<property name="text">
<string>caretOffset</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBox_9"/>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="spinBox_10"/>
</item>
<item row="3" column="1">
<widget class="QSpinBox" name="spinBox_11"/>
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="spinBox_12"/>
</item>
<item row="5" column="1">
<widget class="QSpinBox" name="spinBox_13"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>PostScript</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_12">
<item row="0" column="0">
<widget class="QLabel" name="label_49">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check fields to use custom values. Unchecked fields will use a default value that may be empty. &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.microsoft.com/typography/otspec/post.htm&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The OpenType post table specification&lt;/span&gt;&lt;/a&gt;. &lt;a href=&quot;http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The Postscript Type 1 specification&lt;/span&gt;&lt;/a&gt;. &lt;a href=&quot;http://www.adobe.com/devnet/font/pdfs/5176.CFF.pdf&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;The CFF specification&lt;/span&gt;&lt;/a&gt;. Missing attributes will be derived.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QScrollArea" name="scrollArea_2">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>779</width>
<height>966</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Naming</string>
</property>
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="0">
<layout class="QFormLayout" name="formLayout_14">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_54">
<property name="text">
<string>FontName</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_27"/>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_55">
<property name="text">
<string>FullName</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_56">
<property name="text">
<string>WeightName</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_57">
<property name="text">
<string>UniqueID</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_28"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_29"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_30"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_8">
<property name="title">
<string>Hints</string>
</property>
<layout class="QGridLayout" name="gridLayout_13">
<item row="0" column="0">
<layout class="QFormLayout" name="formLayout_15">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_58">
<property name="text">
<string>BlueValues</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_31"/>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_59">
<property name="text">
<string>OtherBlues</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="checkBox_60">
<property name="text">
<string>BlueShift</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QCheckBox" name="checkBox_61">
<property name="text">
<string>StemSnapH</string>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="QCheckBox" name="checkBox_62">
<property name="text">
<string>StemSnapV</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="checkBox_63">
<property name="text">
<string>BlueScale</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox_64">
<property name="text">
<string>BlueFuzz</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_65">
<property name="text">
<string>FamilyOtherBlues</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_66">
<property name="text">
<string>FamilyBlues</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_32"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_33"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_34"/>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="lineEdit_38"/>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="lineEdit_39"/>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="checkBox_67">
<property name="text">
<string>Force Bold</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QCheckBox" name="checkBox_68">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_7"/>
</item>
<item row="5" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_8"/>
</item>
<item row="6" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_9"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_9">
<property name="title">
<string>Metrics</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QFormLayout" name="formLayout_16">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="formAlignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_69">
<property name="text">
<string>DefaultWidthX</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_70">
<property name="text">
<string>NominalWidthX</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_10"/>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_11"/>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_71">
<property name="text">
<string>SlantAngle</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_12"/>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="checkBox_72">
<property name="text">
<string>isFixedPitch</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_73">
<property name="text">
<string>UnderlineThickness</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="checkBox_74">
<property name="text">
<string>UnderlinePosition</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_13"/>
</item>
<item row="4" column="1">
<widget class="QDoubleSpinBox" name="doubleSpinBox_14"/>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="checkBox_75">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_10">
<property name="title">
<string>Characters</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QFormLayout" name="formLayout_17">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_76">
<property name="text">
<string>Default character</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_35"/>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_77">
<property name="text">
<string>Windows character set</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBox_17"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>checkBox</sender>
<signal>clicked(bool)</signal>
<receiver>lineEdit_15</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>94</x>
<y>131</y>
</hint>
<hint type="destinationlabel">
<x>151</x>
<y>137</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBox</sender>
<signal>clicked(bool)</signal>
<receiver>comboBox_5</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>71</x>
<y>137</y>
</hint>
<hint type="destinationlabel">
<x>531</x>
<y>137</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBox_2</sender>
<signal>clicked(bool)</signal>
<receiver>lineEdit_5</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>173</x>
<y>141</y>
</hint>
<hint type="destinationlabel">
<x>230</x>
<y>145</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBox_3</sender>
<signal>clicked(bool)</signal>
<receiver>spinBox_7</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>155</x>
<y>178</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>179</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBox_4</sender>
<signal>clicked(bool)</signal>
<receiver>listWidget</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>146</x>
<y>212</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>226</y>
</hint>
</hints>
</connection>
</connections>
</ui>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment