[Kmymoney-devel] csv importer new compile

Allan agander93 at gmail.com
Mon Apr 14 09:44:49 UTC 2014


On 13/04/14 17:52, Cristian Oneț wrote:
> Hi,
>
> I'm preparing to deliver a kind of monthly packaging of git master on
> Windows so I finally got a look into this and can tell you the following:
>
> Style has absolutely nothing to do with this bug. The problem is the fact
> that the CSV importer layout contains a bunch of fixed sizes (mostly
> vertical) which prevent the buttons from being visible if the actual height
> that is needed to render the data does not fit into these fixed sizes.
>
> Once I've removed some fixed vertical sizes from the layout the importer
> started to look as expected. I will provide a patch for this.
>
> Regards,
> Cristian


Hi Cristian

I hadn't realised you had attached a screen-shot.  Am I right in 
assuming that it was from running under Windows?  I see it shows the 
same symptoms as Chris had, with a title showing on the introwizard page 
- the same title as the main dialog.  That shouldn't be there at all.

Allan



> 2014-04-11 20:59 GMT+03:00 Allan <agander93 at gmail.com>:
>
>> On 11/04/14 16:13, Chris wrote:
>>
>>> I tried it in kubuntu and it seems fine to me.everything works as
>>> expected.
>>>
>>> On windows the problem is with the aero theme. If I change the style to
>>> classic. It works as expected.
>>>
>>> I added the following code to csvdialog.cpp
>>>
>>>     m_wizard = new QWizard;
>>>     m_wizard->setWizardStyle(QWizard::ClassicStyle); <== added this line
>>>     ui->horizontalLayout->insertWidget(2, m_wizard, 0);
>>>
>>> I don't know why the aero theme does not work.
>>>
>>> Chris
>>>
>>
>>
>> Well done, that man!  It definitely had the smell of a style issue, but I
>> hadn't sussed that I could dictate it.
>>
>> I tried the different styles and in fact your Aero worked without trouble
>> although no other looked right.  The MacStyle was a no-go.
>>
>> Glad that's sorted.  I just need to do the finishing off with the
>> scrolling and resizing now.
>>
>> Allan


More information about the KMyMoney-devel mailing list