From: <je...@us...> - 2003-07-29 22:24:26
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv24075/testing Modified Files: guimain-hig.ui Log Message: A better guimain. Took the idea of removing the logo from Tom's guimain. Feedback is requested. Initially, all controls but `Preferences', `Scan DVD', and `Quit', are disabled. A successful DVD scan enables the QListView at the lefthand side. Once the user chooses a track to rip (say he chooses track #2), the righthand side part of the GUI (everything below `Current track name') will be enabled (yeah, all but the `Advanced options' part). The user can rename track names. When there's at least ONE track to rip, the `Rip DVD' (shall we rename it to just `Rip'?) will be enabled. When the user presses `Rip DVD' (given everything is in a `safe state'), the ripping process starts WITHOUT asking the user again for input. The ripping progress dialog shall have only one button: `Cancel Rip' (or `Cancel'?). Shall we make this progress dialog modal? Alright, again, please feed back... [I've always strived to follow the GNOME HIG, which promote, among others, simplicity. Also, I'm always imagining my mother using QuickRip... ;-)] Feed back! ;-) Index: guimain-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guimain-hig.ui,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** guimain-hig.ui 29 Jul 2003 01:24:07 -0000 1.2 --- guimain-hig.ui 29 Jul 2003 22:22:21 -0000 1.3 *************** *** 9,14 **** <x>0</x> <y>0</y> ! <width>613</width> ! <height>549</height> </rect> </property> --- 9,14 ---- <x>0</x> <y>0</y> ! <width>570</width> [...1122 lines suppressed...] + </connection> + <connection> + <sender>checkBox2</sender> + <signal>toggled(bool)</signal> + <receiver>comboBox8</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>checkBox2</sender> + <signal>toggled(bool)</signal> + <receiver>textLabel11</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>comboBox5</sender> + <signal>activated(int)</signal> + <receiver>spinBox3</receiver> + <slot>setValue(int)</slot> </connection> </connections> |