From: <te...@us...> - 2003-07-24 14:13:33
|
Update of /cvsroot/quickrip/quickrip/ui In directory sc8-pr-cvs1:/tmp/cvs-serv18096/ui Modified Files: guisettings.ui Log Message: Added option of video codec, to choose between DivX and XviD, as requested: https://sourceforge.net/tracker/index.php?func=detail&aid=754961&group_id=79718&atid=557565 Index: guisettings.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/ui/guisettings.ui,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** guisettings.ui 17 Jul 2003 13:12:14 -0000 1.6 --- guisettings.ui 24 Jul 2003 14:13:26 -0000 1.7 *************** *** 9,14 **** <x>0</x> <y>0</y> ! <width>521</width> ! <height>408</height> </rect> </property> --- 9,14 ---- <x>0</x> <y>0</y> ! <width>519</width> ! <height>436</height> </rect> </property> *************** *** 31,106 **** <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget" row="2" column="0"> - <property name="name"> - <cstring>layout2</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="QPushButton"> - <property name="name"> - <cstring>b_Save</cstring> - </property> - <property name="text"> - <string>&Save settings</string> - <comment>g</comment> - </property> - <property name="accel"> - <string>Alt+S</string> - </property> - <property name="iconSet"> - <iconset>image1</iconset> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>spacer5</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>170</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="QPushButton"> - <property name="name"> - <cstring>b_OK</cstring> - </property> - <property name="text"> - <string>&OK</string> - <comment>g</comment> - </property> - <property name="accel"> - <string>Alt+O</string> - </property> - <property name="iconSet"> - <iconset>image2</iconset> - </property> - </widget> - <widget class="QPushButton"> - <property name="name"> - <cstring>b_Cancel</cstring> - </property> - <property name="text"> - <string>&Cancel</string> - <comment>g</comment> - </property> - <property name="accel"> - <string>Alt+C</string> - </property> - <property name="iconSet"> - <iconset>image3</iconset> - </property> - </widget> - </hbox> - </widget> <widget class="QGroupBox" row="0" column="0"> <property name="name"> --- 31,34 ---- *************** *** 406,452 **** </property> </widget> - <widget class="QComboBox" row="0" column="3"> - <item> - <property name="text"> - <string>Default</string> - </property> - </item> - <item> - <property name="text"> - <string>4:3</string> - </property> - </item> - <item> - <property name="text"> - <string>16:9</string> - </property> - </item> - <item> - <property name="text"> - <string>2.35:1</string> - </property> - </item> - <property name="name"> - <cstring>aspectRatio</cstring> - </property> - <property name="toolTip" stdset="0"> - <string>Aspect ratio of video</string> - </property> - <property name="whatsThis" stdset="0"> - <string>The aspect ratio of the video. Change if the output appears stretched. - DVDs have aspect ratios printed on their cases.</string> - </property> - </widget> - <widget class="QCheckBox" row="1" column="2"> - <property name="name"> - <cstring>c_pdamode</cstring> - </property> - <property name="text"> - <string>&PDA mode</string> - </property> - <property name="accel"> - <string>Alt+P</string> - </property> - </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> --- 334,337 ---- *************** *** 523,526 **** --- 408,422 ---- </property> </widget> + <widget class="QCheckBox" row="2" column="0"> + <property name="name"> + <cstring>c_pdamode</cstring> + </property> + <property name="text"> + <string>&PDA mode</string> + </property> + <property name="accel"> + <string>Alt+P</string> + </property> + </widget> <widget class="QComboBox" row="1" column="1"> <item> *************** *** 556,560 **** --- 452,590 ---- </property> </widget> + <widget class="QLabel" row="1" column="2"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Video codec:</string> + </property> + </widget> + <widget class="QComboBox" row="0" column="3"> + <item> + <property name="text"> + <string>Default</string> + </property> + </item> + <item> + <property name="text"> + <string>4:3</string> + </property> + </item> + <item> + <property name="text"> + <string>16:9</string> + </property> + </item> + <item> + <property name="text"> + <string>2.35:1</string> + </property> + </item> + <property name="name"> + <cstring>aspectRatio</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Aspect ratio of video</string> + </property> + <property name="whatsThis" stdset="0"> + <string>The aspect ratio of the video. Change if the output appears stretched. + DVDs have aspect ratios printed on their cases.</string> + </property> + </widget> + <widget class="QComboBox" row="1" column="3"> + <item> + <property name="text"> + <string>DivX</string> + </property> + </item> + <item> + <property name="text"> + <string>XviD</string> + </property> + </item> + <property name="name"> + <cstring>videoCodec</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Aspect ratio of video</string> + </property> + <property name="whatsThis" stdset="0"> + <string>The aspect ratio of the video. Change if the output appears stretched. + DVDs have aspect ratios printed on their cases.</string> + </property> + </widget> </grid> + </widget> + <widget class="QLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>b_Save</cstring> + </property> + <property name="text"> + <string>&Save settings</string> + <comment>g</comment> + </property> + <property name="accel"> + <string>Alt+S</string> + </property> + <property name="iconSet"> + <iconset>image1</iconset> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer5</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>170</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>b_OK</cstring> + </property> + <property name="text"> + <string>&OK</string> + <comment>g</comment> + </property> + <property name="accel"> + <string>Alt+O</string> + </property> + <property name="iconSet"> + <iconset>image2</iconset> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>b_Cancel</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + <comment>g</comment> + </property> + <property name="accel"> + <string>Alt+C</string> + </property> + <property name="iconSet"> + <iconset>image3</iconset> + </property> + </widget> + </hbox> </widget> </grid> |