Bug 233311 - New account wizard hierarchy and finish pages don't refresh correctly
Summary: New account wizard hierarchy and finish pages don't refresh correctly
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 03:17 UTC by Alvaro Soliverez
Modified: 2010-04-11 09:02 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 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