From: <te...@us...> - 2003-07-16 18:44:35
|
Update of /cvsroot/quickrip/quickrip/ui In directory sc8-pr-cvs1:/tmp/cvs-serv24612/ui Modified Files: guiprogressdialogue.ui Log Message: Consolidated progress dialogues into one UI file, with an empty space for progress bars. These are then put in as appropriate in GUI.py (in GUI.openRipDialogue) Index: guiprogressdialogue.ui =================================================================== RCS file: /cvsroot/quickrip/quickrip/ui/guiprogressdialogue.ui,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** guiprogressdialogue.ui 29 Apr 2003 11:13:37 -0000 1.1.1.1 --- guiprogressdialogue.ui 16 Jul 2003 18:44:31 -0000 1.2 *************** *** 1,7 **** <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> ! <class>dialogProgress</class> <widget class="QDialog"> <property name="name"> ! <cstring>dialogProgress</cstring> </property> <property name="geometry"> --- 1,7 ---- <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> ! <class>dialogueProgress</class> <widget class="QDialog"> <property name="name"> ! <cstring>dialogueProgress</cstring> </property> <property name="geometry"> *************** *** 9,14 **** <x>0</x> <y>0</y> ! <width>600</width> ! <height>244</height> </rect> </property> --- 9,14 ---- <x>0</x> <y>0</y> ! <width>567</width> ! <height>201</height> </rect> </property> *************** *** 16,189 **** <string>Ripping Progress</string> </property> ! <widget class="QLayoutWidget"> ! <property name="name"> ! <cstring>l_audiopass</cstring> ! </property> ! <property name="geometry"> ! <rect> ! <x>20</x> ! <y>50</y> ! <width>560</width> ! <height>40</height> ! </rect> ! </property> ! <hbox> ! <property name="name"> ! <cstring>unnamed</cstring> ! </property> ! <widget class="QLabel"> ! <property name="name"> ! <cstring>textLabel3</cstring> ! </property> ! <property name="text"> ! <string>Audio pass:</string> ! </property> ! </widget> ! <widget class="QProgressBar"> ! <property name="name"> ! <cstring>pm_audioPass</cstring> ! </property> ! </widget> ! </hbox> ! </widget> ! <widget class="QLayoutWidget"> <property name="name"> ! <cstring>l_videopass1</cstring> ! </property> ! <property name="geometry"> ! <rect> ! <x>20</x> ! <y>100</y> ! <width>560</width> ! <height>40</height> ! </rect> </property> ! <hbox> <property name="name"> ! <cstring>unnamed</cstring> </property> ! <widget class="QLabel"> ! <property name="name"> ! <cstring>textLabel4</cstring> ! </property> ! <property name="text"> ! <string>Video pass 1:</string> ! </property> ! </widget> ! <widget class="QProgressBar"> ! <property name="name"> ! <cstring>pm_videoPass1</cstring> ! </property> ! </widget> ! </hbox> ! </widget> ! <widget class="QLayoutWidget"> ! <property name="name"> ! <cstring>l_videopass2</cstring> ! </property> ! <property name="geometry"> ! <rect> ! <x>20</x> ! <y>150</y> ! <width>560</width> ! <height>40</height> ! </rect> ! </property> ! <hbox> ! <property name="name"> ! <cstring>unnamed</cstring> </property> ! <widget class="QLabel"> ! <property name="name"> ! <cstring>textLabel4_2</cstring> ! </property> ! <property name="text"> ! <string>Video pass 2:</string> ! </property> ! </widget> ! <widget class="QProgressBar"> <property name="name"> ! <cstring>pm_videoPass2</cstring> </property> ! </widget> ! </hbox> ! </widget> ! <widget class="QPushButton"> ! <property name="name"> ! <cstring>b_closeProgressDialogue</cstring> ! </property> ! <property name="enabled"> ! <bool>false</bool> ! </property> ! <property name="geometry"> ! <rect> ! <x>300</x> ! <y>200</y> ! <width>90</width> ! <height>31</height> ! </rect> ! </property> ! <property name="text"> ! <string>Close</string> ! </property> ! <property name="toolTip" stdset="0"> ! <string>Close window when finished</string> ! </property> ! </widget> ! <widget class="QPushButton"> ! <property name="name"> ! <cstring>b_changeState</cstring> ! </property> ! <property name="geometry"> ! <rect> ! <x>190</x> ! <y>200</y> ! <width>90</width> ! <height>31</height> ! </rect> ! </property> ! <property name="text"> ! <string>Start</string> ! </property> ! <property name="toolTip" stdset="0"> ! <string>Stop the ripping process</string> ! </property> ! </widget> ! <widget class="QLabel"> ! <property name="name"> ! <cstring>rippingXofY</cstring> ! </property> ! <property name="geometry"> ! <rect> ! <x>210</x> ! <y>0</y> ! <width>170</width> ! <height>41</height> ! </rect> ! </property> ! <property name="sizePolicy"> ! <sizepolicy> ! <hsizetype>7</hsizetype> ! <vsizetype>5</vsizetype> ! <horstretch>0</horstretch> ! <verstretch>0</verstretch> ! </sizepolicy> ! </property> ! <property name="text"> ! <string>Ripping Track x of y</string> ! </property> ! </widget> </widget> <connections> <connection> <sender>b_closeProgressDialogue</sender> <signal>clicked()</signal> ! <receiver>dialogProgress</receiver> <slot>accept()</slot> </connection> </connections> - <slots> - <slot>closeWin()</slot> - </slots> <layoutdefaults spacing="6" margin="11"/> </UI> --- 16,197 ---- <string>Ripping Progress</string> </property> ! <property name="icon"> ! <pixmap>image0</pixmap> ! </property> ! <grid> <property name="name"> ! <cstring>unnamed</cstring> </property> ! <widget class="QGroupBox" row="0" column="0"> <property name="name"> ! <cstring>groupBox3</cstring> </property> ! <property name="title"> ! <string>Ripping Progress</string> </property> ! <grid> <property name="name"> ! <cstring>unnamed</cstring> </property> ! <widget class="QLabel" row="0" column="0"> ! <property name="name"> ! <cstring>rippingXofY</cstring> ! </property> ! <property name="sizePolicy"> ! <sizepolicy> ! <hsizetype>7</hsizetype> ! <vsizetype>0</vsizetype> ! <horstretch>0</horstretch> ! <verstretch>0</verstretch> ! </sizepolicy> ! </property> ! <property name="text"> ! <string>Ripping Track x of y</string> ! </property> ! </widget> ! <widget class="QLabel" row="1" column="0"> ! <property name="name"> ! <cstring>l_ETA</cstring> ! </property> ! <property name="text"> ! <string>ETA: N/A</string> ! </property> ! </widget> ! <spacer row="4" column="0"> ! <property name="name"> ! <cstring>spacer9</cstring> ! </property> ! <property name="orientation"> ! <enum>Vertical</enum> ! </property> ! <property name="sizeType"> ! <enum>Expanding</enum> ! </property> ! <property name="sizeHint"> ! <size> ! <width>21</width> ! <height>20</height> ! </size> ! </property> ! </spacer> ! <widget class="QLayoutWidget" row="5" column="0"> ! <property name="name"> ! <cstring>layout8</cstring> ! </property> ! <hbox> ! <property name="name"> ! <cstring>unnamed</cstring> ! </property> ! <spacer> ! <property name="name"> ! <cstring>spacer1_3</cstring> ! </property> ! <property name="orientation"> ! <enum>Horizontal</enum> ! </property> ! <property name="sizeType"> ! <enum>Expanding</enum> ! </property> ! <property name="sizeHint"> ! <size> ! <width>31</width> ! <height>31</height> ! </size> ! </property> ! </spacer> ! <widget class="QPushButton"> ! <property name="name"> ! <cstring>b_changeState</cstring> ! </property> ! <property name="sizePolicy"> ! <sizepolicy> ! <hsizetype>0</hsizetype> ! <vsizetype>0</vsizetype> ! <horstretch>0</horstretch> ! <verstretch>0</verstretch> ! </sizepolicy> ! </property> ! <property name="text"> ! <string>Start</string> ! </property> ! <property name="toolTip" stdset="0"> ! <string>Stop the ripping process</string> ! </property> ! </widget> ! <spacer> ! <property name="name"> ! <cstring>spacer1</cstring> ! </property> ! <property name="orientation"> ! <enum>Horizontal</enum> ! </property> ! <property name="sizeType"> ! <enum>Expanding</enum> ! </property> ! <property name="sizeHint"> ! <size> ! <width>31</width> ! <height>31</height> ! </size> ! </property> ! </spacer> ! <widget class="QPushButton"> ! <property name="name"> ! <cstring>b_closeProgressDialogue</cstring> ! </property> ! <property name="enabled"> ! <bool>false</bool> ! </property> ! <property name="sizePolicy"> ! <sizepolicy> ! <hsizetype>0</hsizetype> ! <vsizetype>0</vsizetype> ! <horstretch>0</horstretch> ! <verstretch>0</verstretch> ! </sizepolicy> ! </property> ! <property name="text"> ! <string>Close</string> ! </property> ! <property name="toolTip" stdset="0"> ! <string>Close window when finished</string> ! </property> ! </widget> ! <spacer> ! <property name="name"> ! <cstring>spacer1_2</cstring> ! </property> ! <property name="orientation"> ! <enum>Horizontal</enum> ! </property> ! <property name="sizeType"> ! <enum>Expanding</enum> ! </property> ! <property name="sizeHint"> ! <size> ! <width>31</width> ! <height>31</height> ! </size> ! </property> ! </spacer> ! </hbox> ! </widget> ! </grid> ! </widget> ! </grid> </widget> + <images> + <image name="image0"> + <data format="XPM.GZ" length="950">789c5dd24d8f9b301006e07b7e058a6f51d505635850d5c36eb2df6ad5e34aab1e8c6de298000909bb0955ff7b3d33b0edd6c981e71d8f1939b95804cf3fbe058b8bd9e1288f1b15282bbb60a1fbba3ebffcfcfa6b368fd2c07fe33c88e69f66f3cf810abeb78d8167e69f59880b788dcc421566c03760144622c2ea0a99f90f528e54116e3e0079c8436287cc79c671f313308ee290e74085cc6315e348774011091163b5404a9109acee80094f42218167602ad33c413e4c4c39700fbc8c2f1362892c3c71f3e3c89c3800739527590cdc02a590512e8047a49209f176a4242e818528b8445e21752189af409514462ae006a9952cb06a813a5186e8dea9810d5173628f343a25de4f5409b01d298915d0a4da10cd3bb1f786683851238d4989eb9152636f0d2ccbd277034f234b93e2bfe8bff54fc664a118fb9869ed0f2e7d3a66505fdb8d75d576ca5859fbac69abc6991dc38ced8d86e6ee70ec9b57ccd89b71ed094f6095d5f833b2736bdb1dc377b75677980dbdbba2a8ab9cb9c66cdbbb2565d6f4039db7f7bd1d6370e4da48ca5637ae696f97c60f74ba1be763a5b1d65957d3f0d3ccbaba6ff5f0e10ed8ea61787cc21bf87b070cd67457bfbfccfe00d518daf7</data> + </image> + </images> <connections> <connection> <sender>b_closeProgressDialogue</sender> <signal>clicked()</signal> ! <receiver>dialogueProgress</receiver> <slot>accept()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> </UI> |