From c3f8ee64e905cdb103b5bfa07525fb4e85c31120 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 11:49:27 -0500 Subject: Initial import of kasablanca 0.4.0.2 --- src/Q_bookmarkdialog.ui | 420 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 420 insertions(+) create mode 100755 src/Q_bookmarkdialog.ui (limited to 'src/Q_bookmarkdialog.ui') diff --git a/src/Q_bookmarkdialog.ui b/src/Q_bookmarkdialog.ui new file mode 100755 index 0000000..347797f --- /dev/null +++ b/src/Q_bookmarkdialog.ui @@ -0,0 +1,420 @@ + +KasablancaBookmarkDialog + + + KasablancaBookmarkDialog + + + + 0 + 0 + 541 + 240 + + + + + 5 + 5 + 0 + 0 + + + + Bookmarks + + + + unnamed + + + 2 + + + + splitter1 + + + Horizontal + + + + + Name + + + false + + + true + + + + BookmarkListView + + + + 0 + 0 + + + + true + + + true + + + + + SettingsTab + + + true + + + + 360 + 232 + + + + + tab + + + General + + + + unnamed + + + 2 + + + + PassEdit + + + false + + + Password + + + The user's password. Anonymous ftp servers ussually don't use passwords or accept passwords in the form of "user@emailaddress.com". + + + + + UserEdit + + + false + + + The ftp Login Username. On open ftp servers you usually login using "anonymous". + + + + + InfoEdit + + + false + + + + + + This information points to the the ftp server. HOST can either be a standard ip adress like 192.168.2.1 or a domain name. PORT is the port number on which the ftp server listens. In most cases this is 21. Both are seperated by a ":" character. A legit input would be "ftp.kde.org:21". + + + + + NameEdit + + + false + + + + 7 + 0 + 0 + 0 + + + + The ftp's name is entered here. + + + + + textLabel1_3 + + + Username: + + + + + textLabel1 + + + Name: + + + + + textLabel1_2_2_2 + + + Encryption: + + + + + + + + textLabel1_2 + + + Host:Port: + + + + + textLabel1_2_2 + + + Password: + + + + + textLabel1_2_2_3 + + + Mode: + + + + + spacer8 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + + Active Mode + + + + + Passive Mode + + + + ModeComboBox + + + false + + + The mode you are using for data transfer. This is quite important in case you're behind a firewall or a router. In these cases you depend on the passive mode, which makes the client connects to the ftp server for data transfer. Passive mode is the standard method today, while active mode is the old way to do data transfers, the client listens for the server to connect in active mode. + + + + + + Unencrypted + + + + + Level 1 + + + + + Level 2 + + + + + Level 3 + + + + EncryptionComboBox + + + false + + + There are 4 encryption levels available. Unencrypted leaves all traffic clear and without encryption. Most ftp servers allow only this mode. Level 1 encryption means that the traffic on the control connection is encrypted while data transfer remains clear. Level 2 is basically the same with the exception of directory information which is transfered on the data channel, but is encrypted too. Eventually Level 3 encrypts everything all communication and all data traffic. + + + + + spacer10 + + + Horizontal + + + Expanding + + + + 111 + 31 + + + + + + + + tab + + + Advanced + + + + unnamed + + + 2 + + + + textLabel3 + + + Default directory: + + + + + DefaultDirectoryEdit + + + false + + + + + textLabel2 + + + Alternative fxp: + + + + + AlternativeFxpCheckBox + + + false + + + Enabled + + + + + CorrectPasvCheckBox + + + false + + + Enabled + + + + + textLabel1_2_2_2_2 + + + Correct pasv responses: + + + + + spacer16 + + + Horizontal + + + Expanding + + + + 60 + 20 + + + + + + spacer7 + + + Vertical + + + Expanding + + + + 20 + 71 + + + + + + + + + + + + + NameEdit + InfoEdit + UserEdit + PassEdit + EncryptionComboBox + ModeComboBox + + + + klistview.h + klineedit.h + klineedit.h + klineedit.h + klineedit.h + kcombobox.h + kcombobox.h + + -- cgit v1.2.3