From: <je...@us...> - 2003-08-01 12:41:42
|
Update of /cvsroot/quickrip/quickrip/testing In directory sc8-pr-cvs1:/tmp/cvs-serv8448 Modified Files: guimain-hig.ui Log Message: `Movie' for `Track' in QListView (HIG compl.) Index: guimain-hig.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/testing/guimain-hig.ui,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** guimain-hig.ui 1 Aug 2003 12:25:57 -0000 1.12 --- guimain-hig.ui 1 Aug 2003 12:41:39 -0000 1.13 *************** *** 41,45 **** <widget class="QLabel" row="1" column="1"> <property name="name"> ! <cstring>textLabel1</cstring> </property> <property name="enabled"> --- 41,45 ---- <widget class="QLabel" row="1" column="1"> <property name="name"> ! <cstring>savetoTextLabel</cstring> </property> <property name="enabled"> *************** *** 50,54 **** </property> <property name="buddy" stdset="0"> ! <cstring>comboBox72</cstring> </property> </widget> --- 50,54 ---- </property> <property name="buddy" stdset="0"> ! <cstring>savetoComboBox</cstring> </property> </widget> *************** *** 56,60 **** <column> <property name="text"> ! <string>Track</string> </property> <property name="clickable"> --- 56,60 ---- <column> <property name="text"> ! <string>Movie</string> </property> <property name="clickable"> *************** *** 88,92 **** </column> <property name="name"> ! <cstring>listView1</cstring> </property> <property name="enabled"> --- 88,92 ---- </column> <property name="name"> ! <cstring>trackListView</cstring> </property> <property name="enabled"> *************** *** 99,103 **** <spacer row="1" column="2"> <property name="name"> ! <cstring>spacer7</cstring> </property> <property name="orientation"> --- 99,103 ---- <spacer row="1" column="2"> <property name="name"> ! <cstring>savetoSpacer</cstring> </property> <property name="orientation"> *************** *** 116,120 **** <widget class="QLabel" row="1" column="0"> <property name="name"> ! <cstring>textLabel12</cstring> </property> <property name="enabled"> --- 116,120 ---- <widget class="QLabel" row="1" column="0"> <property name="name"> ! <cstring>formatTextLabel</cstring> </property> <property name="enabled"> *************** *** 125,129 **** </property> <property name="buddy" stdset="0"> ! <cstring>comboBox5</cstring> </property> </widget> --- 125,129 ---- </property> <property name="buddy" stdset="0"> ! <cstring>formatComboBox</cstring> </property> </widget> *************** *** 150,154 **** </item> <property name="name"> ! <cstring>comboBox5</cstring> </property> <property name="enabled"> --- 150,154 ---- </item> <property name="name"> ! <cstring>formatComboBox</cstring> </property> <property name="enabled"> *************** *** 163,167 **** </item> <property name="name"> ! <cstring>comboBox72</cstring> </property> <property name="enabled"> --- 163,167 ---- </item> <property name="name"> ! <cstring>savetoComboBox</cstring> </property> <property name="enabled"> *************** *** 176,180 **** <widget class="QLayoutWidget"> <property name="name"> ! <cstring>layout39</cstring> </property> <vbox> --- 176,180 ---- <widget class="QLayoutWidget"> <property name="name"> ! <cstring>buttonLayout</cstring> </property> <vbox> *************** *** 184,188 **** <widget class="QPushButton"> <property name="name"> ! <cstring>pushButton4</cstring> </property> <property name="font"> --- 184,188 ---- <widget class="QPushButton"> <property name="name"> ! <cstring>scandvdPushButton</cstring> </property> <property name="font"> *************** *** 203,207 **** <widget class="QPushButton"> <property name="name"> ! <cstring>pushButton1</cstring> </property> <property name="font"> --- 203,207 ---- <widget class="QPushButton"> <property name="name"> ! <cstring>preferencesPushButton</cstring> </property> <property name="font"> *************** *** 222,226 **** <spacer> <property name="name"> ! <cstring>spacer8_2</cstring> </property> <property name="orientation"> --- 222,226 ---- <spacer> <property name="name"> ! <cstring>buttonSpacer</cstring> </property> <property name="orientation"> *************** *** 239,243 **** <widget class="QPushButton"> <property name="name"> ! <cstring>pushButton2</cstring> </property> <property name="enabled"> --- 239,243 ---- <widget class="QPushButton"> <property name="name"> ! <cstring>copydvdPushButton</cstring> </property> <property name="enabled"> *************** *** 277,286 **** </images> <tabstops> ! <tabstop>pushButton2</tabstop> ! <tabstop>pushButton4</tabstop> ! <tabstop>pushButton1</tabstop> ! <tabstop>listView1</tabstop> ! <tabstop>comboBox5</tabstop> ! <tabstop>comboBox72</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> --- 277,286 ---- </images> <tabstops> ! <tabstop>copydvdPushButton</tabstop> ! <tabstop>scandvdPushButton</tabstop> ! <tabstop>preferencesPushButton</tabstop> ! <tabstop>trackListView</tabstop> ! <tabstop>formatComboBox</tabstop> ! <tabstop>savetoComboBox</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> |