<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ConfigDialog</class> <widget class="QDialog" name="ConfigDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>573</width> <height>377</height> </rect> </property> <property name="windowTitle"> <string>Configuration</string> </property> <layout class="QVBoxLayout" name="configLayout"> <property name="spacing"> <number>8</number> </property> <property name="margin"> <number>8</number> </property> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="highlightTab"> <attribute name="title"> <string>Highlighting</string> </attribute> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QListWidget" name="listWidget"/> </item> <item> <layout class="QFormLayout" name="formLayout"> <item row="0" column="1"> <widget class="QLineEdit" name="patternEdit"/> </item> <item row="0" column="0"> <widget class="QLabel" name="patternLabel"> <property name="text"> <string>Pattern:</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="colourLabel"> <property name="text"> <string>Colour:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QPushButton" name="colourButton"> <property name="text"> <string/> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="backgroundLabel"> <property name="text"> <string>Background:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="backgroundButton"> <property name="text"> <string/> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="fontTab"> <attribute name="title"> <string>Font</string> </attribute> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ConfigDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>ConfigDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>