From: <je...@us...> - 2003-07-29 23:26:37
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv3558 Modified Files: guimain-hig.ui guisettings-hig.ui Log Message: Arranged guisettings layout better. guimain now `looks better' (``eye candy''). Index: guimain-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guimain-hig.ui,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** guimain-hig.ui 29 Jul 2003 22:22:21 -0000 1.3 --- guimain-hig.ui 29 Jul 2003 23:24:33 -0000 1.4 *************** *** 10,14 **** <y>0</y> <width>570</width> ! <height>519</height> </rect> </property> --- 10,14 ---- <y>0</y> <width>570</width> ! <height>542</height> </rect> [...1147 lines suppressed...] </connection> </connections> <tabstops> <tabstop>pushButton4</tabstop> <tabstop>pushButton2</tabstop> <tabstop>pushButton1</tabstop> <tabstop>pushButton3</tabstop> + <tabstop>listView1</tabstop> + <tabstop>comboBox5_2</tabstop> + <tabstop>checkBox1</tabstop> + <tabstop>comboBox6_2</tabstop> + <tabstop>comboBox6</tabstop> + <tabstop>pushButton9</tabstop> + <tabstop>comboBox5</tabstop> + <tabstop>spinBox3</tabstop> + <tabstop>checkBox2</tabstop> + <tabstop>comboBox7</tabstop> + <tabstop>comboBox8</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> Index: guisettings-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guisettings-hig.ui,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** guisettings-hig.ui 29 Jul 2003 01:04:18 -0000 1.1 --- guisettings-hig.ui 29 Jul 2003 23:24:34 -0000 1.2 *************** *** 9,14 **** <x>0</x> <y>0</y> ! <width>766</width> ! <height>475</height> </rect> </property> --- 9,14 ---- <x>0</x> <y>0</y> ! <width>757</width> [...3474 lines suppressed...] </grid> *************** *** 2128,2131 **** --- 1455,1470 ---- <receiver>prefsWidgetStack</receiver> <slot>raiseWidget(int)</slot> + </connection> + <connection> + <sender>videoBitRateSlider_4_2_2</sender> + <signal>sliderMoved(int)</signal> + <receiver>videoBitRate_4</receiver> + <slot>setValue(int)</slot> + </connection> + <connection> + <sender>videoBitRate_4</sender> + <signal>valueChanged(int)</signal> + <receiver>videoBitRateSlider_4_2_2</receiver> + <slot>setValue(int)</slot> </connection> </connections> |