Bug 233311

Summary: New account wizard hierarchy and finish pages don't refresh correctly
Product: [Applications] kmymoney Reporter: Alvaro Soliverez <asoliverez>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Alvaro Soliverez 2010-04-05 03:17:50 UTC
Version:            (using KDE 4.4.2)
Installed from:    Compiled From Sources

The hierarchy and finish pages of the New Account Wizard use K3ListView widgets and at the moment they don't refresh correctly.
I was able to make the hierarchy page refresh, but not the Finish list.

The Hierarchy page uses the kmymoneyaccounttreebase widget. That probably should be ported to a kmymoneyaccounttreeview widget.

The Finish page uses a simple K3ListView widget. It should be probably ported to a KListWidget.
Comment 1 Cristian OneČ› 2010-04-11 09:02:23 UTC
SVN commit 1113593 by conet:

BUG: 233311
Ported the 'Hierarchy' page of the 'New Account Wizard' to the Qt4 accounts view based on the AccountsModel.

 M  +73 -78    khierarchypagedecl.ui  
 M  +73 -89    knewaccountwizard.cpp  
 M  +22 -15    knewaccountwizard_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1113593