Rename a number of old tq methods that are no longer tq specific

pull/1/head
Timothy Pearson 12 years ago
parent 23c5272c1c
commit b8a4f26c42

@ -285,7 +285,7 @@ int DVDDiscID( dvd_reader_t *, unsigned char * );
* *
* @param dvd A read handle to get the disc ID from * @param dvd A read handle to get the disc ID from
* @param volid The buffer to put the VolumeIdentifier into. * @param volid The buffer to put the VolumeIdentifier into.
* The VolumeIdentifier is latin-1 encoded (8bit tqunicode) * The VolumeIdentifier is latin-1 encoded (8bit unicode)
* null terminated and max 32 bytes (including '\0') * null terminated and max 32 bytes (including '\0')
* @param volid_size No more than volid_size bytes will be copied to volid. * @param volid_size No more than volid_size bytes will be copied to volid.
* If the VolumeIdentifier is truncated because of this * If the VolumeIdentifier is truncated because of this

@ -88,7 +88,7 @@ extern void SetAlignHandle(dvd_reader_t *device, void *align);
* this function should be rewritten to use posix_memalign or similar. * this function should be rewritten to use posix_memalign or similar.
* It's just needed for aligning memory for small block reads from * It's just needed for aligning memory for small block reads from
* raw/O_DIRECT devices. * raw/O_DIRECT devices.
* We assume that 2048 is enough tqalignment for all systems at the moment. * We assume that 2048 is enough alignment for all systems at the moment.
* Not thread safe. Only use this from one thread. * Not thread safe. Only use this from one thread.
* Depends on sizeof(unsigned long) being at least as large as sizeof(void *) * Depends on sizeof(unsigned long) being at least as large as sizeof(void *)
*/ */
@ -498,7 +498,7 @@ static int Unicodedecode( uint8_t *data, int len, char *target )
int p = 1, i = 0; int p = 1, i = 0;
if( ( data[ 0 ] == 8 ) || ( data[ 0 ] == 16 ) ) do { if( ( data[ 0 ] == 8 ) || ( data[ 0 ] == 16 ) ) do {
if( data[ 0 ] == 16 ) p++; /* Ignore MSB of tqunicode16 */ if( data[ 0 ] == 16 ) p++; /* Ignore MSB of unicode16 */
if( p < len ) { if( p < len ) {
target[ i++ ] = data[ p++ ]; target[ i++ ] = data[ p++ ];
} }
@ -1157,7 +1157,7 @@ static int UDFGetPVD(dvd_reader_t *device, struct pvd_t *pvd)
} }
/** /**
* Gets the Volume Identifier string, in 8bit tqunicode (latin-1) * Gets the Volume Identifier string, in 8bit unicode (latin-1)
* volid, place to put the string * volid, place to put the string
* volid_size, size of the buffer volid points to * volid_size, size of the buffer volid points to
* returns the size of buffer needed for all data * returns the size of buffer needed for all data

@ -63,7 +63,7 @@ void navRead_PCI(pci_t *pci, unsigned char *buffer) {
for(j = 0; j < 2; j++) for(j = 0; j < 2; j++)
B2N_32(pci->hli.btn_colit.btn_coli[i][j]); B2N_32(pci->hli.btn_colit.btn_coli[i][j]);
/* NOTE: I've had to change the structure from the disk tqlayout to get /* NOTE: I've had to change the structure from the disk layout to get
* the packing to work with Sun's Forte C compiler. */ * the packing to work with Sun's Forte C compiler. */
/* pci hli btni */ /* pci hli btni */

@ -5,7 +5,7 @@
/* /*
* Copyright (C) 2000, 2001, 2002 H<EFBFBD>kan Hjort <d95hjort@dtek.chalmers.se> * Copyright (C) 2000, 2001, 2002 H<EFBFBD>kan Hjort <d95hjort@dtek.chalmers.se>
* *
* The data structures in this file should represent the tqlayout of the * The data structures in this file should represent the layout of the
* pci and dsi packets as they are stored in the stream. Information * pci and dsi packets as they are stored in the stream. Information
* found by reading the source to VOBDUMP is the base for the structure * found by reading the source to VOBDUMP is the base for the structure
* and names of these data types. * and names of these data types.
@ -145,7 +145,7 @@ typedef struct {
/** /**
* Button Information * Button Information
* *
* NOTE: I've had to change the structure from the disk tqlayout to get * NOTE: I've had to change the structure from the disk layout to get
* the packing to work with Sun's Forte C compiler. * the packing to work with Sun's Forte C compiler.
* The 4 and 7 bytes are 'rotated' was: ABC DEF GHIJ is: ABCG DEFH IJ * The 4 and 7 bytes are 'rotated' was: ABC DEF GHIJ is: ABCG DEFH IJ
*/ */

