--- a/Preferences/ConfigurationPages/TemplatesPage.ui Mon Apr 07 18:46:02 2014 +0200 +++ b/Preferences/ConfigurationPages/TemplatesPage.ui Mon Apr 07 19:16:36 2014 +0200 @@ -1,47 +1,48 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>TemplatesPage</class> - <widget class="QWidget" name="TemplatesPage" > - <property name="geometry" > + <widget class="QWidget" name="TemplatesPage"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>532</width> - <height>374</height> + <height>541</height> </rect> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QLabel" name="headerLabel" > - <property name="text" > - <string><b>Configure Templates</b></string> + <widget class="QLabel" name="headerLabel"> + <property name="text"> + <string><b>Configure Templates</b></string> </property> </widget> </item> <item> - <widget class="Line" name="line11_2_2_2_2_2" > - <property name="frameShape" > + <widget class="Line" name="line11_2_2_2_2_2"> + <property name="frameShape"> <enum>QFrame::HLine</enum> </property> - <property name="frameShadow" > + <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> - <widget class="QGroupBox" name="groupBox" > - <property name="title" > + <widget class="QGroupBox" name="groupBox"> + <property name="title"> <string>Groups</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QCheckBox" name="templatesAutoOpenGroupsCheckBox" > - <property name="toolTip" > + <widget class="QCheckBox" name="templatesAutoOpenGroupsCheckBox"> + <property name="toolTip"> <string>Select, if groups having entries should be opened automatically</string> </property> - <property name="text" > + <property name="text"> <string>Expand groups automatically</string> </property> </widget> @@ -50,45 +51,45 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_2" > - <property name="title" > + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> <string>Variables</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <layout class="QHBoxLayout" > + <layout class="QHBoxLayout"> <item> - <widget class="QLabel" name="textLabel1_19" > - <property name="text" > + <widget class="QLabel" name="textLabel1_19"> + <property name="text"> <string>Separator:</string> </property> </widget> </item> <item> - <widget class="QLineEdit" name="templatesSeparatorCharEdit" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > + <widget class="QLineEdit" name="templatesSeparatorCharEdit"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="toolTip" > + <property name="toolTip"> <string>Enter the character that encloses variables</string> </property> - <property name="maxLength" > + <property name="maxLength"> <number>1</number> </property> </widget> </item> <item> <spacer> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="sizeType" > + <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> @@ -99,27 +100,27 @@ </layout> </item> <item> - <widget class="QGroupBox" name="groupBox_3" > - <property name="title" > + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> <string>Input method for variables</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QRadioButton" name="templatesMultiDialogButton" > - <property name="toolTip" > + <widget class="QRadioButton" name="templatesMultiDialogButton"> + <property name="toolTip"> <string>Select, if a new dialog should be opened for every template variable</string> </property> - <property name="text" > + <property name="text"> <string>One dialog per template variable</string> </property> </widget> </item> <item> - <widget class="QRadioButton" name="templatesSingleDialogButton" > - <property name="toolTip" > + <widget class="QRadioButton" name="templatesSingleDialogButton"> + <property name="toolTip"> <string>Select, if only one dialog for all template variables should be shown</string> </property> - <property name="text" > + <property name="text"> <string>One dialog for all template variables</string> </property> </widget> @@ -131,17 +132,17 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_4" > - <property name="title" > + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> <string>Tooltips</string> </property> - <layout class="QVBoxLayout" > + <layout class="QVBoxLayout"> <item> - <widget class="QCheckBox" name="templatesToolTipCheckBox" > - <property name="toolTip" > + <widget class="QCheckBox" name="templatesToolTipCheckBox"> + <property name="toolTip"> <string>Select, if the template text should be shown in a tooltip</string> </property> - <property name="text" > + <property name="text"> <string>Show template text in tooltip</string> </property> </widget> @@ -150,11 +151,46 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_5"> + <property name="title"> + <string>Template Editor</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QPushButton" name="editorFontButton"> + <property name="toolTip"> + <string>Press to select the font to be used for the code editor</string> + </property> + <property name="text"> + <string>Editor Font</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="editorFontSample"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="text"> + <string>Template Code Editor</string> + </property> + <property name="alignment"> + <set>Qt::AlignHCenter</set> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <spacer> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height>