Difference between revisions of "Slicer3:Developers:Projects:QtSlicer/MeetingNotes"
From Slicer Wiki
Line 1: | Line 1: | ||
[[Slicer3:Developers:Projects:QtSlicer|QtSlicer]]← | [[Slicer3:Developers:Projects:QtSlicer|QtSlicer]]← | ||
=Meeting Notes= | =Meeting Notes= | ||
+ | ===January 26, 2010=== | ||
+ | Attendees: Kilian, Yong, J2, Luis, Nicole, Alex | ||
+ | |||
+ | * Widget request: Need of a button with an arrow that popups a menu | ||
+ | ** Decision: The feature already exists in Qt: QPushButton::setMenu(). A new widget should wrap the feature in a user-friendly way. | ||
+ | * qCTKSlicerSpinBox: Range 0.->1. with step 0.1 is not possible | ||
+ | ** Decision: bug, need to be fixed | ||
+ | ** Result: done on 01/27/10 | ||
+ | * Doxygen documentation: Qt classes still have old style comments | ||
+ | ** Decision: apply Nicole's script on the Qt classes (qCTKWidgets, qVTKWidgets...) | ||
+ | * Module Logic: use vtkSlicerLogic instead of qSlicerModuleLogic. | ||
+ | ** Motivations: Reusability of all the logics already written | ||
+ | ** Decision: accepted | ||
+ | ** Result: done on 01/28/10 | ||
+ | |||
===October 20, 2009=== | ===October 20, 2009=== | ||
Attendees: J2, JC, Will, Steve Pieper, Nicole, Wendy, Seb | Attendees: J2, JC, Will, Steve Pieper, Nicole, Wendy, Seb |
Revision as of 15:05, 29 January 2010
Home < Slicer3:Developers:Projects:QtSlicer < MeetingNotesMeeting Notes
January 26, 2010
Attendees: Kilian, Yong, J2, Luis, Nicole, Alex
- Widget request: Need of a button with an arrow that popups a menu
- Decision: The feature already exists in Qt: QPushButton::setMenu(). A new widget should wrap the feature in a user-friendly way.
- qCTKSlicerSpinBox: Range 0.->1. with step 0.1 is not possible
- Decision: bug, need to be fixed
- Result: done on 01/27/10
- Doxygen documentation: Qt classes still have old style comments
- Decision: apply Nicole's script on the Qt classes (qCTKWidgets, qVTKWidgets...)
- Module Logic: use vtkSlicerLogic instead of qSlicerModuleLogic.
- Motivations: Reusability of all the logics already written
- Decision: accepted
- Result: done on 01/28/10
October 20, 2009
Attendees: J2, JC, Will, Steve Pieper, Nicole, Wendy, Seb
- J2 is adding basic widgets, necessary before going too far (wait on modules)
- Compilation on Mac (not quite yet, VTK CVS head needed)
- Basic grouping widgets (containers that collapse)
- KWFrameWithLabel not prominent enough
- Module frame is noticeable
- Discussed dockable modules (hide the dockable option)
- Is it possible to switch GUI panel from left side to right side?
- Groupbox widget collapse button locations (seems to be inconsistent)
- Discussion about Git / gGittorious
- Use standard warning / error dialogues; report to the user in a consistent fashion
- Check-box inversion (on the left versus right)