Code review comment for lp:~zsombi/ubuntu-ui-toolkit/pickerpanel

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 431 + Button {
> 432 + id: defaultAPI
> 433 + text: "modeSet"
>
> I would put a different text here.

Done.

>
> 434 + property date buttonDate: new Date()
> 435 + property Item panel
> 436 + onClicked: panel = PickerPanel.openDatePicker(defaultAPI,
> "buttonDate")
> 437 + }
> 438 + Button {
> 439 + id: modeSet
> 440 + text: "modeSet"
> 441 + property string mode
> 442 + property date buttonDate: new Date()
> 443 + property Item panel
> 444 + onClicked: panel = PickerPanel.openDatePicker(modeSet, "buttonDate",
> mode)
> 445 + }

« Back to merge proposal