From: <je...@us...> - 2003-08-01 12:26:00
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv2199/testing Modified Files: guimain-hig.ui Log Message: Disabled by default all but the `Scan DVD' and `Preferences' buttons... Index: guimain-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guimain-hig.ui,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** guimain-hig.ui 1 Aug 2003 12:19:52 -0000 1.11 --- guimain-hig.ui 1 Aug 2003 12:25:57 -0000 1.12 *************** *** 43,46 **** --- 43,49 ---- <cstring>textLabel1</cstring> </property> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Sa&ve to:</string> *************** *** 115,118 **** --- 118,124 ---- <cstring>textLabel12</cstring> </property> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>&Format:</string> *************** *** 147,151 **** </property> <property name="enabled"> ! <bool>true</bool> </property> </widget> --- 153,157 ---- </property> <property name="enabled"> ! <bool>false</bool> </property> </widget> *************** *** 158,161 **** --- 164,170 ---- <property name="name"> <cstring>comboBox72</cstring> + </property> + <property name="enabled"> + <bool>false</bool> </property> <property name="editable"> |