-rw-r--r-- | noncore/apps/opie-gutenbrowser/optionsDialogData.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp b/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp index e03fa2c..772926a 100644 --- a/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp +++ b/noncore/apps/opie-gutenbrowser/optionsDialogData.cpp @@ -21,11 +21,11 @@ #include <qcombobox.h> void optionsDialog::initDialog() { - QWidget *d = QApplication::desktop(); - int width = d->width(); - int height = d->height(); +// QWidget *d = QApplication::desktop(); +// int width = d->width(); +// int height = d->height(); QGridLayout *layout = new QGridLayout( this ); layout->setSpacing(2); layout->setMargin(2); @@ -43,9 +43,9 @@ void optionsDialog::initDialog() QLabel *downLabel= new QLabel(Widget2,"Label1"); downLabel->setText("Download Directory:"); downLabel->setMaximumHeight(30); - + downloadDirEdit = new QLineEdit(Widget2,"downloadDir"); // ComboBoxStyle = new QComboBox( FALSE, Widget2, "ComboBoxStyle" ); // ComboBoxStyle->insertItem( tr( "styleMetal") ); @@ -88,9 +88,9 @@ void optionsDialog::initDialog() ////////////////////////////////////////////////////////// tabWidget->insertTab( Widget3, tr( "FTP" ) ); tab = new QWidget( tabWidget, "tab" ); - + TextLabel3_3 = new QLabel( tab, "TextLabel3_3" ); // TextLabel4 = new QLabel( tab, "TextLabel4" ); // TextLabel5 = new QLabel( tab, "TextLabel5" ); @@ -109,15 +109,15 @@ void optionsDialog::initDialog() QGridLayout *layout4 = new QGridLayout(tab ); layout4->setSpacing(2); layout4->setMargin(2); - + fontDlg = new FontDialog( tabWidget,"FontDialog"); // fontWidget= new QWidget( tabWidget, "fontWidget" ); tabWidget->insertTab( fontDlg,"Font"); // fontDlg = new FontDialog( fontWidget,"FontDialog"); // fontDlg->show(); - + initConnections(); ftp_DownloadButton->setText("New List"); PushButton_Browse->setText("Browse"); |