From 4bf65fe47b266b88c4587f504c2947e35e0f9695 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 22 Jul 2011 11:21:20 +0200 Subject: RemoteLinux: Split up "remote processes" functionality... ... into generic and Maemo-specific parts. Change-Id: If1f3664ed7320d3e51655cc092cea36be1a9fe66 Reviewed-on: http://codereview.qt.nokia.com/2026 Reviewed-by: Christian Kandeler --- .../remotelinux/remotelinuxprocessesdialog.ui | 148 +++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 src/plugins/remotelinux/remotelinuxprocessesdialog.ui (limited to 'src/plugins/remotelinux/remotelinuxprocessesdialog.ui') diff --git a/src/plugins/remotelinux/remotelinuxprocessesdialog.ui b/src/plugins/remotelinux/remotelinuxprocessesdialog.ui new file mode 100644 index 0000000000..3ee7a59991 --- /dev/null +++ b/src/plugins/remotelinux/remotelinuxprocessesdialog.ui @@ -0,0 +1,148 @@ + + + RemoteLinuxProcessesDialog + + + + 0 + 0 + 766 + 684 + + + + List of Remote Processes + + + + + + + + &Filter by process name: + + + processFilterLineEdit + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + false + + + true + + + 100 + + + true + + + false + + + + + + + + + &Update List + + + + + + + &Kill Selected Process + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close + + + + + + + + + buttonBox + accepted() + RemoteLinuxProcessesDialog + accept() + + + 257 + 290 + + + 157 + 274 + + + + + buttonBox + rejected() + RemoteLinuxProcessesDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.1