Re: Review Request 130162: Why QDialogButtonBox::Close could not emit closeEvent?
Anthony Fieroni <[email protected]> Mon, 19 Jun 2017 04:01:33 -0000
| Newsgroups | gmane.comp.kde.users.multimedia |
|---|---|
| Message-ID | <[email protected]> |
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/130162/#review103339
-----------------------------------------------------------
src/k3bsystemproblemdialog.cpp (line 114)
<https://git.reviewboard.kde.org/r/130162/#comment68753>
```connect(buttonBox->button(QDialogButtonBox::Close), SIGNAL(clicked()), this, SLOT(slotClose()));```
CloseEvent is when you click X in window titlebar, it should work, you can add Q_DECL_OVERRIDE in function declaration to be sure you reimplement right function.
- Anthony Fieroni
On Юни 19, 2017, 6:42 преди обяд, Leslie Zhai wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/130162/
> -----------------------------------------------------------
>
> (Updated Юни 19, 2017, 6:42 преди обяд)
>
>
> Review request for KDE Multimedia, Albert Astals Cid and Anthony Fieroni.
>
>
> Bugs: 381368
> http://bugs.kde.org/show_bug.cgi?id=381368
>
>
> Repository: k3b
>
>
> Description
> -------
>
> Dear,
>
> As Dr. Chaptian reported "do not show again" from system configuration problems dialog is not remembered, so I simply added `slotClose` to write the entry for K3b's KConfigGroup. but I have no idea why QDialogButtonBox::Close could not emit closeEvent, perhaps old Qt v4.x was able to work?
>
> Regards,
> Leslie Zhai
>
>
> Diffs
> -----
>
> src/k3bsystemproblemdialog.h b45f2f80c
> src/k3bsystemproblemdialog.cpp 9dfc50c1d
>
> Diff: https://git.reviewboard.kde.org/r/130162/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Leslie Zhai
>
>