@ -1,7 +1,7 @@
#include "k9common.h" #include "k9common.h"
#include "k9config.h" #include "k9config.h"
#include <tqlayout.h> #include <layout.h>
#include <tqslider.h> #include <tqslider.h>
#include <kselect.h> #include <kselect.h>
#include "k9mplayer.h" #include "k9mplayer.h"
@ -92,9 +92,9 @@ void K9Mplayer::setTitle( const TQString & _numTitle,const TQString &_numChapter
if (_numChapter !="") if (_numChapter !="")
*m_process << "-chapter" << _numChapter; *m_process << "-chapter" << _numChapter;
*m_process << TQString("dvd://%1").tqarg(_numTitle); *m_process << TQString("dvd://%1").arg(_numTitle);
if (!m_process->start( KProcess::NotifyOnExit,KProcess::All)) { if (!m_process->start( KProcess::NotifyOnExit,KProcess::All)) {
KMessageBox::error (tqApp->mainWidget(),i18n("Unable to run %1").tqarg("mplayer") , i18n("Preview")); KMessageBox::error (tqApp->mainWidget(),i18n("Unable to run %1").arg("mplayer") , i18n("Preview"));
} }
m_canwrite=TRUE; m_canwrite=TRUE;
@ -108,7 +108,7 @@ void K9Mplayer::setTitle( const TQString & _numTitle,const TQString &_numChapter
/*$SPECIALIZATION$*/ /*$SPECIALIZATION$*/
void K9Mplayer::receivedStdout (KProcess *proc, char *buffer, int buflen) { void K9Mplayer::receivedStdout (KProcess *proc, char *buffer, int buflen) {
TQString buf = TQString::tqfromLatin1(buffer, buflen); TQString buf = TQString::fromLatin1(buffer, buflen);
sscanf(buf.latin1(),"ANS_PERCENT_POSITION=%d",&m_position); sscanf(buf.latin1(),"ANS_PERCENT_POSITION=%d",&m_position);
if (!m_seeking && m_position>0) { if (!m_seeking && m_position>0) {
slider->setValue(m_position); slider->setValue(m_position);
@ -134,7 +134,7 @@ void K9Mplayer::slotNewPosition(int _pos,const TQTime & _time) {
} }
void K9Mplayer::sliderReleased() { void K9Mplayer::sliderReleased() {
sendCmd( TQString("seek %1 1").tqarg((int)slider->value())); sendCmd( TQString("seek %1 1").arg((int)slider->value()));
m_seeking=FALSE; m_seeking=FALSE;
} }
@ -175,12 +175,12 @@ void K9Mplayer::open( k9DVD *_dvd,k9DVDTitle *_title,int chapter) {
cbAudio->clear(); cbAudio->clear();
for (int i=0; i< _title->getaudioStreamCount();i++) { for (int i=0; i< _title->getaudioStreamCount();i++) {
k9DVDAudioStream *aud=_title->getaudioStream(i); k9DVDAudioStream *aud=_title->getaudioStream(i);
cbAudio->insertItem(NULL,TQString("%1-%2").tqarg(aud->getID()).tqarg(aud->getlanguage()),-1); cbAudio->insertItem(NULL,TQString("%1-%2").arg(aud->getID()).arg(aud->getlanguage()),-1);
} }
for (int i=0; i< _title->getsubPictureCount();i++) { for (int i=0; i< _title->getsubPictureCount();i++) {
k9DVDSubtitle *sub=_title->getsubtitle(i); k9DVDSubtitle *sub=_title->getsubtitle(i);
cbSub->insertItem(NULL,TQString("%1-%2").tqarg(sub->getID().first()).tqarg(sub->getlanguage()),-1); cbSub->insertItem(NULL,TQString("%1-%2").arg(sub->getID().first()).arg(sub->getlanguage()),-1);
} }
if(_title->getaspectRatio()=="16:9") if(_title->getaspectRatio()=="16:9")
@ -207,12 +207,12 @@ void K9Mplayer::titleChanged() {}
void K9Mplayer::cbAudioActivated( int _value) { void K9Mplayer::cbAudioActivated( int _value) {
if (m_dvdTitle) { if (m_dvdTitle) {
int value=m_dvdTitle->getaudioStream( _value)->getStreamId(); int value=m_dvdTitle->getaudioStream( _value)->getStreamId();
sendCmd(TQString( "switch_audio %1").tqarg(value)); sendCmd(TQString( "switch_audio %1").arg(value));
} }
} }
void K9Mplayer::cbSubActivated( int _value) { void K9Mplayer::cbSubActivated( int _value) {
sendCmd(TQString("sub_select %1").tqarg(_value)); sendCmd(TQString("sub_select %1").arg(_value));
} }

@ -16,7 +16,7 @@
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqframe.h> #include <tqframe.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -489,79 +489,79 @@ MPlayer::MPlayer( TQWidget* parent, const char* name, WFlags fl )
MPlayerLayout->addWidget( bSwitchAudio, 0, 2 ); MPlayerLayout->addWidget( bSwitchAudio, 0, 2 );
tqlayout6 = new TQHBoxLayout( 0, 0, 6, "tqlayout6"); layout6 = new TQHBoxLayout( 0, 0, 6, "layout6");
bStop = new KPushButton( this, "bStop" ); bStop = new KPushButton( this, "bStop" );
bStop->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bStop->sizePolicy().hasHeightForWidth() ) ); bStop->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bStop->sizePolicy().hasHeightForWidth() ) );
bStop->setMinimumSize( TQSize( 30, 30 ) ); bStop->setMinimumSize( TQSize( 30, 30 ) );
bStop->setPixmap( image1 ); bStop->setPixmap( image1 );
bStop->setFlat( TRUE ); bStop->setFlat( TRUE );
tqlayout6->addWidget( bStop ); layout6->addWidget( bStop );
bPlay = new KPushButton( this, "bPlay" ); bPlay = new KPushButton( this, "bPlay" );
bPlay->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bPlay->sizePolicy().hasHeightForWidth() ) ); bPlay->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bPlay->sizePolicy().hasHeightForWidth() ) );
bPlay->setMinimumSize( TQSize( 30, 30 ) ); bPlay->setMinimumSize( TQSize( 30, 30 ) );
bPlay->setPixmap( image2 ); bPlay->setPixmap( image2 );
bPlay->setFlat( TRUE ); bPlay->setFlat( TRUE );
tqlayout6->addWidget( bPlay ); layout6->addWidget( bPlay );
slider = new TQSlider( this, "slider" ); slider = new TQSlider( this, "slider" );
slider->setOrientation( Qt::Horizontal ); slider->setOrientation( Qt::Horizontal );
tqlayout6->addWidget( slider ); layout6->addWidget( slider );
tqlayout5 = new TQHBoxLayout( 0, 0, 6, "tqlayout5"); layout5 = new TQHBoxLayout( 0, 0, 6, "layout5");
bDown = new KPushButton( this, "bDown" ); bDown = new KPushButton( this, "bDown" );
bDown->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bDown->sizePolicy().hasHeightForWidth() ) ); bDown->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bDown->sizePolicy().hasHeightForWidth() ) );
bDown->setMinimumSize( TQSize( 22, 22 ) ); bDown->setMinimumSize( TQSize( 22, 22 ) );
bDown->setMaximumSize( TQSize( 22, 22 ) ); bDown->setMaximumSize( TQSize( 22, 22 ) );
TQFont bDown_font( bDown->font() ); TQFont bDown_font( bDown->font() );
bDown_font.setBold( TRUE ); bDown_font.setBold( TRUE );
bDown->setFont( bDown_font ); bDown->setFont( bDown_font );
bDown->setFlat( TRUE ); bDown->setFlat( TRUE );
tqlayout5->addWidget( bDown ); layout5->addWidget( bDown );
pixmapLabel1 = new TQLabel( this, "pixmapLabel1" ); pixmapLabel1 = new TQLabel( this, "pixmapLabel1" );
pixmapLabel1->setMaximumSize( TQSize( 22, 22 ) ); pixmapLabel1->setMaximumSize( TQSize( 22, 22 ) );
pixmapLabel1->setPixmap( image3 ); pixmapLabel1->setPixmap( image3 );
pixmapLabel1->setScaledContents( TRUE ); pixmapLabel1->setScaledContents( TRUE );
tqlayout5->addWidget( pixmapLabel1 ); layout5->addWidget( pixmapLabel1 );
bUp = new KPushButton( this, "bUp" ); bUp = new KPushButton( this, "bUp" );
bUp->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bUp->sizePolicy().hasHeightForWidth() ) ); bUp->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bUp->sizePolicy().hasHeightForWidth() ) );
bUp->setMinimumSize( TQSize( 22, 22 ) ); bUp->setMinimumSize( TQSize( 22, 22 ) );
bUp->setMaximumSize( TQSize( 22, 22 ) ); bUp->setMaximumSize( TQSize( 22, 22 ) );
TQFont bUp_font( bUp->font() ); TQFont bUp_font( bUp->font() );
bUp_font.setBold( TRUE ); bUp_font.setBold( TRUE );
bUp->setFont( bUp_font ); bUp->setFont( bUp_font );
bUp->setFlat( TRUE ); bUp->setFlat( TRUE );
tqlayout5->addWidget( bUp ); layout5->addWidget( bUp );
tqlayout6->addLayout( tqlayout5 ); layout6->addLayout( layout5 );
MPlayerLayout->addMultiCellLayout( tqlayout6, 4, 4, 0, 5 ); MPlayerLayout->addMultiCellLayout( layout6, 4, 4, 0, 5 );
frame4 = new TQFrame( this, "frame4" ); frame4 = new TQFrame( this, "frame4" );
frame4->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, frame4->sizePolicy().hasHeightForWidth() ) ); frame4->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, frame4->sizePolicy().hasHeightForWidth() ) );
frame4->setFrameShape( TQFrame::HLine ); frame4->setFrameShape( TQFrame::HLine );
frame4->setFrameShadow( TQFrame::Raised ); frame4->setFrameShadow( TQFrame::Raised );
MPlayerLayout->addMultiCellWidget( frame4, 1, 1, 0, 5 ); MPlayerLayout->addMultiCellWidget( frame4, 1, 1, 0, 5 );
Label = new TQLabel( this, "Label" ); Label = new TQLabel( this, "Label" );
Label->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, Label->sizePolicy().hasHeightForWidth() ) ); Label->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, Label->sizePolicy().hasHeightForWidth() ) );
Label->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) ); Label->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) );
Label->tqsetAlignment( int( TQLabel::AlignCenter ) ); Label->setAlignment( int( TQLabel::AlignCenter ) );
MPlayerLayout->addMultiCellWidget( Label, 2, 2, 0, 5 ); MPlayerLayout->addMultiCellWidget( Label, 2, 2, 0, 5 );
frame3 = new TQFrame( this, "frame3" ); frame3 = new TQFrame( this, "frame3" );
frame3->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, frame3->sizePolicy().hasHeightForWidth() ) ); frame3->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, frame3->sizePolicy().hasHeightForWidth() ) );
frame3->setFrameShape( TQFrame::HLine ); frame3->setFrameShape( TQFrame::HLine );
frame3->setFrameShadow( TQFrame::Raised ); frame3->setFrameShadow( TQFrame::Raised );
MPlayerLayout->addMultiCellWidget( frame3, 3, 3, 0, 5 ); MPlayerLayout->addMultiCellWidget( frame3, 3, 3, 0, 5 );
languageChange(); languageChange();
resize( TQSize(559, 458).expandedTo(tqminimumSizeHint()) ); resize( TQSize(559, 458).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -54,7 +54,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>190</width> <width>190</width>
<height>20</height> <height>20</height>
@ -78,7 +78,7 @@
<property name="name"> <property name="name">
<cstring>bSwitchAudio</cstring> <cstring>bSwitchAudio</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -93,7 +93,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="6"> <widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="6">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -111,7 +111,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>30</width> <width>30</width>
<height>30</height> <height>30</height>
@ -139,7 +139,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>30</width> <width>30</width>
<height>30</height> <height>30</height>
@ -168,7 +168,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -186,13 +186,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -217,7 +217,7 @@
<property name="name"> <property name="name">
<cstring>pixmapLabel1</cstring> <cstring>pixmapLabel1</cstring>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -242,13 +242,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -314,7 +314,7 @@
<property name="text"> <property name="text">
<string></string> <string></string>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignCenter</set> <set>AlignCenter</set>
</property> </property>
</widget> </widget>

@ -17,7 +17,7 @@
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "ktimewidget.h" #include "ktimewidget.h"
@ -34,11 +34,11 @@ chapterEdit::chapterEdit( TQWidget* parent, const char* name, WFlags fl )
{ {
if ( !name ) if ( !name )
setName( "chapterEdit" ); setName( "chapterEdit" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
chapterEditLayout = new TQGridLayout( this, 1, 1, 11, 6, "chapterEditLayout"); chapterEditLayout = new TQGridLayout( this, 1, 1, 11, 6, "chapterEditLayout");
twstart = new KTimeWidget( this, "twstart" ); twstart = new KTimeWidget( this, "twstart" );
twstart->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, twstart->sizePolicy().hasHeightForWidth() ) ); twstart->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, twstart->sizePolicy().hasHeightForWidth() ) );
chapterEditLayout->addWidget( twstart, 1, 2 ); chapterEditLayout->addWidget( twstart, 1, 2 );
@ -51,13 +51,13 @@ chapterEdit::chapterEdit( TQWidget* parent, const char* name, WFlags fl )
chapterEditLayout->addWidget( textLabel3, 0, 1 ); chapterEditLayout->addWidget( textLabel3, 0, 1 );
urFile = new KURLRequester( this, "urFile" ); urFile = new KURLRequester( this, "urFile" );
urFile->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, urFile->sizePolicy().hasHeightForWidth() ) ); urFile->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)5, 0, 0, urFile->sizePolicy().hasHeightForWidth() ) );
urFile->setMinimumSize( TQSize( 200, 0 ) ); urFile->setMinimumSize( TQSize( 200, 0 ) );
chapterEditLayout->addMultiCellWidget( urFile, 0, 0, 2, 4 ); chapterEditLayout->addMultiCellWidget( urFile, 0, 0, 2, 4 );
bStart = new KPushButton( this, "bStart" ); bStart = new KPushButton( this, "bStart" );
bStart->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bStart->sizePolicy().hasHeightForWidth() ) ); bStart->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bStart->sizePolicy().hasHeightForWidth() ) );
chapterEditLayout->addWidget( bStart, 1, 3 ); chapterEditLayout->addWidget( bStart, 1, 3 );
spacer2 = new TQSpacerItem( 16, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer2 = new TQSpacerItem( 16, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
@ -78,44 +78,44 @@ chapterEdit::chapterEdit( TQWidget* parent, const char* name, WFlags fl )
chapterEditLayout->addMultiCellWidget( ckBreakEnd, 5, 5, 2, 3 ); chapterEditLayout->addMultiCellWidget( ckBreakEnd, 5, 5, 2, 3 );
twend = new KTimeWidget( this, "twend" ); twend = new KTimeWidget( this, "twend" );
twend->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, twend->sizePolicy().hasHeightForWidth() ) ); twend->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, twend->sizePolicy().hasHeightForWidth() ) );
chapterEditLayout->addWidget( twend, 4, 2 ); chapterEditLayout->addWidget( twend, 4, 2 );
spacer3 = new TQSpacerItem( 20, 31, TQSizePolicy::Minimum, TQSizePolicy::Fixed ); spacer3 = new TQSpacerItem( 20, 31, TQSizePolicy::Minimum, TQSizePolicy::Fixed );
chapterEditLayout->addItem( spacer3, 3, 2 ); chapterEditLayout->addItem( spacer3, 3, 2 );
tqlayout3 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout3"); layout3 = new TQGridLayout( 0, 1, 1, 0, 6, "layout3");
lPosition = new TQLabel( this, "lPosition" ); lPosition = new TQLabel( this, "lPosition" );
lPosition->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, lPosition->sizePolicy().hasHeightForWidth() ) ); lPosition->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, lPosition->sizePolicy().hasHeightForWidth() ) );
tqlayout3->addWidget( lPosition, 1, 1 ); layout3->addWidget( lPosition, 1, 1 );
slider = new TQSlider( this, "slider" ); slider = new TQSlider( this, "slider" );
slider->setOrientation( Qt::Horizontal ); slider->setOrientation( Qt::Horizontal );
tqlayout3->addWidget( slider, 1, 0 ); layout3->addWidget( slider, 1, 0 );
image = new TQLabel( this, "image" ); image = new TQLabel( this, "image" );
image->setMinimumSize( TQSize( 320, 200 ) ); image->setMinimumSize( TQSize( 320, 200 ) );
image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) ); image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) );
image->setScaledContents( TRUE ); image->setScaledContents( TRUE );
tqlayout3->addMultiCellWidget( image, 0, 0, 0, 1 ); layout3->addMultiCellWidget( image, 0, 0, 0, 1 );
chapterEditLayout->addMultiCellLayout( tqlayout3, 0, 6, 0, 0 ); chapterEditLayout->addMultiCellLayout( layout3, 0, 6, 0, 0 );
bEnd = new KPushButton( this, "bEnd" ); bEnd = new KPushButton( this, "bEnd" );
bEnd->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bEnd->sizePolicy().hasHeightForWidth() ) ); bEnd->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bEnd->sizePolicy().hasHeightForWidth() ) );
chapterEditLayout->addWidget( bEnd, 4, 3 ); chapterEditLayout->addWidget( bEnd, 4, 3 );
bTitleButton = new TQPushButton( this, "bTitleButton" ); bTitleButton = new TQPushButton( this, "bTitleButton" );
bTitleButton->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bTitleButton->sizePolicy().hasHeightForWidth() ) ); bTitleButton->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bTitleButton->sizePolicy().hasHeightForWidth() ) );
chapterEditLayout->addWidget( bTitleButton, 7, 0 ); chapterEditLayout->addWidget( bTitleButton, 7, 0 );
languageChange(); languageChange();
resize( TQSize(627, 300).expandedTo(tqminimumSizeHint()) ); resize( TQSize(627, 300).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -68,7 +68,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>200</width>
<height>0</height> <height>0</height>
@ -105,7 +105,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -130,7 +130,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>60</height> <height>60</height>
@ -176,7 +176,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>
@ -185,7 +185,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="7" colspan="1"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="7" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -219,7 +219,7 @@
<property name="name"> <property name="name">
<cstring>image</cstring> <cstring>image</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>320</width> <width>320</width>
<height>200</height> <height>200</height>

@ -17,7 +17,7 @@
#include <kcombobox.h> #include <kcombobox.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <kselect.h> #include <kselect.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kcombobox.h" #include "kcombobox.h"
@ -35,43 +35,43 @@ import::import( TQWidget* parent, const char* name, WFlags fl )
importLayout = new TQGridLayout( this, 1, 1, 11, 6, "importLayout"); importLayout = new TQGridLayout( this, 1, 1, 11, 6, "importLayout");
textLabel1 = new TQLabel( this, "textLabel1" ); textLabel1 = new TQLabel( this, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
importLayout->addWidget( textLabel1, 0, 0 ); importLayout->addWidget( textLabel1, 0, 0 );
tqlayout2 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout2"); layout2 = new TQGridLayout( 0, 1, 1, 0, 6, "layout2");
lvDVD = new TQListView( this, "lvDVD" ); lvDVD = new TQListView( this, "lvDVD" );
lvDVD->addColumn( tr2i18n( "Video files" ) ); lvDVD->addColumn( tr2i18n( "Video files" ) );
lvDVD->header()->setClickEnabled( FALSE, lvDVD->header()->count() - 1 ); lvDVD->header()->setClickEnabled( FALSE, lvDVD->header()->count() - 1 );
lvDVD->addColumn( tr2i18n( "..." ) ); lvDVD->addColumn( tr2i18n( "..." ) );
lvDVD->header()->setClickEnabled( FALSE, lvDVD->header()->count() - 1 ); lvDVD->header()->setClickEnabled( FALSE, lvDVD->header()->count() - 1 );
lvDVD->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, lvDVD->sizePolicy().hasHeightForWidth() ) ); lvDVD->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, lvDVD->sizePolicy().hasHeightForWidth() ) );
lvDVD->setMinimumSize( TQSize( 0, 200 ) ); lvDVD->setMinimumSize( TQSize( 0, 200 ) );
lvDVD->setRootIsDecorated( FALSE ); lvDVD->setRootIsDecorated( FALSE );
lvDVD->setResizeMode( TQListView::AllColumns ); lvDVD->setResizeMode( TQListView::AllColumns );
tqlayout2->addMultiCellWidget( lvDVD, 0, 1, 0, 0 ); layout2->addMultiCellWidget( lvDVD, 0, 1, 0, 0 );
importLayout->addMultiCellLayout( tqlayout2, 1, 1, 0, 3 ); importLayout->addMultiCellLayout( layout2, 1, 1, 0, 3 );
cbOutputDev = new KComboBox( FALSE, this, "cbOutputDev" ); cbOutputDev = new KComboBox( FALSE, this, "cbOutputDev" );
importLayout->addWidget( cbOutputDev, 0, 1 ); importLayout->addWidget( cbOutputDev, 0, 1 );
cbFormat = new TQComboBox( FALSE, this, "cbFormat" ); cbFormat = new TQComboBox( FALSE, this, "cbFormat" );
cbFormat->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbFormat->sizePolicy().hasHeightForWidth() ) ); cbFormat->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbFormat->sizePolicy().hasHeightForWidth() ) );
importLayout->addWidget( cbFormat, 0, 2 ); importLayout->addWidget( cbFormat, 0, 2 );
lTotal = new TQLabel( this, "lTotal" ); lTotal = new TQLabel( this, "lTotal" );
lTotal->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, lTotal->sizePolicy().hasHeightForWidth() ) ); lTotal->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, lTotal->sizePolicy().hasHeightForWidth() ) );
importLayout->addWidget( lTotal, 2, 3 ); importLayout->addWidget( lTotal, 2, 3 );
gsTotal = new KGradientSelector( this, "gsTotal" ); gsTotal = new KGradientSelector( this, "gsTotal" );
gsTotal->setEnabled( FALSE ); gsTotal->setEnabled( FALSE );
gsTotal->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, gsTotal->sizePolicy().hasHeightForWidth() ) ); gsTotal->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, gsTotal->sizePolicy().hasHeightForWidth() ) );
gsTotal->setMaximumSize( TQSize( 32767, 13 ) ); gsTotal->setMaximumSize( TQSize( 32767, 13 ) );
gsTotal->setValue( 0 ); gsTotal->setValue( 0 );
gsTotal->setMaxValue( 180 ); gsTotal->setMaxValue( 180 );
@ -80,7 +80,7 @@ import::import( TQWidget* parent, const char* name, WFlags fl )
importLayout->addMultiCellWidget( gsTotal, 2, 2, 0, 2 ); importLayout->addMultiCellWidget( gsTotal, 2, 2, 0, 2 );
languageChange(); languageChange();
resize( TQSize(524, 416).expandedTo(tqminimumSizeHint()) ); resize( TQSize(524, 416).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -37,7 +37,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="4"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="4">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -77,7 +77,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>200</height> <height>200</height>
@ -151,7 +151,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>13</height> <height>13</height>

@ -54,11 +54,11 @@ k9AviDecode::k9AviDecode(TQObject *parent, const char *name)
FormatHandle=dlopen("libavformat.so",RTLD_LAZY | RTLD_GLOBAL); FormatHandle=dlopen("libavformat.so",RTLD_LAZY | RTLD_GLOBAL);
} }
if (!CodecHandle) { if (!CodecHandle) {
m_error =i18n("Cannot open then library %1").tqarg("libavcodec"); m_error =i18n("Cannot open then library %1").arg("libavcodec");
return; return;
} }
if (!FormatHandle) { if (!FormatHandle) {
m_error =i18n("Cannot open then library %1").tqarg("libavformat"); m_error =i18n("Cannot open then library %1").arg("libavformat");
return; return;
} }
m_error=""; m_error="";
@ -111,7 +111,7 @@ bool k9AviDecode::open(const TQString & _fileName) {
// Open video file // Open video file
if (av_open_input_file(&m_FormatCtx, _fileName.utf8(), NULL, 0, NULL)!=0) { if (av_open_input_file(&m_FormatCtx, _fileName.utf8(), NULL, 0, NULL)!=0) {
m_error=i18n("Couldn't open the file %1").tqarg(_fileName); m_error=i18n("Couldn't open the file %1").arg(_fileName);
return false; // Couldn't open file} return false; // Couldn't open file}
} }
// Retrieve stream information // Retrieve stream information

@ -17,7 +17,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqlayout.h> #include <layout.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include "k9title.h" #include "k9title.h"

@ -25,7 +25,7 @@ k9Menu::k9Menu(TQObject *parent, const char *name)
m_canvas=new TQCanvas(this); m_canvas=new TQCanvas(this);
TQPixmap pix(720,576); TQPixmap pix(720,576);
pix.fill(TQt::black); pix.fill(TQt::black);
m_canvas->tqsetBackgroundPixmap(pix); m_canvas->setBackgroundPixmap(pix);
m_startScript=m_startScript2=m_endScript=""; m_startScript=m_startScript2=m_endScript="";
} }
@ -202,7 +202,7 @@ void k9Menu::spumux(const TQString &_hiFileName,const TQString &_mpgFileName) {
for (k9MenuButton *button=m_buttons.first();button;button=m_buttons.next()) { for (k9MenuButton *button=m_buttons.first();button;button=m_buttons.next()) {
TQDomElement eButton = xml.createElement("button"); TQDomElement eButton = xml.createElement("button");
spu.appendChild(eButton); spu.appendChild(eButton);
eButton.setAttribute("name",TQString("button%1").tqarg(i)); eButton.setAttribute("name",TQString("button%1").arg(i));
eButton.setAttribute("x0", TQString::number(button->getLeft())); eButton.setAttribute("x0", TQString::number(button->getLeft()));
eButton.setAttribute("y0",TQString::number(button->getTop())); eButton.setAttribute("y0",TQString::number(button->getTop()));
eButton.setAttribute("x1",TQString::number(button->getLeft()+button->getWidth())); eButton.setAttribute("x1",TQString::number(button->getLeft()+button->getWidth()));
@ -261,7 +261,7 @@ void k9Menu::appendMenu(TQDomElement *_rootNode) {
pgc.appendChild(eButton); pgc.appendChild(eButton);
TQDomText eButtonTxt=doc.createTextNode(button->getScript()); TQDomText eButtonTxt=doc.createTextNode(button->getScript());
eButton.appendChild(eButtonTxt); eButton.appendChild(eButtonTxt);
eButton.setAttribute("name",TQString("button%1").tqarg(i)); eButton.setAttribute("name",TQString("button%1").arg(i));
i++; i++;
} }

@ -17,7 +17,7 @@
#include "k9title.h" #include "k9title.h"
#include "k9newdvd.h" #include "k9newdvd.h"
#include <tqwmatrix.h> #include <tqwmatrix.h>
#include <tqlayout.h> #include <layout.h>
#include <kfontdialog.h> #include <kfontdialog.h>
#include "k9menubutton.h" #include "k9menubutton.h"
#include <kurlrequester.h> #include <kurlrequester.h>
@ -153,7 +153,7 @@ void k9MenuEdit::cbPosTitleActivated(int _value) {
void k9MenuEdit::setBackgroundImage(const TQImage &_image) { void k9MenuEdit::setBackgroundImage(const TQImage &_image) {
m_background=_image; m_background=_image;
m_canvas->tqsetBackgroundPixmap(TQPixmap(_image)); m_canvas->setBackgroundPixmap(TQPixmap(_image));
emit backgroundImageChanged(_image); emit backgroundImageChanged(_image);
} }
@ -219,7 +219,7 @@ void k9MenuEdit::setFormat(const eFormat& _value) {
TQImage img=pix.convertToImage().smoothScale(720,m_imageHeight); TQImage img=pix.convertToImage().smoothScale(720,m_imageHeight);
m_canvas->resize(720,m_imageHeight); m_canvas->resize(720,m_imageHeight);
m_menuEditor->setMaximumSize(TQSize(724,m_imageHeight+4)); m_menuEditor->setMaximumSize(TQSize(724,m_imageHeight+4));
m_canvas->tqsetBackgroundPixmap(TQPixmap(img)); m_canvas->setBackgroundPixmap(TQPixmap(img));
} }
@ -242,7 +242,7 @@ void k9MenuEdit::titleSelected(k9Title *_title) {
disconnect (this,TQT_SIGNAL(endScriptChanged(const TQString&)),0,0); disconnect (this,TQT_SIGNAL(endScriptChanged(const TQString&)),0,0);
cbEnd->setEnabled(true); cbEnd->setEnabled(true);
m_menuEditor->clearSelection(); m_menuEditor->clearSelection();
lTitle->setText(i18n("Title %1 Menu").tqarg(_title->getNum()+1)); lTitle->setText(i18n("Title %1 Menu").arg(_title->getNum()+1));
setCanvas(_title->getMenu()->getCanvas()); setCanvas(_title->getMenu()->getCanvas());
m_menuType=TITLEMENU; m_menuType=TITLEMENU;
cbStart->clear(); cbStart->clear();
@ -266,8 +266,8 @@ void k9MenuEdit::titleSelected(k9Title *_title) {
k9NewDVD *newDVD=(k9NewDVD*)_title->parent() ; k9NewDVD *newDVD=(k9NewDVD*)_title->parent() ;
k9NewDVDItems *items=newDVD->getTitles(); k9NewDVDItems *items=newDVD->getTitles();
for (k9Title *title=items->first();title;title=items->next()) { for (k9Title *title=items->first();title;title=items->next()) {
cbEnd->insertItem(i18n("Play Title %1").tqarg(title->getNum()+1)); cbEnd->insertItem(i18n("Play Title %1").arg(title->getNum()+1));
TQString script=TQString("g6=%1; call vmgm menu;" ).tqarg(title->getNum()+1); TQString script=TQString("g6=%1; call vmgm menu;" ).arg(title->getNum()+1);
m_endScripts << script; m_endScripts << script;
} }
for (int i=0;i<m_endScripts.count();i++ ){ for (int i=0;i<m_endScripts.count();i++ ){
@ -292,9 +292,9 @@ void k9MenuEdit::rootSelected(k9NewDVD *_newDVD) {
m_startScripts << ""; m_startScripts << "";
k9NewDVDItems *items=_newDVD->getTitles(); k9NewDVDItems *items=_newDVD->getTitles();
for (k9Title *title=items->first();title;title=items->next()) { for (k9Title *title=items->first();title;title=items->next()) {
cbStart->insertItem(i18n("Play Title %1").tqarg(title->getNum()+1)); cbStart->insertItem(i18n("Play Title %1").arg(title->getNum()+1));
// TQString script=TQString("if (g5==0) {g5=1; jump title %1;}" ).tqarg(title->getNum()+1); // TQString script=TQString("if (g5==0) {g5=1; jump title %1;}" ).arg(title->getNum()+1);
TQString script=TQString("g6=%1;" ).tqarg(title->getNum()+1); TQString script=TQString("g6=%1;" ).arg(title->getNum()+1);
m_startScripts << script; m_startScripts << script;
if (script==_newDVD->getRootMenu()->getStartScript()) if (script==_newDVD->getRootMenu()->getStartScript())
cbStart->setCurrentItem(cbStart->count()-1); cbStart->setCurrentItem(cbStart->count()-1);

@ -14,7 +14,7 @@
#include "k9tools.h" #include "k9tools.h"
#include <tqfile.h> #include <tqfile.h>
#include <stdio.h> #include <stdio.h>
#include <tqtextstream.h> #include <textstream.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <ktempfile.h> #include <ktempfile.h>
@ -157,7 +157,7 @@ void k9NewDVD::addTitles (TQDomElement &_root) {
TQString menuFileName=m_workDir+KApplication::randomString(8)+".mpg"; TQString menuFileName=m_workDir+KApplication::randomString(8)+".mpg";
m_tmpFiles << menuFileName, m_tmpFiles << menuFileName,
menu->setMenuFileName(menuFileName); menu->setMenuFileName(menuFileName);
m_processList->addProgress(i18n("Creating menu for title %1").tqarg(title->getNum()+1)); m_processList->addProgress(i18n("Creating menu for title %1").arg(title->getNum()+1));
menu->createMenus(&titleSet); menu->createMenus(&titleSet);
TQDomElement eTitle=m_xml->createElement("titles"); TQDomElement eTitle=m_xml->createElement("titles");
@ -244,7 +244,7 @@ void k9NewDVD::createMencoderCmd(TQString &_cmd,TQString &_chapters, k9AviFile *
break; break;
} }
k9Process *process=m_processList->addProcess(i18n("Encoding %1").tqarg(_aviFile->getFileName())); k9Process *process=m_processList->addProcess(i18n("Encoding %1").arg(_aviFile->getFileName()));
m_processList->setFileName(process,_aviFile->getFileName()); m_processList->setFileName(process,_aviFile->getFileName());
TQTime t(0,0); TQTime t(0,0);
@ -255,7 +255,7 @@ void k9NewDVD::createMencoderCmd(TQString &_cmd,TQString &_chapters, k9AviFile *
//m_process->clearArguments(); //m_process->clearArguments();
*process << "mencoder" << "-oac" << "lavc" << "-ovc" << "lavc" << "-of" << "mpeg" <<"-afm" <<"libmad"; *process << "mencoder" << "-oac" << "lavc" << "-ovc" << "lavc" << "-of" << "mpeg" <<"-afm" <<"libmad";
*process << "-mpegopts" << "format=dvd" << "-vf" << "scale="+scale+",harddup" << "-srate" << "48000" << "-af" << "lavcresample=48000"; *process << "-mpegopts" << "format=dvd" << "-vf" << "scale="+scale+",harddup" << "-srate" << "48000" << "-af" << "lavcresample=48000";
*process << "-lavcopts" << TQString("vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=%1:keyint=15:acodec=%3:abitrate=%2:aspect=16/9").tqarg(m_videoBitrate).tqarg(m_config->getPrefAudioBitrate()).tqarg(m_config->getPrefAudioFormat().lower()); *process << "-lavcopts" << TQString("vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=%1:keyint=15:acodec=%3:abitrate=%2:aspect=16/9").arg(m_videoBitrate).arg(m_config->getPrefAudioBitrate()).arg(m_config->getPrefAudioFormat().lower());
*process << "-ofps" << fps << "-o" << fileName << "-ss" << t1 << "-endpos" << t2 << _aviFile->getFileName(); *process << "-ofps" << fps << "-o" << fileName << "-ss" << t1 << "-endpos" << t2 << _aviFile->getFileName();
qDebug(process->debug()); qDebug(process->debug());
/* /*
@ -376,15 +376,15 @@ void k9NewDVD::appendTitle(k9Title *_title) {
btn->setLeft(left*(m_config->getPrefButtonWidth()+50) +50); btn->setLeft(left*(m_config->getPrefButtonWidth()+50) +50);
btn->setWidth(m_config->getPrefButtonWidth()); btn->setWidth(m_config->getPrefButtonWidth());
btn->setHeight(m_config->getPrefButtonHeight()); btn->setHeight(m_config->getPrefButtonHeight());
btn->setScript(TQString("g1=0;jump titleset %1 menu;").tqarg(_title->getNum()+1)); btn->setScript(TQString("g1=0;jump titleset %1 menu;").arg(_title->getNum()+1));
btn->setTextPosition(k9MenuButton::RIGHT); btn->setTextPosition(k9MenuButton::RIGHT);
btn->setText(i18n("title %1").tqarg(_title->getNum()+1)); btn->setText(i18n("title %1").arg(_title->getNum()+1));
btn->setColor(m_config->getPrefButtonTextColor()); btn->setColor(m_config->getPrefButtonTextColor());
btn->setFont(m_config->getPrefButtonFont()); btn->setFont(m_config->getPrefButtonFont());
TQString script="\n"; TQString script="\n";
for (k9Title *t = m_titles.first();t;t=m_titles.next()) { for (k9Title *t = m_titles.first();t;t=m_titles.next()) {
script +=TQString("if (g6== %1) { g6=0; jump titleset %2 menu;}\n").tqarg(t->getNum()+1).tqarg(t->getNum()+1); script +=TQString("if (g6== %1) { g6=0; jump titleset %2 menu;}\n").arg(t->getNum()+1).arg(t->getNum()+1);
} }
m_rootMenu->setStartScript2(script); m_rootMenu->setStartScript2(script);
emit sigAddTitle(); emit sigAddTitle();

@ -60,7 +60,7 @@ void k9NewTitle::bAddClicked() {
k9LvItemImport * item=new k9LvItemImport(m_k9Import->getRoot(),k9LvItemImport::TITLE); k9LvItemImport * item=new k9LvItemImport(m_k9Import->getRoot(),k9LvItemImport::TITLE);
item->setOpen(true); item->setOpen(true);
k9Title *title=new k9Title( m_k9Import->getNewDVD()); k9Title *title=new k9Title( m_k9Import->getNewDVD());
item->setText(0,i18n("title %1").tqarg(title->getNum() +1)); item->setText(0,i18n("title %1").arg(title->getNum() +1));
connect( title->getButton(),TQT_SIGNAL(sigsetImage(k9MenuButton*, const TQImage&)),m_k9Import,TQT_SLOT(buttonUpdated(k9MenuButton*, const TQImage&))); connect( title->getButton(),TQT_SIGNAL(sigsetImage(k9MenuButton*, const TQImage&)),m_k9Import,TQT_SLOT(buttonUpdated(k9MenuButton*, const TQImage&)));
item->setTitle(title); item->setTitle(title);
@ -114,7 +114,7 @@ void k9NewTitle::bAddClicked() {
pos+=increment; pos+=increment;
file->setEnd(t.addMSecs(TQMIN(pos,fileInfo.getDuration()) *1000)); file->setEnd(t.addMSecs(TQMIN(pos,fileInfo.getDuration()) *1000));
k9LvItemImport * itemch=new k9LvItemImport(item,k9LvItemImport::CHAPTER); k9LvItemImport * itemch=new k9LvItemImport(item,k9LvItemImport::CHAPTER);
itemch->setText(0,i18n("chapter %1").tqarg(i+1)); itemch->setText(0,i18n("chapter %1").arg(i+1));
itemch->setText(1,file->getStart().toString("hh:mm:ss") +" - "+file->getEnd().toString("hh:mm:ss") ); itemch->setText(1,file->getStart().toString("hh:mm:ss") +" - "+file->getEnd().toString("hh:mm:ss") );
itemch->setAviFile(file); itemch->setAviFile(file);
itemch->setTitle(title); itemch->setTitle(title);
@ -134,9 +134,9 @@ void k9NewTitle::bAddClicked() {
btn->setLeft(left); btn->setLeft(left);
btn->setWidth(width); btn->setWidth(width);
btn->setHeight(height); btn->setHeight(height);
btn->setScript(TQString("jump title 1 chapter %1 ;").tqarg(i+1)); btn->setScript(TQString("jump title 1 chapter %1 ;").arg(i+1));
btn->setTextPosition(k9MenuButton::BOTTOM); btn->setTextPosition(k9MenuButton::BOTTOM);
btn->setText(i18n("chapter %1").tqarg(i+1)); btn->setText(i18n("chapter %1").arg(i+1));
btn->setColor(config.getPrefButtonTextColor()); btn->setColor(config.getPrefButtonTextColor());
btn->setFont(config.getPrefButtonFont()); btn->setFont(config.getPrefButtonFont());
connect(file,TQT_SIGNAL(imageChanged(const TQImage&)),btn,TQT_SLOT(setImage(const TQImage&))); connect(file,TQT_SIGNAL(imageChanged(const TQImage&)),btn,TQT_SLOT(setImage(const TQImage&)));

@ -17,7 +17,7 @@
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqframe.h> #include <tqframe.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kurlrequester.h" #include "kurlrequester.h"
@ -37,12 +37,12 @@ menuEdit::menuEdit( TQWidget* parent, const char* name, WFlags fl )
menuEditLayout = new TQGridLayout( this, 1, 1, 2, 6, "menuEditLayout"); menuEditLayout = new TQGridLayout( this, 1, 1, 2, 6, "menuEditLayout");
textLabel2 = new TQLabel( this, "textLabel2" ); textLabel2 = new TQLabel( this, "textLabel2" );
textLabel2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel2->sizePolicy().hasHeightForWidth() ) ); textLabel2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel2->sizePolicy().hasHeightForWidth() ) );
menuEditLayout->addMultiCellWidget( textLabel2, 5, 6, 0, 0 ); menuEditLayout->addMultiCellWidget( textLabel2, 5, 6, 0, 0 );
textLabel1 = new TQLabel( this, "textLabel1" ); textLabel1 = new TQLabel( this, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
menuEditLayout->addWidget( textLabel1, 4, 0 ); menuEditLayout->addWidget( textLabel1, 4, 0 );
@ -51,17 +51,17 @@ menuEdit::menuEdit( TQWidget* parent, const char* name, WFlags fl )
menuEditLayout->addMultiCellWidget( urBackground, 4, 4, 1, 5 ); menuEditLayout->addMultiCellWidget( urBackground, 4, 4, 1, 5 );
cbColor = new KColorButton( this, "cbColor" ); cbColor = new KColorButton( this, "cbColor" );
cbColor->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbColor->sizePolicy().hasHeightForWidth() ) ); cbColor->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbColor->sizePolicy().hasHeightForWidth() ) );
menuEditLayout->addWidget( cbColor, 6, 1 ); menuEditLayout->addWidget( cbColor, 6, 1 );
bFont = new KPushButton( this, "bFont" ); bFont = new KPushButton( this, "bFont" );
bFont->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bFont->sizePolicy().hasHeightForWidth() ) ); bFont->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bFont->sizePolicy().hasHeightForWidth() ) );
menuEditLayout->addWidget( bFont, 6, 2 ); menuEditLayout->addWidget( bFont, 6, 2 );
cbPosTitle = new TQComboBox( FALSE, this, "cbPosTitle" ); cbPosTitle = new TQComboBox( FALSE, this, "cbPosTitle" );
cbPosTitle->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbPosTitle->sizePolicy().hasHeightForWidth() ) ); cbPosTitle->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbPosTitle->sizePolicy().hasHeightForWidth() ) );
menuEditLayout->addWidget( cbPosTitle, 6, 3 ); menuEditLayout->addWidget( cbPosTitle, 6, 3 );
spacer1 = new TQSpacerItem( 51, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer1 = new TQSpacerItem( 51, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
@ -72,14 +72,14 @@ menuEdit::menuEdit( TQWidget* parent, const char* name, WFlags fl )
menuEditLayout->addMultiCellWidget( leTitle, 5, 5, 1, 4 ); menuEditLayout->addMultiCellWidget( leTitle, 5, 5, 1, 4 );
bAddText = new KPushButton( this, "bAddText" ); bAddText = new KPushButton( this, "bAddText" );
bAddText->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)4, (TQSizePolicy::SizeType)4, 0, 0, bAddText->sizePolicy().hasHeightForWidth() ) ); bAddText->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)4, (TQSizePolicy::SizeType)4, 0, 0, bAddText->sizePolicy().hasHeightForWidth() ) );
bAddText->setMinimumSize( TQSize( 24, 24 ) ); bAddText->setMinimumSize( TQSize( 24, 24 ) );
bAddText->setMaximumSize( TQSize( 24, 24 ) ); bAddText->setMaximumSize( TQSize( 24, 24 ) );
menuEditLayout->addWidget( bAddText, 5, 5 ); menuEditLayout->addWidget( bAddText, 5, 5 );
lTitle = new TQLabel( this, "lTitle" ); lTitle = new TQLabel( this, "lTitle" );
lTitle->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lTitle->sizePolicy().hasHeightForWidth() ) ); lTitle->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lTitle->sizePolicy().hasHeightForWidth() ) );
TQFont lTitle_font( lTitle->font() ); TQFont lTitle_font( lTitle->font() );
lTitle_font.setBold( TRUE ); lTitle_font.setBold( TRUE );
lTitle->setFont( lTitle_font ); lTitle->setFont( lTitle_font );
@ -103,13 +103,13 @@ menuEdit::menuEdit( TQWidget* parent, const char* name, WFlags fl )
menuEditLayout->addMultiCellWidget( cbEnd, 3, 3, 1, 5 ); menuEditLayout->addMultiCellWidget( cbEnd, 3, 3, 1, 5 );
frame = new TQFrame( this, "frame" ); frame = new TQFrame( this, "frame" );
frame->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, frame->sizePolicy().hasHeightForWidth() ) ); frame->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, frame->sizePolicy().hasHeightForWidth() ) );
frame->setFrameShape( TQFrame::StyledPanel ); frame->setFrameShape( TQFrame::StyledPanel );
frame->setFrameShadow( TQFrame::Raised ); frame->setFrameShadow( TQFrame::Raised );
menuEditLayout->addMultiCellWidget( frame, 1, 1, 0, 5 ); menuEditLayout->addMultiCellWidget( frame, 1, 1, 0, 5 );
languageChange(); languageChange();
resize( TQSize(576, 682).expandedTo(tqminimumSizeHint()) ); resize( TQSize(576, 682).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -124,7 +124,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -148,13 +148,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>24</width> <width>24</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>24</width> <width>24</width>
<height>24</height> <height>24</height>

@ -18,7 +18,7 @@
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "knuminput.h" #include "knuminput.h"
@ -39,15 +39,15 @@ newTitle::newTitle( TQWidget* parent, const char* name, WFlags fl )
newTitleLayout = new TQGridLayout( this, 1, 1, 11, 6, "newTitleLayout"); newTitleLayout = new TQGridLayout( this, 1, 1, 11, 6, "newTitleLayout");
buttonGroup1 = new TQButtonGroup( this, "buttonGroup1" ); buttonGroup1 = new TQButtonGroup( this, "buttonGroup1" );
buttonGroup1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, buttonGroup1->sizePolicy().hasHeightForWidth() ) ); buttonGroup1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, buttonGroup1->sizePolicy().hasHeightForWidth() ) );
buttonGroup1->setColumnLayout(0, Qt::Vertical ); buttonGroup1->setColumnLayout(0, Qt::Vertical );
buttonGroup1->tqlayout()->setSpacing( 6 ); buttonGroup1->layout()->setSpacing( 6 );
buttonGroup1->tqlayout()->setMargin( 11 ); buttonGroup1->layout()->setMargin( 11 );
buttonGroup1Layout = new TQGridLayout( buttonGroup1->tqlayout() ); buttonGroup1Layout = new TQGridLayout( buttonGroup1->layout() );
buttonGroup1Layout->tqsetAlignment( TQt::AlignTop ); buttonGroup1Layout->setAlignment( TQt::AlignTop );
nbChapters = new KIntNumInput( buttonGroup1, "nbChapters" ); nbChapters = new KIntNumInput( buttonGroup1, "nbChapters" );
nbChapters->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, nbChapters->sizePolicy().hasHeightForWidth() ) ); nbChapters->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, nbChapters->sizePolicy().hasHeightForWidth() ) );
nbChapters->setMinValue( 1 ); nbChapters->setMinValue( 1 );
nbChapters->setMaxValue( 99 ); nbChapters->setMaxValue( 99 );
@ -55,7 +55,7 @@ newTitle::newTitle( TQWidget* parent, const char* name, WFlags fl )
twLength = new KTimeWidget( buttonGroup1, "twLength" ); twLength = new KTimeWidget( buttonGroup1, "twLength" );
twLength->setEnabled( FALSE ); twLength->setEnabled( FALSE );
twLength->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, twLength->sizePolicy().hasHeightForWidth() ) ); twLength->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, twLength->sizePolicy().hasHeightForWidth() ) );
buttonGroup1Layout->addWidget( twLength, 1, 1 ); buttonGroup1Layout->addWidget( twLength, 1, 1 );
@ -78,30 +78,30 @@ newTitle::newTitle( TQWidget* parent, const char* name, WFlags fl )
bAdd = new KPushButton( this, "bAdd" ); bAdd = new KPushButton( this, "bAdd" );
bAdd->setEnabled( FALSE ); bAdd->setEnabled( FALSE );
bAdd->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bAdd->sizePolicy().hasHeightForWidth() ) ); bAdd->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bAdd->sizePolicy().hasHeightForWidth() ) );
bAdd->setProperty( "stdItem", 27 ); bAdd->setProperty( "stdItem", 27 );
newTitleLayout->addWidget( bAdd, 2, 1 ); newTitleLayout->addWidget( bAdd, 2, 1 );
spacer2 = new TQSpacerItem( 470, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer2 = new TQSpacerItem( 470, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
newTitleLayout->addItem( spacer2, 2, 0 ); newTitleLayout->addItem( spacer2, 2, 0 );
tqlayout1 = new TQHBoxLayout( 0, 0, 6, "tqlayout1"); layout1 = new TQHBoxLayout( 0, 0, 6, "layout1");
textLabel1 = new TQLabel( this, "textLabel1" ); textLabel1 = new TQLabel( this, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
tqlayout1->addWidget( textLabel1 ); layout1->addWidget( textLabel1 );
urFile = new KURLRequester( this, "urFile" ); urFile = new KURLRequester( this, "urFile" );
urFile->setMode( 25 ); urFile->setMode( 25 );
tqlayout1->addWidget( urFile ); layout1->addWidget( urFile );
lTotalTime = new TQLabel( this, "lTotalTime" ); lTotalTime = new TQLabel( this, "lTotalTime" );
lTotalTime->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, lTotalTime->sizePolicy().hasHeightForWidth() ) ); lTotalTime->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, lTotalTime->sizePolicy().hasHeightForWidth() ) );
tqlayout1->addWidget( lTotalTime ); layout1->addWidget( lTotalTime );
newTitleLayout->addMultiCellLayout( tqlayout1, 0, 0, 0, 1 ); newTitleLayout->addMultiCellLayout( layout1, 0, 0, 0, 1 );
languageChange(); languageChange();
resize( TQSize(605, 171).expandedTo(tqminimumSizeHint()) ); resize( TQSize(605, 171).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -102,7 +102,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>131</width> <width>131</width>
<height>21</height> <height>21</height>
@ -121,7 +121,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>16</height> <height>16</height>
@ -138,7 +138,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -180,7 +180,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>470</width> <width>470</width>
<height>20</height> <height>20</height>
@ -189,7 +189,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -55,7 +55,7 @@ void k9PlayMPEG2::playTitle() {
/* set read ahead cache usage */ /* set read ahead cache usage */
if (dvdnav_set_readahead_flag(dvdnav, DVD_READ_CACHE) != DVDNAV_STATUS_OK) { if (dvdnav_set_readahead_flag(dvdnav, DVD_READ_CACHE) != DVDNAV_STATUS_OK) {
setError(TQString("ERR:Error on dvdnav_set_readahead_flag: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); setError(TQString("ERR:Error on dvdnav_set_readahead_flag: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return; return;
} }
@ -63,14 +63,14 @@ void k9PlayMPEG2::playTitle() {
if (dvdnav_menu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK || if (dvdnav_menu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK ||
dvdnav_audio_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK || dvdnav_audio_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK ||
dvdnav_spu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK) { dvdnav_spu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK) {
setError(TQString("ERR:Error on setting languages: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); setError(TQString("ERR:Error on setting languages: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return ; return ;
} }
/* set the PGC positioning flag to have position information relatively to the /* set the PGC positioning flag to have position information relatively to the
* whole feature instead of just relatively to the current chapter */ * whole feature instead of just relatively to the current chapter */
if (dvdnav_set_PGC_positioning_flag(dvdnav, 1) != DVDNAV_STATUS_OK) { if (dvdnav_set_PGC_positioning_flag(dvdnav, 1) != DVDNAV_STATUS_OK) {
setError(TQString("ERR:Error on dvdnav_set_PGC_positioning_flag: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); setError(TQString("ERR:Error on dvdnav_set_PGC_positioning_flag: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return ; return ;
} }
@ -105,7 +105,7 @@ void k9PlayMPEG2::playTitle() {
if (result == DVDNAV_STATUS_ERR) { if (result == DVDNAV_STATUS_ERR) {
setError(TQString("ERR:Error getting next block: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); setError(TQString("ERR:Error getting next block: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return; return;
} }
@ -254,7 +254,7 @@ void k9PlayMPEG2::open (dvd_reader_t *dvd,const TQString & device,k9DVDTitle * t
m_lastSector=0; m_lastSector=0;
ret = stat(device.utf8(), &dvd_stat); ret = stat(device.utf8(), &dvd_stat);
/* if ( ret < 0 ) { /* if ( ret < 0 ) {
c=i18n("Can't find device %1\n").tqarg(device.latin1()); c=i18n("Can't find device %1\n").arg(device.latin1());
setError(c); setError(c);
return; return;
} }

@ -41,7 +41,7 @@ k9HalConnection::k9HalConnection(TQObject *parent, const char *name)
dbus_error_init( &error ); dbus_error_init( &error );
m_dbusConnect = dbus_bus_get( DBUS_BUS_SYSTEM, &error ); m_dbusConnect = dbus_bus_get( DBUS_BUS_SYSTEM, &error );
if( dbus_error_is_set(&error) ) { if( dbus_error_is_set(&error) ) {
qDebug(TQString("Error connecting to DBUS : %1").tqarg(error.message)); qDebug(TQString("Error connecting to DBUS : %1").arg(error.message));
return; return;
} }

@ -95,7 +95,7 @@ void k9HalDevice::getDriveProperties() {
m_canReadDvd=(caps & LIBHAL_DRIVE_CDROM_CAPS_DVDROM)==LIBHAL_DRIVE_CDROM_CAPS_DVDROM; m_canReadDvd=(caps & LIBHAL_DRIVE_CDROM_CAPS_DVDROM)==LIBHAL_DRIVE_CDROM_CAPS_DVDROM;
m_canBurnDvd=(caps & LIBHAL_DRIVE_CDROM_CAPS_DVDR)==LIBHAL_DRIVE_CDROM_CAPS_DVDR; m_canBurnDvd=(caps & LIBHAL_DRIVE_CDROM_CAPS_DVDR)==LIBHAL_DRIVE_CDROM_CAPS_DVDR;
m_model=TQString(libhal_drive_get_model(drive)); m_model=TQString(libhal_drive_get_model(drive));
// qDebug(TQString("canReadDvd:%1 canBurnDvd:%2 model:%3").tqarg(m_canReadDvd).tqarg(m_canBurnDvd).tqarg(m_model)); // qDebug(TQString("canReadDvd:%1 canBurnDvd:%2 model:%3").arg(m_canReadDvd).arg(m_canBurnDvd).arg(m_model));
libhal_drive_free(drive); libhal_drive_free(drive);

@ -185,7 +185,7 @@ void k9vamps::run () {
vobuf = (uchar*) malloc (vbuf_size); vobuf = (uchar*) malloc (vbuf_size);
if (vibuf == NULL || vobuf == NULL) if (vibuf == NULL || vobuf == NULL)
fatal (TQString("Allocation of video buffers failed: %1").tqarg(strerror (errno))); fatal (TQString("Allocation of video buffers failed: %1").arg(strerror (errno)));
// actually do vaporization // actually do vaporization
@ -357,18 +357,18 @@ int k9vamps::check_video_packet (uchar *ptr) {
vid_packet_start_code |= (uint32_t) (ptr [3]); vid_packet_start_code |= (uint32_t) (ptr [3]);
if (vid_packet_start_code != 0x000001e0) if (vid_packet_start_code != 0x000001e0)
fatal(TQString ("Bad video packet start code at %1: %2").tqarg(rtell(ptr)).tqarg(vid_packet_start_code,0,16)); fatal(TQString ("Bad video packet start code at %1: %2").arg(rtell(ptr)).arg(vid_packet_start_code,0,16));
vid_packet_length = ptr [4] << 8; vid_packet_length = ptr [4] << 8;
vid_packet_length |= ptr [5]; vid_packet_length |= ptr [5];
vid_packet_length += 6; vid_packet_length += 6;
if ((ptr [6] & 0xc0) != 0x80) if ((ptr [6] & 0xc0) != 0x80)
fatal (TQString("Not an MPEG2 video packet at %1").tqarg(rtell (ptr))); fatal (TQString("Not an MPEG2 video packet at %1").arg(rtell (ptr)));
if (ptr [7]) { if (ptr [7]) {
if ((ptr [7] & 0xc0) != 0xc0) if ((ptr [7] & 0xc0) != 0xc0)
qDebug (TQString("First video packet in sequence starting at %1 misses PTS or DTS, flags=%2").tqarg(rtell (ptr)).tqarg(ptr [7])); qDebug (TQString("First video packet in sequence starting at %1 misses PTS or DTS, flags=%2").arg(rtell (ptr)).arg(ptr [7]));
else { else {
sequence_header_code = (uint32_t) (ptr [6 + 3 + ptr [8] + 0]) << 24; sequence_header_code = (uint32_t) (ptr [6 + 3 + ptr [8] + 0]) << 24;
sequence_header_code |= (uint32_t) (ptr [6 + 3 + ptr [8] + 1]) << 16; sequence_header_code |= (uint32_t) (ptr [6 + 3 + ptr [8] + 1]) << 16;
@ -399,7 +399,7 @@ int k9vamps::check_video_packet (uchar *ptr) {
pad_packet_start_code |= (uint32_t) (ptr [3]); pad_packet_start_code |= (uint32_t) (ptr [3]);
if (pad_packet_start_code != 0x000001be) if (pad_packet_start_code != 0x000001be)
qDebug (TQString("Bad padding packet start code at %1: %2").tqarg(rtell (ptr + vid_packet_length)).tqarg(pad_packet_start_code)); qDebug (TQString("Bad padding packet start code at %1: %2").arg(rtell (ptr + vid_packet_length)).arg(pad_packet_start_code));
else { else {
pad_packet_length = ptr [4] << 8; pad_packet_length = ptr [4] << 8;
pad_packet_length |= ptr [5]; pad_packet_length |= ptr [5];
@ -409,7 +409,7 @@ int k9vamps::check_video_packet (uchar *ptr) {
// length of video packet plus padding packet must always match sector size // length of video packet plus padding packet must always match sector size
if (14 + vid_packet_length + pad_packet_length != SECT_SIZE) if (14 + vid_packet_length + pad_packet_length != SECT_SIZE)
qDebug (TQString("Bad video packet length at %1: %2").tqarg(rtell (ptr)).tqarg(vid_packet_length)); qDebug (TQString("Bad video packet length at %1: %2").arg(rtell (ptr)).arg(vid_packet_length));
return rc; return rc;
} }
@ -636,7 +636,7 @@ void k9vamps::vap_leader () {
data_length |= ptr [5]; data_length |= ptr [5];
if (14 + data_length != SECT_SIZE - 6) if (14 + data_length != SECT_SIZE - 6)
fatal (TQString("Bad padding packet length at %1: %2").tqarg(rtell (ptr)).tqarg(data_length)); fatal (TQString("Bad padding packet length at %1: %2").arg(rtell (ptr)).arg(data_length));
//JMP:à vérifier //JMP:à vérifier
skip (SECT_SIZE); skip (SECT_SIZE);
@ -681,7 +681,7 @@ void k9vamps::vap_trailer (int length) {
data_length |= ptr [5]; data_length |= ptr [5];
if (14 + data_length != SECT_SIZE - 6) if (14 + data_length != SECT_SIZE - 6)
fatal (TQString("Bad padding packet length at %1: %2").tqarg(rtell (ptr)).tqarg(data_length)); fatal (TQString("Bad padding packet length at %1: %2").arg(rtell (ptr)).arg(data_length));
skip (SECT_SIZE); skip (SECT_SIZE);
} else { } else {
copy (SECT_SIZE); copy (SECT_SIZE);
@ -802,7 +802,7 @@ int k9vamps::vap_phase1 (void) {
data_length |= ptr [5]; data_length |= ptr [5];
if (14 + data_length != SECT_SIZE - 6) if (14 + data_length != SECT_SIZE - 6)
fatal (TQString("Bad padding packet length at %1: %2").tqarg(rtell (ptr)).tqarg(data_length)); fatal (TQString("Bad padding packet length at %1: %2").arg(rtell (ptr)).arg(data_length));
break; break;
@ -938,7 +938,7 @@ void k9vamps::vap_phase2 (int seq_length) {
data_length |= ptr [5]; data_length |= ptr [5];
if (14 + data_length != SECT_SIZE - 6) if (14 + data_length != SECT_SIZE - 6)
fatal (TQString("Bad padding packet length at %1: %2").tqarg(rtell (ptr)).tqarg(data_length)); fatal (TQString("Bad padding packet length at %1: %2").arg(rtell (ptr)).arg(data_length));
//JMP: à vérifier //JMP: à vérifier
skip (SECT_SIZE); skip (SECT_SIZE);
break; break;

@ -52,7 +52,7 @@ extern "C" {
*/ */
typedef struct dvdnav_s dvdnav_t; typedef struct dvdnav_s dvdnav_t;
/* tqStatus as reported by most of libdvdnav's functions */ /* Status as reported by most of libdvdnav's functions */
typedef int32_t dvdnav_status_t; typedef int32_t dvdnav_status_t;
/* /*

@ -47,7 +47,7 @@
typedef struct read_cache_chunk_s { typedef struct read_cache_chunk_s {
uint8_t *cache_buffer; uint8_t *cache_buffer;
uint8_t *cache_buffer_base; /* used in malloc and free for tqalignment */ uint8_t *cache_buffer_base; /* used in malloc and free for alignment */
int32_t cache_start_sector; /* -1 means cache invalid */ int32_t cache_start_sector; /* -1 means cache invalid */
int32_t cache_read_count; /* this many sectors are already read */ int32_t cache_read_count; /* this many sectors are already read */
size_t cache_block_count; /* this many sectors will go in this chunk */ size_t cache_block_count; /* this many sectors will go in this chunk */

@ -15,7 +15,7 @@
#include <tqprogressbar.h> #include <tqprogressbar.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqframe.h> #include <tqframe.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kpushbutton.h" #include "kpushbutton.h"
@ -32,7 +32,7 @@ backupDlg::backupDlg( TQWidget* parent, const char* name, bool modal, WFlags fl
{ {
if ( !name ) if ( !name )
setName( "backupDlg" ); setName( "backupDlg" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
setMinimumSize( TQSize( 0, 0 ) ); setMinimumSize( TQSize( 0, 0 ) );
setMaximumSize( TQSize( 9999, 9999 ) ); setMaximumSize( TQSize( 9999, 9999 ) );
setBaseSize( TQSize( 500, 230 ) ); setBaseSize( TQSize( 500, 230 ) );
@ -41,59 +41,59 @@ backupDlg::backupDlg( TQWidget* parent, const char* name, bool modal, WFlags fl
backupDlgLayout = new TQGridLayout( this, 1, 1, 3, 8, "backupDlgLayout"); backupDlgLayout = new TQGridLayout( this, 1, 1, 3, 8, "backupDlgLayout");
textLabel1 = new TQLabel( this, "textLabel1" ); textLabel1 = new TQLabel( this, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
textLabel1->setCursor( TQCursor( 3 ) ); textLabel1->setCursor( TQCursor( 3 ) );
textLabel1->setFrameShape( TQLabel::NoFrame ); textLabel1->setFrameShape( TQLabel::NoFrame );
textLabel1->setFrameShadow( TQLabel::Raised ); textLabel1->setFrameShadow( TQLabel::Raised );
backupDlgLayout->addMultiCellWidget( textLabel1, 0, 0, 0, 3 ); backupDlgLayout->addMultiCellWidget( textLabel1, 0, 0, 0, 3 );
tqlayout3 = new TQVBoxLayout( 0, 0, 6, "tqlayout3"); layout3 = new TQVBoxLayout( 0, 0, 6, "layout3");
lblStep = new TQLabel( this, "lblStep" ); lblStep = new TQLabel( this, "lblStep" );
lblStep->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lblStep->sizePolicy().hasHeightForWidth() ) ); lblStep->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lblStep->sizePolicy().hasHeightForWidth() ) );
TQFont lblStep_font( lblStep->font() ); TQFont lblStep_font( lblStep->font() );
lblStep_font.setItalic( TRUE ); lblStep_font.setItalic( TRUE );
lblStep->setFont( lblStep_font ); lblStep->setFont( lblStep_font );
lblStep->setCursor( TQCursor( 3 ) ); lblStep->setCursor( TQCursor( 3 ) );
tqlayout3->addWidget( lblStep ); layout3->addWidget( lblStep );
pbStep = new TQProgressBar( this, "pbStep" ); pbStep = new TQProgressBar( this, "pbStep" );
pbStep->setCursor( TQCursor( 3 ) ); pbStep->setCursor( TQCursor( 3 ) );
tqlayout3->addWidget( pbStep ); layout3->addWidget( pbStep );
pbTotal = new TQProgressBar( this, "pbTotal" ); pbTotal = new TQProgressBar( this, "pbTotal" );
pbTotal->setCursor( TQCursor( 3 ) ); pbTotal->setCursor( TQCursor( 3 ) );
pbTotal->setMargin( 0 ); pbTotal->setMargin( 0 );
pbTotal->setTotalSteps( 4400 ); pbTotal->setTotalSteps( 4400 );
pbTotal->setPercentageVisible( TRUE ); pbTotal->setPercentageVisible( TRUE );
tqlayout3->addWidget( pbTotal ); layout3->addWidget( pbTotal );
backupDlgLayout->addMultiCellLayout( tqlayout3, 3, 3, 0, 3 ); backupDlgLayout->addMultiCellLayout( layout3, 3, 3, 0, 3 );
textLabel1_2 = new TQLabel( this, "textLabel1_2" ); textLabel1_2 = new TQLabel( this, "textLabel1_2" );
textLabel1_2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1_2->sizePolicy().hasHeightForWidth() ) ); textLabel1_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1_2->sizePolicy().hasHeightForWidth() ) );
textLabel1_2->setCursor( TQCursor( 3 ) ); textLabel1_2->setCursor( TQCursor( 3 ) );
backupDlgLayout->addWidget( textLabel1_2, 2, 0 ); backupDlgLayout->addWidget( textLabel1_2, 2, 0 );
lblTime = new TQLabel( this, "lblTime" ); lblTime = new TQLabel( this, "lblTime" );
lblTime->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblTime->sizePolicy().hasHeightForWidth() ) ); lblTime->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblTime->sizePolicy().hasHeightForWidth() ) );
lblTime->setCursor( TQCursor( 3 ) ); lblTime->setCursor( TQCursor( 3 ) );
backupDlgLayout->addWidget( lblTime, 2, 1 ); backupDlgLayout->addWidget( lblTime, 2, 1 );
tqlayout1 = new TQHBoxLayout( 0, 0, 6, "tqlayout1"); layout1 = new TQHBoxLayout( 0, 0, 6, "layout1");
spacer1 = new TQSpacerItem( 131, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer1 = new TQSpacerItem( 131, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
tqlayout1->addItem( spacer1 ); layout1->addItem( spacer1 );
bAbort = new KPushButton( this, "bAbort" ); bAbort = new KPushButton( this, "bAbort" );
bAbort->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bAbort->sizePolicy().hasHeightForWidth() ) ); bAbort->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bAbort->sizePolicy().hasHeightForWidth() ) );
bAbort->setCursor( TQCursor( 0 ) ); bAbort->setCursor( TQCursor( 0 ) );
bAbort->setProperty( "stdItem", 26 ); bAbort->setProperty( "stdItem", 26 );
tqlayout1->addWidget( bAbort ); layout1->addWidget( bAbort );
backupDlgLayout->addMultiCellLayout( tqlayout1, 4, 4, 0, 3 ); backupDlgLayout->addMultiCellLayout( layout1, 4, 4, 0, 3 );
lblFactor = new TQLabel( this, "lblFactor" ); lblFactor = new TQLabel( this, "lblFactor" );
lblFactor->setCursor( TQCursor( 3 ) ); lblFactor->setCursor( TQCursor( 3 ) );
@ -108,7 +108,7 @@ backupDlg::backupDlg( TQWidget* parent, const char* name, bool modal, WFlags fl
frame3Layout = new TQGridLayout( frame3, 1, 1, 2, 6, "frame3Layout"); frame3Layout = new TQGridLayout( frame3, 1, 1, 2, 6, "frame3Layout");
bPlay = new KPushButton( frame3, "bPlay" ); bPlay = new KPushButton( frame3, "bPlay" );
bPlay->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, bPlay->sizePolicy().hasHeightForWidth() ) ); bPlay->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, bPlay->sizePolicy().hasHeightForWidth() ) );
bPlay->setMinimumSize( TQSize( 25, 25 ) ); bPlay->setMinimumSize( TQSize( 25, 25 ) );
bPlay->setMaximumSize( TQSize( 25, 25 ) ); bPlay->setMaximumSize( TQSize( 25, 25 ) );
bPlay->setCursor( TQCursor( 0 ) ); bPlay->setCursor( TQCursor( 0 ) );
@ -121,7 +121,7 @@ backupDlg::backupDlg( TQWidget* parent, const char* name, bool modal, WFlags fl
frame3Layout->addItem( spacer4, 1, 0 ); frame3Layout->addItem( spacer4, 1, 0 );
image = new TQLabel( frame3, "image" ); image = new TQLabel( frame3, "image" );
image->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, image->sizePolicy().hasHeightForWidth() ) ); image->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, image->sizePolicy().hasHeightForWidth() ) );
image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) ); image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) );
image->setCursor( TQCursor( 3 ) ); image->setCursor( TQCursor( 3 ) );
image->setScaledContents( TRUE ); image->setScaledContents( TRUE );
@ -132,7 +132,7 @@ backupDlg::backupDlg( TQWidget* parent, const char* name, bool modal, WFlags fl
spacer3 = new TQSpacerItem( 380, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer3 = new TQSpacerItem( 380, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
backupDlgLayout->addItem( spacer3, 2, 2 ); backupDlgLayout->addItem( spacer3, 2, 2 );
languageChange(); languageChange();
resize( TQSize(385, 425).expandedTo(tqminimumSizeHint()) ); resize( TQSize(385, 425).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -20,13 +20,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>9999</width> <width>9999</width>
<height>9999</height> <height>9999</height>
@ -84,7 +84,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="4"> <widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="4">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -181,7 +181,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="4"> <widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="4">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<property name="cursor"> <property name="cursor">
<cursor>3</cursor> <cursor>3</cursor>
@ -200,7 +200,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>131</width> <width>131</width>
<height>20</height> <height>20</height>
@ -271,13 +271,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>25</width> <width>25</width>
<height>25</height> <height>25</height>
@ -309,7 +309,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>476</width> <width>476</width>
<height>20</height> <height>20</height>
@ -354,7 +354,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>380</width> <width>380</width>
<height>20</height> <height>20</height>

@ -13,7 +13,7 @@
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqprogressbar.h> #include <tqprogressbar.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
@ -29,31 +29,31 @@ DVDProgress::DVDProgress( TQWidget* parent, const char* name, bool modal, WFlags
{ {
if ( !name ) if ( !name )
setName( "DVDProgress" ); setName( "DVDProgress" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
setMinimumSize( TQSize( 0, 150 ) ); setMinimumSize( TQSize( 0, 150 ) );
setMaximumSize( TQSize( 400, 150 ) ); setMaximumSize( TQSize( 400, 150 ) );
setCursor( TQCursor( 3 ) ); setCursor( TQCursor( 3 ) );
DVDProgressLayout = new TQGridLayout( this, 1, 1, 11, 6, "DVDProgressLayout"); DVDProgressLayout = new TQGridLayout( this, 1, 1, 11, 6, "DVDProgressLayout");
tqlayout2 = new TQVBoxLayout( 0, 0, 6, "tqlayout2"); layout2 = new TQVBoxLayout( 0, 0, 6, "layout2");
lblTotal = new TQLabel( this, "lblTotal" ); lblTotal = new TQLabel( this, "lblTotal" );
lblTotal->setCursor( TQCursor( 3 ) ); lblTotal->setCursor( TQCursor( 3 ) );
tqlayout2->addWidget( lblTotal ); layout2->addWidget( lblTotal );
pbTotal = new TQProgressBar( this, "pbTotal" ); pbTotal = new TQProgressBar( this, "pbTotal" );
pbTotal->setCursor( TQCursor( 3 ) ); pbTotal->setCursor( TQCursor( 3 ) );
pbTotal->setProgress( 100 ); pbTotal->setProgress( 100 );
pbTotal->setPercentageVisible( FALSE ); pbTotal->setPercentageVisible( FALSE );
tqlayout2->addWidget( pbTotal ); layout2->addWidget( pbTotal );
DVDProgressLayout->addLayout( tqlayout2, 1, 0 ); DVDProgressLayout->addLayout( layout2, 1, 0 );
tqlayout1 = new TQVBoxLayout( 0, 0, 6, "tqlayout1"); layout1 = new TQVBoxLayout( 0, 0, 6, "layout1");
lblTitle = new TQLabel( this, "lblTitle" ); lblTitle = new TQLabel( this, "lblTitle" );
lblTitle->setCursor( TQCursor( 3 ) ); lblTitle->setCursor( TQCursor( 3 ) );
tqlayout1->addWidget( lblTitle ); layout1->addWidget( lblTitle );
pbTitle = new TQProgressBar( this, "pbTitle" ); pbTitle = new TQProgressBar( this, "pbTitle" );
pbTitle->setCursor( TQCursor( 3 ) ); pbTitle->setCursor( TQCursor( 3 ) );
@ -61,16 +61,16 @@ DVDProgress::DVDProgress( TQWidget* parent, const char* name, bool modal, WFlags
pbTitle->setProgress( 100 ); pbTitle->setProgress( 100 );
pbTitle->setCenterIndicator( TRUE ); pbTitle->setCenterIndicator( TRUE );
pbTitle->setPercentageVisible( FALSE ); pbTitle->setPercentageVisible( FALSE );
tqlayout1->addWidget( pbTitle ); layout1->addWidget( pbTitle );
DVDProgressLayout->addLayout( tqlayout1, 0, 0 ); DVDProgressLayout->addLayout( layout1, 0, 0 );
lbltqStatus = new TQLabel( this, "lblStatus" ); lblStatus = new TQLabel( this, "lblStatus" );
lbltqStatus->setCursor( TQCursor( 3 ) ); lblStatus->setCursor( TQCursor( 3 ) );
DVDProgressLayout->addWidget( lbltqStatus, 2, 0 ); DVDProgressLayout->addWidget( lblStatus, 2, 0 );
languageChange(); languageChange();
resize( TQSize(278, 150).expandedTo(tqminimumSizeHint()) ); resize( TQSize(278, 150).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
} }
@ -91,7 +91,7 @@ void DVDProgress::languageChange()
setCaption( tr2i18n( "k9Copy - DVD Analyze" ) ); setCaption( tr2i18n( "k9Copy - DVD Analyze" ) );
lblTotal->setText( TQString() ); lblTotal->setText( TQString() );
lblTitle->setText( TQString() ); lblTitle->setText( TQString() );
lbltqStatus->setText( TQString() ); lblStatus->setText( TQString() );
} }
#include "dvdprogress.moc" #include "dvdprogress.moc"

@ -20,13 +20,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>150</height> <height>150</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>400</width> <width>400</width>
<height>150</height> <height>150</height>
@ -44,7 +44,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<property name="cursor"> <property name="cursor">
<cursor>3</cursor> <cursor>3</cursor>
@ -82,7 +82,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<property name="cursor"> <property name="cursor">
<cursor>3</cursor> <cursor>3</cursor>
@ -126,7 +126,7 @@
</widget> </widget>
<widget class="TQLabel" row="2" column="0"> <widget class="TQLabel" row="2" column="0">
<property name="name"> <property name="name">
<cstring>lbltqStatus</cstring> <cstring>lblStatus</cstring>
</property> </property>
<property name="cursor"> <property name="cursor">
<cursor>3</cursor> <cursor>3</cursor>

@ -31,7 +31,7 @@
#include <kguiitem.h> #include <kguiitem.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <tqlayout.h> #include <layout.h>
#include "k9drawimage.h" #include "k9drawimage.h"
k9BackupDlg::k9BackupDlg(TQWidget* parent, const char* name, bool modal, WFlags fl) k9BackupDlg::k9BackupDlg(TQWidget* parent, const char* name, bool modal, WFlags fl)

@ -101,13 +101,13 @@ void k9BurnDVD::burnWithK3b() {
} }
void k9BurnDVD::mkisoSizeStderr(KProcess *proc, char *buffer, int buflen) { void k9BurnDVD::mkisoSizeStderr(KProcess *proc, char *buffer, int buflen) {
TQString c=TQString::tqfromLatin1( buffer,buflen);// (proc2->readStderr()); TQString c=TQString::fromLatin1( buffer,buflen);// (proc2->readStderr());
imageSize=c.replace("\n",""); imageSize=c.replace("\n","");
; ;
} }
void k9BurnDVD::mkisoSizeStdout(KProcess *proc, char *buffer, int buflen) { void k9BurnDVD::mkisoSizeStdout(KProcess *proc, char *buffer, int buflen) {
TQString c=TQString::tqfromLatin1(buffer,buflen);// (proc2->readStdout()); TQString c=TQString::fromLatin1(buffer,buflen);// (proc2->readStdout());
imageSize=c.replace("\n",""); imageSize=c.replace("\n","");
; ;
} }
@ -176,9 +176,9 @@ void k9BurnDVD::getWodimCmd(k9Process *proc) {
*proc <<"-data"; *proc <<"-data";
if (m_speed !=i18n("default")) if (m_speed !=i18n("default"))
*proc << TQString("speed=%1").tqarg(m_speed); *proc << TQString("speed=%1").arg(m_speed);
*proc <<TQString("dev=%1").tqarg(burnDevice); *proc <<TQString("dev=%1").arg(burnDevice);
*proc <<TQString("tsize=%1s").tqarg(imageSize); *proc <<TQString("tsize=%1s").arg(imageSize);
*proc << "-"; *proc << "-";
} }
@ -222,7 +222,7 @@ void k9BurnDVD::burnWithGenisoimage() {
if (!cancelled) { if (!cancelled) {
int res=progress->execute(); int res=progress->execute();
if ( res==-1 ) { if ( res==-1 ) {
KMessageBox::error( 0, i18n("Error burning DVD :\n")+i18n("Unable to run %1").tqarg("genisoimage"), i18n("DVD burning") ); KMessageBox::error( 0, i18n("Error burning DVD :\n")+i18n("Unable to run %1").arg("genisoimage"), i18n("DVD burning") );
cancelled=true; cancelled=true;
} else { } else {
if (proc->exitStatus()==0) { if (proc->exitStatus()==0) {
@ -233,7 +233,7 @@ void k9BurnDVD::burnWithGenisoimage() {
} else { } else {
TQString c; TQString c;
c=i18n("An error occured while Burning DVD: %1").tqarg(lastMsg) +"\n" +i18n("Insert an other DVD"); c=i18n("An error occured while Burning DVD: %1").arg(lastMsg) +"\n" +i18n("Insert an other DVD");
if ( KMessageBox::warningContinueCancel ( 0,c, i18n("authoring"))!=KMessageBox::Continue) { if ( KMessageBox::warningContinueCancel ( 0,c, i18n("authoring"))!=KMessageBox::Continue) {
cancelled=true; cancelled=true;
} }
@ -306,7 +306,7 @@ void k9BurnDVD::burnWithGrowisofs() {
if (!cancelled) { if (!cancelled) {
int res=progress->execute(); int res=progress->execute();
if ( res==-1 ) { if ( res==-1 ) {
KMessageBox::error( 0, i18n("Error burning DVD :\n")+i18n("Unable to run %1").tqarg(progname), i18n("DVD burning") ); KMessageBox::error( 0, i18n("Error burning DVD :\n")+i18n("Unable to run %1").arg(progname), i18n("DVD burning") );
cancelled=true; cancelled=true;
} else { } else {
if (proc->exitStatus()==0) { if (proc->exitStatus()==0) {
@ -317,7 +317,7 @@ void k9BurnDVD::burnWithGrowisofs() {
} else { } else {
TQString c; TQString c;
c=i18n("An error occured while Burning DVD: %1").tqarg(lastMsg) +"\n" +i18n("Insert an other DVD"); c=i18n("An error occured while Burning DVD: %1").arg(lastMsg) +"\n" +i18n("Insert an other DVD");
if ( KMessageBox::warningContinueCancel ( 0,c, i18n("authoring"))!=KMessageBox::Continue) { if ( KMessageBox::warningContinueCancel ( 0,c, i18n("authoring"))!=KMessageBox::Continue) {
cancelled=true; cancelled=true;
} }
@ -331,7 +331,7 @@ void k9BurnDVD::burnWithGrowisofs() {
/** No descriptions */ /** No descriptions */
void k9BurnDVD::growisoStderr(KProcess *proc, char *buffer, int buflen) { void k9BurnDVD::growisoStderr(KProcess *proc, char *buffer, int buflen) {
TQString c=TQString::tqfromLatin1( buffer,buflen);// (proc->readStderr()); TQString c=TQString::fromLatin1( buffer,buflen);// (proc->readStderr());
char s[255]; char s[255];
int a,b; int a,b;
int pos; int pos;
@ -346,7 +346,7 @@ void k9BurnDVD::growisoStderr(KProcess *proc, char *buffer, int buflen) {
} }
progress->setTitle(i18n("Burning DVD")); progress->setTitle(i18n("Burning DVD"));
progress->setLabelText(i18n("Current write speed :%1 x").tqarg(burnSpeed)); progress->setLabelText(i18n("Current write speed :%1 x").arg(burnSpeed));
if (c.contains("% done")) { if (c.contains("% done")) {
pos=c.find("%"); pos=c.find("%");
if (pos!=-1) { if (pos!=-1) {
@ -371,7 +371,7 @@ void k9BurnDVD::growisoStderr(KProcess *proc, char *buffer, int buflen) {
} }
} }
void k9BurnDVD::growisoStdout(KProcess *proc, char *buffer, int buflen) { void k9BurnDVD::growisoStdout(KProcess *proc, char *buffer, int buflen) {
TQString c=TQString::tqfromLatin1( buffer,buflen);// (proc->readStdout()); TQString c=TQString::fromLatin1( buffer,buflen);// (proc->readStdout());
int pos; int pos;
pos=c.find("STAT"); pos=c.find("STAT");
if (pos!=-1) { if (pos!=-1) {

@ -294,10 +294,10 @@ double k9CellCopyList::getMinFactor(bool _withMenus) {
double totalSize=gettotalSize()+menuSize - (fforced) -m_inbytes; double totalSize=gettotalSize()+menuSize - (fforced) -m_inbytes;
totalSize/=2.50; totalSize/=2.50;
qDebug(TQString("totalSize(%1)=gettotalSize()(%2)+menuSize(%3) -(fforced(%4))-m_inbytes(%6)").tqarg(totalSize).tqarg(gettotalSize()).tqarg(menuSize).tqarg(fforced).tqarg(m_frcinbytes).tqarg(m_inbytes)); qDebug(TQString("totalSize(%1)=gettotalSize()(%2)+menuSize(%3) -(fforced(%4))-m_inbytes(%6)").arg(totalSize).arg(gettotalSize()).arg(menuSize).arg(fforced).arg(m_frcinbytes).arg(m_inbytes));
double minFactor=(fforced-m_frcinbytes) /(MaxSize- (totalSize +m_outbytes) - m_frcoutbytes) ; double minFactor=(fforced-m_frcinbytes) /(MaxSize- (totalSize +m_outbytes) - m_frcoutbytes) ;
qDebug(TQString("minfactor(%1)=(fforced(%2) -m_frinbytes(%3))/(MacSize(%4)-totalSize(%5)-m_outbytes(%6) - m_frcoutbytes(%7))").tqarg(minFactor).tqarg(fforced).tqarg(m_frcinbytes).tqarg(MaxSize).tqarg(totalSize).tqarg(m_outbytes).tqarg(m_frcoutbytes)); qDebug(TQString("minfactor(%1)=(fforced(%2) -m_frinbytes(%3))/(MacSize(%4)-totalSize(%5)-m_outbytes(%6) - m_frcoutbytes(%7))").arg(minFactor).arg(fforced).arg(m_frcinbytes).arg(MaxSize).arg(totalSize).arg(m_outbytes).arg(m_frcoutbytes));
if (minFactor<1) if (minFactor<1)
minFactor=1; minFactor=1;
@ -347,7 +347,7 @@ double k9CellCopyList::getfactor(bool _withMenus,bool _streams) {
if (dvdSize2 <0) { if (dvdSize2 <0) {
factor=2.5; factor=2.5;
//qDebug(TQString("dvdSize (%1)- _outbytes(%2) - fforcedsh(%3)=%4").tqarg(dvdSize).tqarg(m_outbytes).tqarg(fforcedsh).tqarg(dvdSize2)); //qDebug(TQString("dvdSize (%1)- _outbytes(%2) - fforcedsh(%3)=%4").arg(dvdSize).arg(m_outbytes).arg(fforcedsh).arg(dvdSize2));
} }
else { else {
factor=(totalSize +menuSize - fforced -m_inbytes)/ dvdSize2 ; factor=(totalSize +menuSize - fforced -m_inbytes)/ dvdSize2 ;
@ -361,7 +361,7 @@ double k9CellCopyList::getfactor(bool _withMenus,bool _streams) {
uint64_t i=m_inbytes; uint64_t i=m_inbytes;
//if (o==0) //if (o==0)
// o=1; // o=1;
//qDebug(TQString("factor : %1 realise : %2").tqarg(factor).tqarg((double)i/(double)o)); //qDebug(TQString("factor : %1 realise : %2").arg(factor).arg((double)i/(double)o));
if (factor<=1) if (factor<=1)
factor=1; factor=1;

@ -24,12 +24,12 @@ k9DrawImage::~k9DrawImage()
void k9DrawImage::setImage(const TQImage &_image){ void k9DrawImage::setImage(const TQImage &_image){
m_pixmap =_image; m_pixmap =_image;
tqrepaint(); repaint();
} }
void k9DrawImage::setImage(TQString _fileName) { void k9DrawImage::setImage(TQString _fileName) {
m_pixmap.load(_fileName); m_pixmap.load(_fileName);
tqrepaint(); repaint();
} }
void k9DrawImage::paintEvent ( TQPaintEvent * ) { void k9DrawImage::paintEvent ( TQPaintEvent * ) {

@ -150,7 +150,7 @@ k9DVD::k9DVD(TQObject *parent, const char *name,const TQStringList args) {
m_lsubpType.append(i18n("reserved")); m_lsubpType.append(i18n("reserved"));
m_lsubpType.append(i18n("Director's comments")); m_lsubpType.append(i18n("Director's comments"));
m_lsubpType.append(i18n("Large director's comments")); m_lsubpType.append(i18n("Large director's comments"));
m_lsubpType.append(i18n("Director's comments for tqchildren")); m_lsubpType.append(i18n("Director's comments for children"));
m_frames_per_s[0]=-1.0; m_frames_per_s[0]=-1.0;
@ -187,7 +187,7 @@ int k9DVD::get_title_name(const char* dvd_device, char* title) {
int i; int i;
TQString c; TQString c;
if (! (filehandle = fopen(dvd_device, "r"))) { if (! (filehandle = fopen(dvd_device, "r"))) {
c=i18n("Couldn't open %1 for title\n").tqarg(dvd_device); c=i18n("Couldn't open %1 for title\n").arg(dvd_device);
// setError(c ); // setError(c );
strcpy(title, i18n("unknown").latin1()); strcpy(title, i18n("unknown").latin1());
return -1; return -1;
@ -195,7 +195,7 @@ int k9DVD::get_title_name(const char* dvd_device, char* title) {
if ( fseek(filehandle, 32808, SEEK_SET )) { if ( fseek(filehandle, 32808, SEEK_SET )) {
fclose(filehandle); fclose(filehandle);
c=i18n("Couldn't seek in %1 for title\n").tqarg( dvd_device); c=i18n("Couldn't seek in %1 for title\n").arg( dvd_device);
setError(c); setError(c);
strcpy(title, i18n("unknown").latin1()); strcpy(title, i18n("unknown").latin1());
return -1; return -1;
@ -330,7 +330,7 @@ int k9DVD::scandvd (const TQString & device,bool _quickScan) {
/* /*
ret = stat(device.latin1(), &dvd_stat); ret = stat(device.latin1(), &dvd_stat);
if ( ret < 0 ) { if ( ret < 0 ) {
c=i18n("Can't find device %1\n").tqarg( device); c=i18n("Can't find device %1\n").arg( device);
setError(c); setError(c);
return 1; return 1;
} }
@ -340,7 +340,7 @@ int k9DVD::scandvd (const TQString & device,bool _quickScan) {
m_dvd.close(); m_dvd.close();
m_dvd.openDevice(device); m_dvd.openDevice(device);
if( !m_dvd.opened() ) { if( !m_dvd.opened() ) {
c=i18n("Can't open disc %1!\n").tqarg(device); c=i18n("Can't open disc %1!\n").arg(device);
setError(c); setError(c);
return 2; return 2;
} }
@ -393,8 +393,8 @@ int k9DVD::scandvd (const TQString & device,bool _quickScan) {
m_titleCount++; m_titleCount++;
vts_ttn = ttn;//ifo->vts_ptt_srpt->title[j].ptt[0].pgcn; //ifo_zero->tt_srpt->title[j].vts_ttn; vts_ttn = ttn;//ifo->vts_ptt_srpt->title[j].ptt[0].pgcn; //ifo_zero->tt_srpt->title[j].vts_ttn;
//JMPtxt=i18n("Title %1").tqarg(indexedCount); //JMPtxt=i18n("Title %1").arg(indexedCount);
txt=i18n("Title %1").tqarg(numTitle); txt=i18n("Title %1").arg(numTitle);
emit sigTotalText (txt); emit sigTotalText (txt);
emit sigTitleProgress(numTitle,ltitles); emit sigTitleProgress(numTitle,ltitles);
video_attr = &vtsi_mat->vts_video_attr; video_attr = &vtsi_mat->vts_video_attr;
@ -691,7 +691,7 @@ k9DVDTitle* k9DVD::addTitle(k9DVDTitleset *_titleset,int id,int num,int _VTS,int
} }
if (bappend) if (bappend)
m_titles.append(track); m_titles.append(track);
track->name=i18n("Title %1").tqarg(num); track->name=i18n("Title %1").arg(num);
if (!_indexed) { if (!_indexed) {
for (uint i=0;i<m_titles.count();i++) { for (uint i=0;i<m_titles.count();i++) {
@ -859,7 +859,7 @@ long k9DVD::stream_vob( int title, unsigned long startblock, unsigned long lastb
TQString c; TQString c;
dvdfile =m_dvd.openTitle( title); dvdfile =m_dvd.openTitle( title);
if( !dvdfile ) { if( !dvdfile ) {
c=i18n("Error opening vobs for title %1\n").tqarg( title); c=i18n("Error opening vobs for title %1\n").arg( title);
setError(c); setError(c);
return 0; return 0;
} }
@ -870,7 +870,7 @@ long k9DVD::stream_vob( int title, unsigned long startblock, unsigned long lastb
emit sigVobProgress(i-startblock,lastblock-startblock); emit sigVobProgress(i-startblock,lastblock-startblock);
total+=size; total+=size;
if( !size ) { if( !size ) {
c=i18n("ERROR reading block %1\n").tqarg(i); c=i18n("ERROR reading block %1\n").arg(i);
setError(c); setError(c);
break; break;
} }

@ -145,7 +145,7 @@ void k9DVDAuthor::addMenus(TQDomElement &titleSet) {
error=true; error=true;
TQString sMsg; TQString sMsg;
//sMsg.TQString::sprintf(tr2i18n("'%s' not selected"),l_track->getname().latin1()); //sMsg.TQString::sprintf(tr2i18n("'%s' not selected"),l_track->getname().latin1());
sMsg=i18n("'%1' not selected").tqarg(l_track->getname()); sMsg=i18n("'%1' not selected").arg(l_track->getname());
KMessageBox::error( 0,sMsg, tr2i18n("authoring")); KMessageBox::error( 0,sMsg, tr2i18n("authoring"));
} }
start.sprintf("jump titleset %d menu;",DVD->getnewTitleNum(l_track)); start.sprintf("jump titleset %d menu;",DVD->getnewTitleNum(l_track));
@ -222,10 +222,10 @@ void k9DVDAuthor::addTitle(TQDomElement &root, k9DVDTitle *title) {
TQString txtcmd; TQString txtcmd;
if (audio !=-1) { if (audio !=-1) {
txtcmd="subtitle=%1;\n audio=%2;\n g1=0;jump title 1;"; txtcmd="subtitle=%1;\n audio=%2;\n g1=0;jump title 1;";
txtcmd=txtcmd.tqarg(subtitle+63).tqarg(audio); txtcmd=txtcmd.arg(subtitle+63).arg(audio);
} else { } else {
txtcmd="subtitle=%1;\n g1=0;jump title 1;"; txtcmd="subtitle=%1;\n g1=0;jump title 1;";
txtcmd=txtcmd.tqarg(subtitle+63); txtcmd=txtcmd.arg(subtitle+63);
} }
precmd.setNodeValue(txtcmd); precmd.setNodeValue(txtcmd);
@ -339,23 +339,23 @@ void k9DVDAuthor::addTitle(TQDomElement &root, k9DVDTitle *title) {
for (k9ChapterCell *cell =l_chap->cells.first();cell ;cell =l_chap->cells.next() ) { for (k9ChapterCell *cell =l_chap->cells.first();cell ;cell =l_chap->cells.next() ) {
icell++; icell++;
sCell = TQString("--cell %1").tqarg(icell); sCell = TQString("--cell %1").arg(icell);
sChapter=TQString("--chapter %1").tqarg(numPart); sChapter=TQString("--chapter %1").arg(numPart);
//test //test
uint32_t itotSize = (cell->getlastSector()-cell->getstartSector())* DVD_VIDEO_LB_LEN; uint32_t itotSize = (cell->getlastSector()-cell->getstartSector())* DVD_VIDEO_LB_LEN;
TQString file; TQString file;
e=xml->createElement("vob"); e=xml->createElement("vob");
file=TQString("k9copy --play --input %1 --dvdtitle %2 %3 %4 %5 %6 --vampsfactor %7 --inputsize %8 --chaptersize %9 ") file=TQString("k9copy --play --input %1 --dvdtitle %2 %3 %4 %5 %6 --vampsfactor %7 --inputsize %8 --chaptersize %9 ")
.tqarg(DVD->getDevice()) .arg(DVD->getDevice())
.tqarg(title->getnumTitle()) .arg(title->getnumTitle())
.tqarg(sChapter) .arg(sChapter)
.tqarg(sCell) .arg(sCell)
.tqarg(caud) .arg(caud)
.tqarg(csub) .arg(csub)
.tqarg(titleFactor,0,'f',2) .arg(titleFactor,0,'f',2)
.tqarg(itotSize,0,'f',0) .arg(itotSize,0,'f',0)
.tqarg(chapterSize,0,'f',0); .arg(chapterSize,0,'f',0);
if (m_firsttitle) { if (m_firsttitle) {
file +=" --initstatus "; file +=" --initstatus ";
m_firsttitle=false; m_firsttitle=false;
@ -364,9 +364,9 @@ void k9DVDAuthor::addTitle(TQDomElement &root, k9DVDTitle *title) {
file +=" --ffactor "; file +=" --ffactor ";
} }
file +=TQString(" --inject %1 --totalsize %2 --dvdsize %3 |") file +=TQString(" --inject %1 --totalsize %2 --dvdsize %3 |")
.tqarg(inject) .arg(inject)
.tqarg(m_totalSize -m_forced ,0,'f',0) .arg(m_totalSize -m_forced ,0,'f',0)
.tqarg(((uint64_t)k9DVDSize::getMaxSize() *1024 *1024) - m_forcedsh,0,'f',0); .arg(((uint64_t)k9DVDSize::getMaxSize() *1024 *1024) - m_forcedsh,0,'f',0);
e.setAttribute("file",file); e.setAttribute("file",file);
if (first) if (first)
@ -387,7 +387,7 @@ void k9DVDAuthor::addTitle(TQDomElement &root, k9DVDTitle *title) {
c.sprintf("g1=%d;\ncall vmgm menu;",DVD->getnewTitleNum(l_next)); c.sprintf("g1=%d;\ncall vmgm menu;",DVD->getnewTitleNum(l_next));
if( DVD->getnewTitleNum(l_next)==-1) { if( DVD->getnewTitleNum(l_next)==-1) {
error=true; error=true;
c=i18n("'%1' not selected").tqarg(l_next->getname()); c=i18n("'%1' not selected").arg(l_next->getname());
KMessageBox::error( 0, c, tr2i18n("authoring")); KMessageBox::error( 0, c, tr2i18n("authoring"));
} }
@ -411,7 +411,7 @@ void k9DVDAuthor::setworkDir( const TQString& _newVal) {
void k9DVDAuthor::author() { void k9DVDAuthor::author() {
if ( ! k9Tools::checkProgram("dvdauthor")) { if ( ! k9Tools::checkProgram("dvdauthor")) {
KMessageBox::error (tqApp->mainWidget(),i18n("Unable to run %1").tqarg("dvdauthor") , i18n("authoring")); KMessageBox::error (tqApp->mainWidget(),i18n("Unable to run %1").arg("dvdauthor") , i18n("authoring"));
error = TRUE; error = TRUE;
return; return;
} }
@ -491,7 +491,7 @@ void k9DVDAuthor::author() {
void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) {
//TQString m_stderr(proc->readStderr()); //TQString m_stderr(proc->readStderr());
TQString m_stderr=TQString::tqfromLatin1(buffer, buflen); TQString m_stderr=TQString::fromLatin1(buffer, buflen);
float m_percent; float m_percent;
TQString m_remain; TQString m_remain;
@ -505,7 +505,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) {
// m_copied+=totalBytes - m_lastPos; // m_copied+=totalBytes - m_lastPos;
m_copied=totalBytes; m_copied=totalBytes;
m_lastPos=totalBytes; m_lastPos=totalBytes;
//qDebug(TQString("copied : %1 totalSize : %2").tqarg(m_copied).tqarg(m_totalSize*512)); //qDebug(TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512));
m_percent=(float)m_copied / (float)(m_totalSize/DVD_VIDEO_LB_LEN ); m_percent=(float)m_copied / (float)(m_totalSize/DVD_VIDEO_LB_LEN );
@ -558,7 +558,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) {
} }
void k9DVDAuthor::DVDAuthorStdout(KProcess *proc, char *buffer, int buflen) { void k9DVDAuthor::DVDAuthorStdout(KProcess *proc, char *buffer, int buflen) {
TQString c=TQString::tqfromLatin1( buffer,buflen); TQString c=TQString::fromLatin1( buffer,buflen);
//(proc->readStdout()); //(proc->readStdout());
int pos; int pos;
pos=c.find("STAT"); pos=c.find("STAT");

@ -280,13 +280,13 @@ void k9DVDBackup::copyEmptyPgc(int _vts,k9Cell *_cell) {
k9DVDFile *dvdfile; k9DVDFile *dvdfile;
if ((dvdfile = m_dvdread->openTitle( _vts))== 0) { if ((dvdfile = m_dvdread->openTitle( _vts))== 0) {
TQString stmp; TQString stmp;
stmp=i18n("Unable to open titleset %1").tqarg(_vts); stmp=i18n("Unable to open titleset %1").arg(_vts);
seterror(stmp); seterror(stmp);
return ; return ;
} }
backupDlg->setTotalSteps(vts_handle->vtsi_mat->vts_last_sector-vts_handle->vtsi_mat->vtstt_vobs -1); backupDlg->setTotalSteps(vts_handle->vtsi_mat->vts_last_sector-vts_handle->vtsi_mat->vtstt_vobs -1);
TQString c; TQString c;
c=i18n("Extracting titleset %1").tqarg(_vts); c=i18n("Extracting titleset %1").arg(_vts);
backupDlg->setProgressLabel(c); backupDlg->setProgressLabel(c);
backupDlg->show(); backupDlg->show();
@ -458,7 +458,7 @@ uint32_t k9DVDBackup::copyMenu2(int _vts) {
k9DVDFile *dvdfile; k9DVDFile *dvdfile;
if ((dvdfile = m_dvdread->openMenu( _vts))== 0) { if ((dvdfile = m_dvdread->openMenu( _vts))== 0) {
TQString stmp; TQString stmp;
stmp=i18n("Unable to open menu for titleset %1").tqarg(_vts); stmp=i18n("Unable to open menu for titleset %1").arg(_vts);
seterror (stmp); seterror (stmp);
return 0; return 0;
} }
@ -484,7 +484,7 @@ uint32_t k9DVDBackup::copyMenu2(int _vts) {
uint32_t sector, dsi_next_vobu = 0; uint32_t sector, dsi_next_vobu = 0;
uint32_t imax=length/sizeof(cell_adr_t); uint32_t imax=length/sizeof(cell_adr_t);
TQString c; TQString c;
c=i18n("Extracting menu for titleset %1").tqarg(_vts); c=i18n("Extracting menu for titleset %1").arg(_vts);
backupDlg->setProgressLabel(c); backupDlg->setProgressLabel(c);
backupDlg->show(); backupDlg->show();
@ -502,7 +502,7 @@ uint32_t k9DVDBackup::copyMenu2(int _vts) {
nbCells++; nbCells++;
} }
//else //else
//qDebug() << TQString("cell start sector (%1) exceed menu size (%2)").tqarg((ptr+i)->start_sector).tqarg(menuLastSector); //qDebug() << TQString("cell start sector (%1) exceed menu size (%2)").arg((ptr+i)->start_sector).arg(menuLastSector);
} }
cadr.sort(); cadr.sort();
vamps->reset(); vamps->reset();
@ -577,7 +577,7 @@ void k9DVDBackup::playCell (int vts_num, k9Cell *_cell,bool _empty) {
vts_handle=currTS->ifoTitle->getIFO(); vts_handle=currTS->ifoTitle->getIFO();
if (!vts_handle) { if (!vts_handle) {
TQString stmp; TQString stmp;
stmp=i18n("Unable to open ifo file for titleset %1").tqarg(vts_num); stmp=i18n("Unable to open ifo file for titleset %1").arg(vts_num);
seterror (stmp); seterror (stmp);
//JMP vamps->setNoData(); //JMP vamps->setNoData();
return; return;
@ -585,7 +585,7 @@ void k9DVDBackup::playCell (int vts_num, k9Cell *_cell,bool _empty) {
backupDlg->setTotalSteps( vts_handle->vtsi_mat->vts_last_sector-vts_handle->vtsi_mat->vtstt_vobs -1); backupDlg->setTotalSteps( vts_handle->vtsi_mat->vts_last_sector-vts_handle->vtsi_mat->vtstt_vobs -1);
TQString c; TQString c;
c=i18n("Extracting titleset %1").tqarg(vts_num); c=i18n("Extracting titleset %1").arg(vts_num);
backupDlg->setProgressLabel(c); backupDlg->setProgressLabel(c);
backupDlg->show(); backupDlg->show();
} else { } else {
@ -599,7 +599,7 @@ void k9DVDBackup::playCell (int vts_num, k9Cell *_cell,bool _empty) {
dvdfile = m_dvdread->openTitle (vts_num); dvdfile = m_dvdread->openTitle (vts_num);
if (! dvdfile) { if (! dvdfile) {
TQString stmp; TQString stmp;
stmp=i18n("Unable to open vobs for titleset %1").tqarg(vts_num); stmp=i18n("Unable to open vobs for titleset %1").arg(vts_num);
seterror( stmp); seterror( stmp);
//JMP vamps->setNoData(); //JMP vamps->setNoData();
return; return;
@ -1395,7 +1395,7 @@ void k9DVDBackup::updateVob(k9CellList *cellLst) {
sName="VIDEO_TS.VOB"; sName="VIDEO_TS.VOB";
else else
sName.sprintf("VTS_%02d_%d.VOB",(int)currVTS,(int)VobNum); sName.sprintf("VTS_%02d_%d.VOB",(int)currVTS,(int)VobNum);
dbg=i18n("Updating vob %1").tqarg(sName); dbg=i18n("Updating vob %1").arg(sName);
sName=output+"/"+sName; sName=output+"/"+sName;
TQFileInfo finfo(sName); TQFileInfo finfo(sName);
long fileSize=finfo.size(); long fileSize=finfo.size();

@ -68,7 +68,7 @@ uchar ID[17];
TQString id=""; TQString id="";
if (DVDDiscID(m_dvd,ID) !=-1) { if (DVDDiscID(m_dvd,ID) !=-1) {
ID[16]=0; ID[16]=0;
id=TQString::tqfromLatin1((const char*)ID); id=TQString::fromLatin1((const char*)ID);
} }
return id; return id;
} }

@ -903,7 +903,7 @@ void k9Ifo2::navRead_PCI(pci_t *pci, uchar *buffer) {
for(j = 0; j < 2; j++) for(j = 0; j < 2; j++)
B2N_32(pci->hli.btn_colit.btn_coli[i][j]); B2N_32(pci->hli.btn_colit.btn_coli[i][j]);
/* NOTE: I've had to change the structure from the disk tqlayout to get /* NOTE: I've had to change the structure from the disk layout to get
* the packing to work with Sun's Forte C compiler. */ * the packing to work with Sun's Forte C compiler. */
/* pci hli btni */ /* pci hli btni */

@ -16,7 +16,7 @@
#include <kprogress.h> #include <kprogress.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tqlayout.h> #include <layout.h>
#include "k9drawimage.h" #include "k9drawimage.h"

@ -274,7 +274,7 @@ void k9MP4Enc::execute ( k9DVDTitle *_title )
if ( ext!="" ) if ( ext!="" )
ext="."+ext; ext="."+ext;
path=m_filename.left ( m_filename.length()-ext.length() ); path=m_filename.left ( m_filename.length()-ext.length() );
//path=TQString("%1-chapter%2-cell%3%4").tqarg(path).tqarg(ichapterCells.key()).tqarg(ichapterCells.value()).tqarg(ext); //path=TQString("%1-chapter%2-cell%3%4").arg(path).arg(ichapterCells.key()).arg(ichapterCells.value()).arg(ext);
path=TQString ( "%1-chapter%2%3" ).arg ( path ).arg ( ichapterCells.key() ).arg ( ext ); path=TQString ( "%1-chapter%2%3" ).arg ( path ).arg ( ichapterCells.key() ).arg ( ext );
++ichapterCells; ++ichapterCells;
} }
@ -312,9 +312,9 @@ void k9MP4Enc::execute ( k9DVDTitle *_title )
//*m_process << "-ovc" << sVOption; //*m_process << "-ovc" << sVOption;
/* int pos=sVOption.find("-vf"); /* int pos=sVOption.find("-vf");
if (pos==-1) if (pos==-1)
*m_process <<"-vf" << TQString("scale=%1:%2").tqarg(m_width).tqarg(m_height); *m_process <<"-vf" << TQString("scale=%1:%2").arg(m_width).arg(m_height);
else else
sVOption=sVOption.insert(pos+4,TQString("scale=%1:%2,").tqarg(m_width).tqarg(m_height)); sVOption=sVOption.insert(pos+4,TQString("scale=%1:%2,").arg(m_width).arg(m_height));
*/ */
*m_process << sVOption; *m_process << sVOption;
@ -503,7 +503,7 @@ void k9MP4Enc::getStdout ( KProcess *, char *buffer, int buflen )
void k9MP4Enc::getStderr ( KProcess *proc, char *buffer, int buflen ) void k9MP4Enc::getStderr ( KProcess *proc, char *buffer, int buflen )
{ {
//m_stderr=TQString::tqfromLatin1(buffer,buflen); //m_stderr=TQString::fromLatin1(buffer,buflen);
TQCString cstderr ( buffer,buflen+1 ); TQCString cstderr ( buffer,buflen+1 );
if ( cstderr.find ( "FATAL:" ) !=-1 ) if ( cstderr.find ( "FATAL:" ) !=-1 )

@ -147,7 +147,7 @@ void k9ProcessList::setPos(k9Process *_process,double _pos) {
} }
k9Process *k9ProcessList::addProcess(const TQString &label) { k9Process *k9ProcessList::addProcess(const TQString &label) {
TQString name=TQString("process%1").tqarg(m_items.count()) ; TQString name=TQString("process%1").arg(m_items.count()) ;
k9Process *process=new k9Process(TQT_TQOBJECT(this),name.latin1()); k9Process *process=new k9Process(TQT_TQOBJECT(this),name.latin1());
m_processes.append(process); m_processes.append(process);
TQListViewItem *item = new _k9ProcessListItem(lProcess,label); TQListViewItem *item = new _k9ProcessListItem(lProcess,label);

@ -20,7 +20,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <tqmovie.h> #include <tqmovie.h>
#include <tqlayout.h> #include <layout.h>

@ -15,7 +15,7 @@
#include <kprogress.h> #include <kprogress.h>
#include <tqframe.h> #include <tqframe.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kprogress.h" #include "kprogress.h"
@ -34,7 +34,7 @@ MP4Dlg::MP4Dlg( TQWidget* parent, const char* name, WFlags fl )
MP4DlgLayout = new TQGridLayout( this, 1, 1, 11, 6, "MP4DlgLayout"); MP4DlgLayout = new TQGridLayout( this, 1, 1, 11, 6, "MP4DlgLayout");
lblTitle = new TQLabel( this, "lblTitle" ); lblTitle = new TQLabel( this, "lblTitle" );
lblTitle->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)4, (TQSizePolicy::SizeType)4, 0, 0, lblTitle->sizePolicy().hasHeightForWidth() ) ); lblTitle->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)4, (TQSizePolicy::SizeType)4, 0, 0, lblTitle->sizePolicy().hasHeightForWidth() ) );
TQFont lblTitle_font( lblTitle->font() ); TQFont lblTitle_font( lblTitle->font() );
lblTitle_font.setBold( TRUE ); lblTitle_font.setBold( TRUE );
lblTitle->setFont( lblTitle_font ); lblTitle->setFont( lblTitle_font );
@ -48,7 +48,7 @@ MP4Dlg::MP4Dlg( TQWidget* parent, const char* name, WFlags fl )
MP4DlgLayout->addMultiCellWidget( pbProgress, 3, 3, 0, 2 ); MP4DlgLayout->addMultiCellWidget( pbProgress, 3, 3, 0, 2 );
frame3 = new TQFrame( this, "frame3" ); frame3 = new TQFrame( this, "frame3" );
frame3->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, frame3->sizePolicy().hasHeightForWidth() ) ); frame3->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, frame3->sizePolicy().hasHeightForWidth() ) );
frame3->setCursor( TQCursor( 3 ) ); frame3->setCursor( TQCursor( 3 ) );
frame3->setFrameShape( TQFrame::NoFrame ); frame3->setFrameShape( TQFrame::NoFrame );
frame3->setFrameShadow( TQFrame::Raised ); frame3->setFrameShadow( TQFrame::Raised );
@ -56,13 +56,13 @@ MP4Dlg::MP4Dlg( TQWidget* parent, const char* name, WFlags fl )
lblfps = new TQLabel( frame3, "lblfps" ); lblfps = new TQLabel( frame3, "lblfps" );
lblfps->setCursor( TQCursor( 3 ) ); lblfps->setCursor( TQCursor( 3 ) );
lblfps->tqsetAlignment( int( TQLabel::AlignVCenter ) ); lblfps->setAlignment( int( TQLabel::AlignVCenter ) );
frame3Layout->addWidget( lblfps, 2, 1 ); frame3Layout->addWidget( lblfps, 2, 1 );
lblRemain = new TQLabel( frame3, "lblRemain" ); lblRemain = new TQLabel( frame3, "lblRemain" );
lblRemain->setCursor( TQCursor( 3 ) ); lblRemain->setCursor( TQCursor( 3 ) );
lblRemain->tqsetAlignment( int( TQLabel::AlignVCenter ) ); lblRemain->setAlignment( int( TQLabel::AlignVCenter ) );
frame3Layout->addWidget( lblRemain, 3, 1 ); frame3Layout->addWidget( lblRemain, 3, 1 );
@ -99,7 +99,7 @@ MP4Dlg::MP4Dlg( TQWidget* parent, const char* name, WFlags fl )
MP4DlgLayout->addMultiCellWidget( frame3, 2, 2, 0, 2 ); MP4DlgLayout->addMultiCellWidget( frame3, 2, 2, 0, 2 );
bCancel = new KPushButton( this, "bCancel" ); bCancel = new KPushButton( this, "bCancel" );
bCancel->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) ); bCancel->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) );
bCancel->setCursor( TQCursor( 0 ) ); bCancel->setCursor( TQCursor( 0 ) );
bCancel->setProperty( "stdItem", 26 ); bCancel->setProperty( "stdItem", 26 );
@ -110,7 +110,7 @@ MP4Dlg::MP4Dlg( TQWidget* parent, const char* name, WFlags fl )
MP4DlgLayout->addItem( spacer2, 4, 1 ); MP4DlgLayout->addItem( spacer2, 4, 1 );
image = new TQLabel( this, "image" ); image = new TQLabel( this, "image" );
image->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, image->sizePolicy().hasHeightForWidth() ) ); image->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, image->sizePolicy().hasHeightForWidth() ) );
image->setMinimumSize( TQSize( 0, 250 ) ); image->setMinimumSize( TQSize( 0, 250 ) );
image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) ); image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) );
image->setCursor( TQCursor( 3 ) ); image->setCursor( TQCursor( 3 ) );
@ -118,7 +118,7 @@ MP4Dlg::MP4Dlg( TQWidget* parent, const char* name, WFlags fl )
MP4DlgLayout->addMultiCellWidget( image, 1, 1, 0, 2 ); MP4DlgLayout->addMultiCellWidget( image, 1, 1, 0, 2 );
languageChange(); languageChange();
resize( TQSize(416, 475).expandedTo(tqminimumSizeHint()) ); resize( TQSize(416, 475).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -89,7 +89,7 @@
<property name="text"> <property name="text">
<string></string> <string></string>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
</widget> </widget>
@ -103,7 +103,7 @@
<property name="text"> <property name="text">
<string></string> <string></string>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
</widget> </widget>
@ -204,7 +204,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>225</width> <width>225</width>
<height>21</height> <height>21</height>
@ -221,7 +221,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -240,7 +240,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>250</height> <height>250</height>

@ -13,7 +13,7 @@
#include <tqheader.h> #include <tqheader.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kpushbutton.h" #include "kpushbutton.h"
@ -37,14 +37,14 @@ processList::processList( TQWidget* parent, const char* name, WFlags fl )
processListLayout->addMultiCellWidget( lProcess, 0, 0, 0, 1 ); processListLayout->addMultiCellWidget( lProcess, 0, 0, 0, 1 );
bCancel = new KPushButton( this, "bCancel" ); bCancel = new KPushButton( this, "bCancel" );
bCancel->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) ); bCancel->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) );
bCancel->setProperty( "stdItem", 2 ); bCancel->setProperty( "stdItem", 2 );
processListLayout->addWidget( bCancel, 1, 1 ); processListLayout->addWidget( bCancel, 1, 1 );
spacer1 = new TQSpacerItem( 361, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer1 = new TQSpacerItem( 361, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
processListLayout->addItem( spacer1, 1, 0 ); processListLayout->addItem( spacer1, 1, 0 );
languageChange(); languageChange();
resize( TQSize(600, 480).expandedTo(tqminimumSizeHint()) ); resize( TQSize(600, 480).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -89,7 +89,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>361</width> <width>361</width>
<height>20</height> <height>20</height>

@ -13,7 +13,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kprogress.h> #include <kprogress.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kpushbutton.h" #include "kpushbutton.h"
@ -28,14 +28,14 @@ Progress::Progress( TQWidget* parent, const char* name, WFlags fl )
{ {
if ( !name ) if ( !name )
setName( "Progress" ); setName( "Progress" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
setMinimumSize( TQSize( 0, 0 ) ); setMinimumSize( TQSize( 0, 0 ) );
setCursor( TQCursor( 3 ) ); setCursor( TQCursor( 3 ) );
setMouseTracking( FALSE ); setMouseTracking( FALSE );
ProgressLayout = new TQGridLayout( this, 1, 1, 11, 6, "ProgressLayout"); ProgressLayout = new TQGridLayout( this, 1, 1, 11, 6, "ProgressLayout");
lblTitle = new TQLabel( this, "lblTitle" ); lblTitle = new TQLabel( this, "lblTitle" );
lblTitle->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lblTitle->sizePolicy().hasHeightForWidth() ) ); lblTitle->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lblTitle->sizePolicy().hasHeightForWidth() ) );
TQFont lblTitle_font( lblTitle->font() ); TQFont lblTitle_font( lblTitle->font() );
lblTitle_font.setBold( TRUE ); lblTitle_font.setBold( TRUE );
lblTitle->setFont( lblTitle_font ); lblTitle->setFont( lblTitle_font );
@ -44,7 +44,7 @@ Progress::Progress( TQWidget* parent, const char* name, WFlags fl )
ProgressLayout->addMultiCellWidget( lblTitle, 0, 0, 0, 2 ); ProgressLayout->addMultiCellWidget( lblTitle, 0, 0, 0, 2 );
bCancel = new KPushButton( this, "bCancel" ); bCancel = new KPushButton( this, "bCancel" );
bCancel->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) ); bCancel->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bCancel->sizePolicy().hasHeightForWidth() ) );
bCancel->setCursor( TQCursor( 0 ) ); bCancel->setCursor( TQCursor( 0 ) );
bCancel->setProperty( "stdItem", 26 ); bCancel->setProperty( "stdItem", 26 );
@ -60,38 +60,38 @@ Progress::Progress( TQWidget* parent, const char* name, WFlags fl )
ProgressLayout->addItem( spacer2, 5, 1 ); ProgressLayout->addItem( spacer2, 5, 1 );
image = new TQLabel( this, "image" ); image = new TQLabel( this, "image" );
image->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, image->sizePolicy().hasHeightForWidth() ) ); image->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, image->sizePolicy().hasHeightForWidth() ) );
image->setMinimumSize( TQSize( 0, 250 ) ); image->setMinimumSize( TQSize( 0, 250 ) );
image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) ); image->setPaletteBackgroundColor( TQColor( 0, 0, 0 ) );
image->setFrameShape( TQLabel::NoFrame ); image->setFrameShape( TQLabel::NoFrame );
image->setFrameShadow( TQLabel::Plain ); image->setFrameShadow( TQLabel::Plain );
image->tqsetAlignment( int( TQLabel::AlignCenter ) ); image->setAlignment( int( TQLabel::AlignCenter ) );
ProgressLayout->addMultiCellWidget( image, 1, 1, 0, 2 ); ProgressLayout->addMultiCellWidget( image, 1, 1, 0, 2 );
textLabel1 = new TQLabel( this, "textLabel1" ); textLabel1 = new TQLabel( this, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
textLabel1->setCursor( TQCursor( 3 ) ); textLabel1->setCursor( TQCursor( 3 ) );
ProgressLayout->addWidget( textLabel1, 2, 0 ); ProgressLayout->addWidget( textLabel1, 2, 0 );
lblElapsed = new TQLabel( this, "lblElapsed" ); lblElapsed = new TQLabel( this, "lblElapsed" );
lblElapsed->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lblElapsed->sizePolicy().hasHeightForWidth() ) ); lblElapsed->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, lblElapsed->sizePolicy().hasHeightForWidth() ) );
lblElapsed->setCursor( TQCursor( 3 ) ); lblElapsed->setCursor( TQCursor( 3 ) );
ProgressLayout->addMultiCellWidget( lblElapsed, 2, 2, 1, 2 ); ProgressLayout->addMultiCellWidget( lblElapsed, 2, 2, 1, 2 );
LabelText = new TQLabel( this, "LabelText" ); LabelText = new TQLabel( this, "LabelText" );
LabelText->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, LabelText->sizePolicy().hasHeightForWidth() ) ); LabelText->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, LabelText->sizePolicy().hasHeightForWidth() ) );
TQFont LabelText_font( LabelText->font() ); TQFont LabelText_font( LabelText->font() );
LabelText_font.setItalic( TRUE ); LabelText_font.setItalic( TRUE );
LabelText->setFont( LabelText_font ); LabelText->setFont( LabelText_font );
LabelText->setCursor( TQCursor( 3 ) ); LabelText->setCursor( TQCursor( 3 ) );
LabelText->tqsetAlignment( int( TQLabel::AlignVCenter ) ); LabelText->setAlignment( int( TQLabel::AlignVCenter ) );
ProgressLayout->addMultiCellWidget( LabelText, 3, 3, 0, 2 ); ProgressLayout->addMultiCellWidget( LabelText, 3, 3, 0, 2 );
languageChange(); languageChange();
resize( TQSize(473, 467).expandedTo(tqminimumSizeHint()) ); resize( TQSize(473, 467).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -20,7 +20,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
@ -92,7 +92,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>161</width> <width>161</width>
<height>21</height> <height>21</height>
@ -117,7 +117,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -136,7 +136,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>250</height> <height>250</height>
@ -155,7 +155,7 @@
<property name="frameShadow"> <property name="frameShadow">
<enum>Plain</enum> <enum>Plain</enum>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignCenter</set> <set>AlignCenter</set>
</property> </property>
</widget> </widget>
@ -220,7 +220,7 @@
<property name="text"> <property name="text">
<string></string> <string></string>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
</widget> </widget>

@ -12,7 +12,7 @@
#include <tqvariant.h> #include <tqvariant.h>
#include <tqtable.h> #include <tqtable.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kpushbutton.h" #include "kpushbutton.h"
@ -26,7 +26,7 @@ configDlg::configDlg( TQWidget* parent, const char* name, WFlags fl )
{ {
if ( !name ) if ( !name )
setName( "configDlg" ); setName( "configDlg" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
configDlgLayout = new TQGridLayout( this, 1, 1, 11, 6, "configDlgLayout"); configDlgLayout = new TQGridLayout( this, 1, 1, 11, 6, "configDlgLayout");
Layout1 = new TQHBoxLayout( 0, 0, 6, "Layout1"); Layout1 = new TQHBoxLayout( 0, 0, 6, "Layout1");
@ -54,21 +54,21 @@ configDlg::configDlg( TQWidget* parent, const char* name, WFlags fl )
configDlgLayout->addMultiCellWidget( tblDevices, 1, 2, 0, 0 ); configDlgLayout->addMultiCellWidget( tblDevices, 1, 2, 0, 0 );
tqlayout4 = new TQVBoxLayout( 0, 0, 6, "tqlayout4"); layout4 = new TQVBoxLayout( 0, 0, 6, "layout4");
bAdd = new KPushButton( this, "bAdd" ); bAdd = new KPushButton( this, "bAdd" );
bAdd->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, bAdd->sizePolicy().hasHeightForWidth() ) ); bAdd->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, bAdd->sizePolicy().hasHeightForWidth() ) );
bAdd->setProperty( "stdItem", 27 ); bAdd->setProperty( "stdItem", 27 );
tqlayout4->addWidget( bAdd ); layout4->addWidget( bAdd );
bRemove = new KPushButton( this, "bRemove" ); bRemove = new KPushButton( this, "bRemove" );
bRemove->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, bRemove->sizePolicy().hasHeightForWidth() ) ); bRemove->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, bRemove->sizePolicy().hasHeightForWidth() ) );
bRemove->setProperty( "stdItem", 28 ); bRemove->setProperty( "stdItem", 28 );
tqlayout4->addWidget( bRemove ); layout4->addWidget( bRemove );
configDlgLayout->addLayout( tqlayout4, 1, 1 ); configDlgLayout->addLayout( layout4, 1, 1 );
languageChange(); languageChange();
resize( TQSize(578, 342).expandedTo(tqminimumSizeHint()) ); resize( TQSize(578, 342).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -59,7 +59,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>190</height> <height>190</height>
@ -114,7 +114,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -35,7 +35,7 @@
#include "k9titleencopt.h" #include "k9titleencopt.h"
#include <kselect.h> #include <kselect.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <tqtextbrowser.h> #include <textbrowser.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <kurlrequester.h> #include <kurlrequester.h>
@ -392,7 +392,7 @@ void k9Main::Copy()
if (getFreeSpace( m_prefOutput) < m_prefSize) if (getFreeSpace( m_prefOutput) < m_prefSize)
{ {
if (KMessageBox::warningContinueCancel (this, i18n("Insufficient disk space on %1\n%2 mb expected.").tqarg(m_prefOutput).tqarg(m_prefSize),i18n("DVD Copy"))==KMessageBox::Cancel) if (KMessageBox::warningContinueCancel (this, i18n("Insufficient disk space on %1\n%2 mb expected.").arg(m_prefOutput).arg(m_prefSize),i18n("DVD Copy"))==KMessageBox::Cancel)
return; return;
} }
stopPreview(); stopPreview();
@ -583,7 +583,7 @@ void k9Main::Open()
ckLvItem *tsItem = new ckLvItem(root,this,TITLESET); ckLvItem *tsItem = new ckLvItem(root,this,TITLESET);
tsItem->setOpen(TRUE); tsItem->setOpen(TRUE);
TQString c; TQString c;
c=i18n("Titleset %1").tqarg(i+1); c=i18n("Titleset %1").arg(i+1);
tsItem->setText(0,c); tsItem->setText(0,c);
tsItem->setText(1," "+dvd->gettitleset(i)->getsize_mb() +" " +i18n("MB")); tsItem->setText(1," "+dvd->gettitleset(i)->getsize_mb() +" " +i18n("MB"));
tsItem->obj=dvd->gettitleset(i) ; tsItem->obj=dvd->gettitleset(i) ;
@ -641,8 +641,8 @@ void k9Main::addChapters(TQListViewItem *_parent,k9DVDTitle *_title)
for (int i=0;i< _title->getchapterCount();i++) for (int i=0;i< _title->getchapterCount();i++)
{ {
ckLvItem *it =new ckLvItem(chapter,this,CHAPTER); ckLvItem *it =new ckLvItem(chapter,this,CHAPTER);
it->setText(0,i18n("chapter %1").tqarg(++ch)); it->setText(0,i18n("chapter %1").arg(++ch));
it->setText(1,i18n("%1 MB").tqarg((double)(_title->getChapter(i)->getsectors()) /512)); it->setText(1,i18n("%1 MB").arg((double)(_title->getChapter(i)->getsectors()) /512));
it->streamType=CHAP; it->streamType=CHAP;
it->obj=_title->getChapter(i); it->obj=_title->getChapter(i);
chItems.append( it); chItems.append( it);
@ -654,10 +654,10 @@ void k9Main::addChapters(TQListViewItem *_parent,k9DVDTitle *_title)
for (int i=0;i< title2->getchapterCount();i++) for (int i=0;i< title2->getchapterCount();i++)
{ {
ckLvItem *it =new ckLvItem(chapter,this,CHAPTER); ckLvItem *it =new ckLvItem(chapter,this,CHAPTER);
it->setText(0,i18n("chapter %1").tqarg(++ch)); it->setText(0,i18n("chapter %1").arg(++ch));
it->streamType=CHAP; it->streamType=CHAP;
it->obj=title2->getChapter(i); it->obj=title2->getChapter(i);
it->setText(1,i18n("%1 MB").tqarg((double)(title2->getChapter(i)->getsectors()) /512)); it->setText(1,i18n("%1 MB").arg((double)(title2->getChapter(i)->getsectors()) /512));
chItems.append( it); chItems.append( it);
it->mainTitle=_title; it->mainTitle=_title;
} }
@ -696,7 +696,7 @@ void k9Main::addTitle(k9DVDTitle *track)
video->streamType=VID; video->streamType=VID;
addListItem(track,video,VID); addListItem(track,video,VID);
video->setOpen( false ); video->setOpen( false );
c=i18n("video %1 ").tqarg(track->getformat()); c=i18n("video %1 ").arg(track->getformat());
c.append (" - " + track->gettotallength().toString("h:mm:ss")); c.append (" - " + track->gettotallength().toString("h:mm:ss"));
video->setText(col1, c); video->setText(col1, c);
c.sprintf("%.2f ", track->gettotalvideosize_mb()); c.sprintf("%.2f ", track->gettotalvideosize_mb());
@ -707,7 +707,7 @@ void k9Main::addTitle(k9DVDTitle *track)
for (i=0;i< track->getaudioStreamCount();i++) for (i=0;i< track->getaudioStreamCount();i++)
{ {
l_auds=track->getaudioStream(i); l_auds=track->getaudioStream(i);
c=i18n("audio %1 ").tqarg(i+1); c=i18n("audio %1 ").arg(i+1);
c.append( l_auds->getlanguage() + " " +l_auds->getformat()+" " ); c.append( l_auds->getlanguage() + " " +l_auds->getformat()+" " );
ch.sprintf("%dch ",l_auds->getchannels()); ch.sprintf("%dch ",l_auds->getchannels());
c.append(ch+l_auds->getfrequency()+" "+l_auds->getquantization()); c.append(ch+l_auds->getfrequency()+" "+l_auds->getquantization());
@ -716,7 +716,7 @@ void k9Main::addTitle(k9DVDTitle *track)
item->language=l_auds->getlanguage(); item->language=l_auds->getlanguage();
addListItem(l_auds,item,AUD); addListItem(l_auds,item,AUD);
item->setText( col1, c ); item->setText( col1, c );
c=i18n("%1 MB").tqarg(l_auds->getsize_mb()); c=i18n("%1 MB").arg(l_auds->getsize_mb());
item->setText( col2,c); item->setText( col2,c);
item->setText( col3,l_auds->getcontent()); item->setText( col3,l_auds->getcontent());
item->setPixmap(col1,pxSound); item->setPixmap(col1,pxSound);
@ -727,14 +727,14 @@ void k9Main::addTitle(k9DVDTitle *track)
for (i=0;i< track->getsubPictureCount();i++) for (i=0;i< track->getsubPictureCount();i++)
{ {
l_sub=track->getsubtitle(i); l_sub=track->getsubtitle(i);
c=i18n("subpicture %1 ").tqarg(i+1); c=i18n("subpicture %1 ").arg(i+1);
c.append( l_sub->getlanguage()); c.append( l_sub->getlanguage());
ckLvItem * item = new ckLvItem( itemTrack,this,STREAM); ckLvItem * item = new ckLvItem( itemTrack,this,STREAM);
item->streamType=SUB; item->streamType=SUB;
item->language=l_sub->getlanguage(); item->language=l_sub->getlanguage();
addListItem(l_sub,item,SUB); addListItem(l_sub,item,SUB);
item->setText( col1, c ); item->setText( col1, c );
c=i18n("%1 MB").tqarg(l_sub->getsize_mb()); c=i18n("%1 MB").arg(l_sub->getsize_mb());
item->setText( col2,c); item->setText( col2,c);
item->setText( col3, l_sub->getcontent()); item->setText( col3, l_sub->getcontent());
item->setPixmap(col1,pxText); item->setPixmap(col1,pxText);
@ -1146,7 +1146,7 @@ void k9Main::CreateMP4()
for (int i=0; i < dvd->gettitleCount();i++) for (int i=0; i < dvd->gettitleCount();i++)
{ {
k9DVDTitle *t=dvd->gettitle(i); k9DVDTitle *t=dvd->gettitle(i);
changeStatusbar( i18n("Transcoding title : %1").tqarg(t->getname()) ,sbMessage); changeStatusbar( i18n("Transcoding title : %1").arg(t->getname()) ,sbMessage);
if (t->isSelected() && t->getIndexed() ) if (t->isSelected() && t->getIndexed() )
{ {

@ -18,7 +18,7 @@
#include <kcombobox.h> #include <kcombobox.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kselect.h" #include "kselect.h"
@ -35,17 +35,17 @@ MainDlg::MainDlg( TQWidget* parent, const char* name, WFlags fl )
{ {
if ( !name ) if ( !name )
setName( "MainDlg" ); setName( "MainDlg" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
setMinimumSize( TQSize( 0, 200 ) ); setMinimumSize( TQSize( 0, 200 ) );
MainDlgLayout = new TQGridLayout( this, 1, 1, 2, 6, "MainDlgLayout"); MainDlgLayout = new TQGridLayout( this, 1, 1, 2, 6, "MainDlgLayout");
lblInput_2 = new TQLabel( this, "lblInput_2" ); lblInput_2 = new TQLabel( this, "lblInput_2" );
lblInput_2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblInput_2->sizePolicy().hasHeightForWidth() ) ); lblInput_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblInput_2->sizePolicy().hasHeightForWidth() ) );
MainDlgLayout->addWidget( lblInput_2, 1, 0 ); MainDlgLayout->addWidget( lblInput_2, 1, 0 );
lblInput = new TQLabel( this, "lblInput" ); lblInput = new TQLabel( this, "lblInput" );
lblInput->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblInput->sizePolicy().hasHeightForWidth() ) ); lblInput->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblInput->sizePolicy().hasHeightForWidth() ) );
MainDlgLayout->addWidget( lblInput, 0, 0 ); MainDlgLayout->addWidget( lblInput, 0, 0 );
@ -54,7 +54,7 @@ MainDlg::MainDlg( TQWidget* parent, const char* name, WFlags fl )
factor = new KGradientSelector( tab, "factor" ); factor = new KGradientSelector( tab, "factor" );
factor->setEnabled( FALSE ); factor->setEnabled( FALSE );
factor->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)4, 0, 0, factor->sizePolicy().hasHeightForWidth() ) ); factor->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)4, 0, 0, factor->sizePolicy().hasHeightForWidth() ) );
factor->setMinimumSize( TQSize( 0, 15 ) ); factor->setMinimumSize( TQSize( 0, 15 ) );
factor->setValue( 0 ); factor->setValue( 0 );
factor->setMinValue( 0 ); factor->setMinValue( 0 );
@ -69,7 +69,7 @@ MainDlg::MainDlg( TQWidget* parent, const char* name, WFlags fl )
listView1->addColumn( tr2i18n( "Size" ) ); listView1->addColumn( tr2i18n( "Size" ) );
listView1->header()->setResizeEnabled( FALSE, listView1->header()->count() - 1 ); listView1->header()->setResizeEnabled( FALSE, listView1->header()->count() - 1 );
listView1->addColumn( tr2i18n( "Content" ) ); listView1->addColumn( tr2i18n( "Content" ) );
listView1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, listView1->sizePolicy().hasHeightForWidth() ) ); listView1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, listView1->sizePolicy().hasHeightForWidth() ) );
listView1->setMinimumSize( TQSize( 0, 200 ) ); listView1->setMinimumSize( TQSize( 0, 200 ) );
listView1->setShowSortIndicator( TRUE ); listView1->setShowSortIndicator( TRUE );
@ -78,54 +78,54 @@ MainDlg::MainDlg( TQWidget* parent, const char* name, WFlags fl )
MainDlgLayout->addMultiCellWidget( tab, 2, 2, 0, 4 ); MainDlgLayout->addMultiCellWidget( tab, 2, 2, 0, 4 );
textLabel2_2 = new TQLabel( this, "textLabel2_2" ); textLabel2_2 = new TQLabel( this, "textLabel2_2" );
textLabel2_2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel2_2->sizePolicy().hasHeightForWidth() ) ); textLabel2_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel2_2->sizePolicy().hasHeightForWidth() ) );
MainDlgLayout->addWidget( textLabel2_2, 1, 4 ); MainDlgLayout->addWidget( textLabel2_2, 1, 4 );
cbBurnSpeed = new KComboBox( FALSE, this, "cbBurnSpeed" ); cbBurnSpeed = new KComboBox( FALSE, this, "cbBurnSpeed" );
cbBurnSpeed->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbBurnSpeed->sizePolicy().hasHeightForWidth() ) ); cbBurnSpeed->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbBurnSpeed->sizePolicy().hasHeightForWidth() ) );
cbBurnSpeed->setEditable( TRUE ); cbBurnSpeed->setEditable( TRUE );
MainDlgLayout->addWidget( cbBurnSpeed, 1, 3 ); MainDlgLayout->addWidget( cbBurnSpeed, 1, 3 );
textLabel1_3 = new TQLabel( this, "textLabel1_3" ); textLabel1_3 = new TQLabel( this, "textLabel1_3" );
textLabel1_3->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel1_3->sizePolicy().hasHeightForWidth() ) ); textLabel1_3->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, textLabel1_3->sizePolicy().hasHeightForWidth() ) );
MainDlgLayout->addWidget( textLabel1_3, 1, 2 ); MainDlgLayout->addWidget( textLabel1_3, 1, 2 );
cbInputDev = new TQComboBox( FALSE, this, "cbInputDev" ); cbInputDev = new TQComboBox( FALSE, this, "cbInputDev" );
cbInputDev->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, cbInputDev->sizePolicy().hasHeightForWidth() ) ); cbInputDev->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, cbInputDev->sizePolicy().hasHeightForWidth() ) );
cbInputDev->setEditable( TRUE ); cbInputDev->setEditable( TRUE );
cbInputDev->setAutoCompletion( TRUE ); cbInputDev->setAutoCompletion( TRUE );
MainDlgLayout->addWidget( cbInputDev, 0, 1 ); MainDlgLayout->addWidget( cbInputDev, 0, 1 );
tqlayout2 = new TQHBoxLayout( 0, 0, 6, "tqlayout2"); layout2 = new TQHBoxLayout( 0, 0, 6, "layout2");
bInputOpenDir = new KPushButton( this, "bInputOpenDir" ); bInputOpenDir = new KPushButton( this, "bInputOpenDir" );
bInputOpenDir->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bInputOpenDir->sizePolicy().hasHeightForWidth() ) ); bInputOpenDir->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bInputOpenDir->sizePolicy().hasHeightForWidth() ) );
bInputOpenDir->setMinimumSize( TQSize( 22, 22 ) ); bInputOpenDir->setMinimumSize( TQSize( 22, 22 ) );
bInputOpenDir->setMaximumSize( TQSize( 22, 22 ) ); bInputOpenDir->setMaximumSize( TQSize( 22, 22 ) );
tqlayout2->addWidget( bInputOpenDir ); layout2->addWidget( bInputOpenDir );
bInputOpen = new KPushButton( this, "bInputOpen" ); bInputOpen = new KPushButton( this, "bInputOpen" );
bInputOpen->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bInputOpen->sizePolicy().hasHeightForWidth() ) ); bInputOpen->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)1, 0, 0, bInputOpen->sizePolicy().hasHeightForWidth() ) );
bInputOpen->setMinimumSize( TQSize( 22, 22 ) ); bInputOpen->setMinimumSize( TQSize( 22, 22 ) );
bInputOpen->setMaximumSize( TQSize( 22, 22 ) ); bInputOpen->setMaximumSize( TQSize( 22, 22 ) );
tqlayout2->addWidget( bInputOpen ); layout2->addWidget( bInputOpen );
spacer5_2 = new TQSpacerItem( 50, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer5_2 = new TQSpacerItem( 50, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
tqlayout2->addItem( spacer5_2 ); layout2->addItem( spacer5_2 );
MainDlgLayout->addMultiCellLayout( tqlayout2, 0, 0, 2, 4 ); MainDlgLayout->addMultiCellLayout( layout2, 0, 0, 2, 4 );
cbOutputDev = new TQComboBox( FALSE, this, "cbOutputDev" ); cbOutputDev = new TQComboBox( FALSE, this, "cbOutputDev" );
cbOutputDev->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, cbOutputDev->sizePolicy().hasHeightForWidth() ) ); cbOutputDev->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, cbOutputDev->sizePolicy().hasHeightForWidth() ) );
cbOutputDev->setEditable( FALSE ); cbOutputDev->setEditable( FALSE );
cbOutputDev->setAutoCompletion( TRUE ); cbOutputDev->setAutoCompletion( TRUE );
MainDlgLayout->addWidget( cbOutputDev, 1, 1 ); MainDlgLayout->addWidget( cbOutputDev, 1, 1 );
languageChange(); languageChange();
resize( TQSize(743, 585).expandedTo(tqminimumSizeHint()) ); resize( TQSize(743, 585).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -20,7 +20,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>200</height> <height>200</height>
@ -97,7 +97,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>15</height> <height>15</height>
@ -172,7 +172,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>200</height> <height>200</height>
@ -258,7 +258,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="2" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="0" column="2" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -276,13 +276,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -307,13 +307,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -336,7 +336,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>50</width> <width>50</width>
<height>21</height> <height>21</height>

@ -189,7 +189,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>15</height> <height>15</height>
@ -260,7 +260,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
@ -279,7 +279,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="2" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="0" column="2" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -297,13 +297,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -325,13 +325,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -351,7 +351,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>50</width> <width>50</width>
<height>21</height> <height>21</height>

@ -24,7 +24,7 @@
#include <tqwidgetstack.h> #include <tqwidgetstack.h>
#include <klocale.h> #include <klocale.h>
#include <tqheader.h> #include <tqheader.h>
#include <tqlayout.h> #include <layout.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
@ -203,7 +203,7 @@ void k9MencoderCmdGen::addList(TQDomElement _eOpt) {
bSel=aSel.value()=="true"; bSel=aSel.value()=="true";
TQCheckBox *ckLabel=new TQCheckBox(sName,m_grid,TQString("ck%1").tqarg(m_row++) ); TQCheckBox *ckLabel=new TQCheckBox(sName,m_grid,TQString("ck%1").arg(m_row++) );
ckLabel->setChecked(bSel); ckLabel->setChecked(bSel);
m_hbox=new TQGrid(2,m_grid); m_hbox=new TQGrid(2,m_grid);
m_hbox->setFrameShape(TQFrame::StyledPanel); m_hbox->setFrameShape(TQFrame::StyledPanel);
@ -255,7 +255,7 @@ void k9MencoderCmdGen::addInt(TQDomElement _eOpt) {
if (!aSel.isNull()) if (!aSel.isNull())
bSel=aSel.value()=="true"; bSel=aSel.value()=="true";
TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").tqarg(m_row++) ); TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").arg(m_row++) );
ckLabel->setChecked(bSel); ckLabel->setChecked(bSel);
ckLabel->setBackgroundColor(parent->backgroundColor()); ckLabel->setBackgroundColor(parent->backgroundColor());
@ -266,7 +266,7 @@ void k9MencoderCmdGen::addInt(TQDomElement _eOpt) {
_eOpt.setAttribute("checkbox",ckLabel->name()); _eOpt.setAttribute("checkbox",ckLabel->name());
KIntSpinBox *sb= new KIntSpinBox(iMin,iMax,1,iDefault,10,parent,TQString("int%1").tqarg(m_row++)); KIntSpinBox *sb= new KIntSpinBox(iMin,iMax,1,iDefault,10,parent,TQString("int%1").arg(m_row++));
if (iMax <1000) if (iMax <1000)
sb->setFixedWidth(50); sb->setFixedWidth(50);
else else
@ -301,7 +301,7 @@ void k9MencoderCmdGen::addFloat(TQDomElement _eOpt) {
if (!aSel.isNull()) if (!aSel.isNull())
bSel=aSel.value()=="true"; bSel=aSel.value()=="true";
TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").tqarg(m_row++)); TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").arg(m_row++));
ckLabel->setChecked(bSel); ckLabel->setChecked(bSel);
if ( !_eOpt.attributeNode("description").isNull()) { if ( !_eOpt.attributeNode("description").isNull()) {
TQToolTip::add(ckLabel,_eOpt.attributeNode("description").value()); TQToolTip::add(ckLabel,_eOpt.attributeNode("description").value());
@ -317,7 +317,7 @@ void k9MencoderCmdGen::addFloat(TQDomElement _eOpt) {
if (!_eOpt.attributeNode("precision").isNull()) { if (!_eOpt.attributeNode("precision").isNull()) {
iPrecision=_eOpt.attributeNode("precision").value().toInt(); iPrecision=_eOpt.attributeNode("precision").value().toInt();
} }
KDoubleSpinBox *sb= new KDoubleSpinBox(dMin,dMax,dStep,dDefault,iPrecision,parent,TQString("float%1").tqarg(m_row++)); KDoubleSpinBox *sb= new KDoubleSpinBox(dMin,dMax,dStep,dDefault,iPrecision,parent,TQString("float%1").arg(m_row++));
if (dMax <1000) if (dMax <1000)
sb->setFixedWidth(80); sb->setFixedWidth(80);
else else
@ -346,7 +346,7 @@ void k9MencoderCmdGen::addBool(TQDomElement _eOpt) {
if (!aSel.isNull()) if (!aSel.isNull())
bSel=aSel.value()=="true"; bSel=aSel.value()=="true";
TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").tqarg(m_row++)); TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").arg(m_row++));
if ( !_eOpt.attributeNode("description").isNull()) { if ( !_eOpt.attributeNode("description").isNull()) {
TQToolTip::add(ckLabel,_eOpt.attributeNode("description").value()); TQToolTip::add(ckLabel,_eOpt.attributeNode("description").value());
@ -379,7 +379,7 @@ void k9MencoderCmdGen::addString(TQDomElement _eOpt) {
if (!aSel.isNull()) if (!aSel.isNull())
bSel=aSel.value()=="true"; bSel=aSel.value()=="true";
TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").tqarg(m_row++)); TQCheckBox *ckLabel=new TQCheckBox(sName,parent,TQString("ck%1").arg(m_row++));
ckLabel->setChecked(bSel); ckLabel->setChecked(bSel);
if ( !_eOpt.attributeNode("description").isNull()) { if ( !_eOpt.attributeNode("description").isNull()) {
TQToolTip::add(ckLabel,_eOpt.attributeNode("description").value()); TQToolTip::add(ckLabel,_eOpt.attributeNode("description").value());
@ -387,7 +387,7 @@ void k9MencoderCmdGen::addString(TQDomElement _eOpt) {
} }
_eOpt.setAttribute("checkbox",ckLabel->name()); _eOpt.setAttribute("checkbox",ckLabel->name());
TQComboBox *cb=new TQComboBox(parent,TQString("string%1").tqarg(m_row++)); TQComboBox *cb=new TQComboBox(parent,TQString("string%1").arg(m_row++));
TQDomNodeList values=_eOpt.elementsByTagName("value"); TQDomNodeList values=_eOpt.elementsByTagName("value");
int def=0; int def=0;

@ -17,7 +17,7 @@
#include <tqscrollview.h> #include <tqscrollview.h>
#include <tqgrid.h> #include <tqgrid.h>
#include <tqdom.h> #include <tqdom.h>
#include <tqlayout.h> #include <layout.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <tqhbox.h> #include <tqhbox.h>
class _k9CheckListItem; class _k9CheckListItem;

@ -27,23 +27,23 @@
#include <ktempfile.h> #include <ktempfile.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
void k9play::savetqStatus(k9play_st _status) { void k9play::saveStatus(k9play_st _status) {
TQFile fstatus(m_inject); TQFile fstatus(m_inject);
fstatus.open(IO_WriteOnly); fstatus.open(IO_WriteOnly);
fstatus.writeBlock((const char*)&_status,sizeof(k9play_st)); fstatus.writeBlock((const char*)&_status,sizeof(k9play_st));
fstatus.close(); fstatus.close();
kdebug (TQString("saving status : %1 %2 %3 %4 %5 %6 %7\n").tqarg(_status.title).tqarg(_status.chapter).tqarg(_status.cell).tqarg(_status.sector).tqarg(_status.bytesWritten).tqarg(_status.bytesRead).tqarg(_status.bytesSkipped)); kdebug (TQString("saving status : %1 %2 %3 %4 %5 %6 %7\n").arg(_status.title).arg(_status.chapter).arg(_status.cell).arg(_status.sector).arg(_status.bytesWritten).arg(_status.bytesRead).arg(_status.bytesSkipped));
} }
void k9play::readtqStatus(k9play_st &_status) { void k9play::readStatus(k9play_st &_status) {
TQFile fstatus(m_inject); TQFile fstatus(m_inject);
if (fstatus.open(IO_ReadOnly)) { if (fstatus.open(IO_ReadOnly)) {
fstatus.readBlock((char*)&_status,sizeof(k9play_st)); fstatus.readBlock((char*)&_status,sizeof(k9play_st));
fstatus.close(); fstatus.close();
} else memset(&_status,0,sizeof(k9play_st)); } else memset(&_status,0,sizeof(k9play_st));
kdebug (TQString("reading status : title:%1 chapter:%2 cell:%3 sector:%4 written:%5 readen:%6 skipped:%7 chapters:%8 \n").tqarg(_status.title).tqarg(_status.chapter).tqarg(_status.cell).tqarg(_status.sector).tqarg(_status.bytesWritten).tqarg(_status.bytesRead).tqarg(_status.bytesSkipped).tqarg(_status.bytesChapters)); kdebug (TQString("reading status : title:%1 chapter:%2 cell:%3 sector:%4 written:%5 readen:%6 skipped:%7 chapters:%8 \n").arg(_status.title).arg(_status.chapter).arg(_status.cell).arg(_status.sector).arg(_status.bytesWritten).arg(_status.bytesRead).arg(_status.bytesSkipped).arg(_status.bytesChapters));
} }
@ -143,7 +143,7 @@ void k9play::setcell(TQString _value) {
m_cell=_value.toUInt(); m_cell=_value.toUInt();
} }
void k9play::setinittqStatus(bool _value) { void k9play::setinitStatus(bool _value) {
m_initstatus=_value; m_initstatus=_value;
} }
@ -234,7 +234,7 @@ void k9play::play() {
if (m_initstatus) if (m_initstatus)
memset(&status,0,sizeof(k9play_st)); memset(&status,0,sizeof(k9play_st));
else { else {
readtqStatus( status); readStatus( status);
if (m_continue) if (m_continue)
m_startSector=status.sector; m_startSector=status.sector;
} }
@ -277,11 +277,11 @@ void k9play::play() {
double factor; double factor;
factor = (double) (m_totalSize - (status.bytesRead +status.bytesSkipped)) / (double) (m_dvdSize-status.bytesWritten) ; factor = (double) (m_totalSize - (status.bytesRead +status.bytesSkipped)) / (double) (m_dvdSize-status.bytesWritten) ;
if (factor <1) factor =1; if (factor <1) factor =1;
kdebug(TQString("shrink factor %1 totalSize:%2 (status.bytesRead +status.bytesSkipped):%3 m_dvdSize:%4 status.bytesWritten:%5").tqarg(factor).tqarg(m_totalSize).tqarg(status.bytesRead +status.bytesSkipped).tqarg(m_dvdSize).tqarg(status.bytesWritten) ); kdebug(TQString("shrink factor %1 totalSize:%2 (status.bytesRead +status.bytesSkipped):%3 m_dvdSize:%4 status.bytesWritten:%5").arg(factor).arg(m_totalSize).arg(status.bytesRead +status.bytesSkipped).arg(m_dvdSize).arg(status.bytesWritten) );
vamps.setVapFactor(factor); vamps.setVapFactor(factor);
} else { } else {
vamps.setVapFactor(m_vampsFactor); vamps.setVapFactor(m_vampsFactor);
kdebug(TQString("vamps factor %1\n").tqarg(m_vampsFactor)); kdebug(TQString("vamps factor %1\n").arg(m_vampsFactor));
} }
@ -302,7 +302,7 @@ void k9play::play() {
/* set read ahead cache usage */ /* set read ahead cache usage */
if (dvdnav_set_readahead_flag(dvdnav, DVD_READ_CACHE) != DVDNAV_STATUS_OK) { if (dvdnav_set_readahead_flag(dvdnav, DVD_READ_CACHE) != DVDNAV_STATUS_OK) {
writeOutput( TQString("ERR:Error on dvdnav_set_readahead_flag: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); writeOutput( TQString("ERR:Error on dvdnav_set_readahead_flag: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return; return;
} }
@ -310,14 +310,14 @@ void k9play::play() {
if (dvdnav_menu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK || if (dvdnav_menu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK ||
dvdnav_audio_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK || dvdnav_audio_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK ||
dvdnav_spu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK) { dvdnav_spu_language_select(dvdnav, DVD_LANGUAGE) != DVDNAV_STATUS_OK) {
writeOutput( TQString("ERR:Error on setting languages: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); writeOutput( TQString("ERR:Error on setting languages: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return ; return ;
} }
/* set the PGC positioning flag to have position information relatively to the /* set the PGC positioning flag to have position information relatively to the
* whole feature instead of just relatively to the current chapter */ * whole feature instead of just relatively to the current chapter */
if (dvdnav_set_PGC_positioning_flag(dvdnav, 1) != DVDNAV_STATUS_OK) { if (dvdnav_set_PGC_positioning_flag(dvdnav, 1) != DVDNAV_STATUS_OK) {
writeOutput(TQString("ERR:Error on dvdnav_set_PGC_positioning_flag: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); writeOutput(TQString("ERR:Error on dvdnav_set_PGC_positioning_flag: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return ; return ;
} }
@ -351,7 +351,7 @@ void k9play::play() {
if (result == DVDNAV_STATUS_ERR) { if (result == DVDNAV_STATUS_ERR) {
writeOutput(TQString("ERR:Error getting next block: %1\n").tqarg(dvdnav_err_to_string(dvdnav))); writeOutput(TQString("ERR:Error getting next block: %1\n").arg(dvdnav_err_to_string(dvdnav)));
return; return;
} }
switch (event) { switch (event) {
@ -367,7 +367,7 @@ void k9play::play() {
if ((m_endSector !=0xFFFFFFFF) && (((status.bytesRead+status.bytesSkipped)/2048) >m_endSector)) { if ((m_endSector !=0xFFFFFFFF) && (((status.bytesRead+status.bytesSkipped)/2048) >m_endSector)) {
finished=1; finished=1;
kdebug(TQString("pos >m_endSector %1 %2").tqarg((status.bytesRead+status.bytesSkipped)/2048).tqarg(m_endSector)); kdebug(TQString("pos >m_endSector %1 %2").arg((status.bytesRead+status.bytesSkipped)/2048).arg(m_endSector));
} }
if ((m_chapter !=0 && ptt !=m_chapter) || (tt != m_title)) if ((m_chapter !=0 && ptt !=m_chapter) || (tt != m_title))
finished=1; finished=1;
@ -377,7 +377,7 @@ void k9play::play() {
if (!finished && m_chapterList.count() >0) { if (!finished && m_chapterList.count() >0) {
if (m_chapterList.findIndex( TQString::number(ptt)) == -1) { if (m_chapterList.findIndex( TQString::number(ptt)) == -1) {
dvdnav_part_play(dvdnav,tt, ptt+1); dvdnav_part_play(dvdnav,tt, ptt+1);
kdebug( TQString("skipping chapter %1").tqarg(ptt)); kdebug( TQString("skipping chapter %1").arg(ptt));
continue; continue;
//dvdnav_part_play(dvdnav_t *self, int32_t title, int32_t part); //dvdnav_part_play(dvdnav_t *self, int32_t title, int32_t part);
} }
@ -386,7 +386,7 @@ void k9play::play() {
if (m_continue) { if (m_continue) {
dvdnav_sector_search(dvdnav,m_startSector , SEEK_SET); dvdnav_sector_search(dvdnav,m_startSector , SEEK_SET);
kdebug (TQString("repositionning on %1").tqarg(m_startSector)); kdebug (TQString("repositionning on %1").arg(m_startSector));
m_continue=false; m_continue=false;
finished=0; finished=0;
bcell=true; bcell=true;
@ -398,7 +398,7 @@ void k9play::play() {
vamps.addData( buf,len); vamps.addData( buf,len);
status.bytesRead +=len; status.bytesRead +=len;
if (!m_useCache) if (!m_useCache)
writeOutput(TQString("\rINFOPOS: %1 %2").tqarg((status.bytesRead+status.bytesSkipped) / DVD_VIDEO_LB_LEN).tqarg(lgr)); writeOutput(TQString("\rINFOPOS: %1 %2").arg((status.bytesRead+status.bytesSkipped) / DVD_VIDEO_LB_LEN).arg(lgr));
if (m_pos==0xFFFFFFFF) if (m_pos==0xFFFFFFFF)
m_pos=(status.bytesRead+status.bytesSkipped) / DVD_VIDEO_LB_LEN; m_pos=(status.bytesRead+status.bytesSkipped) / DVD_VIDEO_LB_LEN;
} }
@ -521,7 +521,7 @@ void k9play::play() {
status.bytesWritten +=vamps.getOutputBytes(); status.bytesWritten +=vamps.getOutputBytes();
if (!m_firstPass) if (!m_firstPass)
savetqStatus( status); saveStatus( status);
delete bufferFile; delete bufferFile;
} }
@ -531,7 +531,7 @@ void k9play::flush(k9SaveImage &_saveImage ) {
TQFile out; TQFile out;
out.open(IO_WriteOnly,stdout); out.open(IO_WriteOnly,stdout);
while(!m_output->atEnd()) { while(!m_output->atEnd()) {
writeOutput(TQString("\rINFOPOS: %1 %2").tqarg(m_pos).tqarg(m_length)); writeOutput(TQString("\rINFOPOS: %1 %2").arg(m_pos).arg(m_length));
m_pos+=20; m_pos+=20;
int l=m_output->readBlock(buffer,20*DVD_VIDEO_LB_LEN); int l=m_output->readBlock(buffer,20*DVD_VIDEO_LB_LEN);
if (l>0) { if (l>0) {

@ -63,8 +63,8 @@ private:
bool readNavPack (k9DVDFile *fh, dsi_t *dsi,int sector, uchar *_buffer); bool readNavPack (k9DVDFile *fh, dsi_t *dsi,int sector, uchar *_buffer);
void insert_dummy_pack (int8_t *buf); void insert_dummy_pack (int8_t *buf);
void insert_nav_pack (int8_t *buf); void insert_nav_pack (int8_t *buf);
void savetqStatus(k9play_st _status); void saveStatus(k9play_st _status);
void readtqStatus(k9play_st &_status); void readStatus(k9play_st &_status);
void flush(k9SaveImage &_saveImage); void flush(k9SaveImage &_saveImage);
public: public:
k9play(); k9play();
@ -91,7 +91,7 @@ public:
void setinject(TQString _value); void setinject(TQString _value);
void setdvdSize(TQString _value); void setdvdSize(TQString _value);
void setchapterSize(TQString _value); void setchapterSize(TQString _value);
void setinittqStatus(bool _value); void setinitStatus(bool _value);
void setcontinue (bool _value); void setcontinue (bool _value);
void setfirstPass (bool _value); void setfirstPass (bool _value);
void setforcedFactor(bool _value); void setforcedFactor(bool _value);

@ -153,7 +153,7 @@ void k9PlaybackOptions::lbSequenceChanged(TQListBoxItem *_item) {
if (title->getaudioStream(i)->getselected()) { if (title->getaudioStream(i)->getselected()) {
// if ( !title->getDefAudioSet()) // if ( !title->getDefAudioSet())
// title->setDefAudio(title->getaudioStream(i)); // title->setDefAudio(title->getaudioStream(i));
cbDefAudio->insertItem( TQString("%1 - %2").tqarg(title->getaudioStream(i)->getID()).tqarg(title->getaudioStream(i)->getlanguage())); cbDefAudio->insertItem( TQString("%1 - %2").arg(title->getaudioStream(i)->getID()).arg(title->getaudioStream(i)->getlanguage()));
if (title->getaudioStream(i)==title->getDefAudio()) { if (title->getaudioStream(i)==title->getDefAudio()) {
cbDefAudio->setCurrentItem(cbDefAudio->count()-1); cbDefAudio->setCurrentItem(cbDefAudio->count()-1);
} }
@ -164,7 +164,7 @@ void k9PlaybackOptions::lbSequenceChanged(TQListBoxItem *_item) {
for (int i=0;i < title->getsubPictureCount();i++) { for (int i=0;i < title->getsubPictureCount();i++) {
if (title->getsubtitle(i)->getselected()) { if (title->getsubtitle(i)->getselected()) {
TQPixmap icon; TQPixmap icon;
cbDefSub->insertItem(TQString("%1 - %2").tqarg(title->getsubtitle(i)->getID().first()).tqarg(title->getsubtitle(i)->getlanguage())); cbDefSub->insertItem(TQString("%1 - %2").arg(title->getsubtitle(i)->getID().first()).arg(title->getsubtitle(i)->getlanguage()));
if (title->getsubtitle(i)==title->getDefSubtitle()) { if (title->getsubtitle(i)==title->getDefSubtitle()) {
cbDefSub->setCurrentItem(cbDefSub->count()-1); cbDefSub->setCurrentItem(cbDefSub->count()-1);
} }

@ -13,7 +13,7 @@
#include "k9prefmencoder.h" #include "k9prefmencoder.h"
#include <tqlistbox.h> #include <tqlistbox.h>
#include <tqtextedit.h> #include <textedit.h>
#include "k9mencodercmdgen.h" #include "k9mencodercmdgen.h"
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -16,7 +16,7 @@
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <tqlayout.h> #include <layout.h>
k9settings::k9settings(TQWidget *parent,const TQString &caption): KDialogBase (IconList,caption, k9settings::k9settings(TQWidget *parent,const TQString &caption): KDialogBase (IconList,caption,
Ok|Apply|Cancel, Ok) { Ok|Apply|Cancel, Ok) {

@ -86,9 +86,9 @@ void k9TitleFactor::slFactor_valueChanged( int ) {
m_factor=-1; m_factor=-1;
} }
if (m_current->getforceFactor()) if (m_current->getforceFactor())
tFactor->setText(TQString("%1").tqarg(m_current->getfactor(),4,'f',2)); tFactor->setText(TQString("%1").arg(m_current->getfactor(),4,'f',2));
else else
tFactor->setText(TQString("%1").tqarg(getFactor(),4,'f',2)); tFactor->setText(TQString("%1").arg(getFactor(),4,'f',2));
} }
} }
@ -107,14 +107,14 @@ void k9TitleFactor::changedTitle(k9DVDTitle *_title) {
gbTitle->setChecked(m_current->getforceFactor()); gbTitle->setChecked(m_current->getforceFactor());
m_updating=false; m_updating=false;
lbTitle->setText(TQString(i18n("Shrink Factor for %1")).tqarg(m_current->getname())); lbTitle->setText(TQString(i18n("Shrink Factor for %1")).arg(m_current->getname()));
if (m_current->getforceFactor()) { if (m_current->getforceFactor()) {
slFactor->setValue(m_current->getfactor()*100.0); slFactor->setValue(m_current->getfactor()*100.0);
tFactor->setText(TQString("%1").tqarg(m_current->getfactor(),4,'f',2)); tFactor->setText(TQString("%1").arg(m_current->getfactor(),4,'f',2));
setMinFactor(); setMinFactor();
} else { } else {
slFactor->setValue(getFactor()*100.0); slFactor->setValue(getFactor()*100.0);
tFactor->setText(TQString("%1").tqarg(getFactor(),4,'f',2)); tFactor->setText(TQString("%1").arg(getFactor(),4,'f',2));
slFactor->setMinValue(100); slFactor->setMinValue(100);
} }

@ -26,7 +26,7 @@
#include <tqslider.h> #include <tqslider.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <tqlayout.h> #include <layout.h>
#include <string.h> #include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
@ -48,7 +48,7 @@ k9Widget::k9Widget(TQWidget *parent):TQWidget(parent) {
void k9Widget::setImage(TQImage *_image) { void k9Widget::setImage(TQImage *_image) {
m_image=_image; m_image=_image;
//paintEvent( NULL); //paintEvent( NULL);
tqrepaint(FALSE); repaint(FALSE);
} }
void k9Widget::paintEvent( TQPaintEvent *_event) { void k9Widget::paintEvent( TQPaintEvent *_event) {

@ -12,7 +12,7 @@
#include <tqvariant.h> #include <tqvariant.h>
#include <tqheader.h> #include <tqheader.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -91,14 +91,14 @@ langSelect::langSelect( TQWidget* parent, const char* name, WFlags fl )
lvLanguages = new TQListView( this, "lvLanguages" ); lvLanguages = new TQListView( this, "lvLanguages" );
lvLanguages->addColumn( tr2i18n( "Languages" ) ); lvLanguages->addColumn( tr2i18n( "Languages" ) );
lvLanguages->header()->setClickEnabled( FALSE, lvLanguages->header()->count() - 1 ); lvLanguages->header()->setClickEnabled( FALSE, lvLanguages->header()->count() - 1 );
lvLanguages->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)7, 0, 0, lvLanguages->sizePolicy().hasHeightForWidth() ) ); lvLanguages->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)7, 0, 0, lvLanguages->sizePolicy().hasHeightForWidth() ) );
lvLanguages->setMinimumSize( TQSize( 208, 0 ) ); lvLanguages->setMinimumSize( TQSize( 208, 0 ) );
lvLanguages->setHScrollBarMode( TQListView::AlwaysOff ); lvLanguages->setHScrollBarMode( TQListView::AlwaysOff );
lvLanguages->setResizeMode( TQListView::LastColumn ); lvLanguages->setResizeMode( TQListView::LastColumn );
langSelectLayout->addWidget( lvLanguages, 0, 0 ); langSelectLayout->addWidget( lvLanguages, 0, 0 );
languageChange(); languageChange();
resize( TQSize(600, 480).expandedTo(tqminimumSizeHint()) ); resize( TQSize(600, 480).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
} }

@ -48,7 +48,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>208</width> <width>208</width>
<height>0</height> <height>0</height>

@ -105,7 +105,7 @@ int main(int argc, char **argv) {
bool redirect = args->isSet("redirect"); bool redirect = args->isSet("redirect");
if (play) { if (play) {
k9play player; k9play player;
player.setinittqStatus( args->isSet("initstatus")); player.setinitStatus( args->isSet("initstatus"));
player.setcontinue( args->isSet("continue")); player.setcontinue( args->isSet("continue"));
player.setfirstPass(args->isSet("firstpass")); player.setfirstPass(args->isSet("firstpass"));
player.setuseCache(args->isSet("usecache")); player.setuseCache(args->isSet("usecache"));

@ -15,7 +15,7 @@
#include <tqlistview.h> #include <tqlistview.h>
#include <tqwidgetstack.h> #include <tqwidgetstack.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -59,7 +59,7 @@ MyDialog1::MyDialog1( TQWidget* parent, const char* name, bool modal, WFlags fl
listView->addColumn( TQString() ); listView->addColumn( TQString() );
listView->header()->setClickEnabled( FALSE, listView->header()->count() - 1 ); listView->header()->setClickEnabled( FALSE, listView->header()->count() - 1 );
listView->header()->setResizeEnabled( FALSE, listView->header()->count() - 1 ); listView->header()->setResizeEnabled( FALSE, listView->header()->count() - 1 );
listView->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)7, 0, 0, listView->sizePolicy().hasHeightForWidth() ) ); listView->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)7, 0, 0, listView->sizePolicy().hasHeightForWidth() ) );
listView->setMinimumSize( TQSize( 200, 0 ) ); listView->setMinimumSize( TQSize( 200, 0 ) );
listView->setResizeMode( TQListView::LastColumn ); listView->setResizeMode( TQListView::LastColumn );
@ -72,7 +72,7 @@ MyDialog1::MyDialog1( TQWidget* parent, const char* name, bool modal, WFlags fl
MyDialog1Layout->addWidget( wsOptions, 0, 1 ); MyDialog1Layout->addWidget( wsOptions, 0, 1 );
languageChange(); languageChange();
resize( TQSize(655, 498).expandedTo(tqminimumSizeHint()) ); resize( TQSize(655, 498).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -46,7 +46,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -159,7 +159,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>200</width>
<height>0</height> <height>0</height>

@ -17,7 +17,7 @@
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -120,27 +120,27 @@ PlaybackOptionsw::PlaybackOptionsw( TQWidget* parent, const char* name, WFlags f
frPlayback = new TQFrame( this, "frPlayback" ); frPlayback = new TQFrame( this, "frPlayback" );
frPlayback->setEnabled( FALSE ); frPlayback->setEnabled( FALSE );
frPlayback->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, frPlayback->sizePolicy().hasHeightForWidth() ) ); frPlayback->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, frPlayback->sizePolicy().hasHeightForWidth() ) );
frPlayback->setFrameShape( TQFrame::NoFrame ); frPlayback->setFrameShape( TQFrame::NoFrame );
frPlayback->setFrameShadow( TQFrame::Sunken ); frPlayback->setFrameShadow( TQFrame::Sunken );
frPlaybackLayout = new TQGridLayout( frPlayback, 1, 1, 0, 2, "frPlaybackLayout"); frPlaybackLayout = new TQGridLayout( frPlayback, 1, 1, 0, 2, "frPlaybackLayout");
lbSequence = new TQListBox( frPlayback, "lbSequence" ); lbSequence = new TQListBox( frPlayback, "lbSequence" );
lbSequence->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, lbSequence->sizePolicy().hasHeightForWidth() ) ); lbSequence->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, lbSequence->sizePolicy().hasHeightForWidth() ) );
frPlaybackLayout->addMultiCellWidget( lbSequence, 1, 5, 0, 0 ); frPlaybackLayout->addMultiCellWidget( lbSequence, 1, 5, 0, 0 );
spacer5 = new TQSpacerItem( 20, 31, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer5 = new TQSpacerItem( 20, 31, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
frPlaybackLayout->addMultiCell( spacer5, 0, 1, 1, 1 ); frPlaybackLayout->addMultiCell( spacer5, 0, 1, 1, 1 );
bSeqUp = new KPushButton( frPlayback, "bSeqUp" ); bSeqUp = new KPushButton( frPlayback, "bSeqUp" );
bSeqUp->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bSeqUp->sizePolicy().hasHeightForWidth() ) ); bSeqUp->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bSeqUp->sizePolicy().hasHeightForWidth() ) );
bSeqUp->setMinimumSize( TQSize( 21, 21 ) ); bSeqUp->setMinimumSize( TQSize( 21, 21 ) );
bSeqUp->setMaximumSize( TQSize( 21, 21 ) ); bSeqUp->setMaximumSize( TQSize( 21, 21 ) );
frPlaybackLayout->addMultiCellWidget( bSeqUp, 2, 2, 1, 2 ); frPlaybackLayout->addMultiCellWidget( bSeqUp, 2, 2, 1, 2 );
bSeqDown = new KPushButton( frPlayback, "bSeqDown" ); bSeqDown = new KPushButton( frPlayback, "bSeqDown" );
bSeqDown->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bSeqDown->sizePolicy().hasHeightForWidth() ) ); bSeqDown->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bSeqDown->sizePolicy().hasHeightForWidth() ) );
bSeqDown->setMinimumSize( TQSize( 21, 21 ) ); bSeqDown->setMinimumSize( TQSize( 21, 21 ) );
bSeqDown->setMaximumSize( TQSize( 21, 21 ) ); bSeqDown->setMaximumSize( TQSize( 21, 21 ) );
@ -149,7 +149,7 @@ PlaybackOptionsw::PlaybackOptionsw( TQWidget* parent, const char* name, WFlags f
frPlaybackLayout->addItem( spacer7, 3, 1 ); frPlaybackLayout->addItem( spacer7, 3, 1 );
textLabel4 = new TQLabel( frPlayback, "textLabel4" ); textLabel4 = new TQLabel( frPlayback, "textLabel4" );
textLabel4->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel4->sizePolicy().hasHeightForWidth() ) ); textLabel4->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel4->sizePolicy().hasHeightForWidth() ) );
TQFont textLabel4_font( textLabel4->font() ); TQFont textLabel4_font( textLabel4->font() );
textLabel4_font.setBold( TRUE ); textLabel4_font.setBold( TRUE );
textLabel4->setFont( textLabel4_font ); textLabel4->setFont( textLabel4_font );
@ -157,14 +157,14 @@ PlaybackOptionsw::PlaybackOptionsw( TQWidget* parent, const char* name, WFlags f
frPlaybackLayout->addWidget( textLabel4, 0, 0 ); frPlaybackLayout->addWidget( textLabel4, 0, 0 );
frame4 = new TQFrame( frPlayback, "frame4" ); frame4 = new TQFrame( frPlayback, "frame4" );
frame4->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, frame4->sizePolicy().hasHeightForWidth() ) ); frame4->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, frame4->sizePolicy().hasHeightForWidth() ) );
frame4->setMinimumSize( TQSize( 211, 100 ) ); frame4->setMinimumSize( TQSize( 211, 100 ) );
frame4->setFrameShape( TQFrame::NoFrame ); frame4->setFrameShape( TQFrame::NoFrame );
frame4->setFrameShadow( TQFrame::Raised ); frame4->setFrameShadow( TQFrame::Raised );
frame4Layout = new TQGridLayout( frame4, 1, 1, 0, 0, "frame4Layout"); frame4Layout = new TQGridLayout( frame4, 1, 1, 0, 0, "frame4Layout");
textLabel1 = new TQLabel( frame4, "textLabel1" ); textLabel1 = new TQLabel( frame4, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
TQFont textLabel1_font( textLabel1->font() ); TQFont textLabel1_font( textLabel1->font() );
textLabel1_font.setBold( TRUE ); textLabel1_font.setBold( TRUE );
textLabel1->setFont( textLabel1_font ); textLabel1->setFont( textLabel1_font );
@ -172,22 +172,22 @@ PlaybackOptionsw::PlaybackOptionsw( TQWidget* parent, const char* name, WFlags f
frame4Layout->addMultiCellWidget( textLabel1, 0, 0, 0, 2 ); frame4Layout->addMultiCellWidget( textLabel1, 0, 0, 0, 2 );
cbDefSub = new TQComboBox( FALSE, frame4, "cbDefSub" ); cbDefSub = new TQComboBox( FALSE, frame4, "cbDefSub" );
cbDefSub->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)5, 0, 0, cbDefSub->sizePolicy().hasHeightForWidth() ) ); cbDefSub->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)5, 0, 0, cbDefSub->sizePolicy().hasHeightForWidth() ) );
frame4Layout->addWidget( cbDefSub, 2, 2 ); frame4Layout->addWidget( cbDefSub, 2, 2 );
textLabel3 = new TQLabel( frame4, "textLabel3" ); textLabel3 = new TQLabel( frame4, "textLabel3" );
textLabel3->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel3->sizePolicy().hasHeightForWidth() ) ); textLabel3->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel3->sizePolicy().hasHeightForWidth() ) );
frame4Layout->addWidget( textLabel3, 2, 0 ); frame4Layout->addWidget( textLabel3, 2, 0 );
cbDefAudio = new TQComboBox( FALSE, frame4, "cbDefAudio" ); cbDefAudio = new TQComboBox( FALSE, frame4, "cbDefAudio" );
cbDefAudio->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)5, 0, 0, cbDefAudio->sizePolicy().hasHeightForWidth() ) ); cbDefAudio->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)5, 0, 0, cbDefAudio->sizePolicy().hasHeightForWidth() ) );
frame4Layout->addWidget( cbDefAudio, 1, 2 ); frame4Layout->addWidget( cbDefAudio, 1, 2 );
textLabel2_3 = new TQLabel( frame4, "textLabel2_3" ); textLabel2_3 = new TQLabel( frame4, "textLabel2_3" );
textLabel2_3->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel2_3->sizePolicy().hasHeightForWidth() ) ); textLabel2_3->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel2_3->sizePolicy().hasHeightForWidth() ) );
frame4Layout->addWidget( textLabel2_3, 1, 0 ); frame4Layout->addWidget( textLabel2_3, 1, 0 );
spacer4 = new TQSpacerItem( 16, 21, TQSizePolicy::Fixed, TQSizePolicy::Minimum ); spacer4 = new TQSpacerItem( 16, 21, TQSizePolicy::Fixed, TQSizePolicy::Minimum );
@ -199,7 +199,7 @@ PlaybackOptionsw::PlaybackOptionsw( TQWidget* parent, const char* name, WFlags f
PlaybackOptionswLayout->addWidget( frPlayback, 0, 0 ); PlaybackOptionswLayout->addWidget( frPlayback, 0, 0 );
languageChange(); languageChange();
resize( TQSize(328, 491).expandedTo(tqminimumSizeHint()) ); resize( TQSize(328, 491).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -90,7 +90,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>31</height> <height>31</height>
@ -109,13 +109,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>21</width> <width>21</width>
<height>21</height> <height>21</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>21</width> <width>21</width>
<height>21</height> <height>21</height>
@ -137,13 +137,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>21</width> <width>21</width>
<height>21</height> <height>21</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>21</width> <width>21</width>
<height>21</height> <height>21</height>
@ -163,7 +163,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -203,7 +203,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>211</width> <width>211</width>
<height>100</height> <height>100</height>
@ -314,7 +314,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>21</height> <height>21</height>
@ -333,7 +333,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>280</height> <height>280</height>

@ -17,7 +17,7 @@
#include <knuminput.h> #include <knuminput.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "knuminput.h" #include "knuminput.h"
@ -37,10 +37,10 @@ prefAuthor::prefAuthor( TQWidget* parent, const char* name, WFlags fl )
groupBox1 = new TQGroupBox( this, "groupBox1" ); groupBox1 = new TQGroupBox( this, "groupBox1" );
groupBox1->setColumnLayout(0, Qt::Vertical ); groupBox1->setColumnLayout(0, Qt::Vertical );
groupBox1->tqlayout()->setSpacing( 6 ); groupBox1->layout()->setSpacing( 6 );
groupBox1->tqlayout()->setMargin( 11 ); groupBox1->layout()->setMargin( 11 );
groupBox1Layout = new TQGridLayout( groupBox1->tqlayout() ); groupBox1Layout = new TQGridLayout( groupBox1->layout() );
groupBox1Layout->tqsetAlignment( TQt::AlignTop ); groupBox1Layout->setAlignment( TQt::AlignTop );
cbAudioFormat = new TQComboBox( FALSE, groupBox1, "cbAudioFormat" ); cbAudioFormat = new TQComboBox( FALSE, groupBox1, "cbAudioFormat" );
@ -66,10 +66,10 @@ prefAuthor::prefAuthor( TQWidget* parent, const char* name, WFlags fl )
groupBox2 = new TQGroupBox( this, "groupBox2" ); groupBox2 = new TQGroupBox( this, "groupBox2" );
groupBox2->setColumnLayout(0, Qt::Vertical ); groupBox2->setColumnLayout(0, Qt::Vertical );
groupBox2->tqlayout()->setSpacing( 6 ); groupBox2->layout()->setSpacing( 6 );
groupBox2->tqlayout()->setMargin( 11 ); groupBox2->layout()->setMargin( 11 );
groupBox2Layout = new TQGridLayout( groupBox2->tqlayout() ); groupBox2Layout = new TQGridLayout( groupBox2->layout() );
groupBox2Layout->tqsetAlignment( TQt::AlignTop ); groupBox2Layout->setAlignment( TQt::AlignTop );
textLabel3 = new TQLabel( groupBox2, "textLabel3" ); textLabel3 = new TQLabel( groupBox2, "textLabel3" );
@ -115,7 +115,7 @@ prefAuthor::prefAuthor( TQWidget* parent, const char* name, WFlags fl )
prefAuthorLayout->addWidget( groupBox2, 1, 0 ); prefAuthorLayout->addWidget( groupBox2, 1, 0 );
languageChange(); languageChange();
resize( TQSize(600, 480).expandedTo(tqminimumSizeHint()) ); resize( TQSize(600, 480).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -91,7 +91,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>151</width> <width>151</width>
<height>21</height> <height>21</height>
@ -110,7 +110,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>60</height> <height>60</height>
@ -146,7 +146,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>121</width> <width>121</width>
<height>31</height> <height>31</height>

@ -14,7 +14,7 @@
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqspinbox.h> #include <tqspinbox.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kurlrequester.h" #include "kurlrequester.h"
@ -33,12 +33,12 @@ prefDVD::prefDVD( TQWidget* parent, const char* name, WFlags fl )
prefDVDLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefDVDLayout"); prefDVDLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefDVDLayout");
lblworkDir = new TQLabel( this, "lblworkDir" ); lblworkDir = new TQLabel( this, "lblworkDir" );
lblworkDir->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblworkDir->sizePolicy().hasHeightForWidth() ) ); lblworkDir->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)5, 0, 0, lblworkDir->sizePolicy().hasHeightForWidth() ) );
prefDVDLayout->addWidget( lblworkDir, 0, 0 ); prefDVDLayout->addWidget( lblworkDir, 0, 0 );
urOutput = new KURLRequester( this, "urOutput" ); urOutput = new KURLRequester( this, "urOutput" );
urOutput->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, urOutput->sizePolicy().hasHeightForWidth() ) ); urOutput->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, urOutput->sizePolicy().hasHeightForWidth() ) );
prefDVDLayout->addMultiCellWidget( urOutput, 0, 0, 1, 2 ); prefDVDLayout->addMultiCellWidget( urOutput, 0, 0, 1, 2 );
@ -47,7 +47,7 @@ prefDVD::prefDVD( TQWidget* parent, const char* name, WFlags fl )
prefDVDLayout->addMultiCellWidget( ckK3b, 2, 2, 0, 2 ); prefDVDLayout->addMultiCellWidget( ckK3b, 2, 2, 0, 2 );
ckAutoBurn = new TQCheckBox( this, "ckAutoBurn" ); ckAutoBurn = new TQCheckBox( this, "ckAutoBurn" );
ckAutoBurn->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, ckAutoBurn->sizePolicy().hasHeightForWidth() ) ); ckAutoBurn->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, ckAutoBurn->sizePolicy().hasHeightForWidth() ) );
prefDVDLayout->addMultiCellWidget( ckAutoBurn, 3, 3, 0, 2 ); prefDVDLayout->addMultiCellWidget( ckAutoBurn, 3, 3, 0, 2 );
@ -56,7 +56,7 @@ prefDVD::prefDVD( TQWidget* parent, const char* name, WFlags fl )
prefDVDLayout->addWidget( textLabel1_2, 1, 0 ); prefDVDLayout->addWidget( textLabel1_2, 1, 0 );
sbSize = new TQSpinBox( this, "sbSize" ); sbSize = new TQSpinBox( this, "sbSize" );
sbSize->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, sbSize->sizePolicy().hasHeightForWidth() ) ); sbSize->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, sbSize->sizePolicy().hasHeightForWidth() ) );
sbSize->setMinimumSize( TQSize( 80, 0 ) ); sbSize->setMinimumSize( TQSize( 80, 0 ) );
sbSize->setMaxValue( 9000 ); sbSize->setMaxValue( 9000 );
sbSize->setLineStep( 100 ); sbSize->setLineStep( 100 );
@ -78,7 +78,7 @@ prefDVD::prefDVD( TQWidget* parent, const char* name, WFlags fl )
prefDVDLayout->addMultiCellWidget( ckDelTmpFiles, 6, 6, 0, 2 ); prefDVDLayout->addMultiCellWidget( ckDelTmpFiles, 6, 6, 0, 2 );
languageChange(); languageChange();
resize( TQSize(600, 347).expandedTo(tqminimumSizeHint()) ); resize( TQSize(600, 347).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
} }

