Bug 109286

Summary: Redesign the way dialogs work
Product: [Applications] kst Reporter: Rick Chern <rchern>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: HI    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rick Chern 2005-07-19 01:09:47 UTC
Version:            (using KDE KDE 3.3.0)

- Redesign the way dialogs work since it's clear that they don't work well when you try to access them from KstScript

What changes are required for the dialogs (e.g. getting rid of dataobjectdialog.h)?
Comment 1 George Staikos 2005-07-25 19:33:48 UTC
Yes the header file has to go, we need a proper base class, and we need to inherit and override the proper Qt methods.  for instance, editI and newI are big problems from the scripting side.  They cause the dialogs to enter inconsistent states and crash.
Comment 2 George Staikos 2005-11-01 18:35:30 UTC
Done