summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-03-13 02:49:01 (UTC)
committer llornkcor <llornkcor>2002-03-13 02:49:01 (UTC)
commitad4f318f600a00905d45a780cd100bcf1e08efaa (patch) (unidiff)
tree37365b4b994057b36223663d0d6e7454e9dd6965 /noncore
parentfac27f0d83dd361e27bacdf552932c9ea60e66e8 (diff)
downloadopie-ad4f318f600a00905d45a780cd100bcf1e08efaa.zip
opie-ad4f318f600a00905d45a780cd100bcf1e08efaa.tar.gz
opie-ad4f318f600a00905d45a780cd100bcf1e08efaa.tar.bz2
took out my testing defaults
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp
index 0cdac79..523a36c 100644
--- a/noncore/net/opieftp/opieftp.cpp
+++ b/noncore/net/opieftp/opieftp.cpp
@@ -146,7 +146,8 @@ OpieFtp::OpieFtp( )
146 UsernameComboBox = new QComboBox( FALSE, tab_3, "UsernameComboBox" ); 146 UsernameComboBox = new QComboBox( FALSE, tab_3, "UsernameComboBox" );
147 UsernameComboBox->setGeometry( QRect( 10, 25, 196, 21 ) ); 147 UsernameComboBox->setGeometry( QRect( 10, 25, 196, 21 ) );
148 UsernameComboBox->setEditable(TRUE); 148 UsernameComboBox->setEditable(TRUE);
149 UsernameComboBox->lineEdit()->setText("llornkcor"); 149 UsernameComboBox->lineEdit()->setText("anonymous");
150// UsernameComboBox->lineEdit()->setText("llornkcor");
150 151
151 TextLabel2 = new QLabel( tab_3, "TextLabel2" ); 152 TextLabel2 = new QLabel( tab_3, "TextLabel2" );
152 TextLabel2->setGeometry( QRect( 10, 50, 65, 16 ) ); 153 TextLabel2->setGeometry( QRect( 10, 50, 65, 16 ) );
@@ -154,6 +155,7 @@ OpieFtp::OpieFtp( )
154 PasswordEdit = new QLineEdit( "", tab_3, "PasswordComboBox" ); 155 PasswordEdit = new QLineEdit( "", tab_3, "PasswordComboBox" );
155 PasswordEdit->setGeometry( QRect( 10, 65, 195, 16 ) ); 156 PasswordEdit->setGeometry( QRect( 10, 65, 195, 16 ) );
156 PasswordEdit->setEchoMode(QLineEdit::Password); 157 PasswordEdit->setEchoMode(QLineEdit::Password);
158 PasswordEdit->setText( tr( "me@opieftp.org" ) );
157 159
158 TextLabel3 = new QLabel( tab_3, "TextLabel3" ); 160 TextLabel3 = new QLabel( tab_3, "TextLabel3" );
159 TextLabel3->setGeometry( QRect( 10, 90, 95, 16 ) ); 161 TextLabel3->setGeometry( QRect( 10, 90, 95, 16 ) );
@@ -161,14 +163,16 @@ OpieFtp::OpieFtp( )
161 ServerComboBox = new QComboBox( FALSE, tab_3, "ServerComboBox" ); 163 ServerComboBox = new QComboBox( FALSE, tab_3, "ServerComboBox" );
162 ServerComboBox->setGeometry( QRect( 10, 105, 195, 21 ) ); 164 ServerComboBox->setGeometry( QRect( 10, 105, 195, 21 ) );
163 ServerComboBox->setEditable(TRUE); 165 ServerComboBox->setEditable(TRUE);
164 ServerComboBox->lineEdit()->setText( tr( "llornkcor.com" ) ); 166 ServerComboBox->lineEdit()->setText( tr( "" ) );
167// ServerComboBox->lineEdit()->setText( tr( "llornkcor.com" ) );
165 168
166 QLabel *TextLabel5 = new QLabel( tab_3, "TextLabel5" ); 169 QLabel *TextLabel5 = new QLabel( tab_3, "TextLabel5" );
167 TextLabel5->setGeometry( QRect( 10, 130, 95, 16 ) ); 170 TextLabel5->setGeometry( QRect( 10, 130, 95, 16 ) );
168 TextLabel5->setText( tr( "Remote path" ) ); 171 TextLabel5->setText( tr( "Remote path" ) );
169 remotePath = new QLineEdit( "/", tab_3, "remotePath" ); 172 remotePath = new QLineEdit( "/", tab_3, "remotePath" );
170 remotePath->setGeometry( QRect( 10, 145, 195, 16 ) ); 173 remotePath->setGeometry( QRect( 10, 145, 195, 16 ) );
171 remotePath->setText( currentRemoteDir = "/home/llornkcor/"); 174 remotePath->setText( currentRemoteDir = "/");
175// remotePath->setText( currentRemoteDir = "/home/llornkcor/");
172 176
173 TextLabel4 = new QLabel( tab_3, "TextLabel4" ); 177 TextLabel4 = new QLabel( tab_3, "TextLabel4" );
174 TextLabel4->setGeometry( QRect( 10, 170, 30, 21 ) ); 178 TextLabel4->setGeometry( QRect( 10, 170, 30, 21 ) );