<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="windowModality"> <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>374</width> <height>344</height> </rect> </property> <property name="windowTitle"> <string/> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QTabWidget" name="qtabwidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>editing_latex</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item alignment="Qt::AlignLeft"> <widget class="QCheckBox" name="latexsvg"> <property name="text"> <string>notetypes_create_scalable_images_with_dvisvgm</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>notetypes_header</string> </property> </widget> </item> <item> <widget class="QTextEdit" name="latexHeader"> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>notetypes_footer</string> </property> </widget> </item> <item> <widget class="QTextEdit" name="latexFooter"> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>qtabwidget</tabstop> <tabstop>buttonBox</tabstop> <tabstop>latexHeader</tabstop> <tabstop>latexFooter</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Dialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>275</x> <y>442</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>Dialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>343</x> <y>442</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>