summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/optionsDialogData.cpp14
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
@@ -22,9 +22,9 @@
22 22
23void optionsDialog::initDialog() 23void optionsDialog::initDialog()
24{ 24{
25 QWidget *d = QApplication::desktop(); 25// QWidget *d = QApplication::desktop();
26 int width = d->width(); 26// int width = d->width();
27 int height = d->height(); 27// int height = d->height();
28 28
29 QGridLayout *layout = new QGridLayout( this ); 29 QGridLayout *layout = new QGridLayout( this );
30 layout->setSpacing(2); 30 layout->setSpacing(2);
@@ -44,7 +44,7 @@ void optionsDialog::initDialog()
44 QLabel *downLabel= new QLabel(Widget2,"Label1"); 44 QLabel *downLabel= new QLabel(Widget2,"Label1");
45 downLabel->setText("Download Directory:"); 45 downLabel->setText("Download Directory:");
46 downLabel->setMaximumHeight(30); 46 downLabel->setMaximumHeight(30);
47 47
48 downloadDirEdit = new QLineEdit(Widget2,"downloadDir"); 48 downloadDirEdit = new QLineEdit(Widget2,"downloadDir");
49 49
50// ComboBoxStyle = new QComboBox( FALSE, Widget2, "ComboBoxStyle" ); 50// ComboBoxStyle = new QComboBox( FALSE, Widget2, "ComboBoxStyle" );
@@ -89,7 +89,7 @@ void optionsDialog::initDialog()
89////////////////////////////////////////////////////////// 89//////////////////////////////////////////////////////////
90 tabWidget->insertTab( Widget3, tr( "FTP" ) ); 90 tabWidget->insertTab( Widget3, tr( "FTP" ) );
91 tab = new QWidget( tabWidget, "tab" ); 91 tab = new QWidget( tabWidget, "tab" );
92 92
93 TextLabel3_3 = new QLabel( tab, "TextLabel3_3" ); 93 TextLabel3_3 = new QLabel( tab, "TextLabel3_3" );
94 94
95// TextLabel4 = new QLabel( tab, "TextLabel4" ); 95// TextLabel4 = new QLabel( tab, "TextLabel4" );
@@ -110,13 +110,13 @@ void optionsDialog::initDialog()
110 QGridLayout *layout4 = new QGridLayout(tab ); 110 QGridLayout *layout4 = new QGridLayout(tab );
111 layout4->setSpacing(2); 111 layout4->setSpacing(2);
112 layout4->setMargin(2); 112 layout4->setMargin(2);
113 113
114 fontDlg = new FontDialog( tabWidget,"FontDialog"); 114 fontDlg = new FontDialog( tabWidget,"FontDialog");
115// fontWidget= new QWidget( tabWidget, "fontWidget" ); 115// fontWidget= new QWidget( tabWidget, "fontWidget" );
116 tabWidget->insertTab( fontDlg,"Font"); 116 tabWidget->insertTab( fontDlg,"Font");
117// fontDlg = new FontDialog( fontWidget,"FontDialog"); 117// fontDlg = new FontDialog( fontWidget,"FontDialog");
118// fontDlg->show(); 118// fontDlg->show();
119 119
120 initConnections(); 120 initConnections();
121 121
122 ftp_DownloadButton->setText("New List"); 122 ftp_DownloadButton->setText("New List");