Qt Redesign of the Account Editor and Account Summary
dialogs
Edit 5-16-2006, Phil Weinstein -- Hit Refresh.
Qt Experimentation: A new QtUtils/SyncHeaderTest module was developed to test the feasibility of some of the GUI controls Kenny specified for the new Account Summary dialog. This test demonstrates the dynamic repositioning of QFrames containing a QButton and a QLabel over the columns of a QTable. When the columns are resized, the QFrames are repositioned. The shown images are actual screenshots. The three different appearances were created by dragging the column dividers of the QTable. Not demonstrated in this test is having a QFrame span several QTable columns. That would be essentially a computational enhancement. This approach will work. There is a minor intermittent problem in the demo -- during a column divider-drag operation, sometimes the final adjustment is not applied. This may be a race condition, and will require some attention -- but it's not a show stopper. |