| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>PreferencesDialog</class> |
| <widget class="QDialog" name="PreferencesDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>370</width> |
| <height>370</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Preferences</string> |
| </property> |
| <property name="windowIcon"> |
| <iconset resource="../resources.qrc"> |
| <normaloff>:/resources/windowicon.png</normaloff>:/resources/windowicon.png</iconset> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout"> |
| <item> |
| <widget class="QTabWidget" name="prefsGroups"> |
| <property name="tabPosition"> |
| <enum>QTabWidget::North</enum> |
| </property> |
| <property name="currentIndex"> |
| <number>0</number> |
| </property> |
| <widget class="QWidget" name="tab_2"> |
| <attribute name="title"> |
| <string>Editor</string> |
| </attribute> |
| <layout class="QVBoxLayout" name="verticalLayout_2"> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_7"> |
| <item> |
| <widget class="QLabel" name="label_7"> |
| <property name="text"> |
| <string>Font</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QFontComboBox" name="fontSelect"/> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_8"> |
| <item> |
| <widget class="QLabel" name="label_8"> |
| <property name="text"> |
| <string>Size</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QSpinBox" name="fontSize"> |
| <property name="value"> |
| <number>12</number> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QLabel" name="label_2"> |
| <property name="text"> |
| <string>Foreground Colour</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| <property name="buddy"> |
| <cstring>fgButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="fgButton"> |
| <property name="autoFillBackground"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| <item> |
| <widget class="QLabel" name="label_3"> |
| <property name="text"> |
| <string>Background Colour</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| <property name="buddy"> |
| <cstring>bgButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="bgButton"> |
| <property name="autoFillBackground"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_9"> |
| <item> |
| <widget class="QLabel" name="label_9"> |
| <property name="text"> |
| <string>Error Colour</string> |
| </property> |
| <property name="buddy"> |
| <cstring>errorButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="errorButton"> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QWidget" name="prefsGroupsPage1"> |
| <attribute name="title"> |
| <string>Highlighting</string> |
| </attribute> |
| <layout class="QVBoxLayout" name="verticalLayout_3"> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| <item> |
| <widget class="QLabel" name="label_4"> |
| <property name="text"> |
| <string>Comment</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| <property name="buddy"> |
| <cstring>commentButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="commentButton"> |
| <property name="autoFillBackground"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| <property name="flat"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| <item> |
| <widget class="QLabel" name="label_5"> |
| <property name="text"> |
| <string>Escaped Character</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| <property name="buddy"> |
| <cstring>escapedButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="escapedButton"> |
| <property name="autoFillBackground"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| <item> |
| <widget class="QLabel" name="label_6"> |
| <property name="text"> |
| <string>Conditional</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| <property name="buddy"> |
| <cstring>conditionalButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="conditionalButton"> |
| <property name="autoFillBackground"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_6"> |
| <item> |
| <widget class="QLabel" name="label"> |
| <property name="text"> |
| <string>Tag</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| <property name="buddy"> |
| <cstring>tagButton</cstring> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="tagButton"> |
| <property name="autoFillBackground"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Click To Change</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </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> |
| <include location="../resources.qrc"/> |
| </resources> |
| <connections> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>accepted()</signal> |
| <receiver>PreferencesDialog</receiver> |
| <slot>accept()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>257</x> |
| <y>360</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>157</x> |
| <y>274</y> |
| </hint> |
| </hints> |
| </connection> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>rejected()</signal> |
| <receiver>PreferencesDialog</receiver> |
| <slot>reject()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>325</x> |
| <y>360</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>286</x> |
| <y>274</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |