2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>LanguageUi</class>
|
|
|
|
<widget class="QWidget" name="LanguageUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-09-19 12:29:08 +00:00
|
|
|
<width>392</width>
|
|
|
|
<height>257</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
2007-09-19 12:29:08 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
<item row="2" column="0" colspan="3" >
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Encoding</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
<property name="flat" >
|
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QComboBox" name="encodingCO" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="duplicatesEnabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QRadioButton" name="otherencodingRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Other:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2" >
|
|
|
|
<widget class="QRadioButton" name="defaultencodingRB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Language &Default</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2007-09-19 12:29:08 +00:00
|
|
|
<item row="3" column="1" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2007-09-19 12:29:08 +00:00
|
|
|
<width>71</width>
|
|
|
|
<height>171</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2007-09-19 12:29:08 +00:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QComboBox" name="languageCO" />
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QComboBox" name="quoteStyleCO" />
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="typeL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Quote Style:</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>quoteStyleCO</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2007-09-19 12:29:08 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="languageL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Language:</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>languageCO</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-09-19 12:29:08 +00:00
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2007-09-19 12:29:08 +00:00
|
|
|
<item row="0" column="2" >
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2007-09-19 12:29:08 +00:00
|
|
|
<width>121</width>
|
|
|
|
<height>22</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>languageCO</tabstop>
|
|
|
|
<tabstop>quoteStyleCO</tabstop>
|
2007-09-19 12:29:08 +00:00
|
|
|
<tabstop>defaultencodingRB</tabstop>
|
|
|
|
<tabstop>otherencodingRB</tabstop>
|
|
|
|
<tabstop>encodingCO</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-09-19 12:29:08 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_helpers.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
2007-09-19 12:29:08 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>otherencodingRB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>encodingCO</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>34</x>
|
|
|
|
<y>149</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>107</x>
|
|
|
|
<y>145</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|