From 610840384ff2a04d640ca4d8fe100019bab0ba16 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Tue, 5 Oct 2010 12:45:20 +0200 Subject: simple PVS configuration in vmchooser This patch adds a GroupBox with PVS access restriction options to vmchooser. Vmchooser checks if a PVS daemon is running and if so, displays some access configuration options. The options will be sent to the PVS daemon after a session has been started (just before vmchooser exits). All PVS configuration program logic is contained in the Dialog class. (It would probably be better to use a custom widget for the PVS options.) The file org.openslx.pvs.xml has been copied from a PVS build. This file has to be updated manually when the PVS D-Bus specification changes. --- src/ui/dialog.ui | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) (limited to 'src/ui') diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index 522ae55..fe03b5d 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -27,6 +27,107 @@ + + + + true + + + PVS Options + + + + + + + + VNC access by lecturer: + + + + + + + + 0 + 0 + + + + + + + + VNC access by others: + + + + + + + + 0 + 0 + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Qt::Vertical + + + + + + + + + Accept chat messages + + + + + + + Accept file transfers + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + -- cgit v1.2.3-55-g7522