@ -98,7 +98,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>80</width> <width>80</width>
<height>0</height> <height>0</height>
@ -135,7 +135,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>110</height> <height>110</height>

@ -19,7 +19,7 @@
#include <tqspinbox.h> #include <tqspinbox.h>
#include <tqbuttongroup.h> #include <tqbuttongroup.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -124,7 +124,7 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
tabVideoLayout->addWidget( textLabel1_4, 0, 0 ); tabVideoLayout->addWidget( textLabel1_4, 0, 0 );
cbMp4Codec = new TQComboBox( FALSE, tabVideo, "cbMp4Codec" ); cbMp4Codec = new TQComboBox( FALSE, tabVideo, "cbMp4Codec" );
cbMp4Codec->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbMp4Codec->sizePolicy().hasHeightForWidth() ) ); cbMp4Codec->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbMp4Codec->sizePolicy().hasHeightForWidth() ) );
tabVideoLayout->addMultiCellWidget( cbMp4Codec, 0, 0, 1, 2 ); tabVideoLayout->addMultiCellWidget( cbMp4Codec, 0, 0, 1, 2 );
@ -137,16 +137,16 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
tabVideoLayout->addWidget( textLabel3_2_2, 2, 0 ); tabVideoLayout->addWidget( textLabel3_2_2, 2, 0 );
leMp4Width = new TQLineEdit( tabVideo, "leMp4Width" ); leMp4Width = new TQLineEdit( tabVideo, "leMp4Width" );
leMp4Width->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, leMp4Width->sizePolicy().hasHeightForWidth() ) ); leMp4Width->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, leMp4Width->sizePolicy().hasHeightForWidth() ) );
leMp4Width->setMinimumSize( TQSize( 0, 0 ) ); leMp4Width->setMinimumSize( TQSize( 0, 0 ) );
leMp4Width->setMaximumSize( TQSize( 70, 32767 ) ); leMp4Width->setMaximumSize( TQSize( 70, 32767 ) );
leMp4Width->setMaxLength( 4 ); leMp4Width->setMaxLength( 4 );
leMp4Width->tqsetAlignment( int( TQLineEdit::AlignAuto ) ); leMp4Width->setAlignment( int( TQLineEdit::AlignAuto ) );
tabVideoLayout->addWidget( leMp4Width, 1, 1 ); tabVideoLayout->addWidget( leMp4Width, 1, 1 );
ckMp4AspectRatio = new TQCheckBox( tabVideo, "ckMp4AspectRatio" ); ckMp4AspectRatio = new TQCheckBox( tabVideo, "ckMp4AspectRatio" );
ckMp4AspectRatio->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, ckMp4AspectRatio->sizePolicy().hasHeightForWidth() ) ); ckMp4AspectRatio->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, ckMp4AspectRatio->sizePolicy().hasHeightForWidth() ) );
ckMp4AspectRatio->setChecked( TRUE ); ckMp4AspectRatio->setChecked( TRUE );
tabVideoLayout->addMultiCellWidget( ckMp4AspectRatio, 1, 1, 3, 6 ); tabVideoLayout->addMultiCellWidget( ckMp4AspectRatio, 1, 1, 3, 6 );
@ -155,42 +155,42 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
leMp4Height = new TQLineEdit( tabVideo, "leMp4Height" ); leMp4Height = new TQLineEdit( tabVideo, "leMp4Height" );
leMp4Height->setEnabled( FALSE ); leMp4Height->setEnabled( FALSE );
leMp4Height->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, leMp4Height->sizePolicy().hasHeightForWidth() ) ); leMp4Height->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, leMp4Height->sizePolicy().hasHeightForWidth() ) );
leMp4Height->setMinimumSize( TQSize( 0, 0 ) ); leMp4Height->setMinimumSize( TQSize( 0, 0 ) );
leMp4Height->setMaximumSize( TQSize( 70, 32767 ) ); leMp4Height->setMaximumSize( TQSize( 70, 32767 ) );
leMp4Height->setMaxLength( 4 ); leMp4Height->setMaxLength( 4 );
leMp4Height->tqsetAlignment( int( TQLineEdit::AlignAuto ) ); leMp4Height->setAlignment( int( TQLineEdit::AlignAuto ) );
tabVideoLayout->addWidget( leMp4Height, 2, 1 ); tabVideoLayout->addWidget( leMp4Height, 2, 1 );
spacer8 = new TQSpacerItem( 21, 110, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer8 = new TQSpacerItem( 21, 110, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tabVideoLayout->addItem( spacer8, 4, 5 ); tabVideoLayout->addItem( spacer8, 4, 5 );
sbMp4NumberCD = new TQSpinBox( tabVideo, "sbMp4NumberCD" ); sbMp4NumberCD = new TQSpinBox( tabVideo, "sbMp4NumberCD" );
sbMp4NumberCD->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, sbMp4NumberCD->sizePolicy().hasHeightForWidth() ) ); sbMp4NumberCD->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, sbMp4NumberCD->sizePolicy().hasHeightForWidth() ) );
sbMp4NumberCD->setMaxValue( 9 ); sbMp4NumberCD->setMaxValue( 9 );
sbMp4NumberCD->setMinValue( 1 ); sbMp4NumberCD->setMinValue( 1 );
tabVideoLayout->addWidget( sbMp4NumberCD, 3, 5 ); tabVideoLayout->addWidget( sbMp4NumberCD, 3, 5 );
textLabel1 = new TQLabel( tabVideo, "textLabel1" ); textLabel1 = new TQLabel( tabVideo, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
tabVideoLayout->addWidget( textLabel1, 3, 4 ); tabVideoLayout->addWidget( textLabel1, 3, 4 );
buttonGroup1 = new TQButtonGroup( tabVideo, "buttonGroup1" ); buttonGroup1 = new TQButtonGroup( tabVideo, "buttonGroup1" );
buttonGroup1->setFrameShape( TQButtonGroup::NoFrame ); buttonGroup1->setFrameShape( TQButtonGroup::NoFrame );
buttonGroup1->setColumnLayout(0, Qt::Vertical ); buttonGroup1->setColumnLayout(0, Qt::Vertical );
buttonGroup1->tqlayout()->setSpacing( 6 ); buttonGroup1->layout()->setSpacing( 6 );
buttonGroup1->tqlayout()->setMargin( 2 ); buttonGroup1->layout()->setMargin( 2 );
buttonGroup1Layout = new TQGridLayout( buttonGroup1->tqlayout() ); buttonGroup1Layout = new TQGridLayout( buttonGroup1->layout() );
buttonGroup1Layout->tqsetAlignment( TQt::AlignTop ); buttonGroup1Layout->setAlignment( TQt::AlignTop );
rbSize = new TQRadioButton( buttonGroup1, "rbSize" ); rbSize = new TQRadioButton( buttonGroup1, "rbSize" );
buttonGroup1Layout->addWidget( rbSize, 0, 0 ); buttonGroup1Layout->addWidget( rbSize, 0, 0 );
sbMp4Size = new TQSpinBox( buttonGroup1, "sbMp4Size" ); sbMp4Size = new TQSpinBox( buttonGroup1, "sbMp4Size" );
sbMp4Size->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, sbMp4Size->sizePolicy().hasHeightForWidth() ) ); sbMp4Size->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, sbMp4Size->sizePolicy().hasHeightForWidth() ) );
sbMp4Size->setMinimumSize( TQSize( 80, 0 ) ); sbMp4Size->setMinimumSize( TQSize( 80, 0 ) );
sbMp4Size->setButtonSymbols( TQSpinBox::UpDownArrows ); sbMp4Size->setButtonSymbols( TQSpinBox::UpDownArrows );
sbMp4Size->setMaxValue( 9999 ); sbMp4Size->setMaxValue( 9999 );
@ -207,14 +207,14 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
buttonGroup1Layout->addMultiCell( spacer6, 0, 1, 2, 2 ); buttonGroup1Layout->addMultiCell( spacer6, 0, 1, 2, 2 );
leMp4VideoBitrate = new TQLineEdit( buttonGroup1, "leMp4VideoBitrate" ); leMp4VideoBitrate = new TQLineEdit( buttonGroup1, "leMp4VideoBitrate" );
leMp4VideoBitrate->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, leMp4VideoBitrate->sizePolicy().hasHeightForWidth() ) ); leMp4VideoBitrate->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, leMp4VideoBitrate->sizePolicy().hasHeightForWidth() ) );
buttonGroup1Layout->addWidget( leMp4VideoBitrate, 1, 1 ); buttonGroup1Layout->addWidget( leMp4VideoBitrate, 1, 1 );
tabVideoLayout->addMultiCellWidget( buttonGroup1, 3, 3, 0, 3 ); tabVideoLayout->addMultiCellWidget( buttonGroup1, 3, 3, 0, 3 );
spacer3 = new TQSpacerItem( 130, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer3 = new TQSpacerItem( 130, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
tabVideoLayout->addItem( spacer3, 3, 6 ); tabVideoLayout->addItem( spacer3, 3, 6 );
tabWidget->insertTab( tabVideo, TQString::tqfromLatin1("") ); tabWidget->insertTab( tabVideo, TQString::fromLatin1("") );
tabAudio = new TQWidget( tabWidget, "tabAudio" ); tabAudio = new TQWidget( tabWidget, "tabAudio" );
tabAudioLayout = new TQGridLayout( tabAudio, 1, 1, 11, 6, "tabAudioLayout"); tabAudioLayout = new TQGridLayout( tabAudio, 1, 1, 11, 6, "tabAudioLayout");
@ -224,7 +224,7 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
tabAudioLayout->addWidget( textLabel1_4_2, 0, 0 ); tabAudioLayout->addWidget( textLabel1_4_2, 0, 0 );
cbMp4AudioCodec = new TQComboBox( FALSE, tabAudio, "cbMp4AudioCodec" ); cbMp4AudioCodec = new TQComboBox( FALSE, tabAudio, "cbMp4AudioCodec" );
cbMp4AudioCodec->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbMp4AudioCodec->sizePolicy().hasHeightForWidth() ) ); cbMp4AudioCodec->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, cbMp4AudioCodec->sizePolicy().hasHeightForWidth() ) );
tabAudioLayout->addMultiCellWidget( cbMp4AudioCodec, 0, 0, 1, 2 ); tabAudioLayout->addMultiCellWidget( cbMp4AudioCodec, 0, 0, 1, 2 );
@ -233,11 +233,11 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
tabAudioLayout->addWidget( textLabel1_5, 1, 0 ); tabAudioLayout->addWidget( textLabel1_5, 1, 0 );
leMp4AudioBitrate = new TQLineEdit( tabAudio, "leMp4AudioBitrate" ); leMp4AudioBitrate = new TQLineEdit( tabAudio, "leMp4AudioBitrate" );
leMp4AudioBitrate->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, leMp4AudioBitrate->sizePolicy().hasHeightForWidth() ) ); leMp4AudioBitrate->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, leMp4AudioBitrate->sizePolicy().hasHeightForWidth() ) );
leMp4AudioBitrate->setMinimumSize( TQSize( 0, 0 ) ); leMp4AudioBitrate->setMinimumSize( TQSize( 0, 0 ) );
leMp4AudioBitrate->setMaximumSize( TQSize( 70, 32767 ) ); leMp4AudioBitrate->setMaximumSize( TQSize( 70, 32767 ) );
leMp4AudioBitrate->setMaxLength( 3 ); leMp4AudioBitrate->setMaxLength( 3 );
leMp4AudioBitrate->tqsetAlignment( int( TQLineEdit::AlignAuto ) ); leMp4AudioBitrate->setAlignment( int( TQLineEdit::AlignAuto ) );
tabAudioLayout->addWidget( leMp4AudioBitrate, 1, 1 ); tabAudioLayout->addWidget( leMp4AudioBitrate, 1, 1 );
spacer4 = new TQSpacerItem( 376, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer4 = new TQSpacerItem( 376, 20, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
@ -254,7 +254,7 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
tabAudioLayout->addWidget( textLabel1_2, 2, 0 ); tabAudioLayout->addWidget( textLabel1_2, 2, 0 );
spacer14 = new TQSpacerItem( 20, 61, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer14 = new TQSpacerItem( 20, 61, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tabAudioLayout->addItem( spacer14, 3, 3 ); tabAudioLayout->addItem( spacer14, 3, 3 );
tabWidget->insertTab( tabAudio, TQString::tqfromLatin1("") ); tabWidget->insertTab( tabAudio, TQString::fromLatin1("") );
prefMPEG4Layout->addWidget( tabWidget, 1, 0 ); prefMPEG4Layout->addWidget( tabWidget, 1, 0 );
@ -262,7 +262,7 @@ prefMPEG4::prefMPEG4( TQWidget* parent, const char* name, WFlags fl )
prefMPEG4Layout->addWidget( ckUseCache, 2, 0 ); prefMPEG4Layout->addWidget( ckUseCache, 2, 0 );
languageChange(); languageChange();
resize( TQSize(582, 460).expandedTo(tqminimumSizeHint()) ); resize( TQSize(582, 460).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -134,13 +134,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>70</width> <width>70</width>
<height>32767</height> <height>32767</height>
@ -152,7 +152,7 @@
<property name="maxLength"> <property name="maxLength">
<number>4</number> <number>4</number>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignAuto</set> <set>AlignAuto</set>
</property> </property>
<property name="inputMask"> <property name="inputMask">
@ -191,7 +191,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>380</width> <width>380</width>
<height>21</height> <height>21</height>
@ -213,13 +213,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>70</width> <width>70</width>
<height>32767</height> <height>32767</height>
@ -228,7 +228,7 @@
<property name="maxLength"> <property name="maxLength">
<number>4</number> <number>4</number>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignAuto</set> <set>AlignAuto</set>
</property> </property>
<property name="inputMask"> <property name="inputMask">
@ -245,7 +245,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>110</height> <height>110</height>
@ -327,7 +327,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>80</width> <width>80</width>
<height>0</height> <height>0</height>
@ -373,7 +373,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>51</width> <width>51</width>
<height>20</height> <height>20</height>
@ -405,7 +405,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>130</width> <width>130</width>
<height>21</height> <height>21</height>
@ -491,13 +491,13 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>70</width> <width>70</width>
<height>32767</height> <height>32767</height>
@ -509,7 +509,7 @@
<property name="maxLength"> <property name="maxLength">
<number>3</number> <number>3</number>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignAuto</set> <set>AlignAuto</set>
</property> </property>
</widget> </widget>
@ -523,7 +523,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>376</width> <width>376</width>
<height>20</height> <height>20</height>
@ -559,7 +559,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>61</height> <height>61</height>

@ -15,9 +15,9 @@
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include <tqlistbox.h> #include <tqlistbox.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <tqtextedit.h> #include <textedit.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include "kpushbutton.h" #include "kpushbutton.h"
@ -33,22 +33,22 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
setName( "prefMencoder" ); setName( "prefMencoder" );
prefMencoderLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefMencoderLayout"); prefMencoderLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefMencoderLayout");
tqlayout2 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout2"); layout2 = new TQGridLayout( 0, 1, 1, 0, 6, "layout2");
textLabel2 = new TQLabel( this, "textLabel2" ); textLabel2 = new TQLabel( this, "textLabel2" );
textLabel2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel2->sizePolicy().hasHeightForWidth() ) ); textLabel2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, textLabel2->sizePolicy().hasHeightForWidth() ) );
TQFont textLabel2_font( textLabel2->font() ); TQFont textLabel2_font( textLabel2->font() );
textLabel2_font.setBold( TRUE ); textLabel2_font.setBold( TRUE );
textLabel2->setFont( textLabel2_font ); textLabel2->setFont( textLabel2_font );
tqlayout2->addWidget( textLabel2, 0, 0 ); layout2->addWidget( textLabel2, 0, 0 );
textLabel2_2 = new TQLabel( this, "textLabel2_2" ); textLabel2_2 = new TQLabel( this, "textLabel2_2" );
textLabel2_2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel2_2->sizePolicy().hasHeightForWidth() ) ); textLabel2_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel2_2->sizePolicy().hasHeightForWidth() ) );
tqlayout2->addWidget( textLabel2_2, 0, 1 ); layout2->addWidget( textLabel2_2, 0, 1 );
prefMencoderLayout->addLayout( tqlayout2, 2, 0 ); prefMencoderLayout->addLayout( layout2, 2, 0 );
tabWidget2 = new TQTabWidget( this, "tabWidget2" ); tabWidget2 = new TQTabWidget( this, "tabWidget2" );
@ -60,13 +60,13 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
tabLayout->addMultiCellWidget( lbvCodecs, 0, 4, 0, 1 ); tabLayout->addMultiCellWidget( lbvCodecs, 0, 4, 0, 1 );
btnDeleteV = new KPushButton( tab, "btnDeleteV" ); btnDeleteV = new KPushButton( tab, "btnDeleteV" );
btnDeleteV->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnDeleteV->sizePolicy().hasHeightForWidth() ) ); btnDeleteV->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnDeleteV->sizePolicy().hasHeightForWidth() ) );
btnDeleteV->setProperty( "stdItem", 28 ); btnDeleteV->setProperty( "stdItem", 28 );
tabLayout->addWidget( btnDeleteV, 5, 1 ); tabLayout->addWidget( btnDeleteV, 5, 1 );
btnAddV = new KPushButton( tab, "btnAddV" ); btnAddV = new KPushButton( tab, "btnAddV" );
btnAddV->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnAddV->sizePolicy().hasHeightForWidth() ) ); btnAddV->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnAddV->sizePolicy().hasHeightForWidth() ) );
btnAddV->setProperty( "stdItem", 27 ); btnAddV->setProperty( "stdItem", 27 );
tabLayout->addWidget( btnAddV, 5, 0 ); tabLayout->addWidget( btnAddV, 5, 0 );
@ -83,62 +83,62 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
tabLayout->addWidget( textLabel1_2_3, 3, 2 ); tabLayout->addWidget( textLabel1_2_3, 3, 2 );
tqlayout9 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout9"); layout9 = new TQGridLayout( 0, 1, 1, 0, 6, "layout9");
teOpt2 = new TQTextEdit( tab, "teOpt2" ); teOpt2 = new TQTextEdit( tab, "teOpt2" );
teOpt2->setEnabled( TRUE ); teOpt2->setEnabled( TRUE );
tqlayout9->addMultiCellWidget( teOpt2, 0, 1, 0, 0 ); layout9->addMultiCellWidget( teOpt2, 0, 1, 0, 0 );
spacer5 = new TQSpacerItem( 20, 81, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer5 = new TQSpacerItem( 20, 81, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tqlayout9->addItem( spacer5, 1, 1 ); layout9->addItem( spacer5, 1, 1 );
btnOpt2 = new KPushButton( tab, "btnOpt2" ); btnOpt2 = new KPushButton( tab, "btnOpt2" );
btnOpt2->setMinimumSize( TQSize( 22, 22 ) ); btnOpt2->setMinimumSize( TQSize( 22, 22 ) );
btnOpt2->setMaximumSize( TQSize( 22, 22 ) ); btnOpt2->setMaximumSize( TQSize( 22, 22 ) );
tqlayout9->addWidget( btnOpt2, 0, 1 ); layout9->addWidget( btnOpt2, 0, 1 );
tabLayout->addLayout( tqlayout9, 3, 3 ); tabLayout->addLayout( layout9, 3, 3 );
tqlayout10 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout10"); layout10 = new TQGridLayout( 0, 1, 1, 0, 6, "layout10");
teOpt3 = new TQTextEdit( tab, "teOpt3" ); teOpt3 = new TQTextEdit( tab, "teOpt3" );
teOpt3->setEnabled( TRUE ); teOpt3->setEnabled( TRUE );
tqlayout10->addMultiCellWidget( teOpt3, 0, 1, 0, 0 ); layout10->addMultiCellWidget( teOpt3, 0, 1, 0, 0 );
btnOpt3 = new KPushButton( tab, "btnOpt3" ); btnOpt3 = new KPushButton( tab, "btnOpt3" );
btnOpt3->setMinimumSize( TQSize( 22, 22 ) ); btnOpt3->setMinimumSize( TQSize( 22, 22 ) );
btnOpt3->setMaximumSize( TQSize( 22, 22 ) ); btnOpt3->setMaximumSize( TQSize( 22, 22 ) );
tqlayout10->addWidget( btnOpt3, 0, 1 ); layout10->addWidget( btnOpt3, 0, 1 );
spacer6 = new TQSpacerItem( 20, 60, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer6 = new TQSpacerItem( 20, 60, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tqlayout10->addItem( spacer6, 1, 1 ); layout10->addItem( spacer6, 1, 1 );
tabLayout->addMultiCellLayout( tqlayout10, 4, 5, 3, 3 ); tabLayout->addMultiCellLayout( layout10, 4, 5, 3, 3 );
textLabel1_2 = new TQLabel( tab, "textLabel1_2" ); textLabel1_2 = new TQLabel( tab, "textLabel1_2" );
tabLayout->addWidget( textLabel1_2, 2, 2 ); tabLayout->addWidget( textLabel1_2, 2, 2 );
tqlayout8 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout8"); layout8 = new TQGridLayout( 0, 1, 1, 0, 6, "layout8");
spacer4 = new TQSpacerItem( 20, 90, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer4 = new TQSpacerItem( 20, 90, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tqlayout8->addItem( spacer4, 1, 1 ); layout8->addItem( spacer4, 1, 1 );
teOpt1 = new TQTextEdit( tab, "teOpt1" ); teOpt1 = new TQTextEdit( tab, "teOpt1" );
teOpt1->setEnabled( TRUE ); teOpt1->setEnabled( TRUE );
teOpt1->setWordWrap( TQTextEdit::WidgetWidth ); teOpt1->setWordWrap( TQTextEdit::WidgetWidth );
tqlayout8->addMultiCellWidget( teOpt1, 0, 1, 0, 0 ); layout8->addMultiCellWidget( teOpt1, 0, 1, 0, 0 );
btnOpt1 = new KPushButton( tab, "btnOpt1" ); btnOpt1 = new KPushButton( tab, "btnOpt1" );
btnOpt1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnOpt1->sizePolicy().hasHeightForWidth() ) ); btnOpt1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnOpt1->sizePolicy().hasHeightForWidth() ) );
btnOpt1->setMinimumSize( TQSize( 22, 22 ) ); btnOpt1->setMinimumSize( TQSize( 22, 22 ) );
btnOpt1->setMaximumSize( TQSize( 22, 22 ) ); btnOpt1->setMaximumSize( TQSize( 22, 22 ) );
tqlayout8->addWidget( btnOpt1, 0, 1 ); layout8->addWidget( btnOpt1, 0, 1 );
tabLayout->addLayout( tqlayout8, 2, 3 ); tabLayout->addLayout( layout8, 2, 3 );
textLabel1_2_3_2 = new TQLabel( tab, "textLabel1_2_3_2" ); textLabel1_2_3_2 = new TQLabel( tab, "textLabel1_2_3_2" );
@ -152,19 +152,19 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
leVLabel->setEnabled( TRUE ); leVLabel->setEnabled( TRUE );
tabLayout->addWidget( leVLabel, 0, 3 ); tabLayout->addWidget( leVLabel, 0, 3 );
tabWidget2->insertTab( tab, TQString::tqfromLatin1("") ); tabWidget2->insertTab( tab, TQString::fromLatin1("") );
tab_2 = new TQWidget( tabWidget2, "tab_2" ); tab_2 = new TQWidget( tabWidget2, "tab_2" );
tabLayout_2 = new TQGridLayout( tab_2, 1, 1, 11, 6, "tabLayout_2"); tabLayout_2 = new TQGridLayout( tab_2, 1, 1, 11, 6, "tabLayout_2");
btnDeleteA = new KPushButton( tab_2, "btnDeleteA" ); btnDeleteA = new KPushButton( tab_2, "btnDeleteA" );
btnDeleteA->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnDeleteA->sizePolicy().hasHeightForWidth() ) ); btnDeleteA->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnDeleteA->sizePolicy().hasHeightForWidth() ) );
btnDeleteA->setProperty( "stdItem", 28 ); btnDeleteA->setProperty( "stdItem", 28 );
tabLayout_2->addWidget( btnDeleteA, 2, 1 ); tabLayout_2->addWidget( btnDeleteA, 2, 1 );
btnAddA = new KPushButton( tab_2, "btnAddA" ); btnAddA = new KPushButton( tab_2, "btnAddA" );
btnAddA->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnAddA->sizePolicy().hasHeightForWidth() ) ); btnAddA->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnAddA->sizePolicy().hasHeightForWidth() ) );
btnAddA->setProperty( "stdItem", 27 ); btnAddA->setProperty( "stdItem", 27 );
tabLayout_2->addWidget( btnAddA, 2, 0 ); tabLayout_2->addWidget( btnAddA, 2, 0 );
@ -181,33 +181,33 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
tabLayout_2->addWidget( textLabel3, 0, 2 ); tabLayout_2->addWidget( textLabel3, 0, 2 );
tqlayout11 = new TQGridLayout( 0, 1, 1, 0, 6, "tqlayout11"); layout11 = new TQGridLayout( 0, 1, 1, 0, 6, "layout11");
teOptA = new TQTextEdit( tab_2, "teOptA" ); teOptA = new TQTextEdit( tab_2, "teOptA" );
tqlayout11->addMultiCellWidget( teOptA, 0, 1, 0, 0 ); layout11->addMultiCellWidget( teOptA, 0, 1, 0, 0 );
spacer4_2 = new TQSpacerItem( 20, 78, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer4_2 = new TQSpacerItem( 20, 78, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
tqlayout11->addItem( spacer4_2, 1, 1 ); layout11->addItem( spacer4_2, 1, 1 );
btnOptA = new KPushButton( tab_2, "btnOptA" ); btnOptA = new KPushButton( tab_2, "btnOptA" );
btnOptA->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnOptA->sizePolicy().hasHeightForWidth() ) ); btnOptA->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btnOptA->sizePolicy().hasHeightForWidth() ) );
btnOptA->setMinimumSize( TQSize( 22, 22 ) ); btnOptA->setMinimumSize( TQSize( 22, 22 ) );
btnOptA->setMaximumSize( TQSize( 22, 22 ) ); btnOptA->setMaximumSize( TQSize( 22, 22 ) );
tqlayout11->addWidget( btnOptA, 0, 1 ); layout11->addWidget( btnOptA, 0, 1 );
tabLayout_2->addMultiCellLayout( tqlayout11, 1, 2, 3, 3 ); tabLayout_2->addMultiCellLayout( layout11, 1, 2, 3, 3 );
textLabel1_2_2_2 = new TQLabel( tab_2, "textLabel1_2_2_2" ); textLabel1_2_2_2 = new TQLabel( tab_2, "textLabel1_2_2_2" );
textLabel1_2_2_2->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1_2_2_2->sizePolicy().hasHeightForWidth() ) ); textLabel1_2_2_2->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1_2_2_2->sizePolicy().hasHeightForWidth() ) );
tabLayout_2->addMultiCellWidget( textLabel1_2_2_2, 1, 2, 2, 2 ); tabLayout_2->addMultiCellWidget( textLabel1_2_2_2, 1, 2, 2, 2 );
tabWidget2->insertTab( tab_2, TQString::tqfromLatin1("") ); tabWidget2->insertTab( tab_2, TQString::fromLatin1("") );
prefMencoderLayout->addMultiCellWidget( tabWidget2, 0, 0, 0, 2 ); prefMencoderLayout->addMultiCellWidget( tabWidget2, 0, 0, 0, 2 );
textLabel1 = new TQLabel( this, "textLabel1" ); textLabel1 = new TQLabel( this, "textLabel1" );
textLabel1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) ); textLabel1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, textLabel1->sizePolicy().hasHeightForWidth() ) );
TQFont textLabel1_font( textLabel1->font() ); TQFont textLabel1_font( textLabel1->font() );
textLabel1_font.setBold( TRUE ); textLabel1_font.setBold( TRUE );
textLabel1->setFont( textLabel1_font ); textLabel1->setFont( textLabel1_font );
@ -215,14 +215,14 @@ prefMencoder::prefMencoder( TQWidget* parent, const char* name, WFlags fl )
prefMencoderLayout->addWidget( textLabel1, 1, 0 ); prefMencoderLayout->addWidget( textLabel1, 1, 0 );
bReset = new KPushButton( this, "bReset" ); bReset = new KPushButton( this, "bReset" );
bReset->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bReset->sizePolicy().hasHeightForWidth() ) ); bReset->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, bReset->sizePolicy().hasHeightForWidth() ) );
bReset->setProperty( "stdItem", 21 ); bReset->setProperty( "stdItem", 21 );
prefMencoderLayout->addMultiCellWidget( bReset, 1, 2, 2, 2 ); prefMencoderLayout->addMultiCellWidget( bReset, 1, 2, 2, 2 );
spacer5_2 = new TQSpacerItem( 121, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer5_2 = new TQSpacerItem( 121, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
prefMencoderLayout->addItem( spacer5_2, 1, 1 ); prefMencoderLayout->addItem( spacer5_2, 1, 1 );
languageChange(); languageChange();
resize( TQSize(672, 587).expandedTo(tqminimumSizeHint()) ); resize( TQSize(672, 587).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -248,7 +248,7 @@ audio bitrate</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="3"> <widget class="TQLayoutWidget" row="3" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -272,7 +272,7 @@ audio bitrate</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>81</height> <height>81</height>
@ -283,13 +283,13 @@ audio bitrate</string>
<property name="name"> <property name="name">
<cstring>btnOpt2</cstring> <cstring>btnOpt2</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -303,7 +303,7 @@ audio bitrate</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="3" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="4" column="3" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -321,13 +321,13 @@ audio bitrate</string>
<property name="name"> <property name="name">
<cstring>btnOpt3</cstring> <cstring>btnOpt3</cstring>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -347,7 +347,7 @@ audio bitrate</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>60</height> <height>60</height>
@ -366,7 +366,7 @@ audio bitrate</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="3"> <widget class="TQLayoutWidget" row="2" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -382,7 +382,7 @@ audio bitrate</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>90</height> <height>90</height>
@ -415,13 +415,13 @@ audio bitrate</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -527,7 +527,7 @@ audio bitrate</string>
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="3" rowspan="2" colspan="1"> <widget class="TQLayoutWidget" row="1" column="3" rowspan="2" colspan="1">
<property name="name"> <property name="name">
<cstring>tqlayout11</cstring> <cstring>layout11</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -548,7 +548,7 @@ audio bitrate</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>78</height> <height>78</height>
@ -567,13 +567,13 @@ audio bitrate</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqminimumSize"> <property name="minimumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>22</width> <width>22</width>
<height>22</height> <height>22</height>
@ -651,7 +651,7 @@ audio bitrate</string>
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>121</width> <width>121</width>
<height>21</height> <height>21</height>

@ -17,7 +17,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
@ -33,13 +33,13 @@ prefPreview::prefPreview( TQWidget* parent, const char* name, WFlags fl )
prefPreviewLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefPreviewLayout"); prefPreviewLayout = new TQGridLayout( this, 1, 1, 11, 6, "prefPreviewLayout");
buttonGroup1 = new TQButtonGroup( this, "buttonGroup1" ); buttonGroup1 = new TQButtonGroup( this, "buttonGroup1" );
buttonGroup1->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, buttonGroup1->sizePolicy().hasHeightForWidth() ) ); buttonGroup1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, buttonGroup1->sizePolicy().hasHeightForWidth() ) );
buttonGroup1->setFrameShape( TQButtonGroup::NoFrame ); buttonGroup1->setFrameShape( TQButtonGroup::NoFrame );
buttonGroup1->setColumnLayout(0, Qt::Vertical ); buttonGroup1->setColumnLayout(0, Qt::Vertical );
buttonGroup1->tqlayout()->setSpacing( 6 ); buttonGroup1->layout()->setSpacing( 6 );
buttonGroup1->tqlayout()->setMargin( 11 ); buttonGroup1->layout()->setMargin( 11 );
buttonGroup1Layout = new TQGridLayout( buttonGroup1->tqlayout() ); buttonGroup1Layout = new TQGridLayout( buttonGroup1->layout() );
buttonGroup1Layout->tqsetAlignment( TQt::AlignTop ); buttonGroup1Layout->setAlignment( TQt::AlignTop );
rbInternal = new TQRadioButton( buttonGroup1, "rbInternal" ); rbInternal = new TQRadioButton( buttonGroup1, "rbInternal" );
@ -54,7 +54,7 @@ prefPreview::prefPreview( TQWidget* parent, const char* name, WFlags fl )
prefPreviewLayout->addItem( spacer5, 2, 0 ); prefPreviewLayout->addItem( spacer5, 2, 0 );
wsOptions = new TQWidgetStack( this, "wsOptions" ); wsOptions = new TQWidgetStack( this, "wsOptions" );
wsOptions->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, wsOptions->sizePolicy().hasHeightForWidth() ) ); wsOptions->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, wsOptions->sizePolicy().hasHeightForWidth() ) );
wsOptions->setFrameShape( TQWidgetStack::NoFrame ); wsOptions->setFrameShape( TQWidgetStack::NoFrame );
wsOptions->setFrameShadow( TQWidgetStack::Sunken ); wsOptions->setFrameShadow( TQWidgetStack::Sunken );
wsOptions->setLineWidth( 1 ); wsOptions->setLineWidth( 1 );
@ -85,7 +85,7 @@ prefPreview::prefPreview( TQWidget* parent, const char* name, WFlags fl )
wspMplayerLayout->addWidget( textLabel3, 1, 0 ); wspMplayerLayout->addWidget( textLabel3, 1, 0 );
textLabel4 = new TQLabel( wspMplayer, "textLabel4" ); textLabel4 = new TQLabel( wspMplayer, "textLabel4" );
textLabel4->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, textLabel4->sizePolicy().hasHeightForWidth() ) ); textLabel4->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)5, 0, 0, textLabel4->sizePolicy().hasHeightForWidth() ) );
wspMplayerLayout->addWidget( textLabel4, 2, 0 ); wspMplayerLayout->addWidget( textLabel4, 2, 0 );
@ -94,7 +94,7 @@ prefPreview::prefPreview( TQWidget* parent, const char* name, WFlags fl )
wspMplayerLayout->addWidget( cbVout, 1, 1 ); wspMplayerLayout->addWidget( cbVout, 1, 1 );
cbAout = new TQComboBox( FALSE, wspMplayer, "cbAout" ); cbAout = new TQComboBox( FALSE, wspMplayer, "cbAout" );
cbAout->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, cbAout->sizePolicy().hasHeightForWidth() ) ); cbAout->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, cbAout->sizePolicy().hasHeightForWidth() ) );
wspMplayerLayout->addWidget( cbAout, 2, 1 ); wspMplayerLayout->addWidget( cbAout, 2, 1 );
spacer3 = new TQSpacerItem( 81, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer3 = new TQSpacerItem( 81, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
@ -114,7 +114,7 @@ prefPreview::prefPreview( TQWidget* parent, const char* name, WFlags fl )
spacer4 = new TQSpacerItem( 230, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum ); spacer4 = new TQSpacerItem( 230, 21, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
prefPreviewLayout->addItem( spacer4, 0, 1 ); prefPreviewLayout->addItem( spacer4, 0, 1 );
languageChange(); languageChange();
resize( TQSize(536, 470).expandedTo(tqminimumSizeHint()) ); resize( TQSize(536, 470).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -75,7 +75,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>210</height> <height>210</height>
@ -148,7 +148,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>30</height> <height>30</height>
@ -255,7 +255,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>81</width> <width>81</width>
<height>21</height> <height>21</height>
@ -272,7 +272,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>
@ -305,7 +305,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>230</width> <width>230</width>
<height>21</height> <height>21</height>

@ -14,7 +14,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -265,16 +265,16 @@ titleFactor::titleFactor( TQWidget* parent, const char* name, WFlags fl )
titleFactorLayout->addWidget( lbTitle, 0, 0 ); titleFactorLayout->addWidget( lbTitle, 0, 0 );
gbTitle = new TQGroupBox( this, "gbTitle" ); gbTitle = new TQGroupBox( this, "gbTitle" );
gbTitle->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, gbTitle->sizePolicy().hasHeightForWidth() ) ); gbTitle->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, gbTitle->sizePolicy().hasHeightForWidth() ) );
gbTitle->tqsetAlignment( int( TQGroupBox::AlignVCenter ) ); gbTitle->setAlignment( int( TQGroupBox::AlignVCenter ) );
gbTitle->setFlat( FALSE ); gbTitle->setFlat( FALSE );
gbTitle->setCheckable( TRUE ); gbTitle->setCheckable( TRUE );
gbTitle->setChecked( FALSE ); gbTitle->setChecked( FALSE );
gbTitle->setColumnLayout(0, Qt::Vertical ); gbTitle->setColumnLayout(0, Qt::Vertical );
gbTitle->tqlayout()->setSpacing( 1 ); gbTitle->layout()->setSpacing( 1 );
gbTitle->tqlayout()->setMargin( 6 ); gbTitle->layout()->setMargin( 6 );
gbTitleLayout = new TQGridLayout( gbTitle->tqlayout() ); gbTitleLayout = new TQGridLayout( gbTitle->layout() );
gbTitleLayout->tqsetAlignment( TQt::AlignTop ); gbTitleLayout->setAlignment( TQt::AlignTop );
tFactor = new TQLabel( gbTitle, "tFactor" ); tFactor = new TQLabel( gbTitle, "tFactor" );
@ -293,7 +293,7 @@ titleFactor::titleFactor( TQWidget* parent, const char* name, WFlags fl )
spacer1 = new TQSpacerItem( 20, 20, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); spacer1 = new TQSpacerItem( 20, 20, TQSizePolicy::Minimum, TQSizePolicy::Expanding );
titleFactorLayout->addItem( spacer1, 2, 0 ); titleFactorLayout->addItem( spacer1, 2, 0 );
languageChange(); languageChange();
resize( TQSize(551, 115).expandedTo(tqminimumSizeHint()) ); resize( TQSize(551, 115).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -53,7 +53,7 @@
<property name="title"> <property name="title">
<string>Change Factor</string> <string>Change Factor</string>
</property> </property>
<property name="tqalignment"> <property name="alignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
<property name="flat"> <property name="flat">
@ -115,7 +115,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="tqsizeHint"> <property name="sizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>

@ -15,7 +15,7 @@
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <layout.h>
#include <tqtooltip.h> #include <tqtooltip.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqimage.h> #include <tqimage.h>
@ -140,27 +140,27 @@ ViewMPEG2::ViewMPEG2( TQWidget* parent, const char* name, WFlags fl )
image2 = img; image2 = img;
if ( !name ) if ( !name )
setName( "ViewMPEG2" ); setName( "ViewMPEG2" );
tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) ); setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
setSizeIncrement( TQSize( 0, 0 ) ); setSizeIncrement( TQSize( 0, 0 ) );
setBaseSize( TQSize( 0, 0 ) ); setBaseSize( TQSize( 0, 0 ) );
setIcon( image0 ); setIcon( image0 );
ViewMPEG2Layout = new TQGridLayout( this, 1, 1, 2, 6, "ViewMPEG2Layout"); ViewMPEG2Layout = new TQGridLayout( this, 1, 1, 2, 6, "ViewMPEG2Layout");
frame7 = new TQFrame( this, "frame7" ); frame7 = new TQFrame( this, "frame7" );
frame7->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, frame7->sizePolicy().hasHeightForWidth() ) ); frame7->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)5, (TQSizePolicy::SizeType)0, 0, 0, frame7->sizePolicy().hasHeightForWidth() ) );
frame7->setMaximumSize( TQSize( 32767, 50 ) ); frame7->setMaximumSize( TQSize( 32767, 50 ) );
frame7->setFrameShape( TQFrame::StyledPanel ); frame7->setFrameShape( TQFrame::StyledPanel );
frame7->setFrameShadow( TQFrame::Raised ); frame7->setFrameShadow( TQFrame::Raised );
frame7Layout = new TQGridLayout( frame7, 1, 1, 11, 6, "frame7Layout"); frame7Layout = new TQGridLayout( frame7, 1, 1, 11, 6, "frame7Layout");
bStop = new TQToolButton( frame7, "bStop" ); bStop = new TQToolButton( frame7, "bStop" );
bStop->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)1, 0, 0, bStop->sizePolicy().hasHeightForWidth() ) ); bStop->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)1, 0, 0, bStop->sizePolicy().hasHeightForWidth() ) );
bStop->setIconSet( TQIconSet( image1 ) ); bStop->setIconSet( TQIconSet( image1 ) );
frame7Layout->addWidget( bStop, 0, 0 ); frame7Layout->addWidget( bStop, 0, 0 );
bPlay = new TQToolButton( frame7, "bPlay" ); bPlay = new TQToolButton( frame7, "bPlay" );
bPlay->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)1, 0, 0, bPlay->sizePolicy().hasHeightForWidth() ) ); bPlay->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)1, 0, 0, bPlay->sizePolicy().hasHeightForWidth() ) );
bPlay->setIconSet( TQIconSet( image2 ) ); bPlay->setIconSet( TQIconSet( image2 ) );
frame7Layout->addWidget( bPlay, 0, 1 ); frame7Layout->addWidget( bPlay, 0, 1 );
@ -173,11 +173,11 @@ ViewMPEG2::ViewMPEG2( TQWidget* parent, const char* name, WFlags fl )
ViewMPEG2Layout->addWidget( frame7, 1, 0 ); ViewMPEG2Layout->addWidget( frame7, 1, 0 );
label = new TQLabel( this, "label" ); label = new TQLabel( this, "label" );
label->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)2, (TQSizePolicy::SizeType)2, 0, 0, label->sizePolicy().hasHeightForWidth() ) ); label->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)2, (TQSizePolicy::SizeType)2, 0, 0, label->sizePolicy().hasHeightForWidth() ) );
ViewMPEG2Layout->addWidget( label, 0, 0 ); ViewMPEG2Layout->addWidget( label, 0, 0 );
languageChange(); languageChange();
resize( TQSize(320, 320).expandedTo(tqminimumSizeHint()) ); resize( TQSize(320, 320).expandedTo(minimumSizeHint()) );
clearWState( WState_Polished ); clearWState( WState_Polished );
// signals and slots connections // signals and slots connections

@ -57,7 +57,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="tqmaximumSize"> <property name="maximumSize">
<size> <size>
<width>32767</width> <width>32767</width>
<height>50</height> <height>50</height>

Loading…
Cancel
Save