Re: [Development] Feature request: several layouts in a single ui file

2013-09-01 Thread Yves Bailly
On 01/09/2013 05:49, Sze Howe Koh wrote: > On 1 September 2013 05:27, Yves Bailly wrote: >> On 31/08/2013 14:42, Mark wrote: >>> A nice way to load different gui versions is by combining states [1] >>> and the loader object [2] and just load the gui you want based on the >>> state you set. >>> >>>

[Development] [Feature] Q_INFO: Annotations for classes, methods, properties and enums

2013-09-01 Thread Stefan Merettig
The meta object compiler currently supports something it calls 'method tags', where it collects identifiers it doesn't know in front of methods: #ifndef Q_MOC_RUN # define MYTAG #endif ... MYTAG void myFunction (); While this feature is already helpful for simple scenarios, i