Difference between revisions of "Documentation/Snapshot/Developers/QtTesting"

From Slicer Wiki
Jump to: navigation, search
Line 24: Line 24:
 
* To use a native menu bar - This Option is disable when we are using QtTesting
 
* To use a native menu bar - This Option is disable when we are using QtTesting
 
* To use a widget which is in a menu/sub menu
 
* To use a widget which is in a menu/sub menu
* To rename an item in the Annotation module
 
 
* To use a QToolButton after a click in qt_expand_button, ex: Toolbar. (work in progress)
 
* To use a QToolButton after a click in qt_expand_button, ex: Toolbar. (work in progress)
 
* To play a script in a different machine - ctkFileDialog save an absolute path when files are loaded
 
* To play a script in a different machine - ctkFileDialog save an absolute path when files are loaded
 
* If a native file dialog is called, the playback had to be played slowly
 
* If a native file dialog is called, the playback had to be played slowly
* Module editor
+
* Module editor (mainly to change color)
  
 
= Tutorials =
 
= Tutorials =

Revision as of 20:06, 9 March 2012

Home < Documentation < Snapshot < Developers < QtTesting

Overview

Wiki pages related to this topic :

Source

Milestones

  1. Create tutorials
  2. Upload them into the Dashboard
  3. Create metrics :
    1. Compare the scene view
    2. Snapshot/Screenshot
    3. ...

List of known issues

Below, all the known issues which will not work during a testing. [Bug tracker]

  • To resize the application - ctkVTKRenderView issue
  • To use a native menu bar - This Option is disable when we are using QtTesting
  • To use a widget which is in a menu/sub menu
  • To use a QToolButton after a click in qt_expand_button, ex: Toolbar. (work in progress)
  • To play a script in a different machine - ctkFileDialog save an absolute path when files are loaded
  • If a native file dialog is called, the playback had to be played slowly
  • Module editor (mainly to change color)

Tutorials

Summary for tutorials. Tutorial can be uploaded to the dashboard, in progress or not done.

Tutorials
Name (1)
Ubuntu 10.04
(2)
Ubuntu 11.04
(3)
Mac OSX 10.5
(4)
Mac OSX 10.6
(5)
Mac OSX 10.7
(6)
Windows 7
Notes
Slicer3Minute Tutorial ? ? ? ? ? ?
Slicer3Visualization Tutorial ? ? ? ? ? ?
Programming in Slicer4 Tutorial ? ? ? ? ? ?
Manual Registration ? ? ? ? ? ?

Screenshots