Hi Artem
Are you saying that when the pulley menu opens, the "Change Language"
menu item would already be expanded with a list of languages?
If so, my gut reaction is that that would be a little strange. I would
expect the ComboBox to open when the user clicks "Change Language".
However
On 18 October 2013 16:43, Franck Routier (perso) wrote:
> 2) create a function in the gridview, and call it in the delegate onClicked
> handler. But then, I could find a way the pass a reference to the delegate
> (using this keyword resulted in an undefined variable).
Hi Franck,
I think you sho
Hi,
Firstly, I am really just trying to learn Qt, and I am not sure it is
specific enough to be asked here, if not just tell me...
Anyway, I am using SailfishGridView (but it must be the same with
standard GridView), with a ListModel, and a delegate component, in Qt Quick.
What I want to ach
On Fri, Oct 18, 2013 at 9:25 AM, Artem Marchenko
wrote:
> Hi Luciano
>
> App in question is Wikipedia (a good practice example I thought, every
> platform needs a bit of Wikipedia) - https://github.com/amarchen/Wikipedia
> Language switch is, well, to choose the language of the article when severa
Hi Luciano
App in question is Wikipedia (a good practice example I thought, every
platform needs a bit of Wikipedia) - https://github.com/amarchen/Wikipedia
Language switch is, well, to choose the language of the article when
several are available. Or maybe change the language of the Wikipedia
edi
On Fri, Oct 18, 2013 at 1:15 AM, Artem Marchenko
wrote:
> Hi All
>
> *ComboBox inside the pulley menu*
> I am trying to have a language selection in a pulley menu. ComboBox seems to
> be ideal for this purpose, I add it into the PullDownMenu and everything
> works just great except that the user h