diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-20 12:15:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-12 16:40:29 +0100 |
commit | 9f5fdbf83ebcfbf4efa0f2dd0cf0bdbe1922445e (patch) | |
tree | 7d9dbaf5cb433e370308ff759287aa271f7d1a28 /src/sync/settings_sync.ui | |
parent | Let sync work with ftp sites :D (diff) | |
download | rekonq-9f5fdbf83ebcfbf4efa0f2dd0cf0bdbe1922445e.tar.xz |
here we are, rekonq ftp remote sync done!
With this commit, I think we reached the "sync" status with remote ftp
sites.
This means we basically have a first sync feature and we can heavily
test it to eventually add more options in the future (webdav?
ownCloud? firefox Sync? etc...)
Diffstat (limited to 'src/sync/settings_sync.ui')
-rw-r--r-- | src/sync/settings_sync.ui | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/src/sync/settings_sync.ui b/src/sync/settings_sync.ui index ec8f0ddb..8f6e4387 100644 --- a/src/sync/settings_sync.ui +++ b/src/sync/settings_sync.ui @@ -63,17 +63,17 @@ <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> - <string>URL:</string> + <string>Server:</string> </property> </widget> </item> <item row="0" column="1"> - <widget class="KLineEdit" name="kcfg_syncUrl"/> + <widget class="KLineEdit" name="kcfg_syncHost"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> - <string>username:</string> + <string>Username:</string> </property> </widget> </item> @@ -83,13 +83,33 @@ <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> - <string>password:</string> + <string>Password:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="KLineEdit" name="kcfg_syncPass"/> </item> + <item row="3" column="1"> + <widget class="KLineEdit" name="kcfg_syncPath"/> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Path:</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="KIntNumInput" name="kcfg_syncPort"/> + </item> + <item row="4" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Port:</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -132,6 +152,11 @@ <extends>QLineEdit</extends> <header>klineedit.h</header> </customwidget> + <customwidget> + <class>KIntNumInput</class> + <extends>QWidget</extends> + <header>knuminput.h</header> + </customwidget> </customwidgets> <resources/> <connections/> |