--- a/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui Mon Mar 02 19:09:27 2015 +0100 +++ b/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui Tue Mar 03 19:53:50 2015 +0100 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>EditorAutocompletionQScintillaPage</class> - <widget class="QWidget" name="EditorAutocompletionQScintillaPage" > - <property name="geometry" > + <widget class="QWidget" name="EditorAutocompletionQScintillaPage"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,82 +10,82 @@ <height>257</height> </rect> </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" colspan="2" > - <widget class="QLabel" name="headerLabel" > - <property name="text" > - <string><b>Configure QScintilla Autocompletion</b></string> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="headerLabel"> + <property name="text"> + <string><b>Configure QScintilla Completion</b></string> </property> </widget> </item> - <item row="1" column="0" colspan="2" > - <widget class="Line" name="line6" > - <property name="frameShape" > + <item row="1" column="0" colspan="2"> + <widget class="Line" name="line6"> + <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 row="2" column="0" > - <widget class="QCheckBox" name="acShowSingleCheckBox" > - <property name="toolTip" > + <item row="2" column="0"> + <widget class="QCheckBox" name="acShowSingleCheckBox"> + <property name="toolTip"> <string>Select this, if single entries shall be inserted automatically</string> </property> - <property name="text" > + <property name="text"> <string>Show single</string> </property> </widget> </item> - <item row="2" column="1" > - <widget class="QCheckBox" name="acFillupsCheckBox" > - <property name="toolTip" > + <item row="2" column="1"> + <widget class="QCheckBox" name="acFillupsCheckBox"> + <property name="toolTip"> <string>Select to enable the use of fill-up characters to autocomplete the current word</string> </property> - <property name="whatsThis" > - <string><b>Use fill-up characters</b><p>Select to enable the use of fill-up characters to autocomplete the current word. A fill-up character is one that, when entered while an auto-completion list is being displayed, causes the currently selected item from the list to be added to the text followed by the fill-up character.</p></string> + <property name="whatsThis"> + <string><b>Use fill-up characters</b><p>Select to enable the use of fill-up characters to autocomplete the current word. A fill-up character is one that, when entered while an auto-completion list is being displayed, causes the currently selected item from the list to be added to the text followed by the fill-up character.</p></string> </property> - <property name="text" > + <property name="text"> <string>Use fill-up characters</string> </property> </widget> </item> - <item row="3" column="0" colspan="2" > - <widget class="QGroupBox" name="groupBox" > - <property name="title" > + <item row="3" column="0" colspan="2"> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> <string>Source</string> </property> - <layout class="QHBoxLayout" > + <layout class="QHBoxLayout"> <item> - <widget class="QRadioButton" name="acSourceDocumentRadioButton" > - <property name="toolTip" > + <widget class="QRadioButton" name="acSourceDocumentRadioButton"> + <property name="toolTip"> <string>Select this to get autocompletion from current document</string> </property> - <property name="text" > + <property name="text"> <string>from Document</string> </property> </widget> </item> <item> - <widget class="QRadioButton" name="acSourceAPIsRadioButton" > - <property name="toolTip" > + <widget class="QRadioButton" name="acSourceAPIsRadioButton"> + <property name="toolTip"> <string>Select this to get autocompletion from installed APIs</string> </property> - <property name="text" > + <property name="text"> <string>from API files</string> </property> </widget> </item> <item> - <widget class="QRadioButton" name="acSourceAllRadioButton" > - <property name="toolTip" > + <widget class="QRadioButton" name="acSourceAllRadioButton"> + <property name="toolTip"> <string>Select this to get autocompletion from current document and installed APIs</string> </property> - <property name="text" > + <property name="text"> <string>from Document and API files</string> </property> </widget> @@ -92,12 +93,12 @@ </layout> </widget> </item> - <item row="4" column="0" colspan="2" > + <item row="4" column="0" colspan="2"> <spacer> - <property name="orientation" > + <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>456</width> <height>51</height>