Sat, 29 Dec 2012 17:16:46 +0100
Fixed an issue in the IRC widget and updated the translations.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>EditorGeneralPage</class> <widget class="QWidget" name="EditorGeneralPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>553</width> <height>593</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure general editor settings</b></string> </property> </widget> </item> <item> <widget class="Line" name="line2"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>Tabs && Indentation</string> </property> <layout class="QVBoxLayout"> <item> <layout class="QGridLayout"> <item row="0" column="0"> <widget class="QLabel" name="TextLabel13_3"> <property name="text"> <string>Tab width:</string> </property> <property name="buddy"> <cstring>tabwidthSlider</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QSlider" name="tabwidthSlider"> <property name="toolTip"> <string>Move to set the tab width.</string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>20</number> </property> <property name="value"> <number>4</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="tickInterval"> <number>1</number> </property> </widget> </item> <item row="0" column="2"> <widget class="QLCDNumber" name="tabwidthLCD"> <property name="toolTip"> <string>Displays the selected tab width.</string> </property> <property name="digitCount"> <number>2</number> </property> <property name="segmentStyle"> <enum>QLCDNumber::Flat</enum> </property> <property name="value" stdset="0"> <double>4.000000000000000</double> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="TextLabel13_2_3"> <property name="text"> <string>Indentation width:</string> </property> <property name="buddy"> <cstring>indentwidthSlider</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QSlider" name="indentwidthSlider"> <property name="toolTip"> <string>Move to set the indentation width.</string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>20</number> </property> <property name="value"> <number>4</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="tickInterval"> <number>1</number> </property> </widget> </item> <item row="1" column="2"> <widget class="QLCDNumber" name="indentwidthLCD"> <property name="toolTip"> <string>Displays the selected indentation width.</string> </property> <property name="digitCount"> <number>2</number> </property> <property name="segmentStyle"> <enum>QLCDNumber::Flat</enum> </property> <property name="value" stdset="0"> <double>4.000000000000000</double> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="indentguidesCheckBox"> <property name="toolTip"> <string>Select whether indentation guides should be shown.</string> </property> <property name="text"> <string>Show Indentation Guides</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QCheckBox" name="tabforindentationCheckBox"> <property name="toolTip"> <string>Select whether tab characters are used for indentations.</string> </property> <property name="text"> <string>Use tabs for indentations</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QCheckBox" name="autoindentCheckBox"> <property name="toolTip"> <string>Select whether autoindentation shall be enabled</string> </property> <property name="text"> <string>Auto indentation</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QCheckBox" name="converttabsCheckBox"> <property name="toolTip"> <string>Select whether tabs shall be converted upon opening the file</string> </property> <property name="text"> <string>Convert tabs upon open</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QCheckBox" name="tabindentsCheckBox"> <property name="toolTip"> <string>Select whether pressing the tab key indents.</string> </property> <property name="text"> <string>Tab key indents</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Comments</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="comment0CheckBox"> <property name="toolTip"> <string>Select to insert the comment sign at column 0</string> </property> <property name="whatsThis"> <string><b>Insert comment at column 0</b><p>Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.</p></string> </property> <property name="text"> <string>Insert comment at column 0</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>535</width> <height>101</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>tabwidthSlider</tabstop> <tabstop>indentwidthSlider</tabstop> <tabstop>indentguidesCheckBox</tabstop> <tabstop>autoindentCheckBox</tabstop> <tabstop>tabindentsCheckBox</tabstop> <tabstop>tabforindentationCheckBox</tabstop> <tabstop>converttabsCheckBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>tabwidthSlider</sender> <signal>valueChanged(int)</signal> <receiver>tabwidthLCD</receiver> <slot>display(int)</slot> <hints> <hint type="sourcelabel"> <x>384</x> <y>81</y> </hint> <hint type="destinationlabel"> <x>415</x> <y>82</y> </hint> </hints> </connection> <connection> <sender>indentwidthSlider</sender> <signal>valueChanged(int)</signal> <receiver>indentwidthLCD</receiver> <slot>display(int)</slot> <hints> <hint type="sourcelabel"> <x>384</x> <y>110</y> </hint> <hint type="destinationlabel"> <x>410</x> <y>110</y> </hint> </hints> </connection> </connections> </ui>