Welcome to pvbrowser

Primer

Attention: for using pvdevelop install: xterm qmake g++

In order to get started with pvbrowser, read our short primer

Primer (English)
Primer (Deutsch)

Libraries used for development

pvslib

This library defines access to the client (pvbrowser).

pvslib

rllib

This library is usefull for serverside programming.

rllib

Designer Key Bindings

The list of key bindings which are implemented for the graphical designer:

  Backspace             Deletes the selected widget.
  Delete                Deletes the selected widget.
  P                     Show property dialog for selected widget.
  G                     Grab mouse
  R                     Release mouse
  L                     Edit layout
  AltKey  + MouseClick  Show property dialog.
  CtrlKey + MouseClick  Insert last selected widget.
  SiftKey + MouseClick  Show insert widget dialog.
  MouseDoubleClick      Show insert widget dialog.
  CursorKeys            Move last selected widget.
  CtrlKey + CursorKeys  Resize last selected widget.
  Ctrl-Z                Undo last movement of widget.

Editing Key Bindings

The list of key bindings which are implemented for editing:

  Backspace       Deletes the character to the left of the cursor.
  Delete          Deletes the character to the right of the cursor.
  Ctrl+C          Copy the selected text to the clipboard.
  Ctrl+Insert     Copy the selected text to the clipboard.
  Ctrl+K          Deletes to the end of the line.
  Ctrl+V          Pastes the clipboard text into text edit.
  Shift+Insert    Pastes the clipboard text into text edit.
  Ctrl+X          Deletes the selected text and copies it to the clipboard.
  Shift+Delete    Deletes the selected text and copies it to the clipboard.
  Ctrl+Z          Undoes the last operation.
  Ctrl+Y          Redoes the last operation.
  LeftArrow       Moves the cursor one character to the left.
  Ctrl+LeftArrow  Moves the cursor one word to the left.
  RightArrow      Moves the cursor one character to the right.
  Ctrl+RightArrow Moves the cursor one word to the right.
  UpArrow         Moves the cursor one line up.
  Ctrl+UpArrow    Moves the cursor one word up.
  DownArrow       Moves the cursor one line down.
  Ctrl+Down Arrow Moves the cursor one word down.
  PageUp          Moves the cursor one page up.
  PageDown        Moves the cursor one page down.
  Home            Moves the cursor to the beginning of the line.
  Ctrl+Home       Moves the cursor to the beginning of the text.
  End             Moves the cursor to the end of the line.
  Ctrl+End        Moves the cursor to the end of the text.
  Alt+Wheel       Scrolls the page horizontally (the Wheel is the mouse wheel).
  Ctrl+Wheel      Zooms the text.

Have a lot of fun... Yours pvbrowser community.