From: <je...@us...> - 2003-08-01 12:07:02
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv26413/testing Modified Files: guisettings-hig.ui Log Message: Changed `Subtitles' to `[ ] Subtitles' Index: guisettings-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guisettings-hig.ui,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** guisettings-hig.ui 29 Jul 2003 23:24:34 -0000 1.2 --- guisettings-hig.ui 1 Aug 2003 12:06:58 -0000 1.3 *************** *** 123,145 **** </property> </widget> - <widget class="QLabel" row="3" column="0"> - <property name="name"> - <cstring>textLabel2_3_2_4</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>0</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>&Subtitles:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>subTitles_4</cstring> - </property> - </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> --- 123,126 ---- *************** *** 385,431 **** </vbox> </widget> - <widget class="QComboBox" row="3" column="1" rowspan="1" colspan="3"> - <item> - <property name="text"> - <string>None</string> - </property> - </item> - <item> - <property name="text"> - <string>English</string> - </property> - </item> - <item> - <property name="text"> - <string>Spanish</string> - </property> - </item> - <item> - <property name="text"> - <string>French</string> - </property> - </item> - <item> - <property name="text"> - <string>German</string> - </property> - </item> - <item> - <property name="text"> - <string>Italian</string> - </property> - </item> - <item> - <property name="text"> - <string>Russian</string> - </property> - </item> - <property name="name"> - <cstring>subTitles_4</cstring> - </property> - <property name="toolTip" stdset="0"> - <string>Select language for subtitles</string> - </property> - </widget> <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="3"> <item> --- 366,369 ---- *************** *** 648,651 **** --- 586,638 ---- </hbox> </widget> + <widget class="QComboBox" row="3" column="1" rowspan="1" colspan="3"> + <item> + <property name="text"> + <string>English</string> + </property> + </item> + <item> + <property name="text"> + <string>Spanish</string> + </property> + </item> + <item> + <property name="text"> + <string>French</string> + </property> + </item> + <item> + <property name="text"> + <string>German</string> + </property> + </item> + <item> + <property name="text"> + <string>Italian</string> + </property> + </item> + <item> + <property name="text"> + <string>Russian</string> + </property> + </item> + <property name="name"> + <cstring>subTitles_4</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip" stdset="0"> + <string>Select language for subtitles</string> + </property> + </widget> + <widget class="QCheckBox" row="3" column="0"> + <property name="name"> + <cstring>checkBox3</cstring> + </property> + <property name="text"> + <string>&Subtitles</string> + </property> + </widget> </grid> </widget> *************** *** 1467,1470 **** --- 1454,1463 ---- <receiver>videoBitRateSlider_4_2_2</receiver> <slot>setValue(int)</slot> + </connection> + <connection> + <sender>checkBox3</sender> + <signal>toggled(bool)</signal> + <receiver>subTitles_4</receiver> + <slot>setEnabled(bool)</slot> </connection> </connections> |