Re: Gsoc 2016 - BrPrint3D proposal

2016-03-06 Thread Valorie Zimmerman
On Thu, Feb 4, 2016 at 2:24 AM, Lays Rodrigues wrote: > Hi guys, good morning! > I'm sending to you attached my gsoc proposal for this year. > Is only a draft, but for now I wish that this draft should be revised for > you. > ​ > Gsoc 2016 Proposal.pdf >

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Albert Astals Cid
El Sunday 06 March 2016, a les 13:03:26, Frederik Schwarzer va escriure: > Am Sonntag, 6. März 2016, 12:20:38 schrieb Albert Astals Cid: > > El Saturday 05 March 2016, a les 08:34:27, Frederik Schwarzer va > > escriure: > > > Hi, > > > > > > I am struggling with using KConfigDialog. If I use it l

Re: Gsoc 2016 - BrPrint3D proposal

2016-03-06 Thread Alexander Potashev
2016-02-04 13:24 GMT+03:00 Lays Rodrigues : > > Hi guys, good morning! > I'm sending to you attached my gsoc proposal for this year. > Is only a draft, but for now I wish that this draft should be revised for you. > > Gsoc 2016 Proposal.pdf Hi Lays, The linked file is not available anymore. --

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Frederik Schwarzer
Am Sonntag, 6. März 2016, 12:20:38 schrieb Albert Astals Cid: > El Saturday 05 March 2016, a les 08:34:27, Frederik Schwarzer va escriure: > > Hi, > > > > I am struggling with using KConfigDialog. If I use it like this: > > KConfigDialog* dialog = new KConfigDialog(this, > > > >

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Frederik Schwarzer
Am Sonntag, 6. März 2016, 12:19:14 schrieb Thomas Lübking: > On Sonntag, 6. März 2016 12:10:36 CEST, Frederik Schwarzer wrote: > >> The most straight forward solution is likely to hide or delete > >> button(QDialogButtonBox::RestoreDefaults) > > > > I would like to try this but cannot find info on

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Albert Astals Cid
El Saturday 05 March 2016, a les 08:34:27, Frederik Schwarzer va escriure: > Hi, > > I am struggling with using KConfigDialog. If I use it like this: > > KConfigDialog* dialog = new KConfigDialog(this, > "settings", Settings::self()); > connect(dialog, &KConfigDialog::settingsC

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Thomas Lübking
On Sonntag, 6. März 2016 12:10:36 CEST, Frederik Schwarzer wrote: The most straight forward solution is likely to hide or delete button(QDialogButtonBox::RestoreDefaults) I would like to try this but cannot find info on how to hide a standard button. The KDE 4 version did not have that button

Re: KConfig - setStandardButtons() breaks Help button?

2016-03-06 Thread Frederik Schwarzer
Am Samstag, 5. März 2016, 10:53:18 schrieb Thomas Lübking: > On Samstag, 5. März 2016 08:34:27 CEST, Frederik Schwarzer wrote: Hi, > > Since in my use case, some of the values in the dialog are > > calculated and (to my understanding) cannot be handled correctly > > by Kcfg, I want> > > to get r