Bug 109286 - Redesign the way dialogs work
Summary: Redesign the way dialogs work
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: HI normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-19 01:09 UTC by Rick Chern
Modified: 2005-11-01 18:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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