[bt-devel] alternative GUI
Olaf Radicke
briefkasten at olaf-radicke.de
Thu Jul 22 09:26:21 MST 2010
Am Donnerstag, den 22.07.2010, 18:47 +0300 schrieb Jaak Ristioja:
> >> * Don't indent classes/structs inside namespaces, only inside
> other
> >> classes, so we have more space to fit the code into the
> recommended
> >> 80 character columns.
> >
> > I do not understand that. an example Please!
>
> Good example:
>
> namespace DoThis {
>
> class SaveSpace {
> // Stuff here
> };
>
> } // namespace SomeNamespace
>
> Bad example:
>
> namespace DontDoThis {
>
> class LessSpace {
> // Stuff here
> };
>
> } // namespace
Okay, it's clear.
> >> 3) Use QCoreApplication::arguments().contains("--alter-gui")
> instead.
> >
> > Principle okay. But it is workt before 'BibleTimeApp app(argc,
> argv);'?
>
> I don't think so. Do you need it to work before that?
I'm not sure. If we use Qtopia? Is Qtopia a Option?
Greeting
Olaf
More information about the bt-devel
mailing list