From 482a89fb431da3430bdfd4a1f9a93d66b8254163 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 10 Mar 2014 16:37:18 +0100 Subject: Rename example directories to match the source install destination To match other modules example directory structures we should deploy our examples in a directory matching the module name, webengine and webenginewidgets in our case. qmake uses the relative directory of each example up to the upper "examples" directory to decide where they will be deployed when running the sources install target. Change-Id: I59ce7ff8a30f98fad20064c7eecf72b784f1d275 Reviewed-by: Pierre Rossi --- examples/widgets/browser/proxy.ui | 104 -------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 examples/widgets/browser/proxy.ui (limited to 'examples/widgets/browser/proxy.ui') diff --git a/examples/widgets/browser/proxy.ui b/examples/widgets/browser/proxy.ui deleted file mode 100644 index 62a8be627..000000000 --- a/examples/widgets/browser/proxy.ui +++ /dev/null @@ -1,104 +0,0 @@ - - ProxyDialog - - - - 0 - 0 - 369 - 144 - - - - Proxy Authentication - - - - - - ICON - - - - - - - Connect to proxy - - - true - - - - - - - Username: - - - - - - - - - - Password: - - - - - - - QLineEdit::Password - - - - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - - - buttonBox - accepted() - ProxyDialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - ProxyDialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - - -- cgit v1.2.1