From d3439d5526455c0d13851c07fdde99cbb6513f7e Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 21 Mar 2017 14:59:03 +0100 Subject: [PATCH] owncloudsetuppage.ui: Remove that file, it is unused --- src/gui/CMakeLists.txt | 1 - src/gui/owncloudsetuppage.ui | 191 ----------------------------------- 2 files changed, 192 deletions(-) delete mode 100644 src/gui/owncloudsetuppage.ui diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 8f2967466..95256ca0e 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -29,7 +29,6 @@ set(client_UI shareusergroupwidget.ui sharewidget.ui sslerrordialog.ui - owncloudsetuppage.ui addcertificatedialog.ui proxyauthdialog.ui notificationwidget.ui diff --git a/src/gui/owncloudsetuppage.ui b/src/gui/owncloudsetuppage.ui deleted file mode 100644 index 8ae99d351..000000000 --- a/src/gui/owncloudsetuppage.ui +++ /dev/null @@ -1,191 +0,0 @@ - - - OwncloudSetupPage - - - - 0 - 0 - 480 - 278 - - - - Form - - - - - - Server &address: - - - leUrl - - - - - - - - 0 - 0 - - - - TextLabel - - - Qt::RichText - - - - - - - - - - - Use &secure connection - - - true - - - - - - - true - - - CheckBox - - - true - - - true - - - - - - - - - &Username: - - - leUsername - - - - - - - Enter the ownCloud username. - - - - - - - &Password: - - - lePassword - - - - - - - Enter the ownCloud password. - - - - - - QLineEdit::Password - - - - - - - - - Do not allow the local storage of the password. - - - &Do not store password on local machine - - - - - - - - - TextLabel - - - - - - - - - - - https:// - - - - - - - Enter the url of the ownCloud you want to connect to (without http or https). - - - - - - - - - TextLabel - - - Qt::RichText - - - - - - - Qt::Vertical - - - - 344 - 1 - - - - - - - - leUrl - cbSecureConnect - cbConnectOC - leUsername - lePassword - cbNoPasswordStore - - - - -- 2.30.2