From 17111385c513a3dbdc3fec336e8dfa3708ae0063 Mon Sep 17 00:00:00 2001 From: Jens Lammert Date: Sun, 9 Jun 2013 22:22:52 +0200 Subject: user documentation: written chapter explaining the GUI --- doc/experiment-player.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/doc/experiment-player.xml b/doc/experiment-player.xml index b24a694..e8dec89 100644 --- a/doc/experiment-player.xml +++ b/doc/experiment-player.xml @@ -67,6 +67,68 @@ + + Graphical User Interface + + After startup there will be two windows, a player + window and a data window. + They are explained in the following sections. + +
+ Player Window + + + + + + + Player Window after startup + + + + The image above depicts the player window after startup. + No experiment is yet opened in the application, so several + controls are greyed out. + + Experiments can be opened via the File menu + or the Quick Open menu. + The process of opening experiments via the Quick Open menu + is explained later on. + The remaining interface components are self-explanatory. + +
+
+ Data Window + + + + + + + Data Window after startup + + + + The image above depicts the data window after startup. + The data window is used to display additional information of an + experiment. + This information is time-dependant and synchronized with other + time-dependant data, like the current video position. + If the time is changed in one component, it changes in all the + other ones as well. + + The current implementation is able to display an experiment + transcript (in the Transcript view area). + The transcript view is divided up into a left part showing the + proband's text contributions and a right part showing the + wizard's text contributions. + The different experiment phases are displayed hierachically + in the Transcript navigation area. + Transcripts can also be highlighted but this feature is + explained later on. + +
+
First Steps -- cgit v1.2.3