From: <je...@us...> - 2003-08-02 18:58:59
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv31460/testing Modified Files: guisettings-hig.ui Log Message: Made dialog smaller. Removed ugly blue bar. Made some connections here and there. Index: guisettings-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guisettings-hig.ui,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** guisettings-hig.ui 1 Aug 2003 12:50:29 -0000 1.4 --- guisettings-hig.ui 2 Aug 2003 18:58:55 -0000 1.5 *************** *** 9,14 **** <x>0</x> <y>0</y> ! <width>757</width> ! <height>429</height> </rect> </property> --- 9,14 ---- <x>0</x> <y>0</y> ! <width>597</width> [...2749 lines suppressed...] ! <enum>Sunken</enum> ! </property> ! <property name="orientation"> ! <enum>Horizontal</enum> ! </property> </widget> </grid> *************** *** 1460,1463 **** --- 1422,1431 ---- <receiver>subTitles_4</receiver> <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>videoBitRateSlider_4_2_2</sender> + <signal>valueChanged(int)</signal> + <receiver>videoBitRate_4</receiver> + <slot>setValue(int)</slot> </connection> </connections> |